@import url("//www.siamphone.com/style/spec-color.css");
@charset "utf-8";
/* CSS Document */
:root {

    --watch-body-bg-light:#ffffff;
    --watch-body-color-light:#222222;
    --watch-backtop-bg-light:#cfcfcf;
    --watch-blackwhite-color-light:#000000;
    --watch-whiteblack-color-light:#ffffff;
    --watch-h1-bg-light:linear-gradient(-45deg, #f4f4f4, #fafafa, #ffffff, #eeeff2);
    --watch-breadcrumb-bg-light:#ffffff;
    --watch-breadcrumb-border-light:rgba(237,237,237,1);
    --watch-breadcrumb-color-light:#222222;
    --watch-headertopic-bg-light:#f8f8f8;
    --watch-headertopic-color-light:#222222;
    --watch-function-border-light:#000000;
    --watch-subhead-bg-light:#ffffff;
    --watch-subhead-color-light:#090909;
    --watch-subhead-before-light:#e5e5e5;
    --watch-blockthree-hover-light:#f1f1f1;
    --watch-oneblock-border-light:#dddddd;
    --watch-sellphone-bg-light:#f5f5f5;
    --watch-modal-bg-light:#ffffff;
    --watch-datetopic-bg-light:#ffffff;
    --watch-datetopic-color-light:#3a3a3a;
    --watch-screensize-bg-light:#353535;
    --watch-function-bg-light:#f6f6f6;
    --watch-specialfnc-bg-light:#ffffff;
    --watch-specialfnc-border-light:#e6e6e6;
    --filter-bg-light:none;

/*dark-mode styles*/
    --watch-body-bg-dark:#222222;
    --watch-body-color-dark:#dddddd;
    --watch-backtop-bg-dark:#353535;
    --watch-blackwhite-color-dark:#ffffff;
    --watch-whiteblack-color-dark:#000000;
    --watch-h1-bg-dark:linear-gradient(-45deg, #242424, #2a2a2a, #222222, #646464);
    --watch-breadcrumb-bg-dark:#222222;
    --watch-breadcrumb-border-dark:rgb(70, 70, 70);
    --watch-breadcrumb-color-dark:rgba(255, 255, 255, 0.65);
    --watch-headertopic-bg-dark:#191919;
    --watch-headertopic-color-dark:#ffffff;
    --watch-function-border-dark:#878787;
    --watch-subhead-bg-dark:#222222;
    --watch-subhead-color-dark:#ffffff;
    --watch-subhead-before-dark:#505050;
    --watch-blockthree-hover-dark:#1c1c1c;
    --watch-oneblock-border-dark:#666666;
    --watch-sellphone-bg-dark:transparent;
    --watch-modal-bg-dark:#565656;
    --watch-datetopic-bg-dark:#191919;
    --watch-datetopic-color-dark:#dddddd;
    --watch-screensize-bg-dark:#4a4a4a;
    --watch-function-bg-dark:#404040;
    --watch-specialfnc-bg-dark:#2d2d2d;
    --watch-specialfnc-border-dark:#353535;
    --filter-bg-dark:invert(1);

}


@media (prefers-color-scheme: dark) {
    :root{
        --watch-body-bg:var(--watch-body-bg-dark);
        --watch-body-color:var(--watch-body-color-dark);
        --watch-backtop-bg:var(--watch-backtop-bg-dark);
        --watch-blackwhite-color:var(--watch-blackwhite-color-dark);
        --watch-whiteblack-color:var(--watch-whiteblack-color-dark);
        --watch-h1-bg:var(--watch-h1-bg-dark);
        --watch-breadcrumb-bg:var(--watch-breadcrumb-bg-dark);
        --watch-breadcrumb-border:var(--watch-breadcrumb-border-dark);
        --watch-breadcrumb-color:var(--watch-breadcrumb-color-dark);
        --watch-headertopic-bg:var(--watch-headertopic-bg-dark);
        --watch-headertopic-color:var(--watch-headertopic-color-dark);
        --watch-function-border:var(--watch-function-border-dark);
        --watch-subhead-bg:var(--watch-subhead-bg-dark);
        --watch-subhead-color:var(--watch-subhead-color-dark);
        --watch-subhead-before:var(--watch-subhead-before-dark);
        --watch-blockthree-hover:var(--watch-blockthree-hover-dark);
        --watch-oneblock-border:var(--watch-oneblock-border-dark);
        --watch-sellphone-bg:var(--watch-sellphone-bg-dark);
        --watch-modal-bg:var(--watch-modal-bg-dark);
        --watch-datetopic-bg:var(--watch-datetopic-bg-dark);
        --watch-datetopic-color:var(--watch-datetopic-color-dark);
        --watch-screensize-bg:var(--watch-screensize-bg-dark);
        --watch-function-bg:var(--watch-function-bg-dark);
        --watch-specialfnc-bg:var(--watch-specialfnc-bg-dark);
        --watch-specialfnc-border:var(--watch-specialfnc-border-dark);
        --filter-bg:var(--filter-bg-dark);
    }
    .header_widget_news .subHeader img {
        filter: brightness(1) invert(1);
    }


    
}

@media (prefers-color-scheme: light) {
    :root{
        --watch-body-bg:var(--watch-body-bg-light);
        --watch-body-color:var(--watch-body-color-light);
        --watch-backtop-bg:var(--watch-backtop-bg-light);
        --watch-blackwhite-color:var(--watch-blackwhite-color-light);
        --watch-whiteblack-color:var(--watch-whiteblack-color-light);
        --watch-h1-bg:var(--watch-h1-bg-light);
        --watch-breadcrumb-bg:var(--watch-breadcrumb-bg-light);
        --watch-breadcrumb-border:var(--watch-breadcrumb-border-light);
        --watch-breadcrumb-color:var(--watch-breadcrumb-color-light);
        --watch-headertopic-bg:var(--watch-headertopic-bg-light);
        --watch-headertopic-color:var(--watch-headertopic-color-light);
        --watch-function-border:var(--watch-function-border-light);
        --watch-subhead-bg:var(--watch-subhead-bg-light);
        --watch-subhead-color:var(--watch-subhead-color-light);
        --watch-subhead-before:var(--watch-subhead-before-light);
        --watch-blockthree-hover:var(--watch-blockthree-hover-light);
        --watch-oneblock-border:var(--watch-oneblock-border-light);
        --watch-sellphone-bg:var(--watch-sellphone-bg-light);
        --watch-modal-bg:var(--watch-modal-bg-light);
        --watch-datetopic-bg:var(--watch-datetopic-bg-light);
        --watch-datetopic-color:var(--watch-datetopic-color-light);
        --watch-screensize-bg:var(--watch-screensize-bg-light);
        --watch-function-bg:var(--watch-function-bg-light);
        --watch-specialfnc-bg:var(--watch-specialfnc-bg-light);
        --watch-specialfnc-border:var(--watch-specialfnc-border-light);
        --filter-bg:var(--filter-bg-light);
    }
}

[color-scheme="dark"]{
    --watch-body-bg:var(--watch-body-bg-dark);
    --watch-body-color:var(--watch-body-color-dark);
    --watch-backtop-bg:var(--watch-backtop-bg-dark);
    --watch-blackwhite-color:var(--watch-blackwhite-color-dark);
    --watch-whiteblack-color:var(--watch-whiteblack-color-dark);
    --watch-h1-bg:var(--watch-h1-bg-dark);
    --watch-breadcrumb-bg:var(--watch-breadcrumb-bg-dark);
    --watch-breadcrumb-border:var(--watch-breadcrumb-border-dark);
    --watch-breadcrumb-color:var(--watch-breadcrumb-color-dark);
    --watch-headertopic-bg:var(--watch-headertopic-bg-dark);
    --watch-headertopic-color:var(--watch-headertopic-color-dark);
    --watch-function-border:var(--watch-function-border-dark);
    --watch-subhead-bg:var(--watch-subhead-bg-dark);
    --watch-subhead-color:var(--watch-subhead-color-dark);
    --watch-subhead-before:var(--watch-subhead-before-dark);
    --watch-blockthree-hover:var(--watch-blockthree-hover-dark);
    --watch-oneblock-border:var(--watch-oneblock-border-dark);
    --watch-sellphone-bg:var(--watch-sellphone-bg-dark);
    --watch-modal-bg:var(--watch-modal-bg-dark);
    --watch-datetopic-bg:var(--watch-datetopic-bg-dark);
    --watch-datetopic-color:var(--watch-datetopic-color-dark);
    --watch-screensize-bg:var(--watch-screensize-bg-dark);
    --watch-function-bg:var(--watch-function-bg-dark);
    --watch-specialfnc-bg:var(--watch-specialfnc-bg-dark);
    --watch-specialfnc-border:var(--watch-specialfnc-border-dark);
    --filter-bg:var(--filter-bg-dark);
}

[color-scheme="light"]{
    --watch-body-bg:var(--watch-body-bg-light);
    --watch-body-color:var(--watch-body-color-light);
    --watch-backtop-bg:var(--watch-backtop-bg-light);
    --watch-blackwhite-color:var(--watch-blackwhite-color-light);
    --watch-whiteblack-color:var(--watch-whiteblack-color-light);
    --watch-h1-bg:var(--watch-h1-bg-light);
    --watch-breadcrumb-bg:var(--watch-breadcrumb-bg-light);
    --watch-breadcrumb-border:var(--watch-breadcrumb-border-light);
    --watch-breadcrumb-color:var(--watch-breadcrumb-color-light);
    --watch-headertopic-bg:var(--watch-headertopic-bg-light);
    --watch-headertopic-color:var(--watch-headertopic-color-light);
    --watch-function-border:var(--watch-function-border-light);
    --watch-subhead-bg:var(--watch-subhead-bg-light);
    --watch-subhead-color:var(--watch-subhead-color-light);
    --watch-subhead-before:var(--watch-subhead-before-light);
    --watch-blockthree-hover:var(--watch-blockthree-hover-light);
    --watch-oneblock-border:var(--watch-oneblock-border-light);
    --watch-sellphone-bg:var(--watch-sellphone-bg-light);
    --watch-modal-bg:var(--watch-modal-bg-light);
    --watch-datetopic-bg:var(--watch-datetopic-bg-light);
    --watch-datetopic-color:var(--watch-datetopic-color-light);
    --watch-screensize-bg:var(--watch-screensize-bg-light);
    --watch-function-bg:var(--watch-function-bg-light);
    --watch-specialfnc-bg:var(--watch-specialfnc-bg-light);
    --watch-specialfnc-border:var(--watch-specialfnc-border-light);
    --filter-bg:var(--filter-bg-light);
}

.mode-switch {
    display: block !important;
}


body , #wrapper{
    background: var(--watch-body-bg);
    color: var(--watch-body-color);
}

h1{
    background: var(--watch-h1-bg);
    background-size: 400% 400%;
}
h1 a{
    color:var(--watch-blackwhite-color);
}

#back-top span {
    background:var(--watch-backtop-bg) url(//www.siamphone.com/images/ar-top.png) no-repeat center center;
    background-size: 33px;
}

#breadcrumb_cover{
    background: var(--watch-breadcrumb);
}
#breadcrumb_list{
    text-shadow:none;
    background: var(--watch-breadcrumb-bg);
    border: 1px solid var(--watch-breadcrumb-border);
}
#breadcrumb_list li:before, #breadcrumb_list ul li a, #breadcrumb_list li{
    color:var(--watch-body-color);
}
#wrapper-gallery {
    background: #fff;
    border-radius: 13px;
}

