<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------- 

Primary style

-------------------------------- */
/* *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after, *::before {
  content: '';
} */
/* -------------------------------- 

Main components 

-------------------------------- */
.ml-0{margin-left:0 !important;}
.mb-10{margin-bottom:10px !important;}
.mb-20{margin-bottom:20px !important;}
.ml-10{margin-left:10px !important;}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(29, 29, 29, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(216, 216, 216, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 185, 185, 0.6);
}
.radio input[type="radio"], .checkbox input[type="checkbox"]{margin-left:0;}
.fixNone{height:0;}
.fixShow{height:70px;}
.searchArea{
	width: 100%;
	min-height:120px; 
    margin: 0 auto;
    padding: 30px 0 30px 0;
    background: #fff;
   /*  overflow: hidden; */
    clear: both;
    position: relative;
    background-color: #fff;
    background-position: 0;
   /*  background-position: 0 -400px; */
    background-repeat: no-repeat;
/*     background-image: url("https://picjumbo.imgix.net/P1010617.jpg");
    background-image: url("http://www.siamphone.com/images/joinus/jobs_bg.png"); */
	background-image: url('https://cdn6.agoda.net/images/ABTest/ABTest5692/home-1920x560-victoria-habour-hongkong-hongkong.jpg');
	background-image: url('http://65.media.tumblr.com/9bd6ea478ef6c2a5393ce8e16653b138/tumblr_na06ugx0AA1tubinno1_1280.jpg');
	background-image: url('url(https://store.siamphone.com/images/bg/238.png)');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   /*  height: 370px; */
	position:relative;
}
.filterSearch{
    overflow-y: visible;
    overflow-x: visible;
			
	background-position:top;
	background-size:100%;

}
.overlay-desktop{
    z-index: 0;
    background: #000;
    height: 100%;
	width:100%;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.15;
    zoom: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.cd-tabs {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0.5em auto 2em;
  clear: both;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  content: '';
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
.area-search{
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 0;
    clear: both;
    display: block;
/*     -webkit-animation: cd-fade-in 0.5s;
    -moz-animation: cd-fade-in 0.5s;
    animation: cd-fade-in 0.5s; */
    padding: 1.5em 2em;
	background-color:#fff;
    overflow: visible;
	min-height: 55px;
}
/* category */

#cate{
    overflow-x: auto; 
	overflow-y:hidden;
	margin-bottom: 10px;
}
ul.cate{
    white-space: nowrap;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
ul.cate  li{
    display: inline-block;
    float: none;
    min-width: 120px;
    padding: 0;
    width: auto;
	line-height: 5px;
	position:static;
	margin-top:0;
	margin-bottom:0;
}
.checkbox_inner{position:relative;}
.cate .checkbox{text-align:center;}
.cate li.checkbox input[type="checkbox"]{
	-webkit-appearance: none; 
}
.cate .checkbox label{
	display:block;
	color:#000;
	padding:10px 0;
	margin:0;
	font-size:24px;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
.cate .checkbox label img{
	width: 80px;
    height: auto;
    display: block;
    margin: 20px auto 0;
}
.cate .checkbox span{
    position: absolute;
    top:40px;
    left: 0;
    width: 100%;
	line-height:12px;
	color:#828282;
}
ul.cate .checkbox label::before{
    left: auto;
    right: 4px;
    margin-top: 46px;
}
ul.cate .checkbox label::after{
    left: auto;
    right: 5px;
    top: 51px;
    color: #c00;
}
.cate li.checkbox:last-child label{border-right: 1px solid #ebebeb;}
ul.cate ul{
    overflow: hidden;
    background: #c00;
    /* float: left; */
    /* clear: both; */
    position: absolute;
    top: 173px!important;
    padding: 10px 10px 0;
    margin-top: 0;
    width: 91.2%;
    right: 0;
	left:36px;
    z-index: 2;
    height: 40px;
	
    overflow: visible;
    background: white;
    border-radius: inherit;
    border: 1px solid #ebebeb;
   /*  box-shadow: 0 0 5px rgba(0,0,0,0.1); */
    font-weight: normal;
    border-radius: 0;
    list-style: none;
	
    opacity: 1;
    pointer-events: auto;
	
    display: none;
}
ul.cate  ul.active{
    opacity: 1;
    pointer-events: auto;
}
ul.cate  ul li.checkbox{
    width: auto;
    text-align: center;
    text-indent: 0;
  /*   border-bottom: 1px solid #eee; */
    float: left;
    position: relative;
    padding: 0 0 0 0;
	margin-right: 5px;
	min-width:auto;
}
ul.cate  ul li.checkbox span{display:none;}
ul.cate ul ul{
    margin: 0px;
    position: relative;
    height: auto;
    top: 0px;
    background: #e5e5e5;
    overflow: hidden;
    border-radius: 0px;
    display: block;
    border: 0 solid rgb(0, 0, 0);
    left: 0;
    border-top: 0;
    box-shadow: none;
	border-bottom: 0;
	top:0 !important;
}
ul.cate ul .checkbox label {
    border-left: 0;
    border-top: 0;
    min-width: auto;
    background:#2f2f2f;
    padding: 0 15px;
    color: #fff;
    line-height: 29px;
    text-align: center;
    font-size: 23px;
}
.cate_sub_camera{left:-49%;}
ul.cate ul:before {
   /*  content: ""; */
    width: 0;
    height: 0;
    position: absolute;
    right: 93px;
    top: 10px;
    margin-top: -22px;
    border-width: 0 11px 11px 11px;
    border-style: solid;
    border-color: #e51b13 transparent;
    z-index: 99;
}

ul.cate ul li.checkbox label::before{
    left: auto;
    right: 10px;
    margin-top: 3px;
}
ul.cate ul li.checkbox label::after{
    left: auto;
    right: 32px;
    top: 8px;
    color: #c00;
}
.cate li input:checked ~ label{
	background-color:#c00;
	color:#fff;
}
.cate .checkbox input:checked ~ span{color: rgba(255, 255, 255, 0.8);}
ul.cate li:hover{background-color:#f1f1f1;}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.cd-tabs-navigation {
  width: 360px;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  color: #000;
  padding-top: 34px;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #000;
  background-color:#fff;
  text-decoration:none;
}
.cd-tabs-navigation a.selected {
  background-color:rgba(255, 255, 255, 0.9) !important;
  box-shadow: inset 0 3px 0 #cc0000;
  color: #c00 !important;
}
.cd-tabs-navigation a::before {
  /* icons */
   content: '';
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../img/vicons.svg");
  background-repeat: no-repeat;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cd-tabs-navigation a[data-content='inbox']::before {
  background-position: 0 0;
}
.cd-tabs-navigation a[data-content='new']::before {
  background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='gallery']::before {
  background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='store']::before {
  background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='settings']::before {
  background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='trash']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='inbox'].selected::before {
  background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='new'].selected::before {
  background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='gallery'].selected::before {
  background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='store'].selected::before {
  background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='settings'].selected::before {
  background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='trash'].selected::before {
  background-position: -100px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 80px;
    float: left;
  }
  .cd-tabs-navigation a {
    height: 80px;
    width: 80px;
    padding-top: 46px;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 0 3px 0 #cc0000;
  }
  .cd-tabs-navigation a::before {
    top: 22px;
	  content: '';
	    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;
    background-color: rgba(230, 230, 230, 0.85);
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  }
  .cd-tabs-navigation a {
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-size: 1.6rem;
    padding: 0 1em 0 2em;
    font-family: DBHelvethaicaXRegular;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 0 3px 0 #cc0000;
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 25px;
	content: '';
	  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
}

.cd-tabs-content {
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.5em;
}
.cd-tabs-content li {
  display: none;
  padding: 1.4em;
}

.cd-tabs-content li.selected {
    min-height: 52px;
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;

}
.cd-tabs-content li p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8493bf;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 480px;
  }
  .cd-tabs-content li {
    padding: 2em 2em 2em 7em;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {
    padding: 1.5em 2em 3em;
  }
  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.colunm{
	width:100%;
	clear:both;
	overflow:hidden;
}
.column-one-half, .column-one-third, .column-one-fourth, .column-two-third{
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.column-two-third {
	width: 57%;
    float: left;
}
.column-one-third {
    width: 35%;
    background: rgba(255, 255, 255, 0.58);
    padding: 20px 20px 20px 20px;
    margin-bottom: 0;
}
.last {
    margin-right: 0;
}

.brandId {width: 23%; float: left;margin: 0 0 0 10px;}
.brandId input[type="text"] {
    padding: 15px 10px;
    width: 178px;    
	border-radius: 0;
    font-weight: 100;
    color: #333;
    font-family: DBHelvethaicaXRegular;
    font-size: 27px;
}
.brand_list{overflow-x:hidden !important;margin:0;}
.brand_list li{
	padding: 0 !important;
	display:block;
}
.brand_list li:nth-child(-n+12){
	background-color:#f5f5f5; 
}


/*
 *  brandScroll
 */

#brandScroll::-webkit-scrollbar-track , .dropdown::-webkit-scrollbar-track , .scrollbar-inner::-webkit-scrollbar-track , #filter_search::-webkit-scrollbar-track
{
	border-radius: 18px;
	background-color: #e8e7e7;
}

#brandScroll::-webkit-scrollbar, .dropdown::-webkit-scrollbar, .scrollbar-inner::-webkit-scrollbar , #filter_search::-webkit-scrollbar 
{
	width: 15px;
	background-color: #F5F5F5;
}
 #brandScroll::-webkit-scrollbar ,  .dropdown::-webkit-scrollbar , .scrollbar-inner::-webkit-scrollbar , #filter_search::-webkit-scrollbar
 {
	width:12px;
 }
#brandScroll::-webkit-scrollbar-thumb, .dropdown::-webkit-scrollbar-thumb , .scrollbar-inner::-webkit-scrollbar-thumb , #filter_search::-webkit-scrollbar-thumb
{
	border-radius: 18px;
	background-color: rgba(0,0,0,0.25);
}

#cate::-webkit-scrollbar-thumb{background:red;height:2px;}
 
     #cate::-webkit-scrollbar{
      width: 18px;
      border-radius: 20px;
    }

    #cate::-webkit-scrollbar-track{
      background: #f1f1f1;
      border-radius: 20px;
    }
    #cate::-webkit-scrollbar-thumb{
      width: 24px;
      background: #ddd;
      border: 5px solid #f1f1f1;
      border-radius: 15px;
    }
 
.partner_all{
    width: 120px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #eee;
    cursor: pointer;
    outline: none;
    font-weight: 100;
    color: #333;
    font-family: DBHelvethaicaXRegular;
    font-size: 24px;
    margin:0.5% 0.5% 1% 0.5%;
    float: left;
    position: relative;
    padding: 0 45px 0 35px;
    line-height: 40px;
}
.partner_all::before {
	content: '';
	position: absolute;
	top:9px;
	left:20px;
	margin-left: -10px;
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(https://store.siamphone.com/storebackup/tabs/img/vicons.svg);
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: -40px 0;
}
 
.btn_search{
    float: left;
    width: 12%;
    margin: 0 0 0 0.5%;
}
.btn_search input[type="submit"] {
    background: #c00;
    border: 0;
    color: #fff;
    padding: 17px 25px;
    font-family: DBHelvethaicaXRegular;
    font-size: 27px;
    width: 100%;
}

.subSearch{
    margin: 0px 0 10px;
    overflow: visible;
    background: #fbfbfb;
    padding: 15px 15px 15px;
    min-height: 58px;
    float: left;
    width: 97.5%;
	border-radius: 13px;
}

.search-in-tab{
	position: relative;
    width: 27.5%;
    float: left;
    margin: -1px 0 0 0;
}
.search-nodetail{width:57.9%;}
.search-in-tab input[type="text"] {
    border: 2px solid #e51b13;
    margin-bottom: 0;
	width:98.5%;
	padding:3px 0;
}
.search-in-tab i {
    padding:12px 6px 11px;
    color: #e51b13;
    font-size: 23px;
}

.priceBar{
	border:1px solid #eee;
    background: #fff;
    width: 26.4%;
    margin: 0.5%  0.5% 0.5% 0.5%;
	display:block;
	float:left;
}
.nstSlider {
    width: 55%;
	height:0;
    margin: auto;
}
.nstSlider .rightGrip, .nstSlider .leftGrip{
    width: 15px;
    height: 15px;
	top:17px;
}
.nstSlider .bar{
    top: 21px;
	height: 8px;
}
input[type="text"].price_range_input{    
    box-shadow: none;
    background: #f5f5f5;
   width:19%;
    height: 40px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #f5f5f5;
    float: left;
	font-weight:bold;
}
input[type="text"]:last-child.price_range_input{    
	float:right;
}
.nstSlider .leftGrip:after, .nstSlider .rightGrip:after{
 
}
.priceBtn{
	font-family: DBHelvethaicaXRegular;
    font-size: 21px;
    margin-bottom: 0;
}
/* Rayen */
.button {
    float: left;
    min-width: 200px;
    max-width: 250px;
    display: table;
    border: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-family: DBHelvethaicaXRegular;
    font-size: 28px;
    text-align: center;
    margin: 6px 10px 5px 0;
    display: inline-block;
}
.button--rayen {
	overflow: hidden;
	padding: 0;
	width: 244px;
	background: rgba(193, 28, 28, 0.7);
	color:#fff;
}
.button--rayen::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #cc0000;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.button--rayen &gt; span {
	display: block;
}
.button--rayen::before,
.button--rayen &gt; span {
    padding: 0px 0px;
    height: 57px;
    line-height: 57px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--rayen:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--rayen:hover &gt; span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--rayen:nth-child(1),.button--rayen:nth-child(2) {margin-top:0;}
.button--rayen:nth-child(3),.button--rayen:nth-child(4) {margin-bottom:0;}

.wayraStyle{
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.wayraStyle::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #fff;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.wayraStyle:hover::before {
	opacity: 1;
	background-color: #fff;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.partnerShop{
	overflow:hidden;
}
.partnerShop a{ 
    display: block;
    padding: 0 0;
    background: rgba(255, 255, 255, 0.5);
    width: 24%;
    margin: 0 1% 1% 0;
    float: left;
    text-align: center;
	text-decoration:none;
}
.partnerShop a i{
    top: 0;
	left:11px;
    position: relative;
    display: block;
    text-align: center;
    margin: 5px 17% 5px;
}
.partnerShop--all{
    height: 70px;
    font-family: DBHelvethaicaXRegular;
    font-size: 27px;
    line-height: 72px;
	text-decoration:none;
    text-shadow: 0 0 0px #222222;
}
.function-lifestyle{margin:0 0 20px;}
.function-lifestyle a{
    padding: 10px 10px;
    /* font-family: DBHelvethaicaXRegular; */
    font-size: 25px;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    background:#7c7c7c;
    min-width: 70px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    font-family: 'roboto';
    font-weight: 400;
	text-decoration:none;
}
.function-lifestyle a:hover::before{
    background: rgba(43, 62, 66, 1.0);
	color:#fff;
}

.cd-tabs-content li.selectator_option{
    cursor: pointer;
    color: #333;
    display: block;
    padding: 15px 10px 15px 10px;
    transition: all 0.3s ease-out;
    margin: 0;
    font-size: 25px;
    line-height: 20px;
    font-family: DBHelvethaicaXRegular;
    border-bottom: 1px solid #eee;
}


/**
 * Selectator jQuery Plugin
 * A plugin for select elements
 * version 1.0, Dec 10th, 2013
 * by Ingi P. Jacobsen
 */

/* reset */
.selectator * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
}
.selectator img {
	display: block;
}

/* dimmer */
#selectator_dimmer {
	background-color: rgba(0,0,0,.1);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
}

/* Main box */
.selectator, textarea {
	border: 1px solid rgba(216, 216, 216, 0);
	border-radius: 2px;
	box-sizing: border-box;
	background-color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 5px 5px !important;
	width: 292px !important;
	min-height: 50px;
}
 #selectator_block_network{
    background: #E2E2E2;
    margin-left: 10px;
    width: 77% !important;
}
.single.selectator {
	height: 32px;
}
/*
.selectator:after {
	position: absolute;
	content:'';
	font-size: 90%;
	right: 4px;
	top: 6px;
	color: #aaa;
}

/* chosen items holder */
.selectator_chosen_items {
	display: inline;
}
.single .selectator_chosen_items {
	display: block;
}

