/* default, light mode styles set with variables */
@charset "utf-8";
/* CSS Document */


:root {
    /*Light mode background: #191919;*/
    --luckynumber-body-bg-light:#ffffff;
    --luckynumber-body-color-light:#222222;
    --luckynumber-horobox-bg-light:#ffffff;
    --luckynumber-horobox-color-light:#000000;
    --luckynumber-horobox-h4-light:#000000;
    --luckynumber-itemblockh4-bg-light:#222222;
    --luckynumber-itemblockh4-color-light:#ffffff;
    --luckynumber-blackwhite-color-light:#000000;
    --luckynumber-itemnumber-bg-light: #ffffff;
    --luckynumber-itemnumber-shadow-light:0 0 10px #f1f1e3;
    --luckynumber-itemnumber-shadowhover-light:0 0 10px #e7e7e7;
    --luckynumber-simicon-light:none;
    --luckynumber-input-border-light:1px dashed #ccc;
    --luckynumber-header-before-light:#ebebeb;
    --luckynumber-blackwhite-color-light:#000000;
    --luckynumber-grade-bg-light:#f4f7ed;
    --luckynumber-whiteblack-color-light:#ffffff;
    --luckynumber-cate-bg-light:#f4f5e7 url(https://www.siamphone.com/images/icon-square-2023.png) no-repeat;
    --luckynumber-itemnumber-light:linear-gradient(40deg,  #ffffff 0%,#f9f9f9 50%,#fbfbfb 50%,#ffffff 100%);
    --luckynumber-itemnumber-hover-light: linear-gradient(135deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    --luckynumber-price-light:#707070;
    --luckynumber-price2-light:#146e27;
    --luckynumber-btnhover-light:#d2d2d2;
    --luckynumber-filterimg-light:none;
    --luckynumber-animate-bg-light:#791a1a;
	--luckynumber-animate-btn-light:linear-gradient(135deg,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    --luckynumber-button-close-light: brightness(0) saturate(0%);


    /*dark-mode styles*/
    --luckynumber-body-bg-dark:#222222;
    --luckynumber-body-color-dark:#dddddd;
    --luckynumber-horobox-bg-dark:#222222;
    --luckynumber-horobox-color-dark:#dddddd;
    --luckynumber-horobox-h4-dark:#ffffff;
    --luckynumber-itemblockh4-bg-dark:#ffffff;
    --luckynumber-itemblockh4-color-dark:#000000;
    --luckynumber-blackwhite-color-dark:#ffffff;
    --luckynumber-itemnumber-bg-dark: #2f2f2f;
    --luckynumber-itemnumber-shadow-dark: none;
    --luckynumber-itemnumber-shadowhover-dark:none;
    --luckynumber-simicon-dark:invert(1);
    --luckynumber-input-border-dark:1px solid #5f5f5f;
    --luckynumber-header-before-dark:#5f5f5f;
    --luckynumber-blackwhite-color-dark:#ffffff;
    --luckynumber-grade-bg-dark:#666666;
    --luckynumber-whiteblack-color-dark:#000000;
    --luckynumber-cate-bg-dark:#333333 url(https://www.siamphone.com/images/icon-square-2023-wh.png) no-repeat;
    --luckynumber-itemnumber-dark:linear-gradient(135deg,  #626262 0%,#393939 50%,#3c3c3c 51%,#414141 100%);
    --luckynumber-itemnumber-hover-dark: linear-gradient(135deg,  #626262 0%,#393939 50%,#3c3c3c 51%,#414141 100%);
    --luckynumber-price-dark:#ffffff;
    --luckynumber-price2-dark:#26ab42;
    --luckynumber-btnhover-dark:#252525;
    --luckynumber-filterimg-dark:brightness(100);
	--luckynumber-animate-bg-dark:#791a1a;
	--luckynumber-animate-btn-dark:linear-gradient(135deg,  #626262 0%,#393939 50%,#3c3c3c 51%,#414141 100%);
    --luckynumber-button-close-dark: none;
}

@media(prefers-color-scheme: dark){
    :root {
        --luckynumber-body-bg:var(--luckynumber-body-bg-dark);
        --luckynumber-body-color:var(--luckynumber-body-color-dark);
        --luckynumber-horobox-bg:var(--luckynumber-horobox-bg-dark);
        --luckynumber-horobox-color:var(--luckynumber-horobox-color-dark);
        --luckynumber-horobox-h4:var(--luckynumber-horobox-h4-dark);
        --luckynumber-itemblockh4-bg:var(--luckynumber-itemblockh4-bg-dark);
        --luckynumber-itemblockh4-color:var(--luckynumber-itemblockh4-color-dark);
        --luckynumber-blackwhite-color:var(--luckynumber-blackwhite-color-dark);
        --luckynumber-itemnumber-bg:var(--luckynumber-itemnumber-bg-dark);
        --luckynumber-itemnumber-shadow:var(--luckynumber-itemnumber-shadow-dark);
        --luckynumber-itemnumber-shadowhover:var(--luckynumber-itemnumber-shadowhover-dark);
        --luckynumber-simicon:var(--luckynumber-simicon-dark);
        --luckynumber-input-border:var(--luckynumber-input-border-dark);
        --luckynumber-header-before:var(--luckynumber-header-before-dark);
        --luckynumber-blackwhite-color:var(--luckynumber-blackwhite-color-dark);
        --luckynumber-grade-bg:var(--luckynumber-grade-bg-dark);
        --luckynumber-whiteblack-color:var(--luckynumber-whiteblack-color-dark);
        --luckynumber-cate-bg:var(--luckynumber-cate-bg-dark);
        --luckynumber-itemnumber:var(--luckynumber-itemnumber-dark);
        --luckynumber-itemnumber-hover:var(--luckynumber-itemnumber-hover-dark);
        --luckynumber-price:var(--luckynumber-price-dark);
        --luckynumber-price2:var(--luckynumber-price2-dark);
        --luckynumber-btnhover:var(--luckynumber-btnhover-dark);
        --luckynumber-filterimg:var(--luckynumber-filterimg-dark);
        --luckynumber-animate-bg:var(--luckynumber-animate-bg-dark);
		--luckynumber-animate-btn:var(--luckynumber-animate-btn-dark);
        --luckynumber-button-close:var(--luckynumber-button-close-dark);
    }
}

@media(prefers-color-scheme: light){
    :root {
        --luckynumber-body-bg:var(--luckynumber-body-bg-light);
        --luckynumber-body-color:var(--luckynumber-body-color-light);
        --luckynumber-horobox-bg:var(--luckynumber-horobox-bg-light);
        --luckynumber-horobox-color:var(--luckynumber-horobox-color-light);
        --luckynumber-horobox-h4:var(--luckynumber-horobox-h4-light);
        --luckynumber-itemblockh4-bg:var(--luckynumber-itemblockh4-bg-light);
        --luckynumber-itemblockh4-color:var(--luckynumber-itemblockh4-color-light);
        --luckynumber-blackwhite-color:var(--luckynumber-blackwhite-color-light);
        --luckynumber-itemnumber-bg:var(--luckynumber-itemnumber-bg-light);
        --luckynumber-itemnumber-shadow:var(--luckynumber-itemnumber-shadow-light);
        --luckynumber-itemnumber-shadowhover:var(--luckynumber-itemnumber-shadowhover-light);
        --luckynumber-simicon:var(--luckynumber-simicon-light);
        --luckynumber-input-border:var(--luckynumber-input-border-light);
        --luckynumber-header-before:var(--luckynumber-header-before-light);
        --luckynumber-blackwhite-color:var(--luckynumber-blackwhite-color-light);
        --luckynumber-grade-bg:var(--luckynumber-grade-bg-light);
        --luckynumber-whiteblack-color:var(--luckynumber-whiteblack-color-light);
        --luckynumber-cate-bg:var(--luckynumber-cate-bg-light);
        --luckynumber-itemnumber:var(--luckynumber-itemnumber-light);
        --luckynumber-itemnumber-hover:var(--luckynumber-itemnumber-hover-light);
        --luckynumber-price:var(--luckynumber-price-light);
        --luckynumber-price2:var(--luckynumber-price2-light);
        --luckynumber-btnhover:var(--luckynumber-btnhover-light);
        --luckynumber-filterimg:var(--luckynumber-filterimg-light);
        --luckynumber-animate-bg:var(--luckynumber-animate-bg-light);
		--luckynumber-animate-btn:var(--luckynumber-animate-btn-light);
        --luckynumber-button-close:var(--luckynumber-button-close-light);
    }
}

[color-scheme="light"]{
        --luckynumber-body-bg:var(--luckynumber-body-bg-light);
        --luckynumber-body-color:var(--luckynumber-body-color-light);
        --luckynumber-horobox-bg:var(--luckynumber-horobox-bg-light);
        --luckynumber-horobox-color:var(--luckynumber-horobox-color-light);
        --luckynumber-horobox-h4:var(--luckynumber-horobox-h4-light);
        --luckynumber-itemblockh4-bg:var(--luckynumber-itemblockh4-bg-light);
        --luckynumber-itemblockh4-color:var(--luckynumber-itemblockh4-color-light);
        --luckynumber-blackwhite-color:var(--luckynumber-blackwhite-color-light);
        --luckynumber-itemnumber-bg:var(--luckynumber-itemnumber-bg-light);
        --luckynumber-itemnumber-shadow:var(--luckynumber-itemnumber-shadow-light);
        --luckynumber-itemnumber-shadowhover:var(--luckynumber-itemnumber-shadowhover-light);
        --luckynumber-simicon:var(--luckynumber-simicon-light);
        --luckynumber-input-border:var(--luckynumber-input-border-light);
        --luckynumber-header-before:var(--luckynumber-header-before-light);
        --luckynumber-blackwhite-color:var(--luckynumber-blackwhite-color-light);
        --luckynumber-grade-bg:var(--luckynumber-grade-bg-light);
        --luckynumber-whiteblack-color:var(--luckynumber-whiteblack-color-light);
        --luckynumber-cate-bg:var(--luckynumber-cate-bg-light);
        --luckynumber-itemnumber:var(--luckynumber-itemnumber-light);
        --luckynumber-itemnumber-hover:var(--luckynumber-itemnumber-hover-light);
        --luckynumber-price:var(--luckynumber-price-light);
        --luckynumber-price2:var(--luckynumber-price2-light);
        --luckynumber-btnhover:var(--luckynumber-btnhover-light);
        --luckynumber-filterimg:var(--luckynumber-filterimg-light);
        --luckynumber-animate-bg:var(--luckynumber-animate-bg-light);
		--luckynumber-animate-btn:var(--luckynumber-animate-btn-light);
        --luckynumber-button-close:var(--luckynumber-button-close-light);
}

[color-scheme="dark"]{
    --luckynumber-body-bg:var(--luckynumber-body-bg-dark);
    --luckynumber-body-color:var(--luckynumber-body-color-dark);
    --luckynumber-horobox-bg:var(--luckynumber-horobox-bg-dark);
    --luckynumber-horobox-color:var(--luckynumber-horobox-color-dark);
    --luckynumber-horobox-h4:var(--luckynumber-horobox-h4-dark);
    --luckynumber-itemblockh4-bg:var(--luckynumber-itemblockh4-bg-dark);
    --luckynumber-itemblockh4-color:var(--luckynumber-itemblockh4-color-dark);
    --luckynumber-blackwhite-color:var(--luckynumber-blackwhite-color-dark);
    --luckynumber-itemnumber-bg:var(--luckynumber-itemnumber-bg-dark);
    --luckynumber-itemnumber-shadow:var(--luckynumber-itemnumber-shadow-dark);
    --luckynumber-itemnumber-shadowhover:var(--luckynumber-itemnumber-shadowhover-dark);
    --luckynumber-simicon:var(--luckynumber-simicon-dark);
    --luckynumber-input-border:var(--luckynumber-input-border-dark);
    --luckynumber-header-before:var(--luckynumber-header-before-dark);
    --luckynumber-blackwhite-color:var(--luckynumber-blackwhite-color-dark);
    --luckynumber-grade-bg:var(--luckynumber-grade-bg-dark);
    --luckynumber-whiteblack-color:var(--luckynumber-whiteblack-color-dark);
    --luckynumber-cate-bg:var(--luckynumber-cate-bg-dark);
    --luckynumber-itemnumber:var(--luckynumber-itemnumber-dark);
    --luckynumber-itemnumber-hover:var(--luckynumber-itemnumber-hover-dark);
    --luckynumber-price:var(--luckynumber-price-dark);
    --luckynumber-price2:var(--luckynumber-price2-dark);
    --luckynumber-btnhover:var(--luckynumber-btnhover-dark);
    --luckynumber-filterimg:var(--luckynumber-filterimg-dark);
    --luckynumber-animate-bg:var(--luckynumber-animate-bg-dark);
    --luckynumber-animate-btn:var(--luckynumber-animate-btn-dark);
    --luckynumber-button-close:var(--luckynumber-button-close-dark);
}



@media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
}
.mode-switch {
    display: block !important;
}
a{
    text-decoration: none;
}
hr{
    border-top: 1px dashed #e4e4e4;
    margin:20px 0;
}
body{
    font-family: 'Kanit';
    font-size: 1rem;
    font-weight: 400;
	color:var(--luckynumber-body-color);
    background:#191919;
}
#wrap-horoscope{
    background:url(../images/bg-horo4.jpg) repeat;
    background-size:cover;

    /* background-size:contain; */
    background-position: top;

    padding-top:70px;
}
.custom {
    height: calc(100vh - 60px);
    height:auto;
}
.horo-box{
    font-family: 'Kanit';
	font-weight: 400;
	border-radius: 30px;
	text-align:center;
    background: rgb(255 255 255 / 10%);
    color: #ffffff;

    padding: 0 40px 10px;
    padding: 0 30px 10px;
    font-size: 1.25rem;
    line-height: 2rem;
    box-shadow: 0 0 25px #3c0301;
}
.horo-box .text-center{
	align-items: center;
	justify-content: center;
}
.horo-box h1{
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
    padding-top: 50px;
    font-weight: 600;

    color: #D5AD6D;
    background: -webkit-linear-gradient(#ac874f, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    
    letter-spacing: 1px;
    background-image: linear-gradient( to right, #462523 0, #cb9b51 22%, #f6e27a 40%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100% );
    color: transparent;
    -webkit-background-clip: text;
    position:relative;
}
.horo-box h1:after {
    content: attr(data-text);
    background: -webkit-linear-gradient(-180deg, #3399ff, #82ed89, #3399ff);
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    text-align: center;
    left: 0;
    top: 0;
}
/*
.horo-box h1:after {
    background: none;
    content: "ทำนายเบอร์มงคล";
    font-family: 'Kanit';
    left: 0;
	top: 0;
    z-index: -1;
    position: absolute;
    text-shadow: 
		-1px 0 1px #c6bb9f, 
		0 1px 1px #c6bb9f, 
		5px 5px 10px rgba(0, 0, 0, 0.4),
		-5px -5px 10px rgba(0, 0, 0, 0.4);
    font-size: 3rem;
}*/
.phone-number {
    margin-bottom: 30px;
}
.item-cover{
	width:100%;
	position: fixed;
    z-index: 999;
	top: 0;
	right: 0;
	background:rgb(14 14 14 / 98%);
	height: calc(100vh - 60px);
	height:100%;
	transition: background 0.3s;
    /* padding-top: 50%; */
}
.item-star{
	width: 100%;
  height: 300px;
  border-radius: 3px;
  position: relative;
  background:url(../luckynumber/star.png) no-repeat;
  background-position:center;
  background-size: 350px;
  margin-top:15%
}
.item {
  width: 100%;
  height: 300px;
  border-radius: 3px;
  position: relative;
  background:url(../luckynumber/world.png) no-repeat;
  background-position:center;
  background-size: 350px;
  animation: loader-rotate 5s ease-in-out infinite;
 }

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } 
}


.horo-search{
    margin-top: 30px;
    padding:30px 30px 10px 50px;
}
.horo-search h3{
    text-align: left;
    font-size: 20px;    
    line-height: 28px;
}
.horo-search a.btn-loadmore{
    margin: 0 auto 15px;
    min-width: 250px;
    max-width: 250px;
    border: 1px solid #cc0000;
    background: #cc0000;
    color: #fff;
    border-radius: 30px;
}
.horo-search a.btn-loadmore:hover{
    border: 1px solid #cc0000;
    background: linear-gradient(to bottom, #e02203 0%,#bd0000 100%);
}


.ads-banner{
    margin:50px 0 0;
}
.ads-banner img{
    width:100%;
    height:auto;
    border-radius: 8px;
}
.breadcrumb_list{
    height: 33px;
    position: relative;
    width: 100%;
    margin: 30px auto 0;
    padding: 0px 10px 0;
    box-shadow: none;
    clear: both;
    display: block;
    color:#dddddd;
}
.breadcrumb_list li{
    list-style-type: none;
    display: inline-block;
}
.breadcrumb_list li a{
    font-weight: 400;
    line-height: 24px;
    color:#dddddd;
}
.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;
    color:#dddddd;
}
.number {
    /* width:100%; */
    text-align:center;
    color: #fff;
	font-family: 'Kanit';
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
}

.horo-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom:50px;
    color: #d0a456;
}
.horo-box label{
    font-weight: 500;
    margin-bottom:10px;
}
.phone-number input{
    width: 50px;
    height: 50px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 28px;
    border: 1px solid #ffffff;
    color: #000000;
    border-radius:.25rem;
    vertical-align: sub;
}
.date-form{
    max-width: 350px;
    width: 50%;
    margin: 0 auto;
}
.date-form input{
    width:60%;
    height: 50px;
    text-align: center;
    font-family: 'Kanit';
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #ffffff;
    border-right:0;
    color: #000000;
    border-radius:0.25rem 0.25rem !important;
    margin: 0 auto;
    background: #ffffff url(../images/icon-calendar.png) center center no-repeat;
    background-position: 95%;
    background-size: 25px;
}
.date-form .input-group-text{
    height:50px;
    border-left:0;
    background:#ffffff;
    border-color:#ffffff;
    border-radius: 0 .25rem .25rem 0;
}
.date-form .form-control:focus{
    border-color:#ffffff;
    box-shadow: none;
}
.date-form i.icon-calendar{
    width:30px;
    height:30px;
    display:inline-block;
    background: url(../images/icon-calendar.png) center center no-repeat;
    background-size: 25px;
}

.checkBirthDate {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
}
.checkBirthDate label{
    font-family: 'Kanit';
    text-align: center;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 600;
    display: inline-block;
}

.checkBirthDate input[type="checkbox"]{
    opacity:0;
}
.checkBirthDate label::before{
    left: 60px;
    margin-top: 9px;
}
.checkBirthDate input[type="checkbox"]:checked + label::after{
    left: 60px;
    top: 7px;
}
.btn-reset{
    display: block;
    margin: 10px 0 30px;
    color: #f3f3f3;
    font-size: 14px;
}
.btn-reset i{
    font-weight: 700;
    margin-right: 5px;
    font-size: 14px;
}
.btn-reset:hover{
    color:#ffffff;
    text-decoration: underline;
}
.submit-number{
	font-size: 1.5rem;
	font-weight: 400;
	width: 35%;
    min-width:240px;
	display: block;
	/*background: linear-gradient(to right, #4096ee 0%,#2a84e1 100%);*/
    background:#cc0000;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 60px;
	padding: 10px 10px;
	margin:40px auto 10px;
	font-family: 'Kanit';
}
.submit-number:hover{color:#fff;text-decoration: none;background:linear-gradient(to bottom, #e02203 0%,#bd0000 100%);}
.banner-970{
    margin: 0 0 50px;
}
.banner-970 img{
    border-radius: 18px;
}
/* footer */
.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;
}


/* Prediction Result Page */
#wrap-horoscope-result{
    background:url(../images/bg-horo4.jpg) repeat;
    background-size:100%;
    background-position: 0 0;
    /*background:#e8e8e8;*/
}
.horo-box-result{
    font-family: 'Kanit';
	font-weight: 400;
	border-radius: 30px;
    background: var(--luckynumber-horobox-bg);
    color: var(--luckynumber-horobox-color);

    padding: 30px 40px 30px;
    font-size: 1.25rem;
    line-height: 2rem;
    margin:25px 0 4rem;
}
.horo-box-result h1{
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.predict-level{
    text-align: center;
    padding: 20px;
    background: rgb(64 150 238 / 5%);
    border-radius: 18px;
    color: #222222;
    border: 1px solid rgb(64 150 238 / 15%);
    /*background:linear-gradient(45deg, rgba(255,255,255,1) -1%,rgb(247, 247, 247) 74%,rgb(250, 250, 250) 75%,rgba(255,255,255,1) 100%);
    background:radial-gradient(rgb(255 255 255), rgb(249 248 248)); */
    position:relative;
}

.predict-level h2{
    font-size: 20px;
    font-weight: 300;
}
.predict-level h3{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
.predict-level h4{
    color:#222222 !important;
}
.horo-box-result h3 {
    margin: 30px 0 30px;
    line-height: 2rem;
    font-size: 21px;
    padding-left: 0;
    color:var(--luckynumber-blackwhite-color);
}

.horo-box-result h3 span.phone-number{
    font-weight: 600;
    font-family: 'Roboto';
}
.horo-box-result h3 span.result-number, .horo-box-result .result-number{
    color: #4096ee;
    font-size: 60px;
    margin-left: 10px;
    font-weight: 600;
    font-family: 'Roboto';
}
.horo-box-result .col-3{
    padding:0;
}
.horo-box-result .result-number{
    margin: 30px 0 30px;
    line-height: 2rem;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    display: block;
    font-family: 'Roboto';
    margin-left: -5px;
}
.predict-level .level{
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 60px;
    font-weight: 600;
    border-radius: 50%;
    padding-top: 30px;
    margin: 15px 0 30px;
    text-align: center;
    color: #4096ee;
   /* background:#39af39;*/
    /*background:radial-gradient(#69ce69, #39af39);*/
    background: radial-gradient(#ffffff, rgb(255 255 255 / 20%));
    font-family: 'Roboto';
    font-size:110px;
    position:relative;
    
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 100% 50%
	}
	40% {
		background-position: 50% 0%
	}
	100% {
		background-position: 0% 0%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 100% 50%
	}
	40% {
		background-position: 50% 0%
	}
	100% {
		background-position: 0% 0%
	}
}

@keyframes Gradient {
	0% {
		background-position: 100% 50%
	}
	20% {
		background-position: 50% 0%
	}
	100% {
		background-position: 0% 0%
	}
}
.shine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
   /* background: rgba(255, 255, 255, 0.4);
    transition: all .3s linear;
    transform: skewX(30deg) translateX(0);*/

    background: #ebf1f6;
    background: -moz-linear-gradient(-45deg,  #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #abd3ee 54%, #d5ebfb 100%); 
    background: -webkit-linear-gradient(-45deg,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#abd3ee 54%,#d5ebfb 100%);
    background:linear-gradient(120deg,  #ffffff00 0%,rgb(255 255 255 / 5%) 50%,rgb(255 255 255 / 5%) 51%,rgb(255 255 255 / 30%) 51%,#ffffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=1 ); 
   
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite; 
  }

 
.result-a{color:#52A552 !important;}
.result-b{color:#9CCE29 !important;}
.result-c{color:#FFA629 !important;}
.result-d{color:#EF4221 !important;}

.level-a{background: #effdf2;border: 1px solid #d7ebd9;/*box-shadow: 0 0 5px rgba(82 165 82 / 15%);*/}
.level-a .level{color:#52A552;}

.level-b{background:#f0ffe1; border: 1px solid #ECF6DA;/*box-shadow: 0 0 5px rgba(156 206 41 / 15%);*/}
.level-b .level{color:#9CCE29;}

.level-c{background:#fff9ee; border: 1px solid #FFEEDA;/*box-shadow: 0 0 5px rgba(255 166 41 / 15%);*/}
.level-c .level{color:#FFA629;}

.level-d{background: #ffefed; border: 1px solid #FEDCD8;/*box-shadow: 0 0 5px rgba(239 66 33 / 15%);*/}
.level-d .level{color:#EF4221;}

.predict-level .level small{
    font-size: 20px;
    line-height: 58px;
    font-weight: 500;
    display: block;
}
.dark-mode .predict-level{
    border-width:3px;
}
.horo-box-result strong{
    border-bottom:2px solid ;
}
.horo-box-result p{
    text-align:left;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
}
.horo-box-result h4{
    color:var(--luckynumber-horobox-h4);
}
.block-item{
    /*border: 1px solid #eee;
    padding: 15px 20px 0;
    border-radius: 0;*/
    border-bottom:20px
}
.block-item h4{
    font-size: 1.3rem;
    display: inline-block;
    padding: 4px 15px 5px;
    background: var(--luckynumber-itemblockh4-bg);
    color: var(--luckynumber-itemblockh4-color);
    line-height: 20px;
    border-radius: 30px;
}
.block-item p{
    /*line-height: 28px;*/
}
.star-level .col-7{
    text-align: center;
}
.star-level strong{
    border-bottom:0;
    font-weight: 600;
    padding-top: 2px;
   padding-left: 5px;
   position:relative;
   color:var(--luckynumber-blackwhite-color);
}
.work-item ,.money-item, .love-item{
    margin:10px 0;
    position:relative;
    /*background:#f9f9f9;*/
}
.star-level .col-5:after{
    content: "";
    width: 15%;
    height: 2px;
    border-radius: 300px;
    background: var(--luckynumber-blackwhite-color);
    position: absolute;
    top: 48%;
    right: -8px;
}
/*
.work-item strong{
    color: #407093;
}
.money-item strong{
    color: #02a964;
}
.love-item strong{
    color:#dc0606;
}*/
.work-item img, .money-item img, .love-item img{
    width:20px;
    height:auto;
    margin-right:5px;
    margin-top: -4px;
}
.work-item img,
.money-item img, 
.love-item img{
    filter:var(--filter-bg);
}
.voting-star{
    padding-top: 5px;
}
.voting-star-icon{
	display: inline-block;
	width: 125px;
	height: 25px;
	overflow: hidden;
	background: url(../images/icon-star.svg) repeat-x;
    background-size: 25px;
}
.voting-star-icon span{
	display: block;
	height: 25px;
	background: url(../images/icon-star-on.svg) repeat-x;
    background-size: 25px;
}
.btn-renew,.btn-newnumber, .btn-loadmore{
    display: inline-block;
    text-align: center;
    font-family: 'Kanit';
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    border-radius: 13px;

    padding: 15px 15px 15px;
    margin-top: 5px;
    margin-bottom: 0;
    /* float: left; */
    min-width: 180px;
    font-weight: 500;
    width: 40%;
    color: var(--luckynumber-blackwhite-color);
    background: var(--luckynumber-itemnumber-bg);
    border: 1px solid #6e6e6e;
}
.btn-renew{
    margin-left:0;
    margin-top:30px;    
    width:100%;
}
.btn-newnumber{
    background: var(--luckynumber-price2);
    color: #fff;
    border: 1px solid var(--luckynumber-price2);
}
.btn-renew:hover,.btn-newnumber:hover{
    color: #ffffff;
    background: linear-gradient(to bottom, #4096ee 0%,#2a84e1 100%);
    border: 1px solid;

    background: var(--luckynumber-price2);
    color: #fff;
    border: 1px solid var(--luckynumber-price2);
}
.share-box{
    text-align: center;
}
.share-box strong{
    font-family:"Kanit";
    font-weight: 500;
    text-decoration: none;
    border-bottom: 0;
    font-size: 18px;
}
.shr_social {
    margin: 1% 0 0 0;
}
.shr_social ul {
    padding: 0;
    margin: 0;
    display:block;
}
.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;
}

.btn-loadmore{
    display: inline-block;
    /* color: var(--luckynumber-whiteblack-color);
    background: var(--luckynumber-blackwhite-color); */
    border: 1px solid #222;
    min-width: 180px;
    text-align: center;
    border-radius: 13px;
    transition: all 0.3s;
    margin: 30px 15px 0;
}
.btn-loadmore i{
    margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
}
.btn-newnumber i{
    margin-right: 8px;
    font-size: 22px;
    vertical-align: middle;
}
.btn-loadmore:hover{
    border: 1px solid #222222;
    background: #222222;
    color: #ffffff;
}


/*header-widget */
.header-widget{
	text-align: center;
	position:relative;    
    margin: 10px 0 10px;
}
 .header-widget-left{
 	text-align: left;
	position:relative; 
    margin: 10px 0 10px;	
}
.header-widget:before ,.header-widget-left:before{
	content: "";
	height: 1px;
	background:var(--luckynumber-header-before);
	display: block;
	position: absolute;
	top: 53%;
	width: 100%;
	z-index: 8;
}		
.header-widget:before {
	/* height:5px; */
	background:#dddddd;
	/* top:52%; */
}		
.header-widget-dark:before {
    background: #ffffff;
}
.header-widget h2, .header-widget-left h2{
	font-size: 2.5rem;			
	background: var(--luckynumber-body-bg);
    color:var(--luckynumber-blackwhite-color);
	z-index: 9;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0 10px;
	line-height:50px;
}
.header-widget-left h2{
	padding: 0 10px 0 0;
}
.header-widget-dark h2{
    background: #e5e5e5;
    color: #191919;
}
.header-widget h2 a, .header-widget-left h2 a{
    color:var(--mainbrand-title-color);
}
.header-widget-left a.viewall{
    text-align: right;
    margin: 13px 0 0 0;
    padding: 5px 15px 5px;
    float: right;
    font-size: 14px;
    color: #fff;
    background: #c5c5c5;
    line-height: 20px;
    border-radius: 30px;
    font-family: 'Kanit';
    z-index: 9;
    position: relative;
}
/* Review */
.big_block{
    font-family: 'Kanit';
    font-weight: 400;
    border-radius: 0;
    color: var(--luckynumber-body-color);
    padding: 4rem 40px 4rem;
    font-size: 1.25rem;
    line-height: 1rem;
    overflow:hidden;
    
    background: var(--luckynumber-body-bg);
}
.big_block .header{border:1px solid #EBEBEB;margin:10px;overflow:hidden;padding:5px 0;position:relative}
.big_block .header img{float:left}
.big_block .header p{bottom:5px;font-size:12px;margin:0;padding:0;position:absolute;right:10px;text-align:right}
.big_block .banner{width:300px;float:left;margin:0 0 0 10px}
.big_block .banner .banner1{width:300px;height:250px;background:#305F8E}
.big_block .banner .banner2{width:300px;height:100px;background:#305F8E}
.big_block .phone{margin:0 10px 0 0;width:100%;}
.big_block .phone .block_review{overflow:hidden;clear:both;margin:0}
.big_block .phone .block_review .review{font-size:12px;font-family:Tahoma,"MS Sans Serif",sans-serif;color:#000;min-height:227px;}
.big_block .phone .block_review .review p{}
.big_block .phone .block_review .review p.name{width:100%;padding-bottom:7px;height:79px;overflow: hidden;margin-top:15px;}
.big_block .phone .block_review .review p.name a{}
.big_block .phone .block_review .review p.name a{display:block;color:#222;text-decoration:none;font-weight:400;font-family:'Kanit';font-size:18px;line-height:28px;}
.big_block .phone .block_review .review p.name a:hover{color:#c00;text-decoration:underline}
.big_block .phone .block_review .review img{margin:0 auto;width:100%!important;height:auto!important;min-height:194px;}

/* wrapper-lastreview */
.big_block  .review{
	margin-bottom:15px;
}
.big_block .review img{
	width:100%;
	height:auto;
    border-radius: 8px;
}
.big_block .review p.name {
    margin: 15px 0;
}
.big_block .review a{
    font-size: 18px;
    line-height:28px;
    font-weight:300;
    color:var(--mainbrand-body-color);
}

.item-number{
    padding: 10px 15px 20px;
    border-radius: 13px;
    border: 1px solid ;
    position:relative;
    margin-bottom:30px;

    
    background: var(--luckynumber-itemnumber);
    border-color: #6e6e6e !important;
    /* box-shadow: 0 0 2px #5e5e5e; */

    transition: all 0.3s;
    overflow: hidden;
}
.item-number .number{
    min-height: 47px;
    text-align: center;
}
.item-number .number span{
    width: auto;
    height: 27px;
    display:inline-block;
    text-align: center;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    border-radius: 2px;
    background:#2a9541;
}
.item-number .number a{
    transition: all 0.3s;
}
.item-number .number strong{
    display: inline-block;
    text-align: center;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 30px;
    line-height: 28px;
    color: var(--luckynumber-blackwhite-color);
    border-radius: 23px;
    /* background: #8d8d8d !important; */
    padding: 5px 0 4px;
    margin: 10px 0 0;
    letter-spacing: 0;
    /* background-image: linear-gradient( to right, #680001 0, #9d0300 18%, #cb5151 30%, #cb5151 50%, #cb5151 55%, #9d0c0e 80%, #680001 100% );
    color: transparent;
    -webkit-background-clip: text; */

    width: 100%;
    font-size: 1.7rem;
}
.item-number img{
    filter:var(--luckynumber-filterimg);
}
.btn-cart{
    display:block;
    width: 100%;
    margin: 0 auto;
    
    text-align: center;
    position: absolute;
    z-index:2;
    top: 105%;
    left: 0;
    transition: all 0.3s;
}
.item-number:hover .btn-cart{
    top: 52%;
    left: 0;
    color:#fff;
}

.item-number .btn-cart a, .item-number:hover .btn-cart a{
    color: #fff;
    padding:10px 20px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 18px;  
    text-align: center;
    background: #ff3019;
    display: inline-block;
    /* width: 49%; */
    /* background: -moz-linear-gradient(-45deg,  #ff3019 0%, #cf0404 100%);
    background: -webkit-linear-gradient(-45deg,  #ff3019 0%,#cf0404 100%);
    background: linear-gradient(135deg,  #ff3019 0%,#cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 ); */

    background: var(--luckynumber-price2);
    color: #fff;
    border: 1px solid var(--luckynumber-price2);
}
.item-number:hover .btn-cart a:hover{
    /* background: #ff3019;
    background: -moz-linear-gradient(-45deg, #cf0404 0%, #ff3019 100%);
    background: -webkit-linear-gradient(-45deg, #cf0404 0%,#ff3019 100%);
    background: linear-gradient(357deg, #cf0404 0%,#ff3019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=1 ); */

    background: var(--luckynumber-price2);
    color: #fff;
    border: 1px solid var(--luckynumber-price2);
    box-shadow: 1px 5px 5px var(--luckynumber-btnhover);
}
.item-number .btn-cart a.btn-horo{
    background: #ffffff;
    color: #000;
    box-shadow: none;
    border: 1px solid #6f6f6f;
}
.item-number .btn-cart a.btn-horo:hover{
    background: linear-gradient(135deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:#ffffff;
    color: #000;
    border: 1px solid #222;
}
.icon-horo{
    display:inline-block;
    width: 20px;
    height: 20px;
    background: url(//www.siamphone.com/images/luckynumber/btn-icon-horo-bl.png) no-repeat;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 5px;
}
.icon-cart{
    display:inline-block;
    width: 20px;
    height: 20px;
    background:#ffffff url(https://www.siamphone.com/images/icon-cart.png) no-repeat;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 5px;
    border-radius:30px;
}


.item-number:hover {
    /* box-shadow: 0 0 10px #e9e9e9; */
    /* border-radius: 3px; */
    /* border:1px solid #a1a1a1 !important; */
}
.item-number:hover:before{
    content: "";
    background: var(--luckynumber-itemnumber-hover);

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity:0.98;
}
.item-number:hover .number a{
    position: relative;
    z-index: 999;
    left: 0;
    width: 100%;
    display: block;
}
.item-number:hover .number a strong{
    position: absolute;
    width: 100%;
    text-align: center;
    left: -25%;
    top: 20px;
    min-width: 10px;
    padding: 0;
    margin: 0;
}

/* .dtac{border-color:#00ADEE;}
.dtac .number strong{
    background: #00acee;
    color:#fff;
}

.ais{border-color:#7EB439;}
.ais .number strong{
    background: #7EB439;
    color:#fff;
}

.true{border-color:#EE3124;}
.true .number strong{
    background: #EE3124;
    color:#fff;
} */
.sim-type{
    margin: 0;
    font-size: 14px;
    font-weight: bold;

    display: none;
}
.grade{
    text-align: center;
}
.grade h2{
    font-size: 35px;
    margin: 10px 0 5px 0;
    line-height: 40px;
    font-family: 'Roboto';
    font-weight: 600;

    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background: #f4f7ed;
    padding: 10px 5px;
    border-radius: 30px;
    color: #707070 ;

    background: var(--luckynumber-grade-bg);
    color: var(--luckynumber-price) !important;

    color: var(--luckynumber-price) !important;
    background: var(--luckynumber-itemnumber-bg);
    border: 1px solid #6e6e6e !important;
}
.grade p{
    font-size: 15px;
    margin: 0;
    color: var(--luckynumber-price);
}
.price {
    text-align: center;
    display: block;
}
.price a{
    font-weight:500;
    margin-top: 15px;
    display: block;
    text-align: center;
    color: var(--luckynumber-price2);
    padding: 2px 1px;
    font-size: 21px;
    border-radius: 0;
    /* background: url(icon-price.png) no-repeat; */
    background-size: 18px;
    display: inline-block;
    opacity:0.8;
    margin: 15px auto 0;
    font-family: 'Roboto', "Kanit";
}
.price a strong{
    font-size:20px;
}
.price span{
    font-size: 12px;
    font-weight: 400;
    color: var(--luckynumber-body-color);
    position: relative;
    padding-left: 8px;
}
.price span:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    background: repeating-linear-gradient(45deg,#bc2929,#bc2929 1px);
    transform: rotate(-20deg);
    width: 45px;
    height: 2px;
    opacity: 0.7;
}
.sim-category {
    font-size: 16px;
    text-align: center;
    margin: 15px 0 8px;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 300;
}

.item-number .voting-star{
    padding-top: 0;
}
.item-number .voting-star-icon{
	display: inline-block;
	width: 75px;
	height: 15px;
	overflow: hidden;
	background: url(../images/icon-star.svg) repeat-x;
    background-size: 15px;
}
.item-number .voting-star-icon span{
	display: block;
	height: 15px;
	background: url(../images/icon-star-on.svg) repeat-x;
    background-size: 15px;
}
.item-number .star-level .col-5:after{
    width: 30%;
    right: -16px;
}

.banner01{
    vertical-align: middle;
    text-align: center;
    height: 280px;
    width: 336px;
    width: 100%;
    margin: 10px auto 25px;
}
.horo-topimage{
    margin: 50px 0 50px 0;
}
.horo-topimage img{
    border-radius: 8px;
    width: auto;
    height: auto;
}
.bannerTopResult{
    overflow: hidden;
}




.category-list{
    max-width: 336px;
    margin: 0 auto;
}

.category-list h3{
    font-size:26px;
    font-weight: 600;
    margin: 10px 0 30px 5px;

    font-weight: 600;
    margin: 10px 0 20px 0;
    text-align: center;
    font-size: 2.5rem;
    background: var(--luckynumber-body-bg);
    color: var(--luckynumber-blackwhite-color);
    z-index: 9;
    position: relative;
    line-height: 50px;
}
.category-list h3 span{
    background:var(--luckynumber-body-bg);
    position: relative;
    z-index: 2;
    padding:0 10px;
    color:var(--luckynumber-blackwhite-color);
}
.category-list h3:before {
    content: "";
    height: 1px;
    background: var(--luckynumber-header-before);
    display: block;
    position: absolute;
    top: 53%;
    width: 100%;
    z-index: 1;
}
.category-list ul{
    padding: 0;
    margin: 10px 0 0;
}
.category-list ul li{
    display: block;
    margin: 14px 0 8px;
}
.category-list ul li a{
    line-height: 32px;
    font-weight: 300;
    font-size: 16px;
    padding: 5px 10px 5px 35px;
    background: #f4f5e7;
    border-radius: 5px;
    display: block;
    color: var(--luckynumber-body-color);
    background: var(--luckynumber-cate-bg);
    background-position: 15px 50%;
    background-size: 8px;
}
.category-list ul li a:hover{
    background-color: #d0d0ce;
    color:#000;
    font-weight: 400;
}
.mini-banner{
    display:block;
    margin:20px auto 0;
    text-align: center;
}



/* Effect 15: scale down, reveal */
.cl-effect-15 a {
	color: rgba(0,0,0,0.2);
	font-weight: 700;
	text-shadow: none;
}

.cl-effect-15 a::before {
	color: #fff;
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}




.icon-button {
    background-color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 1.25rem;
    transition: .25s ease;
    z-index: 1;
    cursor: pointer;
    color: #565656;
    padding: 0;
    text-align: center;
    margin: 0 0 0 2px;
    vertical-align: middle;
    border: 1px solid #373737;
}
.icon-button:hover, .icon-button:focus {
    background-color: #EC4646;
    border: 1px solid #EC4646;
    color: #FFF;
    box-shadow: 1px 5px 5px var(--luckynumber-btnhover);
}
.icon-button svg {
    width: 1em;
    height: 1em;
    margin: 0 auto;
}

.btn-wishlist{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
}
.btn-wishlist a{
    width: 150px;
    height: 50px;
    margin-bottom: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border-radius: 8px;
    display: block;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 600;
    line-height: 50px;
    padding: 0 10px;
    color: var(--luckynumber-price) !important;
    background: var(--luckynumber-itemnumber-bg);
    border: 1px solid #666;

    color: #ffffff !important;
    background: #791a1a;
    border: 1px solid transparent;
}
.btn-wishlist svg, .btn-wishlist span{display:inline-block;}
.btn-wishlist svg{margin-right:5px;}


.animate a {
    animation: fadeIn 1200ms ;
    background:var(--luckynumber-animate-bg);
}
@keyframes fadeIn {
  0%  {
      animation-iteration-count: 1;
      background:#e1e1e1;
      
      transform: scaleX(1.4) scaleY(1.6);
      opacity: 0;
  }
  70% {
      animation-iteration-count: 10;
      background:var(--luckynumber-animate-btn);
      transform: scaleX(1) scaleY(1);
      opacity: 1;
  }
}




   
.shopping-cart {
    margin: 20px 0;
    /* float: right; */
    background:var(--luckynumber-itemnumber);
    width: 360px;
    position: relative;
    border-radius: 13px;
    padding: 20px;
    box-shadow:var(--luckynumber-wishlist-shadow);
    /* box-shadow:var(--luckynumber-itemnumber-shadow); */
    border:1px solid #6e6e6e;
    position: fixed;
    right: 15px;
    bottom: 65px;
    z-index: 999;
    display: none;
}
.shopping-cart-header svg{
    display:inline-block;
    fill:#ffffff;
}
.shopping-cart .shopping-cart-header {
    border-bottom: 2px solid var(--luckynumber-header-before);
    padding-bottom: 15px;
    font-family: 'Roboto';
    font-weight: 600;
    margin-bottom:30px;

    color: var(--luckynumber-blackwhite-color);
}
.shopping-cart .shopping-cart-header p{
    font-family:"Kanit";
    font-weight:500;
    margin:0;    
    font-size: 19px;
}
.shopping-cart .shopping-cart-header p.wishlist-color{
    color:var(--luckynumber-wishlist-color);
    font-weight:var(--luckynumber-fontweight);
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
    /* float: right; */
}
.shopping-cart .shopping-cart-header .col-1{
    padding:0;
}
.shopping-cart .shopping-cart-header button {
    border: 0;
    background: 0;
    width: 25px;
    height: 25px;
    padding: 0;
}
.shopping-cart .shopping-cart-header button img{
    filter:var(--luckynumber-button-close) ;
}
.shopping-cart .shopping-cart-items {
    padding-top: 0;
    margin-bottom:0;
    padding-left: 0;

    max-height: 354px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.shopping-cart .shopping-cart-items p{
    font-size: 12px;
    margin: 5px 0 0;
    color: var(--luckynumber-body-color);
}
.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
    list-style-type: none;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--luckynumber-header-before);
    position: relative;
}
.shopping-cart .shopping-cart-items li:last-child {
    margin-bottom:0;
}
.shopping-cart .shopping-cart-items li:hover{
    background:var(--lucynumber-btnhover);
}
.shopping-cart .shopping-cart-items img {
    /* float: left; */
    margin-right: 12px;
    width:65px;
    filter: var(--luckynumber-filterimg);
}
.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 0;
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 600;
    color: var(--luckynumber-blackwhite-color);
}
.shopping-cart .shopping-cart-items .item-price {
    color: var(--luckynumber-price2);
    margin-right: 8px;
    font-family: 'Roboto',"Kanit";
    font-weight: 600;
}
.shopping-cart .shopping-cart-items .item-quantity {
    color: #abb0be;
}
.shopping-cart .shopping-cart-items .discount{
    font-size: 12px;
    font-weight: 400;
    color: var(--luckynumber-body-color);
    position: relative;
    padding-left: 8px;
}
.shopping-cart .shopping-cart-items .discount:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    background: repeating-linear-gradient(45deg,#bc2929,#bc2929 1px);
    transform: rotate(-20deg);
    width: 45px;
    height: 2px;
    opacity: 0.7;
}


.shopping-cart .shopping-cart-items::-webkit-scrollbar-track
{
	border-radius: 30px;
	background-color: var(--luckynumber-itemnumber);
}

.shopping-cart .shopping-cart-items::-webkit-scrollbar
{
	width: 10px;
	background-color: var(--luckynumber-itemnumber);
	border-radius: 30px;
}

.shopping-cart .shopping-cart-items::-webkit-scrollbar-thumb{
	border-radius: 30px;
	background-color: var(--luckynumber-scroll-thumb);
}
.shopping-cart .shopping-cart-items::-webkit-scrollbar-thumb:hover{
	background-color: var(--luckynumber-scroll-thumbhover);
}

.shopping-cart:after {
    /* content: " "; */
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.btn-tinyhoro{
    padding: 5px 0;
    margin: 5px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
    background: #ffffff;
    color: #000;
    box-shadow: none;
    border: 1px solid #6f6f6f;
}
.btn-sell{
    padding: 5px 0;
    margin: 5px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
    background: var(--luckynumber-price2);
    color: #fff;
    border: 1px solid var(--luckynumber-price2);
}
.btn-tinyhoro:hover{
    color:#ffffff;
    background: #212121;
    border:1px solid #212121;
    box-shadow: 1px 5px 5px var(--luckynumber-btnhover);
}
.btn-clear {
    margin: 25px 0 15px 0;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 18px;
    text-align: center;
    display: block;
    background: var(--luckynumber-price2);
    color: #fff;
    border: 1px solid var(--luckynumber-price2);
}
.btn-sell:hover,.btn-clear:hover {
    color:#ffffff;
    background:#188d31;
    border:1px solid #188d31;
    box-shadow: 1px 5px 5px var(--luckynumber-btnhover);
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse{
        flex-grow: unset;
    }
}

@media screen and (max-width: 1180px) and (-webkit-min-device-pixel-ratio:2){
    body{
      /* background:orange; */
    }
    #wrap-horoscope{
        background-size: 100%;
        background-position: 0 0;
        background-repeat: repeat;
    }
    .item-number{
        padding:15px 15px 20px;
    }
    .item-number .number strong{
        min-width:100px;
        font-size: 26px;
        margin: 0;
    }
    .item-number:hover .btn-cart{
        width:100%;
        left: 0;
    }
    .horo-box-result h3{
        padding-left:0;
        text-align: center;
    }
    .horo-box-result h3 span.result-number{
        line-height: 60px;
    }
  }

  

@media only screen and (max-width: 991px) {

    body{/*background: green;*/}
    .work-item .col-5 span, .money-item  .col-5 span, .love-item  .col-5 span{display:none;}
    .item-number .star-level .col-5:after{right:-8px;}
    .item-number img{width:100%;max-width:100px; height:auto;}
    .item-number .number strong{padding: 5px 0 4px;font-size: 28px;margin-top:10px;}
    .banner-970{margin:30px 0 30px;}
    .banner-970 img{
		width:100%;
		height:auto;
        border-radius: 3px;
	}
    .bannerTopResult img {
        width: 100%;
        height: auto;
    }
    .btn-cart, .item-number:hover .btn-cart{
        position: relative;
        margin: 20px 0 0;    
        top: 52%;
        left: 0;
    }
    .item-number .btn-cart a, .item-number:hover .btn-cart a, .item-number:hover .btn-cart a:hover{
        background: var(--luckynumber-price2);
        color: #fff;
        border: 1px solid var(--luckynumber-price2);
        font-weight: 500;
        font-size: 16px;
        border-radius: 18px;
    }
    .item-number .btn-cart a.btn-horo{
        background: #fff;
        color: var(--luckynumber-price2);
        border: 1px solid var(--luckynumber-price2);
        border-radius: 16px;
        padding: 11px 20px;
    }
    .icon-horo{display:none;}
    .icon-cart{
        background-image: url(https://www.siamphone.com/images/icon-cart.png);
        background-color: #fff;
        border-radius: 30px;
    }
    .item-number:hover:before {
        content: none;
    }
    .item-number:hover .number a strong{
        position: relative;
        left: auto;
        top: 10px;
    }
    .category-list, .sidebar {
        max-width: 100%;
    }
    .btn-renew, .btn-newnumber, .btn-loadmore{
        width:45%;
    }
    .btn-loadmore{
        margin:20px 0;
    }
}


@media only screen and (max-width: 768px) {

    body{/*background: yellow;*/}
    #wrap-horoscope {
        background: #230100 url(../images/bg-horo4.jpg) no-repeat;
        background-size: contain;
        background-position: unset;
        background-repeat: no-repeat;
        padding-top: 20px;
        background-size: 100%;
    }
    
    .horo-box{padding: 20px 10px 10px;background-color: #600000;border-radius: 8px;}
    .horo-box h1{padding-top: 15px;font-size: 40px; margin-bottom: 25px;    
        background-image: linear-gradient( to right, #a07743 0, #cb9b51 22%, #f6e27a 40%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #946c3f 100% );}
    .horo-box p{margin-bottom:30px;}
    .tab-content{}
    .phone-number .field-filter{display:inline-block;width:100%;text-align: center;}
    .phone-number input{width:30px;height:30px;line-height:1;font-size: 20px;vertical-align: middle;padding: 0;border: 0;}
    .phone-number .field-filter span{display:none;}
    .date-form{width:100%;}
    .checkBirthDate label::before, .checkBirthDate input[type="checkbox"]:checked + label::after{left:50px;}
    .submit-number{margin:20px auto 10px;}
    .horo-box-result{padding: 30px 30px;border-radius:8px;margin:35px 0 2.5rem;}
    .horo-box-result h3{padding-left:10px;}
    .share-box{text-align:center;}
    .nav-pills .nav-link.active:after{
        content:"";
        border-top: 10px solid #720000;
        border-right: 10px solid transparent;
        border-bottom: 0;
        border-left: 10px solid transparent;
        bottom: -10px;
        position: absolute;
        left: 45%;
    }
    .star-level .col-5:after{width:30%;right: -20px;}
    .star-level strong{text-indent:0;padding-right: 15px;padding-left: 15px;}
    .btn-renew,.btn-newnumber{ margin: 5px auto 30px;font-size: 22px;}
    .btn-renew{margin-top:5px;}
    .big_block{padding: 10px 15px 70px 15px;}
    .item-number{margin-bottom: 25px}
    .item-number .number{padding-left:5px;padding-right:5px;}
    .item-number img{width:85px;height:auto;}
    .item-number .voting-star{text-align:left;padding:0;}
    .item-number .number strong{padding: 0 0 0;margin-top: 10px;margin-bottom: 5px;border-radius: 10px;font-size:28px;}
    
    .header-widget h2, .header-widget-left h2{font-size:1.8rem;}
	#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%;}

    .tab-content>.active{padding:0;}
    .custom { height: auto;padding:0;}
    .horo-topimage{width:96%;margin: 30px 2% 30px;}
    .banner-top img{width:100%;height:auto;}
    .btn-renew, .btn-newnumber, .btn-loadmore{
        width:100%;
    }
    .horo-topimage img{width:100%;}
    .horo-search{
        padding:30px 20px 20px 20px;
        text-align: center;
    }
    .horo-search h3{
        text-align: center;
        margin-bottom:25px;
    }
    .horo-search a{
        min-width:90%;
        max-width: 250px;
        margin-top: 15px;
    }
    
    
}
@media only screen and (max-width: 768px)  and (orientation: portrait){
    .phone-number .field-filter{display:flex;}
    .phone-number input{min-width: 30px;height: 35px;width: 9.5%;margin: 0 0.4%;font-size: 24px;}
}
@media only screen and (max-width: 568px) {
    .horo-box p br{display:none;}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
    body{/*background: blue;*/}
    .item-number .star-level .col-5:after{ right: -11px;}
    .work-item .col-5 span, .money-item  .col-5 span, .love-item  .col-5 span{display:none;}
    .item-number .number strong{padding: 5px 12px 4px;font-size: 26px;}
    .work-item img, .money-item img, .love-item img{display:none;}
    .star-level .col-5:after{background: transparent;}
    .horo-box-result h3{padding-left:0;text-align: center;}
    .horo-box-result h3 span.result-number{margin-left: 0;line-height: 55px;}
    .star-level strong,.star-level .col-7{padding-left:0;padding-right:0;}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){
    body{/*background: pink;*/}
    .item-number .star-level .col-5:after{ right: -11px;}
    .work-item .col-5 span, .money-item  .col-5 span, .love-item  .col-5 span{display:none;}
    .item-number .number strong{padding: 5px 12px 4px;font-size: 26px;}
    .custom {height: calc(100vh - 60px);height:auto;}
    #wrap-horoscope {
        background-size: 100%;
        background-position: top;
        background-repeat: repeat;
    }
    .share-box{text-align:left;}
    
}
@media only screen and (max-width: 991px) and (orientation: landscape){
    .custom{height:auto;}
}