.function{
    color:var(--watch-blackwhite-color);
}

h2.header_topic{
    color:var(--watch-headertopic-color);
}
.function .block-function{
    background:var(--watch-function-bg);
}
.function .block-function:before{
    border-color:var(--watch-function-border);
}
.special_function .block-function{
    background:var(--watch-specialfnc-bg);
    border:1px solid var(--watch-specialfnc-border);
}
.special_function h4{
    color:var(--watch-blackwhite-color);
}
.function em.icon, .special_function em.icon {
    filter: var(--filter-bg);
}
.to_buy_name a{
    color:var(--watch-blackwhite-color);
}

#spec_container a{
    color:var(--watch-blackwhite-color);
}
.detail_source a{
    color:var(--watch-body-color);
}
.header_widget_news .subHeader, .phone-relate h3 ,.phone-relate h3 span, .header-widget h2, .header-widget-left h2{
    background:var(--watch-subhead-bg);
    color:var(--watch-subhead-color);
}
.cover_widget_news a{
    color:var(--watch-subhead-color);
}
.header_widget_news:before, .phone-relate h3:after, .header-widget:before, .header-widget-left:before{
    background:var(--watch-subhead-before);
}
.block_forth_list .header-widget h2 a{
    color:var(--watch-blackwhite-color);
}
.blockVideoName a, .oneblock .second ul li a ,.review a{
    color:var(--watch-body-color);
}
.to_buy_price strong{
    color:var(--watch-blackwhite-color);
}

.block-three ul li .name a{
    color:var(--watch-body-color);
}
.block-three ul li:hover {
    background: var(--watch-blockthree-hover);
}
.shared .count span, .shared .viewBadges span ,.preliminary button{
    color:var(--watch-blackwhite-color);
}
.shared .count font, .shared .viewBadges font{
    color:var(--watch-body-color);
}

.cover_widget_news a, .TopBox ul li:first-child p.readLink a, .TopBox ul li p.readLink a, .caution a, #inner_name a, .model_list_item_name_vertical a, .top_widget_news p{
    color:var(--watch-body-color);
}
.oneblock .second ul li{
    border-color:var(--watch-oneblock-border);
}
.block-three ul li .number{
    background: var(--watch-blackwhite-color);
    color:var(--watch-whiteblack-color);
}
.dark-mode .header_widget_news .subHeader img {
    filter: brightness(1) invert(1);
}
.modal-content{
    background: var(--watch-modal-bg);
}
.close{
    color:var(--watch-blackwhite-color);
}
.dark-mode .close {
    font-size: 2rem;
    font-weight: 400;
    opacity: 0.8;
}
.block_fourth ul li a{
    color:var(--watch-body-color);
}
.header_widget_news span{
    background: var(--watch-datetopic-bg);
    color: var(--watch-datetopic-color);
}
.model_list_item .model_list_item_badge .screen_size{
    background:var(--watch-screensize-bg);
}
.sellphone-bar p{
    color:var(--watch-blackwhite-color);
}

#back-top span {
    background: var(--watch-backtop-bg) url(//www.siamphone.com/images/ar-top.png) no-repeat center center;
    background-size: 25px;
}
.dark-mode #back-top span {
    background: var(--watch-backtop-bg) url(//www.siamphone.com/images/arrow_up_wh.png) no-repeat center center;
    background-size: 25px;
}

.review_block .show-rating{
    background:transparent;
}
.review_block h4, .progress-title, .score p,.progress-number, .modal-title, .comment-box label{
    color:#fff;
}
.block-review-coment{color:#ddd;}
.rating-icon{filter:invert(1);}
.progress{background-color: #505050;}
.modal-content{
    background-color: #565656;
}

@media (max-width: 991px) {
	.function .block-function:nth-child(4):before{
        border-bottom:1px solid var(--watch-function-border);
        border-left:1px solid var(--watch-function-border);
    }
    .sellphone-bar .sellDetail{
        background:var(--watch-sellphone-bg);
    }
}
@media (max-width: 768px) {
	.function .block-function:nth-child(4):before{
        border-bottom:1px solid var(--watch-function-border);
        border-left:1px solid var(--watch-function-border);
    }
}

@media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
}

body {
    font-family: 'Kanit';
    font-size: 1rem;
    font-weight: 400;
}

a{
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;   
}

#wrapper-gallery, #wrapper-color,#wrapper-dimention,#wrapper-shared,#wrapper-shopping,#wrapper-review,#wrapper-news,#wrapper-newrelease{
	clear:both;
	overflow:hidden;
}
.google-auto-placed{display:none;visibility: hidden;}
h1{	
    padding: 0;
    text-align: center;
    margin: 0;
    -webkit-animation: Gradient 20s ease infinite;
    -moz-animation: Gradient 20s ease infinite;
    animation: Gradient 20s ease infinite;
	
}
h1 a{
	font-size: 45px;
	font-size: 2.8rem;
	font-family: Roboto;
	padding: 10px 0 16px;
	display:block;
	margin-bottom:20px;
}
h1 a:hover{
	text-decoration:none;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

#breadcrumb_cover{
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 10px 0;
}
#breadcrumb_list {
    height: 33px;
    position: relative;
    width: 100%;
    margin: 10px auto 0;
    padding: 0px 10px 0;
    box-shadow: none;
    clear: both;
    display: block;
    color: rgba(50,50,50,.65);
}

#breadcrumb_list ul{
	margin: 0;
	padding: 2px 0 0 0;
}

#breadcrumb_list ul li {
    display: inline;
    font-size:15px;
    font-weight: 400;
}

#breadcrumb_list ul li a {
    font-weight: 400;
    line-height: 24px;
}

#breadcrumb_list li em{vertical-align:middle;}
#breadcrumb_list li:first-child:before {
	background: url("//www.siamphone.com/images/nav-icon.png") no-repeat scroll 0 0 transparent;
	content: "";
	float: left;
	height: 20px;
	width: 20px;
	margin-left: -6px;
	margin-top: 4px;
	margin-right: 6px;
	padding:0;
	
	display:none;
}
#breadcrumb_list li:before {
    content: "»";
    display: inline-block;
    height: 18px;
    margin-left: 0;
    margin-right: 8px;
    width: 10px;
    padding: 0px 6px;
    font-size: 14px;
}

#breadcrumb_list div {
	position: absolute;
	right: 0;
    top: 0px;
}
#breadcrumb_list div p {
	line-height: 28px;
	margin: 0;
	padding: 0;
}
#breadcrumb_list #lang{display:none;}
#breadcrumb_list div.triang{
	margin-left: 5px;
    margin-top: 14px;
    margin-right: 6px;
    width: 0;
    height: 0;
	border: 5px solid;
    border-color: #cccccc transparent transparent;
    position: absolute;
    right: 1px;
    top: 0;
}
/* Section Right */
.brandLogo{
    margin: 10px 0 20px;
    padding: 0;
    text-align: center;
}
.brandLogo a {
    background: #fff;
    width: 160px;
    height: 80px;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}