/* chosen item */
.selectator_chosen_item {
	display: inline-block;
    background-color: #f33;
    border-radius: 2px;
    color: #fff;
    padding: 6px 35px 5px 7px;
    margin: 2px;
    position: relative;
    vertical-align: top;
    font-family: DBHelvethaicaXRegular;
    font-size: 23px;
}
.single .selectator_chosen_item {
	background-color: transparent;
	color: #000;
	display: block;
	text-decoration: none;
	padding: 0;
}
/* chosen item - left */
.selectator_chosen_item_left {
	float: left;
	width: 25px;
}
.multiple .selectator_chosen_item_left {
	float: left;
	width: 22px;
}
.selectator_chosen_item_left img {
	height: 23px;
}
.multiple .selectator_chosen_item_left img {
	height: 18px;
}
/* chosen item - title */
.selectator_chosen_item_title {
	
}
.single .selectator_chosen_item_title {
	line-height: 22px;
}
.multiple .selectator_chosen_item_title {
	float: left;
	padding-bottom: 1px;
}
/* chosen item - subtitle */
.selectator_chosen_item_subtitle {
	display: none;
}
/* chosen item - right */
.selectator_chosen_item_right {
	float: right;
	width: 20px;
	background-color: #ccc;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 3px;
	margin-right: 20px;
}
.multiple .selectator_chosen_item_right {
	display: none;
}