.brandLogo img{
	max-width:160px;
	max-height:80px;
}
.function{
	text-align:center;	
}
.function h4{
    font-family: 'Kanit';
    font-weight: 500;
    font-size: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 5px;
}
.fnc{
    padding-right: 10px;
    padding-left: 10px;
}
.function-display font{
    font-family: 'Kanit';
    font-weight: 500;
    font-size: 24px;
    padding-left: 5px;
}
.function .block-function{
	min-height: 184px;
    padding: 25px 5px 15px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(40,47,60,.05), 0 10px 10px rgba(40,47,60,.05), 0 3px 4px rgba(40,47,60,.05); */
    /* color: #fff; */
}
.function em.icon{
	background-image:url(../images/spec_icon_function.png);
	background-size:136px 68px;
	width:34px;
	height:34px;
	display:inline-block;
    margin-top: 8px;
    margin-bottom: 10px;
}
.function em.display{background-position:0px 0px;}
.function em.camera{background-position:-34px 0px;}
.function em.cpu{background-position:-68px 0px;}
.function em.os{background-position:0px 0;}
.function em.os-android{background-position:0 0;}
.function em.os-ios,.function em.os-ipad{background-position:-102px 0px;}
.function em.os-window{background-position:-102px -34px;}
.function em.memory{background-position:-34px -102px;}
.function em.battery{background-position:-68px -102px;}

.function em.display-square{background-position:0px 0px;background-size: 34px;background-image:url(https://www.siamphone.com/images/icon/icon-display-square.svg);}
.function em.display-square-long{background-position:0px 0px;background-size: 34px;background-image:url(https://www.siamphone.com/images/icon/icon-display-square-long.svg);}
.function em.display-circle{background-position:0px 0px;background-size: 34px;background-image:url(https://www.siamphone.com/images/icon/icon-display-circle.svg);}

.function p{
    font-size: 28px;
    font-family: 'Roboto';
    font-weight: 700;
	margin-bottom:0;
}
.function span{
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 400;
    font-family: 'Kanit';
}
.function .function-cpu p{line-height: 42px;font-size: 27px;font-family: 'Roboto';font-weight: 700;}
.function .function-memory p{line-height: 28px;margin-bottom:0;font-size: 20px;}
.function .function-memory p.mt-30{margin-top:30px;}
.function .function-battery  p{margin:0;}
.function .block-function:before{
	content: "";
/* 	border-left:1px solid #000;
	border-bottom: 1px solid #000;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0; */
}

.special_function{
	color: black;
	text-align:center;
	/* margin-bottom: 37px; */
	margin-top:0;
	/* padding: 15px 25px 15px 25px; */
}
.special_function h4{
	font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 0;
}
.function-display font{
    font-family: 'Kanit';
    font-weight: 500;
    font-size: 18px;
	line-height:24px;
    padding-left: 5px;
}
.special_function .block-function{
	min-height: 115px;
    padding-top: 10px;
    padding: 10px 2px 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(40,47,60,.05), 0 10px 10px rgba(40,47,60,.05), 0 3px 4px rgba(40,47,60,.05); */
    /* color: #fff; */
}
.special_function em.icon{
	/* background-image:url(../images/spec_icon_function.png); */
	/* background-size:136px 68px; */
	width:30px;
	height:30px;
	display:block;
    margin: 8px auto 10px;
    background-position: 0;
    background-size: 30px;
    background-repeat: no-repeat;
}
.special_function em.display{background-position:0px 0px;}
.special_function em.cpu{background-position:-68px 0px;}
.special_function em.os{background-position:0px -34px;}
.special_function em.os-android{background-position:0px -34px;}
.special_function em.os-ios,.function em.os-ipad{background-position:-102px 0px;}
.special_function em.os-window{background-position:-102px -34px;}
.special_function em.memory{background-position:-34px -102px;}
.special_function em.battery{background-position:-68px -102px;}


.special_function em.message-noti{background-image:url(https://www.siamphone.com/images/icon/icon-message-noti.svg);}
.special_function em.call-display{background-image:url(https://www.siamphone.com/images/icon/icon-call-display.svg);}
.special_function em.speaker{background-image:url(https://www.siamphone.com/images/icon/icon-speaker.svg);}
.special_function em.microphone{background-image:url(https://www.siamphone.com/images/icon/icon-microphone.svg);}
.special_function em.compass{background-image:url(https://www.siamphone.com/images/icon/icon-compass.svg);}
.special_function em.waterproof{background-image:url(https://www.siamphone.com/images/icon/icon-waterproof.svg);}
.special_function em.call-sos{background-image:url(https://www.siamphone.com/images/icon/icon-call-sos.svg);}
.special_function em.sos{background-image:url(https://www.siamphone.com/images/icon/icon-sos.svg);}
.special_function em.footprint{background-image:url(https://www.siamphone.com/images/icon/icon-footprint.svg);}
.special_function em.activity-tracker{background-image:url(https://www.siamphone.com/images/icon/icon-activity-tracker.svg);}
.special_function em.fall-detection{background-image:url(https://www.siamphone.com/images/icon/icon-fall-detection.svg);}
.special_function em.heart-rate{background-image:url(https://www.siamphone.com/images/icon/icon-heart-rate.svg);}
.special_function em.sleep-tracker{background-image:url(https://www.siamphone.com/images/icon/icon-sleep-tracker.svg);}
.special_function em.calories{background-image:url(https://www.siamphone.com/images/icon/icon-calories.svg);}
.special_function em.women-health{background-image:url(https://www.siamphone.com/images/icon/icon-women-health.svg);}
.special_function em.gps{background-image:url(https://www.siamphone.com/images/icon/icon-gps.svg);}
.special_function em.music{background-image:url(https://www.siamphone.com/images/icon/icon-music.svg);}
.special_function em.floor-climb{background-image:url(https://www.siamphone.com/images/icon/icon-floor-climb.svg);}
.special_function em.gymkit{background-image:url(https://www.siamphone.com/images/icon/icon-gymkit.png);}
.special_function em.goal{background-image:url(https://www.siamphone.com/images/icon/icon-goal.svg);}
.special_function em.high-altitude{background-image:url(https://www.siamphone.com/images/icon/icon-high-altitude.svg);}
.special_function em.distance{background-image:url(https://www.siamphone.com/images/icon/icon-distance.svg);}
.special_function em.sitting{background-image:url(https://www.siamphone.com/images/icon/icon-sitting.svg);}
.special_function em.eSim{background-image:url(https://www.siamphone.com/images/icon/icon-eSim.svg);}
.special_function em.payment{background-image:url(https://www.siamphone.com/images/icon/icon-payment.svg);}
.special_function em.noti{background-image:url(https://www.siamphone.com/images/icon/icon-noti.svg);}
.special_function em.exercise{background-image:url(https://www.siamphone.com/images/icon/icon-exercise.svg);}
.special_function em.camera{background-image:url(https://www.siamphone.com/images/icon/icon-camera.svg);}

.special_function em.translate{background-image:url(https://www.siamphone.com/images/icon/icon-translate.svg);}
.special_function em.voice_reply{background-image:url(https://www.siamphone.com/images/icon/icon-voice_reply.svg);}
.special_function em.calendar{background-image:url(https://www.siamphone.com/images/icon/icon-calendar.svg);}
.special_function em.exercise-list{background-image:url(https://www.siamphone.com/images/icon/icon-exercise-list.svg);}
.special_function em.serious-tracking{background-image:url(https://www.siamphone.com/images/icon/icon-serious-tracking.svg);}
.special_function em.run-list{background-image:url(https://www.siamphone.com/images/icon/icon-run-list.svg);}
.special_function em.oxygen-blood{background-image:url(https://www.siamphone.com/images/icon/icon-oxygen-blood.svg);}
.special_function em.deep{background-image:url(https://www.siamphone.com/images/icon/icon-deep.svg);}

.special_function p{
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
}
.special_function span{
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 400;
    font-family: 'Kanit';
}

/* Shared Social */
#wrapper-shared{
    width: 100%;
    margin: 0 auto;
}
.shared{
    /* overflow: hidden; */
    padding: 15px 0 15px;
    margin: 0;
}
.shared .count, .shared .viewBadges {
    width: 50%;
    float: left;
    text-align: center;
    margin: 8px 0 7px;
    height: auto;
    line-height: 20px;
    display: inline-block;
    padding: 0;
}
.shared .viewBadges {
    border-right: 1px solid #9d9d9d;
    padding-bottom: 0;
}
.shared .count{
    display: block;
    text-align: center;
    width: 100%;
}
.shared .count p, .shared .viewBadges p {
    margin: 0;
}
.shared .count span, .shared .viewBadges span {
    font-size: 38px;
    text-align: center;
    line-height:100%;
    font-family: 'Roboto';
    font-weight: 500;
    display: block;
    margin-bottom:10px;
}
.shared .count span{
	font-weight:400;
}
.shared .count font, .shared .viewBadges font {
    font-size: 15px;
    color: grey;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Kanit';
}
.shared .count font i, .shared .viewBadges font i {
    padding-right: 3px;
	font-size:12px;
	font-weight:600;
}
.shr_social {
    margin: 1% 0 0 0;
    float: right;
    width: 50%;
}
.shr_social ul {
    padding: 0;
    margin: 0;
    display:block;
	text-align: center;
}
.shr_social li {
    width: 42px;
    height: 42px;
    margin: 0 0 0;
    /*float: left;*/
    list-style-type: none;
    display: inline-block;
    border-radius: 13px;
}
.shr_social li a {
    font-size: 13px;
    text-align: center;
    width: 100%;
    padding: 0 0;
    float: left;
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: 100;
	background: #fafafa;
    border-radius: 13px;
    border: 1px solid #eee;
	cursor:pointer;
}
.shr_social li a img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: none;
    border-radius: 0;
}
.shr_social li a.sp-shorturl-btn{
	background-image:url(https://www.siamphone.com/images/social/icon-link.png);
	background-repeat:no-repeat;
	background-size:35px;
	background-position:center center;
	width: 42px;
	height: 42px;
	display: inline-block;
	position:relative;
	padding:0 0;
}
.sp-shorturl-btn span {
	display:none;
}
.sp-showTooltip{
	background-color: #00000095;
	color: white;
	padding: 5px;
	margin-top: -30px;
	position: absolute;
	max-width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	left: auto !important;
	right: 5px;
	top: -22px;
	display: block;
	font-size: 12px;
	font-weight: 300;
}
.sp-showTooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 10px;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #00000095 transparent transparent transparent;
}


/* SECTION Detail */
#spec_container{
	font-family:'Kanit';
    font-size: 18px;
    line-height: 29px;
}

h2.header_topic{
    font-size: 27px;
    padding: 15px 5px 15px 30px;
    /* margin-bottom: 20px; */
    margin-top: 40px;
	font-weight:500;
	/* background-color:#f8f8f8; */
}
.detail_content p{
    padding-left: 25px;
    margin: 10px 0 0 0;
}

.detail_content p+br+img{
    text-align: center;
}
.detail_content p img {
    margin: 0 auto;
    display: block;
}

ul.nav_blue{
    margin: 0;
    padding-left: 25px;
}
ul.nav_blue li {
	background-size:8px;
    list-style: none;
    padding: 0 0 0 35px;
    font-size: 18px;
    line-height: 32px;
	font-weight:300;
   
}
ul.nav_blue li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-weight: 900;
    font-size: 8px;
    line-height: 32px;
    margin-right: 15px;
    margin-left: -25px;
    vertical-align: middle;

}
.nav_half{
	overflow:hidden;
	clear:both;
}
.nav_half li{
	width:50%;
	float:left;
}

/* Gallery */
.rsDefault .rsSlide{
	text-align:center;
}
.rsDefault .rsThumb img{
	margin-left:auto;
	margin-right:auto;
}
.rsDefault .rsThumb.rsNavSelected {
    border: 1px solid rgba(0, 0, 0, 0.50);
}
.rsDefault .rsFullscreenIcn{
	background-color: rgba(0,0,0,0.0);
}
.rsDefault .rsThumb {
    width: 80px;
    padding: 0px 0px;
}
.rsDefault .rsThumb img {
    max-width: 78px;
    max-height: 80px;
    margin-bottom: 10px;
}
.rsDefault .rsArrow{height:80%;}
.rsDefault .rsArrowIcn{
	top:50%;
}
.rsDefault.rsHor .rsArrowRight{
	left:auto;
}
.rsOverflow {
	position: initial;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: transparent;
    min-height: 395px!important; 
}
img.rsImg {
    max-width: none;
    width: auto!important;
    max-height: 100%!important;
    /*max-height: 100%!important;*/
    height: auto!important;
    margin: 0px auto auto!important;
    position: relative;
}

/* SpecColor */
.specColor{
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
	text-align:center; 
}
.specColor p{
	font-size: 15px;
    line-height: 28px;
	margin:0;
}
.specColor span {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 5px 0 10px;
    border-radius: 20px;
    box-shadow: inset 0 0 1px 0 rgba(102,102,102,.3);
    font-size: 10px;
    vertical-align: middle;
}
.specColor span:after {
    border-radius: inherit;
    box-shadow: inset 0 2px 1.5px rgba(0,0,0,.1);
    content: '';
    display: block;
    height: inherit;
    position: absolute;
    width: inherit;
}
.specColor .black {
    background: #2D2E31;
}
.specColor .amber_sunrise {
    background: #E91F08;
    background: linear-gradient(-180deg,#FE8259 0,#E91F08 100%);
}
.specColor .breathing_crystal {
    background: #8fe4ff;
    background: linear-gradient(-45deg,#BEB8F6 30%,#8fe4ff 80%,#E4F9FC 100%);
}
.specColor .pearl_white {
    background: #FEEFEC;
    background: linear-gradient(-180deg,#FEEFEC 30%,#F5F5F3 100%);
}
.specColor .aurora {
    background: #00C1BF;
    background: linear-gradient(-180deg,#00C1BF 30%,#003CAA 100%);
}
.specColor .space_black {
    background: #323232;
}
.specColor .titanium {
    background: #d9cec7;
}
.specColor .ceramic_white {
    background: #fafaf7;
}

/* Spec Dimention */
.specDimention p{
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    line-height: 28px;
	margin:0;
}
label.caseSize {
	background: #272727;
    padding: 0px 8px;
    font-weight: 400;
    border-radius: 20px;
    min-width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
	font-size:15px;
    color: #fff;
}
.red{background: #e23939!important;}

/* Shopping */
.to_buy{
    margin:0;
    font-family: 'Kanit';
}
.to_buy_price{
	width: 100%;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.to_buy_price strong{
    display: block;
    border-radius: 3px;
    margin: 10px 0;
}

.to_buy_name{
    font-size: 26px;
    text-align: center;
    line-height: 26px;
    width: 100%;
    font-family: 'Kanit';
    margin: 20px 0;
	font-weight:500;
}
.price_debut, .price_normal {
    float: left;
    width: 49%;
    margin: 2% 0.5%;
    text-align: center;
    font-size: 16px;
}
.price_debut font, .price_normal font {
    display: block;
    color: #000000;
    border-radius: 3px;
    margin: 10px 0;
    font-size: 12px;
}
.price_debut  strong, .price_normal  strong {
    font-size: 30px;
    font-family: 'Kanit';
    font-weight: 500;
}
.price_debut strong{font-weight:400;}
.price_normal .infor{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 30px;
    font-style: normal;
    line-height: 19px;
    font-weight: 400;
    font-family: 'Kanit';
    color: #22222200;
    background: url(//www.siamphone.com/images/icon-information.png) no-repeat;
    background-size: 16px;
	border-bottom:none;
    filter: var(--filter-bg);
}
.infor {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.infor .tooltiptext {
	visibility: hidden;
	width: 194px;
	background-color: #363636;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
    right: -20px;
	/* margin-left: -60px; */
	opacity: 0;
	transition: opacity 0.3s;
    font-size: 13px;
    font-family: 'Kanit';
    font-weight: 300;
}

.infor .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 22px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #363636 transparent transparent transparent;
}

.infor:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
#online_store {
    margin-left: 0;
    margin-bottom: auto;
    margin: 0 auto;
    width: 100%;
}
#online_store .shop {
    font-size: 13px;
    position: relative;
    text-align: center;
    width: 80%;
    box-shadow: 0 0 0 1px #f8f8f8 inset;
    margin-left: 0;
    height: 50px;
    margin: 10px auto 0;
    background-color: #ffffff;
    color:#222222;
}
#online_store .logo_shop{
    margin-top:3px;
}
.txt_price {
    color: #222222;
    display: flex;
    font-size: 17px;
    height: 50px;
    line-height: 16px;
    text-align: left;
    font-family: 'Kanit';
    font-weight: 300;
    align-items: center;
}
.btn-shop {
    right: 10px;
    bottom: 10px;
    top: 10px;
    width: 50px;
    height: 30px;
	margin-right:10px;
    line-height: 30px;
    font-size: 15px;
    color: #fff0 !important;
    cursor: pointer;
    display: block;
    position: absolute;
    text-align: center;
    border-radius: 2px;
	background: url(https://www.siamphone.com/images/icon-cart.png) no-repeat;
    background-position: center;
    background-size: 27px;
}
.btn_goto_store{
    clear: both;
    margin: 15px auto 0;
    overflow: hidden;
    width: 80%;
}
.btn_goto_store a{
    text-align: center;
    display: block;
    color: #fff;
    font-size: 0.85rem;
    padding: 7px 10px 5px;
    border-radius: 3px;
    line-height: 7px;
    font-family: Kanit;
    background: linear-gradient(to bottom, #4096ee 0%,#2a84e1 100%);
}
.btn_goto_store a span.cart{
    background: url(//www.siamphone.com/images/cart_icon_white.png) 0 -3px no-repeat;
    background-size: 23px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    opacity: .85;
    border: none;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
}
.btn_goto_store font {
    text-align: right;
    display: block;
    font-size: 9px;
    color: #999;
    line-height: 15px;
}

a.AllPrice{
    text-align: right;
    display: block;
    margin: 0 auto;
    color: #666;
    padding: 0 10px 0 0;
    background: url(//news.siamphone.com/images/next.gif) 75% 5px no-repeat;
    width: 80%;
    font-size: 12px;
}
#back-top {position:fixed;bottom:15px;left:35px;z-index:999;}#back-top a{display:block;text-align:center;	font:11px/100% Arial, Helvetica, sans-serif;text-transform:uppercase;	text-decoration:none;color:#bbb;-webkit-transition:1s;-moz-transition:1s;transition:1s;}
#back-top a:hover{color:#000;}
#back-top span{width:50px;height:50px;display:block;margin-bottom:7px;background:#cfcfcf url(//www.siamphone.com/images/ar-top.png) no-repeat center center;background-size:33px;-webkit-transition:1s;-moz-transition:1s;transition:1s;opacity:0.8;border-radius: 10%;}

.block_accessory{
	width: 80%;
	margin: 20px auto 10px;
}
.block_accessory h5{
	position:relative;
}
.block_accessory h5 a{
	font-family: 'Kanit';
	font-size: 16px;
	font-weight: 400;
	color:#2e2e2e;
}
.block_accessory  ul{
	padding: 0;
}
.block_accessory  ul li{
	overflow: hidden;
	margin: 15px auto;
	text-align: left;
	box-shadow: 0 0 0 1px #e2e8f1 inset;
}
.block_accessory  ul li a{
	color:#4c4c4c;
}
.block_accessory  ul li img{
	width: auto;
	height: 75px;
	padding: 1px 0; 
}
.block_accessory .detail{
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}
.block_accessory .detail font{
	display: block;
	text-align: left;
	width: 100%;
	padding: 0 0;
	font-weight: 500;
	color: #4CAF50;
}
.block_accessory .detail label{
	text-align: right;
	color: #959595;
	font-weight: 300;
	font-size: 12px;
	display: block;
	width: 60%;
	float: right;
	margin: 0;
}
.block_accessory .allitem{
	font-size: 12px;
	text-align: right;
	float: right;
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: 12% 50%;
	padding: 3px 15px 3px 15px;
	position: absolute;
	right: 0;
	top: 3px;
	border-radius: 30px;
	background: #4CAF50;
	color:#fff;
}
	
#wrapper-search{
	margin: 0 auto;
	border: 0 solid #f3f3f3;
	background: transparent;
}

/* wrapper-lastreview */
.review{}
.review img{
	width:100%;
	height:auto;
    border-radius: 8px;
}
.review p.name {
    margin: 20px 0;
	height:86px;
	overflow:hidden;
}
.review a{
	font-size:18px;
	line-height:30px;
}

.block_forth_list {}
.block_forth_list .header-widget h2 {
    font-size: 1.65rem;
    font-weight: 500;
}
.block_forth_list .header-widget:before {
    height: 2px;
    background: #e5e5e5;
}
.oneblock .first {
	margin: 0 0 10px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	display:none;
}
.oneblock .first img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.block_forth_list .titleNews{		
	margin: 15px 0 5px;
	display: block;
	line-height: 1.5rem;
	height: 72px;
	padding: 0;
	overflow: hidden;
}
.oneblock .second ul {
    padding: 0 0 0 25px;
    font-weight: 300;
    line-height: 25px;
}
.oneblock .second ul li {
    margin: 0 0 15px 0;
    border-bottom: 1px dashed var(--watch-oneblock-border);
    padding-bottom: 15px;
}


.block_news{
	overflow:hidden;
	clear:both;
}
.block_news ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.block_news ul li {
    position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
    border-bottom: 1px dashed #eee;
}
.block_news ul li:last-child{
	border-bottom:0;
}
.block_news ul li a {
    display: block;
    overflow: hidden;
    font-weight: 300;
}
.block_news ul li a img {
    width: 100%;
    height: auto;
	border-radius: 8px;
    margin-top: 10px;
}
.block_news p {
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
	margin-bottom:0;
}
.block_news ul li span {
    font-weight: 300;
    font-size: 12px;
    color: grey;
}



@media (min-width: 768px){
	#wrapper-search {padding: 0 15px;}
}
@media (min-width: 992px){
	#wrapper-search {padding: 0 0 0 15px;}
	.top-banner img {
		width: 100%;
		height: auto;
	}
}
#wrapper-search input[type="text"]{
	border: #f1f1f1 0px solid;
	padding: 0 15px;
	height: 50px;
	width: 100%;
	margin: 0;
	border-radius: 3px;
	position: relative;
	text-indent: 26px;
	background: #ffffff url(//www.siamphone.com/images/search_box.png) no-repeat 8px 15px;
	background-size: 24px;
	font-family: 'Kanit';
	font-size: 17px;
}
.quick_search_input{
	clear:both;
	overflow:hidden;
}
.input_qs_spc{
	float:left;
	width:75%;
}
#wrapper-search .input_qs_spc{
    width:100%;
}
.search-btn{
	float:left;
	width:25%;
}
#submit_bt{
	border: 0;
	width: 100%;
	height: 50px;
	color: #fff;
	border-radius: 3px 3px;
	font-size: 18px;
	background: #4096ee;
	background: -moz-linear-gradient(left, #4096ee 0%, #2a84e1 100%);
	background: -webkit-linear-gradient(left, #4096ee 0%,#2a84e1 100%);
	background: linear-gradient(to right, #4096ee 0%,#2a84e1 100%);
}
.search-home2{
	position: relative;
	padding: 5.2% 5%;
	background: #f9f9f9;
	min-height: 90px;
	margin: 0;
}

.ui-menu .ui-menu-item{
	font-family: 'Kanit';
	text-indent: 15px;
	font-size: 16px;
	font-weight: 500;
}
.ui-menu-item-wrapper {
	padding: 5px 0;
}
/* video */
#wrapper-video{
	position:relative;
}
#wrapper-video:after{
	position:absolute;
	/* content:""; */
	bottom:0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.8));
}
.cover_video i{
	width: 59px;
	display: block;
	height: 59px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: url(//www.siamphone.com/images/common/play_video.png) no-repeat;
	background-size: 59px;
	position: absolute;
	top: 40%;
	left: 45%;
}
.cover_video p.content{
	position: absolute;
	bottom: 0;
	color: #fff;
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.9));
	padding: 20px 10px 10px;
	line-height: 24px;
	font-size: 17px;
	width:100%;
}
.cover_video span{
	position: absolute;
	top: 0;
	right:0;
	color: #fff;
	padding: 2px 5px 2px 5px;
	text-align: center;
	font-size: 13px;
	z-index: 2;
	font-family: 'Roboto';
}
.cover_video{
	position:relative;
	margin-bottom: 15px;
}
.cover_video a{display:block;position:relative;}
.cover_video p{margin:0;}
/* Review */
.cover_widget_news {
    clear: both;
    overflow: hidden;
    border: 0;
    margin-top: 15px;
    padding: 0;
}
.header_widget_news {
    padding: 8px 15px 8px 0;
	position:relative;
}
.header_widget_news img {
    width: 110px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
	
	display:none;
}
.header_widget_news .subHeader , .phone-relate h3{
    font-weight: 500;
    font-size: 2.3rem;
    z-index: 9;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px 0 0;
	float: none;
    line-height: 1.5;
	font-family:"Kanit";
}
.header_widget_news:before, .phone-relate h3:after {
    content: "";
    height: 2px;
    background: var(--watch-subhead-before);
    display: block;
    position: absolute;
    top: 50%;
    width: 90%;
	right:0;
    z-index: 8;
}
.header_widget_news span{
    color: #3a3a3a;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    right: 5px;
    bottom: 24px;
    z-index: 9;
    background: #fff;
    padding: 0 5px;
}
.header_widget_news .subHeader small{
    font-weight: 500;
    font-size: 1.8rem;
}
.phone-relate h3{display:block;}
.phone-relate h3 span{
	padding: 0 10px;
    display: inline;
    z-index: 11;
    position: relative;
}
.header_widget_news .subHeader .id-name-mobile{display:none;}
.header_widget_news .subHeader .id-name{display:inline-block;}
.header-widget{
	text-align: center;
	position:relative;    
}
 .header-widget-left{
 	text-align: left;
	position:relative;    
}
.header-widget:before ,.header-widget-left:before{
	content: "";
	height: 2px;
	background:var(--watch-subhead-before);
	display: block;
	position: absolute;
	top: 53%;
	width: 100%;
	z-index: 8;
}		
.header-widget:before {
	height:3px;
	background:#000;
	top:50%;
}		
.header-widget-dark:before {
    background: #ffffff;
}
.header-widget h2, .header-widget-left h2{
	font-size: 2.3rem;			
	z-index: 9;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0 10px;
}
.header-widget-left h2{
	padding: 0 10px 0 0;
}
.header-widget-dark h2{
    background: #e5e5e5;
    color: #191919;
}


.bottom_news {
    margin-bottom:15px;
}
#review_phone img{
	border-radius:8px 8px;
}
.cover_widget_news p.content {
    height: auto;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;	
    margin:0;
    padding:0; 
}
.cover_widget_news a{
	text-decoration:none;
	overflow: hidden;
  /*   height: 100%; */
    display: inline;
    cursor: pointer;
}
ul.column-news {
    overflow: hidden;
    clear: both;
    padding: 0;
}
ul.column-news li {
    padding-top: 5px;
	padding-bottom:15px;
    border-right: 0 solid #ebebeb;
    border-bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.column-news-block {
    overflow: hidden;
    clear: both;
    position: relative;
    display: block;
    min-height: 100px;
    padding: 0;
}
.column-news-block img {
    width: 100%;
    position: relative;
    display: block;
	border-radius:8px 8px;
}
.column-news-block p.content {
    font-family: 'Kanit';
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 4% auto 0;
    height: auto;
    display: block;
}

/* new release */
.colunm-spec-block{
	overflow: hidden;
    padding: 0 0;
    margin-top: 10px;
}

.display_content_model_home {
    float: left;
    margin: 0;
    padding: 0 9px;
    overflow: hidden;
}

.model_list_item {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    border-radius: 0;
}
.model_list_item .model_list_item_badge {
    float: right;
    position: absolute;
    text-align: right;
    width: 45px;
}
.model_list_item .model_list_item_badge .screen_size {
    border-radius: 10px;
    color: #FFF;
    float: right;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    margin: 5px 5px 0 0;
    min-width: 12px;
    padding: 0 4px;
    position: relative;
    text-align: center;
    background: #4E5660;
    width: auto;
    z-index: 1;
    font-family: 'Roboto';
    font-weight: 500;
}
.display_content_pic {
    margin: 0 auto;
    padding: 18px 0 0;
    width: 101px;
    /* height: 120px; */
    text-align: center;
}
#mar_img {
    /* height: 100%; */
}
#mar_img img {
    max-width: 88px;
}
#inner_icon {
    right: 5px;
    top: 20px;
    position: absolute;
}
#inner_handson, #inner_review, #inner_spec {
    margin: 0;
}
#inner_handson, #inner_review {
    top: 30px;
}
.display_content_msg {
    position: relative;
    bottom: 0;
    font: Normal 12px/18px Tahoma,"Microsoft Sans Serif",sans-serif;
    border-radius: 0;
    width: 100%;
    display: table;
    height: 55px;
    padding: 0;
    margin: 0;
    text-align: center;
}
.display_content_msg a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    width: 100%;
}
.inner>div {
    padding: 10px 6px 0;
}
#inner_name a {
	margin: 10px 0 0;
    overflow: hidden;
    display: block;
    color: #222222;
    font-size: 15px;
    text-align: center;
    font-family: 'Roboto';
    margin-bottom: 0;
    font-weight: 500;
    line-height: 22px;
    min-height: 70px;
}
#inner_name span {
    height: 26px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Roboto';
    font-size: 14px;
    color: #90949c;
    display: block;
    text-align: center;
}
#inner_name font em {
    font-size: 14px;
    padding-right: 3px;
}
#inner_name .fa{
	font-weight: 300;
    font-size: 13px;
    padding-right: 3px;
}
.btn_review_disable{display:none;}
.ReviewLink {
    background-image: url(//www.siamphone.com/images/review_icon.png);
    background-size: 22px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 35px;
    right: 10px;
}
.block-three{}
.block-three ul{
	padding: 0 15px;
	margin: 0;
}
.block-three ul li {
	padding: 0;
	margin: 5px 0;
	list-style-type: none;
	width: 100%;
	height: 33px;
	clear: both;
	float: left;
	position: relative;
}

.block-three ul li .number {
	position: absolute;
	width: 25px;
	height: 25px;
	text-align: center;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 17px;
	border-radius: 30px;
	line-height: 24px;
	top: 4px;
	left: 1px;
}
.block-three ul li .name {
	width: 93%;
	float: right;
	text-align: left;
}
.block-three ul li .name a {
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	padding: 8px 10px;
	font-family: 'Roboto';
	font-weight: 500;
}
.top-views {
	position: absolute;
	right: 5px;
	top: 8px;
	z-index: 0;
	font-family: 'roboto';
}
.top-views a {
	font-weight: 500;
	font-size: 15px;
}
.top-views em{
    padding-right: 3px;
    font-weight: 600;
    font-size: 13px;
}
#wrapper-popular .cover_widget_news{padding-bottom:10px;}
#wrapper-guaruntee{
	font-weight:300;
	text-align: center;
}
.modal-body{font-size:14px;text-align: left;}
.modal-body strong{font-weight:500;}
.modal-body a{color:#007bff;}
.preliminary button{
	border: 0;
	background: none;
	cursor: pointer;
}
/* Phone Relate */
.phone-relate{}
.phone-relate h3 a{
	font-weight:300;
	color:#333;
}
.model_list_item {
    font-size: 40px;
    text-align: center;
    color: #555555;
    position: relative;
}
.model_list_item .model_list_item_badge {
    position: absolute;
    text-align: right;
    min-width: 36px;
    top: 0;
    right: 0;
    min-height: 20px;
    height: auto;
    padding:0 0;
    line-height: 18px;
	
	display:none;
}
.screen_size {
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 14px;
    height: 20px;
    line-height: 21px;
    margin: 0 5px 0 0;
    min-width: 13px;
    padding: 2px 4px 1px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 0;
    background: none repeat scroll 0 0 #4E5660;
    font-family: 'Roboto';
    font-weight: 500;
}
.model_list_item_image {
    padding-top: 0;
}
.model_list_item_image_cell, .model_list_item_name_cell {
/*     display: table-cell;
    vertical-align: middle; */
}
.model_list_item_image_vertical {
    text-align: center;
    background: white;
    border-radius: 8px;
}
.model_list_item_image_vertical img {
    max-width: 90px;
	font-size:12px;
}
.model_list_item_name {
    font: 14px/130% Tahoma, "Microsoft Sans Serif", sans-serif;
/*     height: 40px; */
    min-height: 40px;
    padding: 5px 0 0;
}
.model_list_item_image_cell, .model_list_item_name_cell {

}
.model_list_item_name_vertical {
    text-align: center;
    margin-bottom: 0;
	font-family: 'Roboto';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.model_list_item_name_vertical a {
    text-decoration: none;
    height: 42px;
    overflow: hidden;
    line-height: 20px;
}
.model_list_item_price{
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 500;
    color: #2e8841;
    line-height: 20px;
	margin-top:3px;
}
.phone-relate #inner_icon{
/* 	right:20%; */
}

#btn_compare {
   margin: 15px 0px 0 0;
    width: auto;
    height: 26px;
    border-radius: 2px;
    background-color: #9E9E9E;
    left: auto;
    text-align: right;
    font-family: 'Kanit';
    z-index: 11;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    background-color: #4CAF50;
}
#btn_compare a {
    color: #fff;
    float: left;
    height: 100%;
    padding: 5px 10px 4px;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}
#btn_compare em {
    background-image: url(https://www.siamphone.com/images/icon-compare-white.png);
    background-size: 14px 14px;
    width: 14px;
    height: 15px;
    display: block;
    float: left;
    margin: 4px 0 0 10px;
}
#social_comment{
	width:100%;
	overflow:hidden;
	clear:both;
}
.caution {
    padding: 0 15px;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin: 10px auto 0;
}
.caution p {
    margin: 10px 0;
    font-size: .68em;
    line-height: 18px;
}
.detail_source{
    padding: 0 10px 0 25px;
    margin: 50px 0 20px 0;
    font-style: italic;
    text-align: right;
    line-height: 30px;
    font-weight: 400;
}
.detail_source strong{
	font-weight:500;
}
.detail_content hr{
    width: 90%;
    margin-left: 0;
    border-top: 1px dashed rgba(0,0,0,.1);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.container-footer{background:#191919;}
#footer {
    margin: 10px auto 0;
}
#footer_copyright {
    padding: 0;
    width: 100%;
    font: 10px/30px Arial;
    text-transform: uppercase;
    display: inline-block;
}
#footer_copyright .siamphone_logo {
    margin: 0 10px;
    float: left;
}
#footer_copyright .siamphone_logo img {
	vertical-align:sub;
}
#footer_copyright em.copysign {
    font-size: 12px;
    float: left;
    font-family: Arial;
    margin-right: 5px;
    font-style: normal;
}
#footer_copyright p.right_reserved_text {
    float: left;
    margin: 0;
    color: #8c8c8c;
}
#footer_copyright p.social_network {
    float: right;
    margin: 0 10px;
    color: #8c8c8c;
}
#footer_copyright p.social_network a {
    margin: 0 5px;
    color: #8c8c8c;
}

.rsDefault .rsThumbsHor {
  margin-top:10px;
}

#social_comment iframe{
    width: 100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]  {width: 100% !important;}

/*Mobile News*/

.heading {
    background-color: #fff;
    color: #000;
    box-shadow: none;
    font-size: 29px;
    padding: 15px 10px 10px 0;
	position:relative;
}
.heading font {
    font-size: 14px;
    color: #525252;
    margin-left: 10px;
    text-transform: uppercase;

}
.heading span {
    color: #3a3a3a;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

p.content {
    height: auto;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
.TopBox ul {
	overflow: hidden;
	clear: both;
	background: #fff;
	padding: 0;
}
.TopBox ul li:first-child {
    width: auto;
    height: auto;
    margin: 0 0 15px;
}
.TopBox ul li {
    position: relative;
    padding-top: 5px;
	padding-bottom:15px;
   /*  height: 190px; */
    list-style-type: none;
    line-height: 150%;
}
.TopBox ul li a {
    display: block;
    margin: 0;
    line-height: 5px;
}
.TopBox ul li img {
    width: 100%;
    height: auto;
}
.TopBox ul li:first-child p.readLink {
    background: #ffffff;
    height: auto;
    padding-bottom: 0;
	margin:0;
}
.TopBox ul li p.readLink {
    width: auto;
    height: 83px;
    border-radius: 0;
    padding: 10px 0 0;
    padding-bottom: 0px;
    overflow: hidden;
	margin-bottom:0;
}
.TopBox ul li:first-child p.readLink a {
    color: #000;
    font-family: 'Kanit';
    font-size: 20px;
    line-height: 32px;
    padding: 0;
    font-weight: 400;

}
.TopBox ul li p.readLink a {
    display: block;
    line-height: 24px;
    color: #000;
    font-family: 'Kanit';
    font-size: 16px;
}

.TopBox ul li:first-child font {
    padding-right: 55px;
    height: 40px;
    border-radius: 30px 0 0 30px;
    line-height: 40px;
    font-size: 25px;
    padding-left: 10px;
    top: 10px;
    right: 15px;
}
.TopBox ul li font {
    width: auto;
    height: 20px;
    background: rgba(255,255,255,.84);
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
    text-indent: 3px;
    color: #252525;
    border-radius: 10px 0 0 10px;
    line-height: 20px;
    text-align: right;
    padding-right: 25px;
    font-weight: 500;
    font-family: 'Kanit';
}

.TopBox ul li:first-child font i {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    font-size: 55px;
    line-height: 50px;
}
.TopBox ul li font i {
    font-family: 'Kanit';
    right: -10px;
    top: -6px;
    font-style: normal;
    background: #cc0000;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    color: #fff;
    text-indent: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 29px;
}
.TopBox ul li font i, .view_p {
    text-align: center;
    position: absolute;
}
.TopBox ul li:first-child span {
    font-size: 20px;
    margin-right: 15px;
}
.TopBox ul li span {
    width: 20px;
    font-size: 14px;
    margin-right: 5px;
}
.TopBox ul li:first-child span {
    font-size: 24px;
    margin-right: 15px;
}
.TopBox ul li span {
    width: 20px;
    font-size: 14px;
    margin-right: 5px;
}
.TopBox .news_inner ul li:nth-child(2), #container .news_inner ul li:nth-child(4), #container .news_inner ul li:nth-child(6) {
    margin-right: 0;
    border-right: 0 solid #ddd;
}
.TopBox .news_inner ul li {
    padding: 20px 10px;
    padding: 10px 2% !important;
    border-bottom: 1px solid #d3d4d6;
    width: 45.5%;
    border-right: 1px solid #ddd;
    margin-bottom: 0;
    float: left;
}
.TopBox .news_inner ul li:nth-child(2), #container .news_inner ul li:nth-child(4), #container .news_inner ul li:nth-child(6) {
    margin-right: 0;
    border-right: 0 solid #ddd;
}
.TopBox ul li:first-child span.writeBy {
    font-size: 13px;
    margin: 10px 0 0;
    width: 100%;
    color: #000;
}
.TopBox ul li:first-child span.writeBy {
    display: block;
    font-size: 13px;
    line-height: 180%;
}
#mobile_news img {
    border-radius: 8px 8px;
}
.mr-5 {
    margin-right: 5px !important;
}

.block_fourth ul {margin:0;padding:0;}
.block_fourth ul li{list-style-type:none;}
.block_fourth ul li img{width:100%;}
#ShowOnDesktopOnly, .ShowOnDesktopOnly{display:block;}
@media (max-width: 991px) {
	.container {
	  /*background:red;*/
	}
	.function .block-function:first-child:before,.function .block-function:nth-child(4):before{border-left:1px solid transparent;}
	.function .block-function:nth-child(3):before{border-left:0 solid transparent;}
	.function .block-function:nth-child(4),.function .block-function:nth-child(5),.function .block-function:nth-child(6){padding-top:10px;}
	.function .block-function:nth-child(5):before,.function .block-function:nth-child(6):before{border-bottom:1px solid transparent;}
	.function .block-function:nth-child(4):before{border-bottom:1px solid #000;border-left:1px solid #000;}
    .function .block-function:nth-child(5):before{border-left:1px solid transparent;}
	
	#online_store .shop, .btn_goto_store, .block_accessory{width:90%;}
	 .header_widget_news .subHeader .id-name{display:none;}
	 .header_widget_news .subHeader .id-name-mobile{display:inline-block;}
     .header_widget_news .subHeader{font-size:2.2rem;}

     .fnc {
        padding-right: 5px;
        padding-left: 5px;
    }
     .special_function .block-function{
        min-height: 50px;
        padding-top: 10px;
        padding: 5px 2px 5px;
        margin-bottom: 15px;
     }
     .special_function h4{display:none;}
     .special_function{display:none;}

	#ShowOnDesktopOnly, .ShowOnDesktopOnly{display:none;}
	
}
@media (min-width: 991px) {
	#wrapper-search { padding: 0 15px !important;}
}

#ShowOnMobileOnly, .ShowOnMobileOnly, #ShowOnMobileOnly_Readmore{display:none;}

@media (max-width: 768px) {
	.container {max-width:760px;
		  /*background:green;*/
	}
	.function .block-function:first-child:before,.function .block-function:nth-child(4):before{border-left:1px solid transparent;}
	.function .block-function:nth-child(3):before{border-left:0 solid transparent;}
	.function .block-function:nth-child(4),.function .block-function:nth-child(5),.function .block-function:nth-child(6){padding-top:10px;}
	.function .block-function:nth-child(5):before,.function .block-function:nth-child(6):before{border-bottom:1px solid transparent;}
	.function .block-function:nth-child(4):before{border-bottom:1px solid #000;border-left:1px solid #000;}
    .function .block-function:nth-child(5):before{border-left:1px solid transparent;}
    
    h1 a {
        font-size: 2.0rem;   
    }
	#breadcrumb_list ul li:nth-child(2){display:none;}
    #breadcrumb_list ul li{
        font-size: 13px;
    }
	.btn-shop {
		right: 0;
		top: 0;
		font-size: 18px;
		height: 49px;
		line-height: 34px;
		padding: 8px 0;
	}
    .txt_price {
		text-align: center;
    }
    .header_widget_news .subHeader {
     /*  font-size: 18px; */
    }
	 .header_widget_news .subHeader .id-name{display:none;}
	 .header_widget_news .subHeader .id-name-mobile{display:inline-block;}

    #online_store .shop, .block_accessory{width:90%;margin:15px auto 0;}
    a.AllPrice{width: 90%;background-position: 70% 5px;}
	ul.nav_blue{padding-left:10px;width:100%;}
   
    .specColor p font{display:none;}
	.specColor span{margin:0 5px 0 10px;}
	.block-three ul li .number{display:block;}
	 .block-three ul li .name{width:93%;}
	#footer{margin:10px auto;}
	#footer_copyright em.copysign{float:none;}
	#footer_copyright p.right_reserved_text{text-align: center;width: 100%;float:none;}
	#footer_copyright p.social_network{margin: 0 auto;float: none;text-align: center;width: 100%;}

	.top-banner img{
		width:100%;
		height:auto;
    }
    
    #ads_bottom{
        display: none;
    }

	.shared{
		padding: 0;
		margin-bottom: 0!important;
		box-shadow:none;
	}
	.shared .count, .shared .viewBadges{
		display: inline-block;
		padding: 0;
		width: 50%;
	}
	.shared .viewBadges{border-right: 0 solid #000;}
	.shared .count {
		display: block;
		width: 100%;
		margin: 0;
	}
    .shared .count span, .shared .viewBadges span {
        font-size: 34px;
    }
	.shr_social{
		text-align: center;
		margin: 0 0 0 0;
		width:50%;
	}
	.shr_social li{
		 text-align: center;
		width: 43px;
		float: none;
		display: inline-block;
	}
    .shr_social li a img {
		width: 40px;
		height: auto;
        margin: 0 auto;
        border: none;
        border-radius: 0;    
    }

	#ShowOnMobileOnly ,.ShowOnMobileOnly, #ShowOnMobileOnly_Readmore {display:block;}
	#ShowOnDesktopOnly .ShowOnDesktopOnly{display:none;}
	.contain-box {
		/* max-height: 1221px; */
		position: relative;
		overflow: hidden;
		height: auto!important;
		margin-bottom: 0;
	}
	.contain-box .read-more {
		display:block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 50px 0 30px 0;
		background-image: -moz-linear-gradient(top, transparent, white);
		background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255, 255, 255, 0.85) 31%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
		
		display:none;
	}
	.btn-readmore {
		text-decoration: none;
		vertical-align: middle;
		display: block;
		width: 60%;
		margin: auto;
		font-family: 'Kanit';
		font-weight: 400;
		font-size: 18px;
		background: #1d2129;
		color: #ffffff;
		padding: 12px 25px;
		border-radius: 3px;
	}

}


.review_block .show-rating{width: 100%;margin:0;border:0;clear:both;display:block;background: #ffffff;position:relative;}
.review_block .show-rating:after{content:none;}
.show-rating{
	display: block;
	border: 1px solid #eaeaea;
	padding: 15px 0;
	border-radius: 4px;
	width: 92%;
	margin: -2px 10px 10px;
	position: relative;
	list-style-type: none;
	background: #e9ebee;
	display:none;
	position: absolute;
	z-index: 2;
}
.show-rating:after{
	content: " ";
	top: -11px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #eaeaea;
	margin-left: 0;
	width: 0;
	position: absolute;
	height: 0;
	box-sizing: border-box;
	z-index: 99;
	float: left;
	pointer-events: none;
	cursor: default;
}
.show-rating ul{
    clear: both;
    overflow: hidden;
    list-style-type: none;
	padding-left:0;
}
.show-rating ul li{
	list-style-type: none;
	clear: both;
	overflow: hidden;
	float: left;
	width: 100%;
	line-height:2.3;
}

.block-rate:hover .show-rating {
  display: block;
}

/* Progress Bar */
.progress-bar {
	width:0;
	border-radius: 0;
	height: 10px;
	margin: 0;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	/* width: 100%; */
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
	background: linear-gradient(to left, #4ba0f7 0%,#2a84e1 100%);
	border-radius: 13px;
}
/*.progress-bar-5star {background-color: #52A552;}
.progress-bar-4star {background-color: #9CCE29;}
.progress-bar-3star {background-color: #F7E642;}
.progress-bar-2star {background-color: #FFA629;}
.progress-bar-1star {background-color: #EF4221;}*/

.progress-bar__bar {
	  background-color: #F6F6F5;
	  bottom: 0;
	  left: 0;
	  position: absolute;
	  right: 0;
	  top: 0;
	  -webkit-transition: all 500ms ease-out;
	  transition: all 500ms ease-out;
}
.progress-title{width:20%;float:left;font-family: 'Kanit';text-align: left;font-weight:500;font-size:16px;}
.progress {
	height: 10px;
	margin-bottom: 0;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 0;
	float: left;
	width: 70%;
	margin: 13px 0;
	border-radius: 20px;
}
.progress2{
	float: left;
	width: 70%;	
	border-radius: 20px;
}
.progress-number{
	width:10%;
	float: right;
	font-family: 'Kanit';
	color: #222;
	text-align:center;
	font-weight:500;
}
#ModalReviewRating .modal-body {
    padding: 1rem 2rem 2rem;
}

#ModalReviewRating .progress-number{
	font-size: 24px;
	line-height: 1.3;
	text-align:right;
}
#ModalReviewRating .show-rating ul li{
	/* line-height:2.5; */
}
#ModalReviewRating .review_block .show-rating{padding-top:0;}
.all-review{
	font-family: 'Kanit';
	display: block;
	color: #fff !important;
	background: #1d2129;
	margin: 5px 0 0 20%;
	padding: 5px 0;
	width: 70%;
}
.rating-icon{
	background-image: url(../images/spec_icon_function.png);
	background-size: 100px 50px;
	width: 25px;
	height: 25px;
	display: inline-flex;
	margin: 8px auto 10px;
	background-position: 0px -25px;
	padding-left: 25px;
	margin:0 8px 0 0;
	vertical-align: text-top;
}
.rt-icon-design{
	background: url(//www.siamphone.com/images/icon/raiting-icon-design.png) no-repeat;
	background-size: 25px;
}
.rt-icon-camera{
	background:url(//www.siamphone.com/images/menuicon/icon-camera-shutter.png) no-repeat;
	background-size:25px;
}
.rt-icon-display{
	background: url(//www.siamphone.com/images/icon/raiting-icon-display.png) no-repeat;
	background-size: 25px;	
}
.rt-icon-price{
	background:url(//www.siamphone.com/images/icon/raiting-icon-price.png)no-repeat;
	background-size:25px;
}
.rt-icon-sound{    
	background: url(https://www.siamphone.com/images/icon/icon-speaker.svg);
	background-size: 25px;
}
.rangeslider{position:relative;display:block;cursor:pointer;height:25px;width:100%}
.rangeslider__fill,.rangeslider__fill__bg,.rangeslider__handle{display:block;position:absolute;top:50%;height:10px;z-index:2;background:#29e;border-radius:10px;will-change:width}
.rangeslider__handle{will-change:width,height,top;width:20px;height:20px;display:inline-block;z-index:3;cursor:pointer;border:solid 2px #fff;border-radius:50%;-webkit-transition:width .1s ease-in-out,height .1s ease-in-out,top .1s ease-in-out;transition:width .1s ease-in-out,height .1s ease-in-out,top .1s ease-in-out;top:66%;}
.rangeslider__handle:active{background:#2a84e1}
.rangeslider__fill__bg{background:#ccc;width:100%}
.rangeslider--disabled{opacity:.4}
.comment-box{}
.comment-box label{
	font-weight: 500;
	font-size: 17px;
}
.comment-box textarea{
	font-size: 20px;
	width: 100%;
	padding: 10px 15px;
	font-weight: 300;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.comment-box input[type="submit"]{
	width: 50%;
	padding: 7px 0;
	border: 0;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	display: block;
	color: #fff;
	border-radius: 30px;
	font-family: Kanit;
	margin:20px auto 0;
	background: linear-gradient(to bottom, #4ba0f7 0%,#2a84e1 100%);
}
.cover-head-voting{
	overflow:hidden;
	width:100%;
}
.headVotingLeft{
	width: 50%;
	float: left;
	margin-left: 0;
}
.headVotingRight{
	width: 50%;
	float: left;
	text-align: right;
	margin-right: 0;
}
.score {
	font-size: 20px;
	line-height: 31px;
	font-family: 'Kanit';
	margin: 0;
	color: #7f7f7f;
	text-align: right;
	font-weight: 400;
}
.score p{
	display: inline-block;
	margin: 0;
}
.score .people{
    font-size: 12px;
    line-height: 10px;
    margin: 0;
    color: #7f7f7f;
    display: block;
}
.score strong{
	font-size: 52px;
	font-family: 'Kanit';
	margin: 0;
	color: #2a84e1;
	text-align: center;
	line-height: 10px;
	font-weight:500;
}
.five-star{color:#52A552 !important;}
.four-star{color:#9CCE29 !important;}
.three-star{color:#FFD700 !important;}
.two-star{color:#FFA629 !important;}
.one-star{color:#EF4221 !important;}

.voting-star-icon{
	display: inline-block;
	width: 125px;
	height: 22px;
	overflow: hidden;
	background: url(//www.siamphone.com/images/icon-star.png) repeat-x;
}
.voting-star-icon span{
	display: block;
	height: 22px;
	background: url(//www.siamphone.com/images/icon-star-voting.png) repeat-x;
}
.rating {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}.rating > input { display: none; margin:0;} 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.rating > label { 
  color: #cccccc; 
 float: right; 
 line-height: 12px;
 margin:0;
}
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.nav-tabs{margin-bottom:0;border-bottom:0;}
.nav-tabs, .tab-content{
	margin-left: 0;
	margin-right: 0;
}
.nav-tabs li {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 0 solid #dee2e6;
}
.nav-tabs li.active {
	font-size: larger;
	font-weight: 500;
}

.block-review{
	border-bottom: 1px dotted #e9ebee;
	overflow: hidden;
	padding: 15px 0 15px;
}
.block-review-image{
	width: 10%;
	float: left;
	text-align: left;
}
.block-review-image img{
	border-radius: 30px;
	width: 48px;
	height: 48px;
	padding: 2px 2px;
}
.block-review-name{
	font-weight: bold;
	float: left;
	text-align: left;
	font-size: 14px;
	font-family: 'Roboto';
	margin: 0 0 0;
	width: 85%;
}
.block-review-star{
	position:relative;
	float: left;
	margin: 5px 0 0 0;
	width: 90%;
	text-align:left;
}
.starIcon{
	display: inline-block;
	width: 75px;
	height: 14px;
	overflow: hidden;
	background: url(//www.siamphone.com/images/star-gray-small.png) repeat-x;
}
.starIcon span{
	display: block;
	height: 14px;
	background: url(//www.siamphone.com/images/star-light-small.png) repeat-x;
}
.block-review-coment{
	float: left;
	width: 90%;
	text-align: left;
	color: #1f1f1f;
	margin: 10px 0 0;
	font-size: 16px;
	font-family:auto;
}
.block-review-star p{
	font-size: 12px;
	display: inline-block;
	margin: 0 0 0 5px;
	color: #b9b9b9;
}
.block-review-cover{
	height: 260px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.block-review-cover::-webkit-scrollbar-track{background-color: #ddd;border-radius: 18px}
.block-review-cover::-webkit-scrollbar{width: 10px;background-color: #F5F5F5;border-radius: 18px}
.block-review-cover::-webkit-scrollbar-thumb{border-radius: 18px;background-color: rgba(0,0,0,0.25);}
#login-cover{
	clear:both;
	overflow:hidden;
}

/* iPad Vertical*/
@media only screen and (min-width: 768px)  and (max-width:991px){
	.container {
		  /*background:pink;*/
	}
	#box2{overflow:hidden;}
	ul.column-news li{width:100%;}
	#online_store .logo_shop{
		margin-top: 3px;
	}	 
	.txt_price{

	}
	 .btn-shop{
		width:60px;
	    right: 10px;
		top: 10px;
		font-size: 15px;
		height: 30px;
		line-height: 0;
		padding-top: 16px;
    }
	.block-three ul li .number{display:none;}
	 .block-three ul li .name{width:100%;}
     .block-three ul li .name a{padding:8px 5px 8px 0;}

     .shr_social li a img {
        margin: 0 auto;
        border: none;
        border-radius:0;   
    }
	
	#ShowOnMobileOnly ,.ShowOnMobileOnly, #ShowOnMobileOnly_Readmore {display:none;}
	#ShowOnDesktopOnly .ShowOnDesktopOnly{display:none;}
}