/* chosen item remove button */
.single .selectator_chosen_item_remove {
	display: none;
}
.selectator_chosen_item_remove {
	display: inline-block;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0 5px;
    padding: 9px 10px 4px 11px;
    cursor: pointer;
    font-size: 24px;
    line-height: 10px;
    vertical-align: top;
    border-radius: 0 2px 2px 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}
.selectator_chosen_item_remove:hover {
	color: #fff;
	background-color: #c00;
}

/* input box */
.selectator_input,
.selectator_textlength {
	border: 0;
	display: inline-block;
	margin: 0;
	background-color: transparent;
	font-size: 13px;
	outline: none;
	padding:10px 10px
}
.single .selectator_input {
	border: 1px solid #7f9db9;
	padding: 3px;
	border-radius: 3px;
	position: absolute;
	bottom: -28px;
	left: 3px;
	z-index: 102;
	background-color: #fff;
	box-shadow: 0 0 10px #fff;
}
.single.options-hidden .selectator_input {
	opacity: 0;
	position: absolute;
	left: -10000px;
}

.single.options-visible .selectator_input {
	opacity: 1;
}
.disable_search .selectator_input {
	opacity: 0;
}

/* options holder */
.selectator_options {
	margin: 0;
	padding: 0;
	border: 1px solid #39f;
	border-radius: 0 0 3px 3px;
	font-family: sans-serif;
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 101;
	background-color: #fff;
	overflow-y: scroll;
	max-height: 250px;
	list-style: none;
	left: -1px;
	right: -1px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.single .selectator_options {
	padding-top: 30px;
}
.single.disable_search .selectator_options {
	padding-top: 0;
}
.selectator.options-hidden .selectator_options {
	display: none;
}
.options-visible {
	border: 1px solid #39f;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
/* option item group header */
.selectator_group_header {
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}
/* option item group holder */
.selectator_group {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* option item */
.selectator_option {
	padding: 7px 5px;
	cursor: pointer;
	color: #000;
}
.selectator_option.active {
	background-color: #f0f0f0;
	color: #fff;
}
.selectator_group .selectator_option {
	padding: 5px 5px 5px 20px;
}
/* option item - left */
.selectator_option_left {
	float: left;
}
.selectator_option_left img {
	height: 30px;
}
/* option item - title */
.selectator_option_title {
}
/* option item - subtitle */
.selectator_option_subtitle {
	font-size: 75%;
	color: #888;
	margin-left: 35px;
}
/* option item - right */
.selectator_option_right {
	float: right;
	width: 30px;
	background-color: #ccc;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 6px;
}
#brandList{
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 0 0;
	float:left;
}
#brandList p{
    font-family: DBHelvethaicaXRegular;
    font-size: 23px;
    width: 5%;
    float: left;
    margin:9px 0 10px 6px;
	text-shadow: 0 0 0 #000;
}
#brandList ul{
    float: left;
    margin: 0;
}
#brandList ul li{float:left;margin: 0 3px 4px;background: #fff;padding: 0;min-width: 82px;min-height:34px;text-align: center;border: 1px solid #ebebeb;border-radius: 3px;}
#brandList ul li.checkbox label{padding: 0;}
#brandList ul li input{
    display: none;
    padding: 0;
    margin: 0;
}
#brandList ul li a{}
#brandList ul li img{height:auto;width:auto;border:0;vertical-align: bottom;margin: 2px 0;max-height: 30px;max-width: 80px;}
#brandList ul li.addMoreBrand{
	width: 35px;
    height: 35px;
    min-width: 35px;
}
#brandList ul li.addMoreBrand a{
    display: block;
    padding: 8px 0;
}
#brandList ul li.addMoreBrand a img{  
	width: 20px;
    height: auto;
    vertical-align: top;
    opacity: 0.7;
}
#brandList ul li:hover{border:1px solid #939393;}
#MoreBrand ul {width:100%;margin: 10px 0;border-top: 0;}
#MoreBrand ul li{
    height: 50px;
    background: none;
    float: left;
    width: 144px;
    position: relative;
    margin: 5px 5px;
}
#MoreBrand ul li img{height:50px;}
#MoreBrand ul li:hover{background:none;}</pre></body></html>