/* for desktop  */

body{
    color: #333333;
    font: 12px Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    /*background: #89b556 url(https://img.stardeals.ph/images/bg.png) no-repeat center top;*/
    /*background: #89b556 url(https://img.stardeals.ph/images/stardeals-bg.jpg) no-repeat center top;*/
/*    background: #89b556 url(https://img.stardeals.ph/images/bodybg1.webp) no-repeat center top;*/
    background: #89b556 url(https://img.stardeals.ph/images/stardeals-bg.webp) no-repeat center top;
    background-size: contain;
}

a{
    color: #555;
    text-decoration: none;
}

.header {
    height: 155px;
/*    margin-bottom: 30px;*/
    background: url(https://img.stardeals.ph/images/header.webp);
}

.header .content{
    width: 1000px;
    margin: auto;
    color: #ffffff;
    padding: 0px 20px;
}

.header .content .head{
    min-height: 100px;
    position: relative;
    height: 112px;
}

.header .content .head .logo{
    background: url(https://img.stardeals.ph/images/logo-stardeals.webp);
    display: block;
    width: 385px;
    height: 134px;
    background-position: center;
    position: relative;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
}

.header .content .head .subscribe {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.subscribe label {
    font-weight: bold;
}

.subscribe .subscribe-btn {
    position: relative;
    /*background: url(https://img.stardeals.ph/images/header_bg_sprite.png) left -125px repeat-x;*/
    height: 25px;
    width: 25px;
    border: none;
    top: 8px;
    right: 4px;
}

.subscribe-btn span{
    display: block;
    background: url(https://img.stardeals.ph/images/sprite_diag.webp) -458px -19px no-repeat;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    border: 1px solid #676867;
    position: relative;
    right: 6px;
    bottom: 1px;
}

.n-msg {
    height: 14px;
    font-weight: bold;
    color: #fcff3e;
}

span.loader {
    display: block;
    background: url(https://img.stardeals.ph/images/loader.gif);
    width: 200px;
    height: 30px;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
}

span.spinner {
    display: block;
    background: url(https://img.stardeals.ph/images/spinner.gif);
    width: 30px;
    height: 30px;
    background-size: contain;
    margin: auto;
}

span.big-spinner {
    display: block;
    background: url(https://img.stardeals.ph/images/spinner.gif);
    width: 30px;
    height: 30px;
    background-size: contain;
    margin: auto;
}

ul.nav-account {
    width: 200px;
    border: 1px dotted #eee;
    position: absolute;
    background: #fff;
    top: 45px;
    box-shadow: 1px 1px #666;
    z-index: 100;
    display: none;
}

.nav-account li {
    float: none !important;
    border-bottom: 1px dotted #ccc;
}

.nav{
    position: relative;
    font-size: 15px;
}

.nav .menu {
    position: relative;
}

nav.flex.justify-between span {
    display: none;
}

.nav .menu ul{
    padding: 0;
    margin: 0;
  list-style: none;
  overflow: hidden;
}


.nav .menu ul:hover {
  overflow: visible;
}

.nav .menu ul li{
    margin: 0;
    display: block;
    float: left;
    position: relative;
}

.nav .menu ul li a{
    margin: 0;
    float: left;
    width: 100px;
    text-align: center;
    padding: 12px;
    width: auto;
    text-decoration: none;
    color: #000000;
    font: 18px Georgia,"Times New Roman",Times,serif;
}

.nav .menu ul li a:hover{
    background:#85a617;
    color:#ffffff;
}

/* second level */
.nav .menu ul ul {
  max-height: 0;
  transition: max-height 1s;
  position: absolute;
  z-index: 1000;
  top: 43px;
  background: #85a617;
}
.nav .menu ul li:hover ul {
  max-height: 999px;
}
.nav .menu ul ul li {
  float: none;
  background-color: #189BDF;
  width: 250px;
}

.nav .menu ul ul li:hover {
  background-color: #1289C7;
}

.nav .menu ul ul li a:hover{
    color:#ffffff;
    background:#85a617;
}

/* third level */
.nav .menu ul ul ul {
  position: absolute;
  width: 0;
  top: 0;
  left: 100%;
  transition: width 0.5s;
      border-left: 1px solid #8f8c8c;
}
.nav .menu ul ul li:hover ul {
  width: 100%;
}
.nav .menu ul ul ul li {
  background-color: #DF7F18;
}
.nav .menu ul ul ul li:hover {
  background-color: #C77115;
}

.header-menu-vr {
    background: url(https://img.stardeals.ph/images/nav-midimg.webp) no-repeat left top;
    height: 40px;
    margin-top: 2px;
    width: 2px;
    float: left;
}

.nav .actions {
    position: absolute;
    right: 0;
    top: 0;
}

.nav .actions ul{
    padding: 0;
    margin: 0;
}

.nav .actions ul li{
    margin: 0;
    display: block;
    float: left;
}

.nav .actions ul li a{
    margin: 0;
    width: 100px;
    text-align: center;
    display: block;
    padding: 12px;
    width: auto;
    text-decoration: none;
    color: #000000;
    font: 18px Georgia,"Times New Roman",Times,serif;
}

.nav .actions ul li a:hover{
    background:#85a617;
    color:#ffffff;
}

.nav .actions ul li a.profile{
    padding: 12px 12px 12px 5px !important;
}

.wrapper {
    width: 1000px;
    margin: auto;
    min-height: 500px;
    padding-top: 30px;
}

.wrapper .container{
    border: 2px solid #76A045;
    min-height: 500px;
    background-color: #ffffff;
    padding: 40px 20px 40px 20px;
}

.wrapper .navigations{
    margin: auto;;
    width: 85%;
}

.wrapper .navigations ul{
    padding: 0;
    margin: 0;
}

.wrapper .navigations ul li{
    margin: 0;
    display: block;
    float: left;
}

.wrapper .navigations ul li a{
    width: 100px;
    text-align: center;
    display: block;
    padding: 5px;
    width: auto;
    text-decoration: none;
    color: #08C;
    border-radius: 4px;
    font-size: 12px;
    margin: 5px;
}

.wrapper .navigations ul li a:hover{
    background:#eee;
}

.wrapper .navigations ul li a.active{
    background:#85a617;
    color:#ffffff;
}

.wrapper .content{
    position: relative;
    left: 10px;
}

.col-left{
    width: 28%;
    min-height: 100px;
    float: left;
    border-radius: 5px;
}

.col-full{
    width: 100%;
    min-height: 100px;
    background: #eee;
    box-shadow: 1px 1px #666;
    margin-bottom: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.col-main{
    width: 68%;
    min-height: 100px;
    float: right;
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px #666;
}

.col-left .cont{
    min-height: 100px;
    background: #eee;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 1px 1px #666;
    margin-bottom: 10px;
}

.whiteboxinner-mid .heading {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    no-repeat left center: ;
    padding: 15px 15px 6px 0px;
    color: #333333;
    margin-bottom: 4px;
}

.dealbox-mid {
    padding: 20px;
}

.dealbox-left {
    width: 500px;
    float: left;
}

.dealimg {
    width: 500px;
    height: 343px;
}

.yourorder_head {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    padding: 0px 0px 8px 0px;
    color: #333333;
}

.payment-page{
    padding: 20px;
}

.payment-header {
    min-height: 150px;
    width: 1000px;
    margin: auto;
    position: relative;
}

.payment-header .logo{
    background: url(https://img.stardeals.ph/images/logo.webp);
    display: block;
    width: 400px;
    height: 134px;
    background-position: center;
    background-size: cover;
    position: relative;
    left: -25px;
    top: 15px;
}

.graybox-mid{
    padding: 10px 10px !important;
}

.header-right {
    top: 5px;
    position: absolute;
    right: 10px;
    font-weight: bold;
}

.order_acountheading {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    padding: 2px 0px 8px 0;
    color: #333333;
}

.textbox {
    margin: 0px 0px 0px 0px;
    width: 190px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 4px 10px 2px 5px;
    height: 17px;
    font-weight: normal!important;
}

.order_createaccount {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    padding: 15px 0px 10px 30px !important;
    color: #333333;
}

#creditcardArea3 input[type="text"] {
    border: 1px solid #CCCCCC;
    color: #292B2F;
    padding: 2px;
}

.card-input-textbox {
    height: 22px;
    /*padding: 0px 2px !important;*/
    border: 1px solid #CCC;
}

.purchase-bottom-button-container {
    height: 100px;
    margin-top: 20px;
    background-color: #fffbf6;
    border-top: 1px #707070 dotted;
    border-bottom: 1px #707070 dotted;
    padding: 0;
    text-align: center;
}

#notice-login {
    border-top: 2px solid #D01E5E;
    border-bottom: 2px solid #D01E5E;
    color: #D01E5E;
    margin: 0px 0 10px;
    padding: 12px 10px 5px;
    background: #FFDCD7;
    min-height: 21px;
    position: relative;
}

#emblem-save {
    background: url(https://img.stardeals.ph/images/emblem-138.webp) no-repeat;
    display: block;
    width: 138px;
    height: 138px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: -35px;
    top: -55px;
    color: #000000;
    padding-top: 30px;
}

.myorders-table-details tr, td {
    line-height: normal;
    margin: 0;
    padding: 0;
}

.totalamounthead {
    font-size: 22px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    color: #333333;
}

.round-corner-topleft {
    /* background: url(/web/20130426053347im_/http://www.metrodeal.com/deals/Metro_Manila/Tony-Romas-Philippines/images/rcorner-topleft.png) no-repeat scroll 0 0 transparent; */
    background: url(https://img.stardeals.ph/images/sprite_deal.webp) no-repeat scroll -714px -33px transparent;
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 0;
    text-indent: -999em;
    top: 0;
    width: 14px;
    z-index: 1;
}

.round-corner-topright {
    /* background: url(/web/20130426053347im_/http://www.metrodeal.com/deals/Metro_Manila/Tony-Romas-Philippines/images/rcorner-topright.png) no-repeat scroll 0 0 transparent; */
    background: url(https://img.stardeals.ph/images/sprite_deal.webp) no-repeat scroll -730px -33px transparent;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    width: 14px;
    z-index: 1;
}

.round-corner-bottomleft {
    /* background: url(/web/20130426053347im_/http://www.metrodeal.com/deals/Metro_Manila/Tony-Romas-Philippines/images/rcorner-bottomleft.png) no-repeat scroll 0 0 transparent; */
    background: url(https://img.stardeals.ph/images/sprite_deal.webp) no-repeat scroll -714px -49px transparent;
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 0;
    text-indent: -999em;
    bottom: 0;
    width: 14px;
    z-index: 1;
}

.round-corner-bottomright {
    /* background: url(/web/20130426053347im_/http://www.metrodeal.com/deals/Metro_Manila/Tony-Romas-Philippines/images/rcorner-bottomright.png) no-repeat scroll 0 0 transparent; */
    background: url(https://img.stardeals.ph/images/sprite_deal.webp) no-repeat scroll -731px -49px transparent;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -999em;
    bottom: 0;
    width: 14px;
    z-index: 1;
}

.dealbox-right {
    width: 430px;
    float: right;
}

.dealtitle-top {
    width: 439px;
    height: px;
    background: url(https://img.stardeals.ph/images/deal-title-top.webp) no-repeat center top;
    height: 7px;
}

.dealtitle-mid {
    background: url(https://img.stardeals.ph/images/deal-title-mid.webp) repeat-y -119px top;
    padding-right: 10px;
}

.dealtitle-mid.deal-page {
    background: url(https://img.stardeals.ph/images/deal-title-mid.webp) repeat-y center top;
    padding-right: 10px;
}

.titlemid-bg {
    background: #ef8920 url(https://img.stardeals.ph/images/titlemid-bg.webp) repeat-x left bottom;
    padding: 0px 0px 0px 10px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
}

.dealtitle-bot {
    background: url(https://img.stardeals.ph/images/sprite_deal.webp) no-repeat -270px -31px;
    height: 20px;
}

.dealtitle-bot-edge {
    background: url(https://img.stardeals.ph/images/sprite_deal.webp) no-repeat -270px -33px;
    height: 20px;
    padding-left: 10px;
}

.pricebox {
    padding: 10px 25px 0px 0px;
    margin-left: -10px;
}

.buybox {
    padding-bottom: 0px;
    padding-right: 25px;
    margin-left: 0px;
}

.move-down {
    margin-top: 23px !important;
}

.buybt {
    width: 211px;
    text-align: center;
    float: left;
    text-align: center;
    font: bold 17px Georgia, "Times New Roman", Times, serif;
    color: #444444;
    margin-top: 1px;
}

.purchased {
    font: 24px Helvetica;
    color: #58575c;
    font-weight: normal;
    margin-top: 10px;
}

.timerbox {
    background: url(https://img.stardeals.ph/images/timerbox.webp) no-repeat center top;
    width: 210px;
    height: 60px;
    float: right;
    padding: 50px 0px 0px 0px;
    text-align: center;
    margin-right: -17px;
}

.dealbox-bot {
    background: url(https://img.stardeals.ph/images/dealbox-bot.webp) no-repeat center top;
    height: 14px;
    width: 982px;
    margin-top: -2px;
}

.price {
    float: left;
    font: 65px Helvetica;
    font-weight: bold;
    color: #8bb65a;
    text-shadow: 0px 1px #333;
    margin-top: 15px;
    height: 65px;
}

.vlauebox {
    float: right;
    width: 190px;
    height: 48px;
    background: url(https://img.stardeals.ph/images/value-box.webp) no-repeat center top;
    padding: 8px;
    margin-right: -14px;
}

.value {
    font-size: 11px;
    width: 61px;
    text-align: center;
    float: left;
    color: #858585;
    font-size: 13px;
    padding-top: 8px;
}

.value span {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}




.dealtitle {
    width: 439px;
    position: relative;
    left: 22px;
}

.left-whitebox-mid .heading {
    padding: 5px 0px 10px 0px;
    font: 18px Georgia, "Times New Roman", Times, serif;
    color: #333333;
}

.sidedealprice {
    width: 85px;
    float: left;
    border: 0px solid red;
}

.sidedealimg {
    width: 128px;
    height: 90px;
    float: right;
}

.sidedealtitle {
    font-size: 15px;
    padding-bottom: 5px;
}

.sidedealtext-info-price {
    margin-bottom: 5px;
    float: left;
    /* background: url(/web/20130424050621im_/http://www.metrodeal.com/images/checkout_popup/deal-tag-orange.png); */
    background: url(https://img.stardeals.ph/images/sprite_deal.webp) -824px -8px;
    width: 91px;
    height: 57px;
    margin-left: -10px;
}

.sidedealtext-info-price-price {
    text-align: center;
    padding-top: 3px;
    font-size: 15px;
    color: white;
    margin-left: 10px;
    font-weight: bold;
}

.sidedealtext-info-price-value {
    text-align: center;
    padding-top: 5px;
    margin-left: 10px;
    font-size: 11px;
    color: #4C4C4C;
}

.customersupportbox {
    font: 18px Georgia, "Times New Roman", Times, serif;
}

.featurebusiness {
    background: url(https://img.stardeals.ph/images/icon-feature.webp) no-repeat right top;
    height: 64px;
    padding: 0px 85px 0px 0px;
    font: 18px Georgia, "Times New Roman", Times, serif;
}

.innertext {
    line-height: 18px;
}

.logintext {
    width: 110px;
    text-align: right;
    padding-right: 7px;
    float: left;
    border: 0px solid red;
    margin-top: 10px;
}

.logintextbox {
    width: 230px;
    height: 22px;
    border: 1px solid #D1D1D1;
    margin-top: 3px;
}

.loginselectbox {
    border: 1px solid #D1D1D1;
    margin-top: 3px;
}

.requiredLogin {
    font-family: Verdana,Tahoma,Geneva,Arial,Sans-serif;
    font-size: 10px;
    color: #000;
    padding-top: 10px;
}

.leftboxborder {
    width: 650px;
    border-top: 0px solid #bcd4a0;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
}

.ForgetPassword a {
    font-size: 11px;
    color: #888888;
    text-decoration: underline;
}

.SignUpField input {
    margin: 5px 0px 0px 0px;
    width: 270px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 4px 10px 0px 5px;
    height: 20px;
    font-weight: normal!important;
}

.left-whitebox-mid span {
    float: left;
    padding-right: 10px;
}

.todays-deals-image-div {
    float: left;
}

.todays-deals-text {
    float: left;
}

.todays-deals-container {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    margin: 20px auto;
    width: 200px;
}

.deals-item-container {
    background-color: #F6FFF6;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px #EEEEEE;
    overflow: hidden;
    width: 300px;
    height: 330px;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}

.deals-item-container:hover {
    background-color: #DED;
    border: 1px solid #7C7;
    box-shadow: 0 2px 2px #ccc;
}

.item-header {
    height: 24px;
    margin-bottom: 10px;
    color: #444;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.item-category {
    float: left;
    color: #779977;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

.deals-item-image {
    position: relative;
}

.price-tag {
    padding-top: 1px;
    padding-left: 12px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background: url(https://img.stardeals.ph/images/orange-tag.webp) no-repeat transparent;
    width: 84px;
    height: 26px;
    text-align: center;
    padding-right: 5px;
}

.price-details {
    text-align: center;
    padding-top: 3px;
    float: right;
    border-left: 1px solid #ff8b00;
    border-right: 1px solid #ff8b00;
    width: 89px;
    height: 20px;
    background-color: #f7dbbe;
}

.price-details {
    text-align: center;
    padding-top: 3px;
    float: right;
    border-left: 1px solid #ff8b00;
    border-right: 1px solid #ff8b00;
    width: 89px;
    height: 20px;
    background-color: #f7dbbe;
}

.viewer {
    width: 300px;
    height: 198px;
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
}

.time-left {
    margin-top: 30px;
    text-align: center;
    text-shadow: 0 1px 1px black;
}

.timerboxX {
    text-align: center;
    text-shadow: 0 1px 1px black;
}

.view-link {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 130px;
    margin: 20px auto 0;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background: url(https://img.stardeals.ph/images/view_active.webp) 0 0 no-repeat;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.dash { 
    float: left;
    position: relative;
    color: #333;
    text-align: center;
}
.countdown_dashboard{
    padding:4px 0px 0px 17px; 
    height:50px;
}

.dash-deal {
    margin-bottom: 1px;
    padding: 4px 0px 0px 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    width: 36px;
    /* width: 33px; */
    float: left;
    height: 28px;
    text-align: left;
    background: url(https://img.stardeals.ph/images/timer-bg.webp) no-repeat left top;
    /* background: url(/web/20130426085244im_/http://www.metrodeal.com/deals/Metro_Manila/Tony-Romas-Philippines/images/sprite_deal.png) no-repeat -747px -32px; */
    /* margin-right: 3px; */
}

.dash {
    margin-bottom:1px;
    padding:4px 0px 0px 7px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:21px;
    font-weight: bold;
    width:36px; 
    float: left;
    height:28px;
    text-align:left;
    background:url(https://img.stardeals.ph/images/timer-bg.webp) no-repeat left top;
}
    
.digit {    
    float: left;    
    color:#fff;
    text-align:center;
}
.dash_title {
    margin-left:0px;
    float: left;    
    font-size:10px;
    border:0px solid red;
}

.highlightsbox {
    padding: 20px;
}

.Highlights {
    width: 305px;
    float: left;
}

.highlightsbox .heading {
    padding: 0px 0px 10px 0px;
    font: 18px Georgia, "Times New Roman", Times, serif;
    color: #333333;
}

.highlightsbox ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.highlightsbox ul li {
    padding: 3px 0px 3px 20px;
    margin: 0px;
    background: url(https://img.stardeals.ph/images/arrow-greensmall.webp) no-repeat left 6px;
    list-style-type: none;
}

.thefineprint {
    width: 305px;
    float: right;
}

.border-bot {
    padding-bottom: 10px;
    border-top: 1px solid #dcdcdc;
    margin-right: 15px;
}

.company-text {
    width: 410px;
    float: left;
    text-align: justify;
    line-height: 18px;
    margin-left: 13px;
}

.locationmap {
    width: 190px;
    border: 1px solid #d1d1d1;
    float: right;
    margin-right: 2px;
    padding: 10px 20px;
    background: #eeeeee;
}

.no-right-margin{
    margin-right: 0px !important;
}

.footer {
    min-height: 260px;
    border-top: 1px solid #000000;
    background: url(https://img.stardeals.ph/images/footer.webp);
/*    margin-top: 30px;*/
    color: #fff;
}

.footer .content{
    width: 1000px;
    margin: auto;
    min-height: 215px;
}

.footer .footer-links {
    min-height: 214px;
}

.footer .copyright {
    text-align: center;
    padding: 15px;
}

.footer-box {
    width: 200px;
    float: left;
    padding-top: 15px;
}

.footer-box ul {
    border: 0px solid red;
    margin: 3px 0px 0px 0px;
    float: left;
    width: 170px;
    padding: 0px;
}

.footer-box ul li {
    font-size: 12px;
    line-height: 22px;
    color: #888888;
    list-style-type: none;
    padding: 2px 0px;
    border-bottom: 1px solid #646464;
}

.footer-box ul li a {
    color: #888888;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-box ul li a:hover {
    color: #9cc312;
}

.footer-head {
    background: url(https://img.stardeals.ph/images/sprite.webp) no-repeat 0px -73px;
    width: 120px;
    height: 22px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    padding: 8px 5px 2px 5px;
    font-weight: bold;
}

.err-message {
    border: 1px solid #ed6464;
    padding: 10px;
    margin: 10px 15px 20px 0px;
    background: #ff9c9c;
    color: #fff;
    font-weight: bold;
}

.success-message {
    border: 1px solid #0baf3d;
    padding: 10px;
    margin: 10px;
    background: #1bd153;
    color: #201e1e;
    font-weight: bold;
}

.hide-header-bar{
    height: 112px !important;
}

.hide{
    display: none !important;
}
.clear{
    clear: both;
}

.payment-result {
    padding: 20px;
    position: relative;
}

.account-content {
    /*border-top: 1px solid #ccc;*/
    width: 95%;
    /*margin-top: 25px;*/
    position: relative;
}

.tabs ul{
    padding: 0;
    margin: 0;
}

.tabs ul li {
    margin: 0;
    display: block;
    float: left;
    width: 75px;
    background: #e9e7e7;
    border: 1px solid #e9e7e7;
}

.tabs ul li a {
    width: 100px;
    text-align: center;
    display: block;
    width: auto;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    font-size: 10px;
    margin: 5px;
}

.tabs ul li.active {
    background: #cdcccc;
    border: 1px solid #cdcccc;
}

.tabs ul li:hover{
    background: #eee;
    border: 1px solid #e9e7e7;
}

.deal-vouchers {
    padding: 5px 5px 12px 5px;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 12px;
}

.deal-vouchers .photo {
    float: left;
}

.deal-vouchers .details {
    float: right;
    width: 75%;
}

.voucher-list {
    padding: 5px;
    border: 1px solid #ccc;
    background: #eee;
    margin-bottom: 30px;
}

.voucher-list table tbody tr td {
    padding: 2px 10px;
}

.voucher-list table thead tr td {
    padding: 10px;
}

.payment-pending a {
    display: block;
    padding: 10px;
    background: #85a617;
    color: #fff;
    width: 300px;
    text-align: center;
}

.leave-review a {
    display: block;
    padding: 10px;
    background: #85a617;
    color: #fff;
    width: 250px;
    text-align: center;
    margin-left: 2px;
}

.payment-result-pending a {
    display: block;
    padding: 10px;
    background: #85a617;
    color: #fff;
    text-align: center;
}

.payment-result-pending {
    margin-top: 20px;
    margin-bottom: 15px;
}

.payment-result .content{
    margin-top: 50px;;
    width: 98%;
}

.account-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.account-item table {
    width: 100%;
}

.account-item table td {
    width: 10%;
    font-size: 15px;
}

.dealbox-top_landing-span { 
    padding: 13px 0px 0px 0px;
    width: 80px;
    text-align: center;
    font-size: 28px !important;
    font-weight: bold;
    float: left;
    color: #858585;
    background: #eee;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.dealbox-top_landing-span label{
    display: block;
    border: 1px solid;
    background: #fff;
    text-align: center;
    width: 46px;
    margin: auto;
}

.dialog-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 30;
}

.dialog-bg-cat {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10;
}

.soldout-container {
    width: 550px;
    min-height: 300px;
    background: #fff;
    margin: auto;
    position: relative;
    top: 30%;
    border-radius: 10px;
}

.deal_type-container {
    width: 550px;
    min-height: 150px;
    background: #fff;
    margin: auto;
    position: relative;
    top: 5%;
    border-radius: 10px;
    max-height: 700px;
    overflow: auto;
}

.cat-container {
    width: 550px;
    min-height: 150px;
    background: #fff;
    margin: auto;
    position: relative;
    top: 5%;
    max-height: 700px;
    padding-top: 30px;
}

.maps-container {
    width: 700px;
    min-height: 400px;
    background: #fff;
    margin: auto;
    position: relative;
    top: 15%;
}

.booking-date-container {
    width: 700px;
    min-height: 150px;
    background: #fff;
    margin: auto;
    position: relative;
    top: 5%;
    border-radius: 10px;
    max-height: 700px;
    overflow: auto;
}

.deal-video-container {
    min-height: 150px;
    margin: auto;
    position: relative;
    top: 5%;
    overflow: auto;
}

.deal-video-container .content{
    position: relative;
    left: 0;
    text-align: center;
}

.deal-video-container .content video{
    margin: auto;
        height: 800px;
}

.howitworks-video-container {
    min-height: 150px;
    margin: auto;
    position: relative;
    top: 5%;
    overflow: auto;
}

.howitworks-video-container .content{
    position: relative;
    left: 0;
    text-align: center;
}

.howitworks-video-container .content video{
    margin: auto;
        height: 800px;
}

.review-comment-container {
    background: #eee;
    margin: auto;
    position: relative;
    top: 20%;
    width: 1000px;
    padding: 25px;
}

a.map-location {
    display: block;
    border: 1px solid #89b556;
    width: 100px;
    text-align: center;
    padding: 5px;
    background: #acdf71;
    color: #000;
}

span.close-dialog {
    display: block;
    background: #fff;
    width: 20px;
    /* height: 20px; */
    text-align: center;
    padding: 10px;
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

span.close-menu {
    display: block;
    background: #fff;
    width: 20px;
    /* height: 20px; */
    text-align: center;
    padding: 10px;
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

span.close-cat {
    top: 70px !important;
}

.head-title {
    padding: 15px 10px 10px 10px;
    border-bottom: 2px solid #C0DAA3;
    background: #E3F0D6;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}

.soldout-container .content h4 {
    margin: 15px 0px 10px 0px;
}

.soldout-container .content {
    font-size: 15px;
}

.soldout-container .content {
    font-size: 15px;
    width: 96%;
    border-bottom: 1px solid #C0DAA3;
}




.deal_type-container .content h4 {
    margin: 15px 0px 10px 0px;
}

.deal_type-container .content {
    font-size: 15px;
}

.deal_type-container .content {
    font-size: 15px;
    width: 96%;
}



.booking-date-container .content h4 {
    margin: 15px 0px 10px 0px;
}

.booking-date-container .content {
    font-size: 15px;
}

.booking-date-container .content {
    font-size: 15px;
    width: 96%;
    margin-top: 10px;
}

ul.choose-option {
    margin: 0;
    padding: 0;
}

ul.choose-option li{
    display: block;
}

ul.choose-option li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e3e2e2;
}

ul.choose-option li a.shaded{
    background: #eee;
}

ul.choose-location {
    margin: 0;
    padding: 0;
}

ul.choose-location li{
    display: block;
}

ul.choose-location li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e3e2e2;
}

ul.choose-location li a.shaded{
    background: #eee;
}

ul.choose-deal {
    margin: 0;
    padding: 0;
}

ul.choose-deal li{
    display: block;
}

ul.choose-deal li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e3e2e2;
}

ul.choose-deal li a.shaded{
    background: #eee;
}

span.d-price {
    display: block;
    font-size: 14px;
}

span.d-amount {
    font-weight: bold;
}

span.closed-dialog{
    display: block;
    background: url(https://img.stardeals.ph/images/popup-sold-close.webp);
}

span.closed-dialog {
    display: block;
    background: url(https://img.stardeals.ph/images/popup-sold-close.webp);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    position: absolute;
    right: 7px;
    top: 12px;
    cursor: pointer;
    background-position: center;
}

.inquiry-frm .n-msg {
    color: #2c3af9 !important;
}

.inquiry-frm {
    padding: 0px 0px 0px 18px;
}

input.btn-inquiry {
    border: 1px solid #FEA045;
    background: linear-gradient(#FBA949, #F37829);
    padding: 5px;
    color: #fff;
}

/*voucher*/
    
    .voucher-print{
    width: 850px;
    display: block;
    margin: auto;
    border: 1px solid #cfcfcf;
    padding: 20px 25px;
    background: #fff;
}
.voucher-print .top-reminder{
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #6d6d6d;
    margin: 0px 0px 15px 0px;
}
.buyer-name{
    display: block;
    text-align: right;
}
.merchant-details p {
    text-align: right;
    font-size: 13px;
}
.voucher-print .bar-code{
    float: none;
    margin-top: 25px;
    margin-left: -10px;
}
.voucher-print .voucher-code{
    width: 211px;
    margin-top: 15px;
}
.voucher-print .qr-code{
    text-align: left;
}
.qr-code img{
    float: left;
    margin-left: -20px;
}
.qr-code .sec-code{
    float: left;
    margin-top: 35px;
    font-size: 14px;
}
.voucher-details{
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.voucher-hf span.hf-title{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}
.voucher-hf ul{
    font-size: 12px;
}
.voucher-hf div{
    border: solid 2px #e0e0e0;
    padding-top: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

/*end voucher*/

#m-content, #m-footer, .menu-nav, #m-created_at{
    display: none;
}

span.facebook {
    display: block;
    background: #3b5998;
    padding: 5px;
    color: #fff;
    width: 150px;
    text-align: center;
    float: left;
    margin: 15px 5px;
    cursor: pointer;
}




.facebook-btn {
  width: 210px;
    height: 40px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    cursor: pointer;
    float: left;
    border: 1px solid #5890FF;
    margin-right: 15px;
    margin-bottom: 10px;
}

.facebook-btn .facebook-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    background-color: #fff;
}
.facebook-btn .facebook-icon {
    position: absolute;
    margin-top: 8px;
    /*margin-left: 10px;*/
    margin-left: -20px;
    width: 23px;
    height: 23px;
}
.facebook-btn .btn-text {
    float: right;
    margin: 13px 12px 0 0;
    color: #5890FF;
    font-size: 14px;
}

.yahoo-btn {
  width: 208px;
    height: 40px;
    background-color: #573F97;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    cursor: pointer;
    float: left;
    border: 1px solid #573F97;
    margin-right: 15px;
    margin-bottom: 10px;
}

.yahoo-btn .yahoo-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 35px;
    height: 35px;
    border-radius: 2px;
}
.yahoo-btn .yahoo-icon {
    position: absolute;
    margin-top: 8px;
    /*margin-left: 10px;*/
    margin-left: -20px;
    width: 23px;
    height: 23px;
}
.yahoo-btn .btn-text {
    float: right;
    margin: 13px 20px 0 0;
    color: #fff;
    font-size: 14px;
}



.google-btn {
  width: 210px;
    height: 40px;
    background-color: #4285F4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    cursor: pointer;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 45px;
    height: 38px;
    border-radius: 2px;
    background-color: #fff;
}
.google-btn .google-icon {
    position: absolute;
    margin-top: 8px;
    margin-left: -35px;
    width: 23px;
    height: 23px;
}
.google-btn .btn-text {
    float: right;
    margin: 13px 12px 0 0;
    color: #fff;
    font-size: 14px;
}

.applesignin-btn {
    width: 210px;
    height: 40px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .25);
    cursor: pointer;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.applesignin-btn .applesignin-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 45px;
    height: 38px;
    border-radius: 2px;
    background-color: #fff;
}
.applesignin-btn .applesignin-icon {
    position: absolute;
    margin-top: 8px;
    margin-left: -35px;
    width: 23px;
    height: 23px;
}
.applesignin-btn .btn-text {
    float: right;
    margin: 13px 12px 0 0;
    color: #000;
    font-size: 14px;
}


.social-logins {
    /*width: 360px;*/
    margin: auto;
}

.signin hr {
    border: 1px solid #ccc;
    width: 620px;
    position: relative;
    right: 8px;
}

.g_id_signin {
    width: 200px;
}

i.fa.fa-google, i.fa.fa-facebook {
    margin-right: 5px;
}

.voucher-codes fieldset {
    border: 1px solid #ccc;
    padding: 20px;
}

.voucher-codes ul {
    padding: 0;
    margin: 0;
}

.voucher-codes ul li {
    display: block;
    padding: 0;
}

.voucher-codes ul li span.v-codes {
    float: left;
    padding: 5px 10px 5px 10px;
    border: 1px solid #d71111;
    margin: 5px;
    background: #f75a5a;
    color: #fff;
    font-size: 15px;
    font-weight: bolder;
    display: block;
    width: 80px;
    text-align: center;
}

.voucher-codes ul li .view-qr {
    float: left;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    font-size: 15px;
    font-weight: bolder;
    display: block;
    background: #85a617;
    border: 1px solid #85a617;
    color: #fff;
    width: 130px;
    text-align: center;
}

.voucher-codes ul li .used-on {
    float: left;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    font-size: 15px;
    font-weight: bolder;
    display: block;
    background: #ccc;
    border: 1px solid #a9a7a7;
    color: #666;
    width: 255px;
    text-align: center;
}

.voucher-codes fieldset legend {
    font-size: 12px;
    font-weight: 900;
    color: #4c4545;
}

.gcash-logo {
    background: url(https://img.stardeals.ph/images/gcash.webp);
    display: block;
    width: 80px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 75px;
}

.billease-logo {
    background: url(https://img.stardeals.ph/images/billease.webp);
    display: block;
    width: 90px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: 75px;
}

.maya-logo {
    background: url(https://img.stardeals.ph/images/maya.webp);
    display: block;
    width: 65px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 65px;
}

.dragonpay-logo {
    background: url(https://img.stardeals.ph/images/dragonpay.webp);
    display: block;
    width: 102px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
    left: 280px;
}

.cc-logo {
    background: url(https://img.stardeals.ph/images/cards-logos.webp);
    display: block;
    width: 85px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -4px;
    left: 115px;
}

.mastercard-logo {
    background: url(https://img.stardeals.ph/images/master-card.webp);
    display: block;
    width: 85px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: -12px;
}

.cc-secure-master-logo {
    background: url(https://img.stardeals.ph/images/payment_master_secure_code.svg);
    display: block;
    width: 85px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -4px;
    left: 178px;
}

.cc-secure-visa-logo {
    background: url(https://img.stardeals.ph/images/payment_verified_by_visa.svg);
    display: block;
    width: 85px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -4px;
    left: 232px;
}

.cc-secure-jcb-logo {
    background: url(https://img.stardeals.ph/images/jcb.webp);
    display: block;
    width: 45px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -4px;
    left: 278px;
}

.blankcard {
    background: url(https://img.stardeals.ph/images/blankcard.webp);
    background-size: contain;
    background-repeat: no-repeat;
    height: 120px;
    color: #fff;
    padding: 10px;
    position: relative;
    width: 197px;
}

.blankcard .card-number{
    position: absolute;
    bottom: 25px;
    font-size: 12px;
    left: 20px;
}

.blankcard .issue-bank{
    position: absolute;
    bottom: 45px;
    left: 20px;
}

.blankcard .card-type {
    position: absolute;
    top: 20px;
    font-size: 15px;
    right: 20px;
}

input#userCardNumber {
    width: 132px;
    text-align: left !important;
    border: 1px solid #fff !important;
}

input#cvNumber {
    width: 30px;
    color: #292B2F;
}

label.qty-m-label {
    font-size: 20px;
    display: none;
}

label.lbl-caption {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 15px 30px 0px;
}

.login-btn {
  width: 210px;
    height: 40px;
    background-color: #89b556;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    cursor: pointer;
    float: left;
    border: 1px solid #649130;
    text-align: center;
}

.login-btn .login-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    background-color: #89b556;
}
.login-btn .login-icon {
    position: absolute;
    margin-top: 8px;
    margin-left: 10px;
    width: 23px;
    height: 23px;
}
.login-btn .btn-text {
    margin: 13px 12px 0 0;
    color: #FFF;
    font-size: 14px;
}

.register-btn {
  width: 235px;
    height: 40px;
    background-color: #89b556;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    cursor: pointer;
    float: left;
    border: 1px solid #649130;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.register-btn .login-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    background-color: #89b556;
}
.register-btn .login-icon {
    position: absolute;
    margin-top: 8px;
    margin-left: 10px;
    width: 23px;
    height: 23px;
}
.register-btn .btn-text {
    margin: 13px 12px 0 0;
    color: #FFF;
    font-size: 14px;
}

.review-comment-cont {
    border: 1px solid #eee;
    background: #ECF3FC;
    padding: 20px;
    /*min-height: 235px;*/
    font-size: 15px;
}

.review-comment-cont .ratings {
    padding: 0px 0px 20px 0px;
}

.review-comment-cont .photo {
    padding: 20px 0px 20px 0px;
}

.review-comment-cont textarea {
    padding: 10px;
    width: 95%;
    border-radius: 5px;
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.review-comment {
    border: 1px solid #ECF3FC;
    background: #ECF3FC;
    padding: 20px;
    font-size: 15px;
}

.review-comment .rating {
    padding: 0px 0px 20px 0px;
}

.stars span{
    cursor: pointer;
}

.fa-star{
    color: #ff9f00;
}

.fa-star-o{
    color: #ff9f00;
}

.fa-half-star::before {
  content: "\f123" !important;
}

.review-comment-cont .ratings table td {
    padding-right: 35px;
}

label.rating-desc, label.rating-description {
    font-weight: bold;
    margin-left: 5px;
    font-size: 14px;
}

.posted-at {
    margin-top: 20px;
    color: #958f8f;
}

span.add-more-photo {
    text-decoration: underline;
    color: #1a60e1;
    font-size: 12px;
    cursor: pointer;
}

.review-comment-cont .photos img {
    height: 80px;
    margin-right: 5px;
}

.review span.rate {
    font-size: 35px;
    font-weight: bold;
}

.review span.by-rate {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}

.rate-stars{
    font-size:18px !important;
}

span.no-reviews {
    font-size: 18px;
    margin-left: 10px;
}

/*.review-items span.profile img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
}*/

.review-items span.profile {
    position: relative;
}

.review-items span.profile label.author {
    font-size: 15px;
    position: absolute;
    width: 270px;
    margin-left: 10px;
    font-weight: bold;
    margin-top: 5px;
}

.review-items span.profile label.posted_date {
    font-size: 12px;
    width: 150px;
    margin-left: 10px;
    margin-top: 10px;
    color: #6a6a6a;
    position: absolute;
    top: 15px;
}

.review-items-rate-stars{
    font-size:15px !important;
}

.review-items-content {
    font-size: 15px;
    text-align: justify;
}

.review-items {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.review {
    padding: 12px;
}

.review-pagination {
    /*width: 175px;*/
    /*margin: auto;*/
}

.review-pagination a {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    margin-right: 5px;
    width: 70px;
    display: block;
    float: left;
}

.review-for span {
    color: #757575;
}
.rating {
    padding: 15px 15px 10px 15px;
    background: #eee;
    width: 180px;
    position: relative;
    right: 0px;
    float: right;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 1px 0px #666;
    top: 5px;
    text-align: center;
}

.rating span.rating-value {
    font-size: 12px ;
    color: #ff9f00;
    margin-left: 5px;
}

.rating .rate-stars, .rating-deal-page .rate-stars {
    font-size: 12px  !important;
    margin-right: 2px !important;
}
.rating span.rating-raviews, .rating-deal-page span.rating-raviews {
    font-size: 12px ;
}
.rating span.rating-raviews a, .rating-deal-page span.rating-raviews a {
    text-decoration: underline;
}

.MultiFile-list {
    margin-top: 10px;
}

.MultiFile-label {
    position: relative;
    float: left;
    margin-right: 5px;
}

span.MultiFile-title {
    display: none;
}

a.MultiFile-remove {
    /* width: 10px; */
    border: 1px solid #ff0000;
    background: #ef4d4d;
    padding: 3px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    z-index: 1000;
    top: -5px;
    left: -5px;
    border-radius: 20%;
}

.MultiFile-label img {
    height: 80px;
    width: 100px;
}

.upload-error {
    color: red;
    font-style: italic;
    font-size: 12px;
}
.uploader {
    padding: 10px;
    border: 1px dashed #999;
    text-align: center;
    width: 60px;
    vertical-align: middle;
    font-size: 30px;
    color: #999;
    cursor: pointer;
    display: block;
}
.uploader span.limit {
    font-size: 14px;
    display: block;
    font-family: verdana;
}
.uploader span.ico {
    font-size: 30px;
    display: block;
    font-family: verdana;
}

.photo-preview {
    margin-top: 30px;
}

.photo-preview img {
    height: 82px;
    border: 2px solid #85a617;
}

.photo-preview .photo-items {
    position: relative;
    min-height: 80px;
    float: left;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.photo-preview .photo-items.loading{
    min-width: 100px;
    background: #fff;
    border: 1px solid #ccc;
}

.photo-close {
    background: url(https://img.stardeals.ph/images/remove.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.gallery span.image {
    display: block;
    width: 95px;
    height: 95px;
    float: left;
    margin-right: 8px;
    border-radius: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 8px;
}

.txtarea-counter {
    float: right;
    font-size: 12px;
    margin-right: 10px;
}

span.loader.checkout {
    margin-top: 25px;
}

.coll-full-no-radius{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.coll-full-left-no-radius {
    border-top-left-radius: 0px;
}


.btn-review a {
  background: linear-gradient(to bottom, #67BCF2 0%, #4E8DB8 100%);
  border: 2px solid #4E8DB8;
  border-radius: 24px;
  box-shadow: inset 0 1px 0 #c6f4a0, 0 3px 6px rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: bold;
  font-size: 15px;
  padding: 12px 28px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #3b7d1c;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: 290px;
  margin-bottom: 5px;
}

.btn-review a:hover {
  background: linear-gradient(to bottom, #4E8DB8 0%, #67BCF2 100%);
}

.btn-review a:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}


.avatar{
    margin: auto;
    position: relative;
    /*width: 250px;*/
    /*width: 182px;*/
    /*text-align: center;*/
}

.no-box-shadow {
    box-shadow: none;
}

.avatar span.avatar-image {
    display: block;
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border: 1px solid #ccc;
    cursor: pointer;
    background-position: center !important;
}

.avatar .camera {
    display: block;
    width: 30px;
    height: 30px;
    /* border: 1px solid; */
    top: 35%;
    position: absolute;
    background: #ccc;
    left: 46%;
    background: url(https://img.stardeals.ph/images/camera.webp);
    background-size: contain;
    cursor: pointer;
}

.upload-avatar span.avatar-image{
    width: 100px !important;
    height: 100px !important;
    margin: initial;
    position: relative;
}

.upload-avatar span.avatar-image .camera{
    top: 35% !important;
    left: 35% !important;
}

.profile span.image {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    float: left;
}

.avatar span.spinner {
    position: absolute;
    top: 38%;
    left: 46%;
}

.highlightsbox.fineprints {
    padding: 10px !important;
}

.option_name h4 {
    color: #47780e;
    border: 1px solid;
    padding: 5px;
}

.option_name_mobile{
    display: none;
}

.merchant_details_mobile{
    display: none;
}

.location_name h4 {
    color: #47780e;
    border: 1px solid;
    padding: 5px;
}

.location_name_mobile{
    display: none;
}

.booking_date h4 {
    color: #47780e;
    border: 1px solid;
    padding: 5px;
}

.booking_date_mobile{
    display: none;
}

.apple-signin {
    width: 210px;
    height: 42px;
    cursor: pointer;
    /*background: black;*/
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
}


.apple-btn {
    width: 210px;
    height: 40px;
    cursor: pointer;
    float: left;
    position: relative;
    bottom: 13px;
}

.apple-login {
    width: 210px;
    min-height: 30px;
    background: #000;
    float: left;
    color: #fff;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    font-size: 18px;
    padding: 11px 0px 1px 0px;
    text-align: center;
}

.credit-card {
    border: 1px solid #ccc;
    background: #fff;
    width: 180px;
    position: relative;
}

.credit-card img.jcb-logo {
    width: 31px;
    position: absolute;
    top: 2px;
    right: 5px;
}

.credit-card img.visa-logo {
    width: 31px;
    position: absolute;
    top: 2px;
    right: 5px;
}

.credit-card img.visa-logo {
    width: 35px;
    position: absolute;
    top: 4px;
    right: 4px;
}

.credit-card img.master-logo {
    width: 35px;
    position: absolute;
    top: 4px;
    right: 4px;
}

.credit-card img.master-logo {
    width: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
}

input.card-expiry {
    height: 22px;
    padding: 2px !important;
    width: 52px;
}

.voucher-codes ul li .used {
    background: #ccc !important;
    border: 1px solid #a9a7a7 !important;
    color: #999696 !important;
}

ul.choose-option li .shaded {
    background: #e1e1e1;
}

.app-logos {
    position: absolute;
    top: 15px;
    right: 0;
}

.app-logos img {
    width: 140px;
    margin-bottom: 5px;
}

#m-app-logos{
    display: none;
}

.swiper-slide{
    height: auto;
}
.swiper-pagination{
    bottom: 5px !important;
}
.swiper-slide img{
    max-width: 520px;
}

.search-field {
    position: absolute;
    top: 70px;
    left: 400px;
    background: #fff;
}

.search-field input {
    padding: 5px;
    float: left;
    height: 19px;
    width: 250px;
    border: 1px solid #fff;
}

.search-field input[type="submit"] {
    display: block;
    float: left;
    background: #ef8920;
    color: #fff;
    padding: 8px;
    height: 32px;
    border: 1px solid #db7915;
    margin-left: 0px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.share-buttons {
    position: absolute;
    right: 20px;
}

.share-general {
    display: block;
    background: url(https://img.stardeals.ph/images/share-general.webp);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
}

.msg-share {
    display: block;
    background: url(https://img.stardeals.ph/images/messenger-share-icon.webp);
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
}

.whislists {
    display: block;
    background: url(https://img.stardeals.ph/images/wishlists-icon.webp);
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    margin-right: 10px;
}

.copy-link {
    display: block;
    background: url(https://img.stardeals.ph/images/copy-link.webp);
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    margin-right: 10px;
}

.whislists-selected {
    display: block;
    background: url(https://img.stardeals.ph/images/wishlist-selected.webp) !important;
    width: 28px  !important;
    height: 28px  !important;
    background-size: contain  !important;
    background-repeat: no-repeat  !important;
    float: right  !important;
    margin-right: 10px  !important;
}

.share-buttons-lists {
    position: absolute;
    bottom: 150px;
    right: 10px;
}

a.view-details {
    position: relative;
    bottom: 20px;
    float: right;
    right: 8px;
}

.level-badges{
    height: 11px;
    position: absolute;
    top: 3px;
}

.level-badges-account{
    height: 20px;
    margin: auto;
}

.more-great-deals {
    margin: auto; 
    background: #fff;
    padding: 10px;
}

.more-great-deals .item {
    background: #fff;
    width: 228px;
    float: left;
    margin: 5px;
    border: 1px solid #d9d4d4;
    padding: 2px 2px 10px 2px;
    min-height: 230px;
}

.more-great-deals img {
    width: 100%;
}

.more-great-deals .item .detail {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.more-great-deals .item .detail .merchant {
    margin: 5px 0px 0px;
    font-weight: bold;
    min-height: 30px;
}

.more-great-deals .item .detail .title {
    font-size: 10px;
    color: #666;
    min-height: 45px;
}

.more-great-deals-title {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 5px 10px 10px;
}

.more-great-deals .item .d-price {
    margin-left: 5px;
}

.more-great-deals .item .d-price span.discounted {
    color: #8bb65a;
}

.more-great-deals .item .d-price span.orig-price {
    text-decoration: line-through;
}




.deal-more-great-deals {
    margin: auto; 
    padding: 10px;
}

.deal-more-great-deals .item {
    background: #fff;
    width: 200px;
    float: left;
    margin: 5px;
    border: 1px solid #d9d4d4;
    padding: 2px 2px 10px 2px;
    min-height: 230px;
}

.deal-more-great-deals img {
    width: 100%;
}

.deal-more-great-deals .item .detail {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.deal-more-great-deals .item .detail .merchant {
    margin: 5px 0px 0px;
    font-weight: bold;
    min-height: 30px;
}

.deal-more-great-deals .item .detail .title {
    font-size: 10px;
    color: #666;
    min-height: 55px;
}

.deal-more-great-deals-title {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 5px 10px 10px;
}

.deal-more-great-deals .item .d-price {
    margin-left: 5px;
}

.deal-more-great-deals .item .d-price span.discounted {
    color: #8bb65a;
}

.deal-more-great-deals .item .d-price span.orig-price {
    text-decoration: line-through;
}

.thank-you-msg span {
    font-size: 16px;
    font-weight: bold;
}

.avatar label.author{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

label.stats {
    font-size: 14px;
    margin-left: 5px;
}

label.lbl-reviews{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 5px;
}

.social-buttons {
    text-align: right;
}

.social-buttons div.like-button {
    display: block;
    padding: 5px 10px 5px 5px;
    float: right;
    border: 1px solid #ccc;
    width: 45px;
    text-align: right;
    margin: 2px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.social-buttons div.like-button label, .social-buttons div.comment-button label {
    cursor: pointer;
}

.social-buttons div.likes {
    width: auto !important;
    padding: 5px 5px 5px 25px;
}

.social-buttons div.comments {
    width: auto !important;
    padding: 5px 5px 5px 25px !important;
}

.social-buttons div.comment-button {
    display: block;
    padding: 5px 5px 5px 5px;
    float: right;
    border: 1px solid #ccc;
    width: 80px;
    text-align: right;
    margin: 2px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.social-buttons div.like-button span.icon-like {
    background: url(https://img.stardeals.ph/images/like-icon.webp);
    display: block;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    background-repeat: no-repeat;
    left: 5px;
}

.social-buttons div.comment-button span.icon-comment {
    background: url(https://img.stardeals.ph/images/comment-icon.webp);
    display: block;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    background-repeat: no-repeat;
    left: 5px;
}

.like-button.liked {
    background: #548dfd;
    border: 1px solid #286aed !important;
    color: #fff;
}

.social-buttons div.like-button span.icon-like.liked {
    background: url(https://img.stardeals.ph/images/like-icon-selected.webp) !important;
    background-size: contain !important;
}

.pixx span.image {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    float: left;
}

.comment-item .pixx {
    float: left;
    width: 5%;
}

.comment-item .content {
    float: left;
    width: 92%;
}

.comment-item .body-content {
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #d5d5d5;
    padding: 10px;
}

.comment-item .body-content .author{
    font-weight: bold;
    margin-bottom: 5px;
}

.comment-item .created-at {
    padding: 5px 0px 15px 10px;
}

.comment-item .body-message {
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #d5d5d5;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.comment-item .body-message textarea {
    border: 1px solid #d5d5d5;
    background: #d5d5d5;
    width: 98%;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
  overflow: hidden;
  min-height: 50px;
  max-height: 100px;
  font-size: 15px;
}

.comment-item .body-message .post-comment {
    background: url(https://img.stardeals.ph/images/post-comment.webp);
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
}

.comment-item .body-message .post-comment-blue {
    background: url(https://img.stardeals.ph/images/post-comment-blue.webp);
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
}

.all-comment-contents {
    max-height: 380px;
    overflow: auto;
  font-size: 15px;
}

.comment-box-section {
    padding-top: 10px;
}

.body-content a.follow-profile {
    color: #004cdd;
}

.comment-item span.resp-msg {
    display: block;
    margin-left: 10px;
    margin-top: 5px;
    color: #E91E63;
}

.review-items .follow-profile {
    font-size: 12px;
    color: #004cdd;
    position: relative;
    bottom: 1px;
}

.back-btn {
    background: url(https://img.stardeals.ph/images/back-icon.webp);
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    background-position: center;
    z-index: 10;
    left: 0px;
}

.avatar .follow-profile {
   font-size: 12px;
    color: #999;
    position: relative;
    bottom: 1px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 3px 10px;
    width: 70px;
    margin: auto;
}

.avatar .following {
    color: #fff !important;
    border: 1px solid #0d3581  !important;
    background: #004cdd !important;
}

.user-reviews-profile {
    margin-left: 5px;
    position: relative;
    float: left;
    width: 20%;
}

.profile-detail .follow-profile {
   font-size: 12px;
    color: #999;
    position: relative;
    bottom: 1px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    padding: 3px 10px;
    width: 70px;
    text-align: center;
    color: #fff;
    border: 1px solid #0d3581;
    background: #004cdd;
}

.profile-detail .following {
    border: 1px solid #ccc !important;
    color: #999  !important;
    background: #fff  !important;
}

.user-reviews-profile span.avatar-image {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border: 1px solid #ccc;
    cursor: pointer;
    background-position: center !important;
}

.profile-detail label.author{
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}

.profile-detail .level-badges-account {
    height: 15px;
    margin: auto;
}

.legend-count{
    width: 70%;
    float: left;
}
.legend-count div{
    float: left;
    width: 200px;
    text-align: center;
    position: relative;
    margin-top: 35px;
}

.legend-count label {
    display: block;
    font-size: 18px;
}

.legend-count span.caption {
    display: block;
    font-size: 20px;
}

.deal-vouchers span.deal-title {
    font-size: 15px;
    font-weight: bold;
    display: block;
}

.deal-vouchers .merchant-details {
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    border: 1px solid #666;
    padding: 10px;
    color: #666;
}

.deal-vouchers .merchant-details .contact-details{
    font-size: 12px;
}

.account-content .more-great-deals {
    padding: 0 !important;
}

.account-content .more-great-deals .item {
    width: 210px;
}

p.text-sm.text-gray-700.leading-5 {
    display: none;
}

.more-great-deals .clear-line-desktop {
   clear: both;
}

.deal-more-great-deals .clear-line-desktop {
   clear: both;
}

.review-items .deal-image {
    float: left;
}

.review-items .deal-image img {
    height: 44px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

.review-items .rating-details {
    float: left;
}

.review-items .head {
    margin-bottom: 10px;
}

.avail-now {
    font-weight: bold;
    text-decoration: underline;
    color: #000 !important;
}

span.greeting {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
}

.mobile-app-logos {
    text-align: center;
}

.mobile-app-logos img {
    width: 150px;
}

.review-items .rating-details .review-for {
    margin-top: 10px;
}

.account-content.favorites {
    min-height: 400px;
}

.whislist-icon {
    display: block;
    background: url(https://img.stardeals.ph/images/wishlist.webp) !important;
    width: 25px !important;
    height: 20px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: auto;
}

.profile-icon {
    display: block;
    background: url(https://img.stardeals.ph/images/profile-icon.webp) !important;
    width: 25px !important;
    height: 20px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: auto;
}

.reviews-icon {
    display: block;
    background: url(https://img.stardeals.ph/images/reviews-icon.webp) !important;
    width: 25px !important;
    height: 20px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: auto;
}

.voucher-icon {
    display: block;
    background: url(https://img.stardeals.ph/images/voucher-icon.webp) !important;
    width: 25px !important;
    height: 20px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: auto;
}

.newsfeed-icon {
    display: block;
    background: url(https://img.stardeals.ph/images/newsfeed-icon.webp) !important;
    width: 25px !important;
    height: 20px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: auto;
}

.logout-icon {
    display: block;
    background: url(https://img.stardeals.ph/images/logout-icon.webp) !important;
    width: 25px !important;
    height: 20px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: auto;
}

span.lbl-tab {
    font-size: 10px;
}

.qrcode-container {
    margin: auto;
    position: relative;
    top: 30%;
}

.qrcode-container .content{
    text-align: center;
}

.qrcode-container img{
    margin: auto;
}

.qrcode-container .close-dialog {
    float: left;
    padding: 5px 10px 5px 10px;
    border: 1px solid #fff;
    margin: 5px;
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: bolder;
}

.globe-icon {
    background: url(https://img.stardeals.ph/images/globe-icon.webp);
    width: 35px;
    height: 35px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    background-position: center;
    z-index: 10;
    left: 12px;
    display: none;
}

.category-icon {
    background: url(https://img.stardeals.ph/images/category-menu.webp);
    width: 40px;
    height: 40px;
    position: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    background-position: center;
    z-index: 10;
    top: 15px;
    right: 95px;
    display: none;
}

.deal-info-popup {
    width: 185px;
    font-size: 10px;
}

.deal-info-popup .deal-image {
    width: 100%;
}

.deal-info-popup .deal-title {
    width: 100%;
}

.deal-info-popup span.base-price {
    text-decoration: line-through;
}

#qrcode-container{
    padding: 30px 30px;
    width: 200px;
    margin: auto;
    background: #fff;
}

.booking-date-container .h_title.hotel_date {
    margin-left: 10px;
}

.play-icon{
    background: url(https://img.stardeals.ph/images/play-icon.webp);
    display: block;
    width: 80px;
    height: 80px;
    background-position: center;
    position: absolute;
    left: 42%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 38%;
    z-index: 10;
}

.hiw-play-icon{
    background: url(https://img.stardeals.ph/images/play-icon.webp);
    display: block;
    width: 100px;
    height: 100px;
    background-position: center;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    margin: auto;
    top: 40%;
    left: 43%;
}

.progress{
    margin: auto;
    width: 200px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.review-error {
    border: 1px solid red;
}

.upload-loading-bar {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.upload-loading-bar .progress-bar {
    position: absolute;
    height: 100%;
    background: rgb(227 227 227 / 70%);
    text-align: center;
    font-size: 12px;
}

.upload-loading-bar .progress-percentage {
    position: relative;
    top: 38%;
    margin: auto;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.photo-loader.spinner {
    width: 20px;
    height: 20px;
    border: 4px solid rgba(0,0,0,0.1);
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: auto;
    position: absolute;
    top: 30%;
    left: 0; right: 0;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.confetti {
    position: absolute;
    top: 10%;
    left: 44%;
}

.comment-replies {
    margin-left: 50px;
}

.comment-replies .pixx span.image {
    width: 30px;
    height: 30px;
}

.comment-replies .comment-item .pixx {
    width: 4%;
}

.comment-item.reply-box {
    margin-left: 40px;
    margin-bottom: 10px;
}

.security-logo{
    height: 40px;
    position: absolute;
    top: 5px;
    margin-left: 10px;
}

.security-logo-newuser{
    height: 36px;
    position: absolute;
    top: -10px;
    margin-left: 10px;
}

span.d-origprice {
    display: block;
    text-decoration: line-through;
}

span.m-origprice, span.m-amount {
    display: none;
}

.ratings-price-details {
/*    margin-top: 10px;*/
    position: relative;
    float: left;
}

.err-message a {
    color: #fff;
    font-weight: bolder;
    text-decoration: underline;
}

.thankyoupage .deal-more-great-deals {
    background: #eee;
    margin-top: 5px !important;
}

.thankyoupage .deal-more-great-deals .item {
    width: 228px !important;
}

.submenu li a {
    min-width: 175px;
    padding: 12px 12px 12px 12px !important;
    text-align: left !important;
}

.profilePhoto{
    display: none;
}

.prof-detail-mobile{
    display: none;
}

.merchant-location {
    padding: 5px 0px 5px 5px;
    width: 98%;
    color: #858585;
}

.prof-detail-desk {
    width: 300px;
}

.howitworksvide {
    text-align: center;
    position: relative;
}

.howitworksvide img {
    width: 35%;
    margin: auto;
    padding-top: 20px;
}

.snow-white-top-container{
    position: relative;
    width: 100%;
    margin: auto;
    height: 335px;
    background: url(https://img.stardeals.ph/images/footer-extending-top.webp) repeat-x center top;
}

.snow-white-top{
    width: 982px;
    margin: auto;
    background: url(https://img.stardeals.ph/images/final-footer-revised.webp) no-repeat center top;
    height: 335px;
}

.snow-white-bottom-container{
    position: relative;
    width: 100%;
    margin: 0 auto -3px;
    height: 10px;
    background: url(https://img.stardeals.ph/images/footer-extending-bottom.webp) repeat-x center top;
}

.snow-white-bottom{
    width: 982px;
    margin: 0 auto;
    height: 20px;
    background: url(https://img.stardeals.ph/images/footer-bottom.webp) no-repeat center top;
}

.footer-spacer{
    padding-top: 30px;
}

.user-credits{
    text-align:right;
    padding: 20px 5px;
}

.ForgetPassword {
    margin-top: 10px;
}

.password-container {
  position: relative;
}

.eye-icon {
    position: absolute;
    right: 5px;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
}

.eye-icon .close-eye {
    display: block;
    width: 20px;
    height: 12px;
    background-image: url(https://img.stardeals.ph/images/password-icons/close-eye.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.eye-icon .see-eye {
    display: block;
    width: 20px;
    height: 12px;
    background-image: url(https://img.stardeals.ph/images/password-icons/see-eye.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.user-search ul {
    display: block;
    margin: 0;
    padding: 0;
}

.user-search ul li {
    display: table-cell;
  vertical-align: middle;
  height: 50px;
}

.user-search .items {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted #ccc;
}

.user-search .items.odd {
    background: #eee;
}

.user-search .items span.name {
    padding-left: 20px;
    font-size: 20px;
}

.user-search span.image{
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    float: left;
}

.search-user{
    display: none;
}

.menu-icons {
    width: 100%;
    min-height: 100px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    position: relative;
/*    box-shadow: 1px 1px #666;*/
}

.deal-menu-icons {
    width: 100%;
    min-height: 100px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom:20px;
/*    box-shadow: 1px 1px #666;*/
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr); /* Always 5 columns */
  gap: 20px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  margin: auto;
  overflow-x: auto;
  max-width: 1000px;
}

.deal-services-grid {
 display: grid;
  grid-template-columns: repeat(10, 1fr); /* Always 5 columns */
  gap: 20px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  margin: auto;
  overflow-x: auto;
  max-width: 1000px;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 12px;
  min-width: 0;
}

.service-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
}

.seller_form{
    padding: 20px;
}

.sellertext {
    width: 110px;
    text-align: right;
    padding-right: 7px;
    float: left;
    border: 0px solid red;
    margin-top: 10px;
}

.sellertextbox {
    width: 230px;
    height: 22px;
    border: 1px solid #D1D1D1;
    margin-top: 3px;
}

.sellertextarea {
    width: 230px;
    height: 22px;
    border: 1px solid #D1D1D1;
    margin-top: 3px;
    height: 100px;
}


.sellerselectbox {
    border: 1px solid #D1D1D1;
    margin-top: 3px;
}

#seller-inquiry .success-message{
    margin: 0px !important;
}

.image-wrapper {
    width: 95px;           /* Set desired width */
    height: 95px;          /* Set desired height */
    overflow: hidden;       /* Crop anything outside the box */
    border-radius: 8px;     /* Optional: rounded corners */
    margin-right: 10px;
    float: left;
    margin-bottom: 8px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* This is the key! */
    object-position: center;
    display: block;
}

img.lazy, img.m-lazy {
    opacity: 0;
}

.review-image-wrapper {
    width: 40px;           /* Set desired width */
    height: 40px;          /* Set desired height */
    overflow: hidden;       /* Crop anything outside the box */
    border-radius: 50%;     /* Optional: rounded corners */
    margin-right: 10px;
    float: left;
    margin-bottom: 8px;
}

.review-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* This is the key! */
    object-position: center;
    display: block;
}


/*new design for desktop*/

/*deal list*/
    
.deal-container {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 20px;
      margin-bottom: 20px;
}

.deal-container .box {
  flex: 1 1 280px; /* flexible: min 300px */
  max-width: 320px;
  min-height: 245px;
  background-color: #eee;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  border-radius: 10px;
  box-shadow: 1px 1px #666;
  position: relative;
}

.deal-container .box .deal-img {
    width: 100%;
    min-height: 225px;
}

.deal-container .box .details {
    padding: 5px 10px 0px 10px;
}

.deal-container .box .deal-title {
    /* float: right; */
    width: 320px;
    position: relative;
    right: 0px;
}

.deal-container .box .dealtitle-top {
    background: url(https://img.stardeals.ph/images/deal-title-top.webp) no-repeat -129px top;
    height: 5px;
    width: 100%;
}

.deal-container .box .dealtitle-top-edge {
    background: url(https://img.stardeals.ph/images/deal-title-top.webp) no-repeat left top;
    height: 5px;
    padding-left: 10px;
}

.deal-container .box .titlemid-bg {
    background: #ef8920 url(https://img.stardeals.ph/images/titlemid-bg.webp) repeat-x left bottom;
    padding: 4px 10px 0px 10px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
}

.deal-container .box span.title {
    display: block;
    font-size: 18px;
/*    min-height: 84px;*/
}

.deal-container .box span.title a {
    color: #fff;
}

.deal-container .box .deal-price-details {
    padding: 0px 10px 10px 10px;
}

.deal-container .box .deal-price-details .row1 {
    margin-top: 5px;
}

.deal-container .box .values-percentage {
    width: 98px;
}

.deal-container .box .values-percentage span.price-percentage {
    display: block;
    width: 40px;
    text-align: center;
    font-size: 12px;
    background: red;
    color: #fff;
    float: left;
}

.deal-container .box .values-percentage span.price-value {
    text-decoration: line-through;
    color: #999;
    font-weight: bold;
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 5px;
}

.deal-container .box .deal-price-details .row1 .validity-details {
    float: right !important;
}

.deal-container .box .validity-details {
    float: left;
    font-size: 12px;
    text-align: right;
    color: #858585;
    font-weight: 600;
    text-align: center;
}

.deal-container .box .deal-price-details .row2 {
    margin-top: 5px;
}

.deal-container .box  span.price {
    font-size: 50px;
    /* margin-right: 10px; */
    text-align: center;
    margin-top: 0px !important;
}

.deal-container .box .buy-button {
    float: right;
    margin-top: 2px;
}

.deal-container .box .dealtitle-bot {
    background: url(https://img.stardeals.ph/images/sprite_deal.webp) no-repeat -399px -33px;
    height: 20px;
}

.deal-container .box .deal-ratings {
    position: absolute;
    top: 4px;
    right: 2px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);  /* Glass effect */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;                  /* Rounded corners */
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
}

.deal-container .box .deal-ratings span.rating-raviews a {
    color: #fff;
}

.deal-container .box .deal-ratings .rate-stars {
    font-size: 15px !important;
}

.deal-container .box .others{
    display: none;
}

/*end*/
























.rating-deal-page{
    background: #eee;
    width: 180px;
    position: relative;
    right: 0px;
    float: right;
    top: 30px;
    text-align: center;
}
/*end*/

span.m-price-percentage {
    display: block;
    background: red;
    color: #fff;
    text-align: center;
    width: 35px;
    float: left;
}

span.m-discounted {
    float: left;
    margin-right: 5px;
}

span.m-orig-price {
    float: left;
    margin-right: 5px;
}

.more-vouchers label {
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.more-vouchers .btn-buy-more a {
  background: linear-gradient(to bottom, #a8e063 0%, #56ab2f 100%);
  border: 2px solid #3b7d1c;
  border-radius: 24px;
  box-shadow: inset 0 1px 0 #c6f4a0, 0 3px 6px rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 28px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #3b7d1c;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: 100px;
  margin-bottom: 10px;
}

.more-vouchers .btn-buy-more a:hover {
  background: linear-gradient(to bottom, #baf283 0%, #6dc440 100%);
}

.more-vouchers .btn-buy-more a:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.promo{
    padding: 0px 5px;
}

.regbtn span.loader {
    margin-top: 20px;
}

.regbtn .err-message {
    margin: 10px 15px 20px 15px;
}

.paymentform .err-message {
    margin: 10px 0px 20px 0px;
}

.loginpage .signin-social-logins{
    float:left; 
    border:0px solid red; 
    padding:0px 0px 10px 0px;
     margin-left:18px; 
     width:620px;
}

.desktop-deal{
    display: block;
}

.mobile-deal{
    display: none;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000;
  color: #ccc;
  font-size: 1.5rem;
  text-align: center;
  padding: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-decoration: none;
  display: none;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
  transition: opacity 0.3s ease;
}
#backToTop:hover {
  background-color: #333;
}


/* end style desktop*/
 































/* start media queries  */
@media only screen and (max-width: 375px) {
    .deal-item .details .timerbox {
        margin-right: 0;
        position: relative;
        top: -10px;
        float: left;
        width: 195px;
        background-size: contain;
    }

    .dash-deal, .dash{
        position: relative;
        bottom: 8px;
        right: 2px;
        padding: 4px 0px 0px 6px;
    }

    .app-logos img {
        width: 160px !important;
        margin-bottom: 10px;
    }

    .header .content .head {
        min-height: 65px !important;
        height: 65px !important;
    }

    #m-app-logos{
        display: block;
    }

    .more-great-deals .item {
        background: #fff;
        width: 45%;
        float: left;
        margin: 5px;
        min-height: 225px !important;
    }

    .more-great-deals img {
        width: 100%;
    }

    .more-great-deals .item .detail {
        padding: 5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .more-great-deals .item .detail .merchant {
        margin: 5px 0px 0px;
        font-size: 10px;
        min-height: 25px;
    }

    .more-great-deals .item .detail .title {
        font-size: 10px;
        color: #666;
        min-height: 55px;
    }

    .more-great-deals .item .d-price {
        font-size: 8px;
    }





    .deal-more-great-deals .item {
        background: #fff;
        width: 45%;
        float: left;
        margin: 5px;
        min-height: 225px !important;
    }

    .deal-more-great-deals img {
        width: 100%;
    }

    .deal-more-great-deals .item .detail {
        padding: 5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .deal-more-great-deals .item .detail .merchant {
        margin: 5px 0px 0px;
        font-size: 10px;
        min-height: 25px;
    }

    .deal-more-great-deals .item .detail .title {
        font-size: 10px;
        color: #666;
        min-height: 55px;
    }

    .deal-more-great-deals .item .d-price {
        font-size: 8px;
    }

    .user-reviews span.image {
        width: 85px !important;
        height: 85px !important;
    }

    .gallery span.image {
        width: 102px;
        height: 102px;
    }

    .back-btn {
        display: block;
    }

    .back-btn, .globe-icon, .category-icon {
        display: block;
    }

    .profilePhoto{
        display: block !important;
    }

    .prof-detail-mobile{
        display: block !important;
    }

    .prof-detail-desk{
        display: none !important;
    }
}

@media only screen and (max-width: 360px) {
    .deal-item .details .timerbox {
        margin-right: 0;
        position: relative;
        top: -10px;
        float: left;
        width: 185px;
        background-size: contain;
    }

    .dash-deal, .dash{
        position: relative;
        bottom: 8px;
        right: 2px;
        padding: 4px 0px 0px 6px;
    }

    .app-logos img {
        width: 160px !important;
        margin-bottom: 10px;
    }

    .header .content .head {
        min-height: 65px !important;
        height: 65px !important;
    }

    #m-app-logos{
        display: block;
    }

    .more-great-deals {
        margin: auto;
        margin-top: 5px;
    }

    .more-great-deals .item {
        background: #fff;
        width: 45%;
        float: left;
        margin: 5px;
        min-height: 220px !important;
    }

    .more-great-deals img {
        width: 100%;
    }

    .more-great-deals .item .detail {
        padding: 5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .more-great-deals .item .detail .merchant {
        margin: 5px 0px 0px;
        font-size: 10px;
        min-height: 25px;
    }

    .more-great-deals .item .detail .title {
        font-size: 10px;
        color: #666;
        min-height: 55px;
    }

    .more-great-deals .item .d-price {
        font-size: 10px;
    }

    .deal-more-great-deals .item {
        background: #fff;
        width: 45%;
        float: left;
        margin: 5px;
        min-height: 225px !important;
    }

    .deal-more-great-deals img {
        width: 100%;
    }

    .deal-more-great-deals .item .detail {
        padding: 5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .deal-more-great-deals .item .detail .merchant {
        margin: 5px 0px 0px;
        font-size: 10px;
        min-height: 25px;
    }

    .deal-more-great-deals .item .detail .title {
        font-size: 10px;
        color: #666;
        min-height: 55px;
    }

    .deal-more-great-deals .item .d-price {
        font-size: 8px;
    }

    .user-reviews span.image {
        width: 80px !important;
        height: 80px !important;
    }

    .gallery span.image {
        width: 98px;
        height: 98px;
    }

    .back-btn {
        display: block;
    }

    .legend-count div{
        float: left;
        width: 60px;
        text-align: center;
        position: relative;
        margin-top: 35px;
    }

    .legend-count label {
        display: block;
        font-size: 12px;
    }

    .legend-count span.caption {
        display: block;
        font-size: 12px;
    }

    .account-review span.image {
        width: 80px !important;
        height: 80px !important;
    }

    .back-btn, .globe-icon, .category-icon {
        display: block;
    }

    .profilePhoto{
        display: block !important;
    }

    .prof-detail-mobile{
        display: block !important;
    }

    .prof-detail-desk{
        display: none !important;
    }
}

@media only screen and (min-width: 412px) and (max-width: 414px) {

    .app-logos img {
        width: 180px !important;
        margin-bottom: 10px;
    }

    .header .content .head {
        min-height: 65px !important;
        height: 65px !important;
    }

    #m-app-logos{
        display: block;
    }

    .user-reviews span.image {
        width: 97px !important;
        height: 97px !important;
    }

    .gallery span.image {
        width: 115px;
        height: 115px;
    }

    .back-btn {
        display: block;
    }

    .back-btn, .globe-icon, .category-icon {
        display: block;
    }

    .profilePhoto{
        display: block !important;
    }

    .prof-detail-mobile{
        display: block !important;
    }

    .prof-detail-desk{
        display: none !important;
    }
}

@media only screen and (min-width: 390px)  and (max-width: 390px) {

    .app-logos img {
        width: 180px !important;
        margin-bottom: 10px;
    }

    .header .content .head {
        min-height: 65px !important;
        height: 65px !important;
    }

    #m-app-logos{
        display: block;
    }

    .more-great-deals {
        margin: auto;
        margin-top: 5px;
    }

    .more-great-deals .item {
        background: #fff;
        width: 45%;
        float: left;
        margin: 5px;
        min-height: 230px !important;
    }

    .more-great-deals img {
        width: 100%;
    }

    .more-great-deals .item .detail {
        padding: 5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .more-great-deals .item .detail .merchant {
        margin: 5px 0px 0px;
        font-size: 10px;
        min-height: 25px;
    }

    .more-great-deals .item .detail .title {
        font-size: 10px;
        color: #666;
        min-height: 55px;
    }

    .more-great-deals .item .d-price {
        font-size: 10px;
    }

    .deal-more-great-deals .item {
        background: #fff;
        width: 45%;
        float: left;
        margin: 5px;
        min-height: 225px !important;
    }

    .deal-more-great-deals img {
        width: 100%;
    }

    .deal-more-great-deals .item .detail {
        padding: 5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .deal-more-great-deals .item .detail .merchant {
        margin: 5px 0px 0px;
        font-size: 10px;
        min-height: 25px;
    }

    .deal-more-great-deals .item .detail .title {
        font-size: 10px;
        color: #666;
        min-height: 55px;
    }

    .deal-more-great-deals .item .d-price {
        font-size: 8px;
    }

    .user-reviews span.image {
        width: 90px !important;
        height: 90px !important;
    }

    .gallery span.image {
        width: 108px;
        height: 108px;
    }

    .back-btn {
        display: block;
    }

    .back-btn, .globe-icon, .category-icon {
        display: block;
    }

    .profilePhoto{
        display: block !important;
    }

    .prof-detail-mobile{
        display: block !important;
    }

    .prof-detail-desk{
        display: none !important;
    }
}

@media only screen and (min-width: 430px)  and (max-width: 430px) {

    .more-great-deals {
        margin: auto;
        margin-top: 5px;
    }

    .more-great-deals .item {
        background: #fff;
        width: 45%;
        float: left;
        margin: 5px;
        min-height: 240px !important;
    }

    .more-great-deals img {
        width: 100%;
    }

    .more-great-deals .item .detail {
        padding: 5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .more-great-deals .item .detail .merchant {
        margin: 5px 0px 0px;
        font-size: 10px;
        min-height: 25px;
    }

    .more-great-deals .item .detail .title {
        font-size: 10px;
        color: #666;
        min-height: 55px;
    }

    .more-great-deals .item .d-price {
        font-size: 10px;
    }

    .deal-more-great-deals .item {
        background: #fff;
        width: 45%;
        float: left;
        margin: 5px;
        min-height: 225px !important;
    }

    .deal-more-great-deals img {
        width: 100%;
    }

    .deal-more-great-deals .item .detail {
        padding: 5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .deal-more-great-deals .item .detail .merchant {
        margin: 5px 0px 0px;
        font-size: 10px;
        min-height: 25px;
    }

    .deal-more-great-deals .item .detail .title {
        font-size: 10px;
        color: #666;
        min-height: 55px;
    }

    .deal-more-great-deals .item .d-price {
        font-size: 8px;
    }

    .user-reviews span.image {
        width: 100px !important;
        height: 100px !important;
    }

    .gallery span.image {
        width: 120px;
        height: 120px;
    }

    .back-btn {
        display: block;
    }

    .legend-count {
        width: 55%;
        float: left;
    }

    .legend-count div{
        float: left;
        width: 72px;
        text-align: center;
        position: relative;
        margin-top: 35px;
    }

    .legend-count label {
        display: block;
        font-size: 15px;
    }

    .legend-count span.caption {
        display: block;
        font-size: 15px;
    }

    .back-btn, .globe-icon, .category-icon {
        display: block;
    }

    .profilePhoto{
        display: block !important;
    }

    .prof-detail-mobile{
        display: block !important;
    }

    .prof-detail-desk{
        display: none !important;
    }
}

@media only screen and (max-width: 393px) {

    .user-reviews span.image {
        width: 88px;
        height: 88px;
    }

    .back-btn {
        display: block;
    }

    .back-btn, .globe-icon, .category-icon {
        display: block;
    }

    .profilePhoto{
        display: block !important;
    }

    .prof-detail-mobile{
        display: block !important;
    }

    .prof-detail-desk{
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    body {
        margin-top: 60px;
        margin-bottom: 60px;
        /*background: #eee;*/
    }

    .header {
        width: 100%;
        height: 65px;
        position: fixed;
        top: 0;
        z-index: 20;
        box-shadow: 0 1px 6px 0 rgb(32 33 36 / 10%);
    }

    .header .content {
        padding: 0px;
    }

    .header .content .head .logo {
        width: 200px;
        height: 65px;
        background-size: contain;
        background-position: 0px 11px;
        position: fixed;
        left: 10px;
    }

    .header .content .head .subscribe {
        display: none;
    }

    .header .content .head {
        min-height: 65px !important;
        height: 65px !important;
    }

    .nav{
        display: none;
    }

    .wrapper {
        width: 100%;
        padding-top: 0px;
    }

    #m-footer {
        display: block;
        /*padding: 15px 0px 0px 0px;*/
        background: #fff;
        position: fixed;
        bottom: 0px;
        width: 100%;
        border-top: 1px solid #ececec;
        min-height: 55px;
        z-index: 100;
    }

    #d-footer{
        display: none;
    }

    ul.m-nav {
        padding: 0;
        margin: auto;
    }

    .m-nav li {
        padding: 0;
        float: left;
        display: block;
        width: 20%;
    }

    .m-nav li a {
        display: block;
        text-align: center;
        width: 100%;
        height: 35px;
        font-size: 10px;
        padding-top: 35px;
        /*font-weight: bold;*/
    }

    /*.vouchers{
        background: url(https://img.stardeals.ph/images/vouchers.webp);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: top;
    }*/

    .my-account{
        /*background: url(https://img.stardeals.ph/images/account.webp);*/
        background-size: 25px !important;
        background-repeat: no-repeat !important;
        background-position: center 8px !important;
        height: 52px !important;
        position: relative !important;
        padding-top: 8px !important;
    }

    .home{
        background: url(https://img.stardeals.ph/images/home.webp);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center 8px;
    }

    .menu{
        background: url(https://img.stardeals.ph/images/more.webp);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center 8px;
    }

    .hoitworks{
        background: url(https://img.stardeals.ph/images/hoitworks.webp);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center 8px;
    }

    .videos{
        background: url(https://img.stardeals.ph/images/video-icon.webp);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center 8px;
    }

    .reviews-user-icon{
        background: url(https://img.stardeals.ph/images/reviews-users-icon.webp);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center 8px;
    }

    span.my-vouchers {
        display: block;
        position: relative;
        top: 8px;
    }

    #m-content{
        display: block;
        padding: 10px;
    }

    #m-created_at{
        display: block;
    }

    #d-content, #d-created_at{
        display: none;
    }

    .deal-item {
        width: 100%;
        min-height: 100px;
        background: #fff;
        position: relative;
    }

    .deal-item .deal-img {
        width: 100%;
        min-height: 225px;
    }

    .deal-item .details {
        padding: 10px 10px 0px 10px;
    }

    .deal-item.main-page{
        box-shadow: 1px 1px #666;
        border-radius: 10px;
    }

    span.title {
        display: block;
        font-size: 18px;
    }

    span.title-details {
        display: block;
        font-size: 18px;
        width: 100%;
    }

    .deal-container .box{
        background-color: #fff !important;
    }

    .deal-container .box .others {
        margin-top: 5px;
        display: block;
    }

    .deal-container .box .others .view-details {
        font-weight: 600;
        margin-top: 6px;
        width: 38%;
        font-size: 14px;
    }

    .deal-container .box .others .rating {
        width: 60%;
        float: right;
        font-size: 16px;
        margin-top: 4px !important;
        text-align: right;
    }

    .deal-item .details span.price {
        font-size: 55px;
        /*margin-right: 10px;*/
        text-align: center;
        margin-top: 0px !important;
    }

    .deal-item .details span.value {
        float: none;
        font-size: 16px;
        text-decoration: line-through;
    }

    .deal-item .details span.percentage {
        float: none;
        font-size: 16px;
        margin-left: 25px;
    }

    .deal-item .details .timerbox {
        margin-right: 0;
        position: relative;
        top: -10px;
        float: left;
    }

    .deal-item .details span.price label {
        font-size: 30px;
        position: relative;
        bottom: 18px;
    }

    .deal-item .details .buy-button img {
        width: 145px !important;
    }

    .deal-item .details .values-percentage span.price-percentage, .deal-item .details .values-percentage span.price-value, .deal-item .details .validity-details {
        font-size: 15px !important;
    }

    .deal-item .details .discount-details {
        text-align: right;
        margin-right: 4px;
        color: #858585;
        width: 100%;
        font-weight: 600;
        text-align: center;
    }

    .deal-item .details span.price img.buy_button {
        width: 100px;
        margin-left: 5px;
    }

    .Highlights {
        width: 100%;
        float: none;
    }

    .thefineprint {
        width: 100%;
        float: none;
        margin-top: 2rem;
    }

    .border-bot {
        margin-left: 15px;
        /*margin-right: 0;*/
    }

    .company-details{
        margin-left: 1.1rem;
    }

    .company-text {
        width: 90%;
        float: none;
        margin: auto;
    }

    .locationmap {
        width: 87%;
    }

    .col-main{
        width: 100%;
        border-radius: unset;
        box-shadow: none;
    }

    .col-left{
        display: none;
    }

    .buy-btn, .soldout-btn{
        display: none;
    }

    .deal-details {
        padding: 0 !important;
    }

    .deal-details .deal-item {
        background: #eee;
        border: none;
        position: relative;
    }

    .maps-container{
        width: 95%;
        top: 8%;
        height: 80%;
    }

    .review-comment-container{
        width: 92%;
        top: 8%;
        height: auto;
        padding: 20px 5px 20px 5px;
    }

    iframe.iframe-map {
        width: 100%;
        height: 100%;
    }

    .hide-header-bar{
        height: 65px !important;
    }

    .col-full{
        width: 100%;
        border-radius: unset;
        box-shadow: none;
        margin: 0;
    }

    .payment-page{
        padding: 0;
    }

    #emblem-save{
        display: none;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table td {
        display: block;
        text-align: left;
        margin-bottom: 10px;
        padding-left: 0px !important;
        width: 100%;
    }

    table tr {
        display: block;
        margin-bottom: 10px;
    }

    .alreadyacc_inner {
        height: 130px;
    }

    .logintext{
        display: block;
        text-align: left;
    }

    .logintextbox{
        width: 95% !important;
    }

    .sellertext{
        display: block;
        text-align: left;
    }

    .sellertextbox{
        width: 95% !important;
    }

    .sellertextarea {
        width: 95% !important;
    }

    select#LOC_new {
        width: 100%;
        padding: 5px;
    }

    table.reg-form td {
        width: 94%;
        padding: 10px 10px 0px 10px !important;
    }

    table.payment-method {
        width: 94%;
    }

    td.new-account {
        /*height: 300px !important;*/
    }

    td.payment-method {
        padding: 10px !important;
        /*height: 395px !important;*/
    }

    #frm-login .textbox, #frm-forgot .textbox, #frm-login .textbox, #frm-change-password .textbox,, #frm-reset-code .textbox, {
        width: 92%;
    }

    #frm-login table, #frm-forgot table, #frm-change-password table, #frm-reset-code table{
        width: 100% !important;
    }

    #frm-login td, #frm-forgot td, #frm-change-password td, #frm-reset-code td {
        width: 100%;
    }

    .payment-method tbody td {
        padding-top: 5px !important;
        padding-left: 5px !important;
        width: 100% !important;
    }

    td.OrderTitle_3.quantity {
        display: inline;
    }

    select#qunatityd {
        padding: 5px;
        height: 30px;
        font-size: 18px;
        width: 60px !important;
    }

    td.OrderTitle_3.exspacer {
        display: inline;
        font-size: 22px !important;
        margin-left: 10px;
        position: relative;
        top: 2px;
    }

    td#price-container {
        display: inline;
        font-size: 22px !important;
        margin-left: 10px;
        position: relative;
        top: 4px;
    }

    td.OrderTitle_3.equal {
        display: none;
    }

    td.subtotal {
        display: none;
    }

    td.totalamounthead {
        display: inline;
    }

    .yourorder_head {
        padding-left: 0px !important;
    }

    .cms {
        padding: 5px 5px 0px 24px !important;
        text-align: justify;
    }

    .deal-vouchers{
        margin-bottom: 12px !important;
        padding: 5px 5px 0px 5px !important;
    }

    .deal-vouchers .photo img{
        width: 100%;
    }

    .deal-vouchers .details {
        width: 100%;
    }

    .deal-vouchers .details td {
        width: 100%;
    }

    .payment-pending a {
        width: 92%;
        margin: auto;
    }

    .voucher-list tr {
        border-bottom: 1px solid #ccc;
    }

    .account-item .logintextbox {
        width: 100% !important;
    }

    .signin {
        width: 100% !important;
        padding: 0px !important;
        margin-left: 0px !important;
    }

    .whiteboxinner-mid {
        padding: 10px 10px 2px 25px !important;
    }

    .signup {
        padding: 15px;
    }

    div#err-message-reg {
        margin: 0;
    }

    .login-section {
        padding: 15px;
    }

    .leftboxborder {
        width: 0px;
    }

    input.btn-register {
        float: right;
        margin-right: 1%;
    }

    .wrapper .container{
        border: none;
    }

    .graybox-top {
        height: 15px;
    }

    /*.purchase-bottom-button-container {
        position: fixed;
        width: 100%;
        bottom: 64px;
        left: 0;
    }*/

    .payment-page span.title {
        width: 100% !important;
    }

    .SignUpField input {
        width: 96%;
    }

    .lgnbtn {
        float: left !important;
    }

    .deal-page .deal-item .details span.price img.buy_button {
        width: 105px;
        margin-left: 5px;
    }

    .wrapper .vouchers, .wrapper .my-data{
        padding: 15px 10px 40px 10px;
    }

    .voucher-print {
        width: 100% !important;
        padding: 0px;
        border: none;
    }
    

    .voucher-details {
        padding: 10px;
    }

    .menu-nav {
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        left: 0;
        padding: 50px 0px 0px 0px;
        z-index: 20;
    }

    .cat-nav {
        top: 65px !important;
        height: auto  !important;
        padding: 0px 0px 0px 0px !important;
    }

    .menu-nav ul {
        padding: 0;
        margin: 0;
    }

    .menu-nav ul li {
        display: block;
    }

    .menu-nav ul li a {
        padding: 15px 0px 15px 20px;
        display: block;
        font-size: 18px;
        border-bottom: 1px dotted #eee;
    }

    .cat-container ul {
        padding: 0;
        margin: 0;
    }

    .cat-container ul li {
        display: block;
    }

    .cat-container ul li a {
        padding: 15px 0px 15px 20px;
        display: block;
        font-size: 18px;
        border-bottom: 1px dotted #eee;
    }

    .payment-result .content {
        margin-top: 0px;
        width: 98%;
        left: 0px !important;
    }

    .payment-result td {
        width: 100% !important;
        padding: 0px !important;
    }

    .payment-result td img {
        width: 100%;
        padding: 0px !important;
    }

    span.title a {
        color: #fff;
    }

    .dealtitle-top {
        display: none;
    }

    .dealtitle-bot {
        display: none;
    }

    .deal-container .box .deal-title {
        /*float: right;*/ 
        width: 105%;
        position: relative;
        right: 0px;
        overflow: hidden;
    }

    .dealtitle-mid{
        width: 100%;
    }

    .dealtitle-bot-edge{
        padding-left: 0px;
        width: 100%;
    }

    .payment-result-pending {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .price-values {
        float: left;
        width: 65%;
    }

    .view-details {
        float: left;
        width: 65%;
        font-size: 15px;
    }

    .view-details a {
        color: #858585;
    }

    .validity-details {
        float: left;
        font-size: 14px;
        text-align: right;
        margin-right: 4px;
        color: #858585;
        font-weight: 600;
        text-align: center;
        margin-top: 2px;
    }

    .values-percentage {
        width: 98px;
        margin-top: 2px;
    }

    .deal-page .values-percentage {
        width: 98px;
        margin-top: 2px;
    }

    .values-percentage span.price-percentage {
        display: block;
        width: 50px;
        text-align: center;
        font-size: 15px;
        background: red;
        color: #fff;
        float: left;
    }

    .values-percentage span.price-value {
        text-decoration: line-through;
        color: #999;
        font-weight: bold;
        font-size: 15px;
        display: block;
        float: right;
    }

    a.s-logo {
        width: 362px !important;
    }


    .account-item table td {
        width: 100%;
        font-size: 15px;
    }

    .titlemid-bg {
        background: #ef8920 url(https://img.stardeals.ph/images/titlemid-bg.webp) repeat-x left bottom;
        padding: 4px 10px 0px 10px;
        font-size: 25px;
        font-weight: bold;
        color: #ffffff;
    }

    .err-message {
        border: 1px solid #ed6464;
        padding: 10px;
        margin: 10px 0px !important; 
        background: #ff9c9c;
        color: #fff;
        font-weight: bold;
    }

    .success-message {
        border: 1px solid #0baf3d;
        padding: 10px;
        margin: 10px 0px; 
        background: #1bd153;
        color: #201e1e;
        font-weight: bold;
    }

    .whiteboxinner-mid .heading {
        padding: 0px !important;
    }

    .social-logins {
        width: 100% !important;
        margin: auto;
    }

    span.facebook {
        display: block;
        background: #3b5998;
        padding: 5px;
        color: #fff;
        width: 90%;
        text-align: center;
        float: left;
        margin: 10px 10px 0px;
        cursor: pointer;
    }

    .google-btn {
        width: 100%;
    }

    .google-btn .btn-text {
        margin: 11px 90px 0 0;
    }

    .applesignin-btn {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .applesignin-btn .btn-text {
        margin: 11px 100px 0 0;
    }

    .facebook-btn {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .facebook-btn .btn-text {
        margin: 11px 85px 0 0;
    }

    .yahoo-btn {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .yahoo-btn .btn-text {
        margin: 11px 85px 0 0;
    }

    .signin hr {
        border: 1px solid #ccc;
        width: 105%;
        position: relative;
        right: 8px;
    }

    .social-signin {
        width: 90% !important;
        height: 130px !important;
        padding: 0px !important;
    }

    hr.payment {
        width: 100% !important;
    }

    .payment-err-msg {
        padding: 0px 20px 0px 20px !important;
    }

    .voucher-codes ul li a {
        width: 88%;
    }

    .your-order{
        display: none;
    }

    span.dragonpay-logo {
        left: 22px;
        top: 5px;
        position: relative;
    }

    td.payment-box {
        padding: 10px 10px 0px 30px !important;
    }

    input[name="paymenttype"] {
        transform: scale(1.5);
    }

    .purchase-bottom-button-container {
        margin-top: 5px;
    }

    /*.company-details img {
        width: 100%;
    }*/

    label.qty-m-label {
        font-size: 20px;
        display: inline;
    }

    .totalamount-separator {
        display: none;
    }

    .c-order-details {
        padding: 0px 10px 0px 10px !important;
    }

    .checkout-note {
        padding: 10px 0px 10px !important;
    }

    .order_createaccount {
        padding: 0px 0px 0px 0px !important;
    }

    label.lbl-caption {
        padding: 0px 0px;
    }

    .login-btn {
        width: 100%;
    }

    .register-btn {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }

    .btn-review a {
        width: 83%;
    }

    .more-vouchers .btn-buy-more a{
        width: 83%;
    }

    .col-left.cont-avatar {
        display: block !important;
        margin-bottom: 35px;
        width: 100%;
    }

    .col-main.cont-avatar {
        width: 95%;
    }

    .avatar span.avatar-image {
        width: 150px;
        height: 150px;
    }

    .option_name_mobile{
        display: block;
    }

    .merchant_details_mobile{
        display: block;
    }

    .option_name_desktop{
        display: none;
    }

    .merchant_details_desktop{
        display: none !important;
    }

    .location_name_mobile{
        display: block;
    }

    .location_name_desktop{
        display: none;
    }

    .booking_date_mobile{
        display: block;
    }

    .booking_date_desktop{
        display: none;
    }

    .apple-signin {
        width: 100% !important;
    }

    .apple-btn {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .social-container {
        height: 210px;
    }

    .apple-login {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .social-container.median-override {
        height: 135px !important;
    }

    .social-container.extend-h {
        height: 275px !important;
    }

    .social-container.extend-median-h {
        height: 210px !important;
    }

    .deal_type-container {
        width: 90%;
        top: 5% !important;
        max-height: 600px;
        overflow: auto;
    }

    .booking-date-container {
        width: 90%;
        top: 5% !important;
        max-height: 700px;
        overflow: auto;
    }

    .deal-video-container {
        width: 80%;
        top: 8% !important;
        max-height: 700px;
        overflow: auto;
    }

    .deal-video-container .content{
        position: relative !important;
        left: 0 !important;
    }

    .deal-video-container .content video {
        margin: auto;
        width: 100% !important;
        height: 100% !important;
    }

    .howitworks-video-container {
        width: 80%;
        top: 8% !important;
        max-height: 700px;
        overflow: auto;
    }

    .howitworks-video-container .content{
        position: relative !important;
        left: 0 !important;
    }

    .howitworks-video-container .content video {
        margin: auto;
        width: 85% !important;
        height: 100% !important;
    }

    span.d-price {
        display: none;
    }

    span.d-amount {
        display: none;
    }

    ul.choose-option table td {
        display: table-cell;
    }

    ul.choose-location table td {
        display: table-cell;
    }

    ul.choose-deal table td {
        display: table-cell;
    }

    .header .content .head .search-icon, .header .content .head .search-user-icon {
        background: url(https://img.stardeals.ph/images/search-icon2.webp);
        display: block;
        width: 45px;
        height: 45px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: fixed;
        top: 12px;
        right: 5px;
    }

    .header .content .head .question {
        background: url(https://img.stardeals.ph/images/question.webp);
        display: block;
        width: 45px;
        height: 45px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: fixed;
        top: 12px;
        right: 45px;
    }

    .search-field {
        top: 12px;
        left: 5%;
        position: fixed;
        margin: auto;
        background: none;
        width: 85%;
        display: none;
    }

    .search-field input{
        height: 20px;
        width: 100%;
        padding: 10px;
        font-size: 18px;
    }

    .search-field input[type="submit"]{
        display: none;
    }

    .more-great-deals {
        margin: auto;
        margin-top: 5px;
    }

    .more-great-deals .item {
        background: #fff;
        width: 45%;
        float: left;
        margin: 5px;
        min-height: 235px;
    }

    .more-great-deals img {
        width: 100%;
    }

    .more-great-deals .item .detail {
        padding: 5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .more-great-deals .item .detail .merchant {
        margin: 5px 0px 0px;
        font-size: 10px;
        min-height: 25px;
    }

    .more-great-deals .item .detail .title {
        font-size: 10px;
        color: #666;
        min-height: 55px;
    }

    .more-great-deals .item .d-price {
        font-size: 10px;
        font-weight: bold;
    }

    .more-great-deals .clear-line {
       clear: both;
    }

    .deal-more-great-deals .clear-line {
       clear: both;
    }

    .deal-more-great-deals .clear-line-desktop {
       clear: none;
    }

    .deal-more-great-deals .item {
        background: #fff;
        width: 45%;
        float: left;
        margin: 5px;
        min-height: 225px !important;
    }

    .deal-more-great-deals img {
        width: 100%;
    }

    .deal-more-great-deals .item .detail {
        padding: 5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .deal-more-great-deals .item .detail .merchant {
        margin: 5px 0px 0px;
        font-size: 10px;
        min-height: 25px;
    }

    .deal-more-great-deals .item .detail .title {
        font-size: 10px;
        color: #666;
        min-height: 55px;
    }

    .deal-more-great-deals .item .d-price {
        font-size: 10px;
    }

    .comment-item .pixx {
        float: left;
        width: 12%;
    }

    .comment-replies .comment-item .pixx {
        width: 10%;
    }

    .comment-item .content {
        float: left;
        width: 82%;
    }

    .back-btn {
        display: block;
    }

    .user-reviews-profile {
        margin-left: 5px;
        position: relative;
        float: left;
        width: 95%;
    }

    .profile-detail .follow-profile {
       font-size: 12px;
        color: #999;
        position: relative;
        bottom: 1px;
        font-weight: bold;
        display: block;
        margin-top: 10px;
        padding: 3px 10px;
        width: 70px;
        text-align: center;
        color: #fff;
        border: 1px solid #0d3581;
        background: #004cdd;
    }

    .profile-detail .following {
        border: 1px solid #ccc !important;
        color: #999  !important;
        background: #fff  !important;
    }

    .user-reviews-profile span.avatar-image {
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border: 1px solid #ccc;
        cursor: pointer;
        background-position: center !important;
    }

    .profile-detail label.author{
        font-size: 15px;
        font-weight: bold;
        margin-top: 5px;
    }

    .profile-detail .level-badges-account {
        height: 15px;
        margin: auto;
    }

    .legend-count{
        width: 55%;
        float: left;
    }
    .legend-count div{
        float: left;
        width: 33%;
        text-align: center;
        position: relative;
        margin-top: 35px;
    }

    .legend-count label {
        display: block;
        font-size: 14px;
    }

    .legend-count span.caption {
        display: block;
        font-size: 14px;
    }

    .account-review span.image {
        width: 85px;
        height: 85px;
    }

    .account-content .more-great-deals .item {
        width: 45% !important;
    }

    .review-items .deal-image {
        float: none !important;
        margin-bottom: 10px;
    }

    .review-items .deal-image img {
        width: 100% !important;
        height: initial;
        margin-right: 0px;
    }

    .wrapper .content {
        position: relative;
        left: 7px;
    }

    span.greeting {
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 5px;
    }

    td.spacer {
        display: none;
    }

    .tabs ul li {
        width: 50px;
    }

    span.lbl-tab {
        font-size: 8px;
    }

    .tabs ul li a{
        font-size: 10px;
    }

    .voucher-codes ul li .used-on {
        float: left;
        padding: 5px 10px 5px 10px;
        margin: 5px;
        font-size: 15px;
        font-weight: bolder;
        display: block;
        background: #ccc;
        border: 1px solid #a9a7a7;
        color: #666;
        width: 255px;
        text-align: center;
    }

    .voucher-codes ul li span.v-codes {
        width: 90% !important;
    }

    .voucher-codes ul li .view-qr {
        width: 90% !important;
    }

    .voucher-codes ul li .used-on {
        width: 90% !important;
    }

    .back-btn, .globe-icon, .category-icon {
        display: block;
    }

    .rating {
        padding: 0px;
        background: #eee;
        width: 180px;
        position: relative;
        right: 0px;
        float: none;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        box-shadow: none;
        top: 0;
        text-align: center;
        margin-top: 0px !important;
    }

    .play-icon{
        background: url(https://img.stardeals.ph/images/play-icon.webp);
        display: block;
        width: 80px;
        height: 80px;
        background-position: center;
        position: absolute;
        left: 40%;
        background-size: contain;
        background-repeat: no-repeat;
        top: 34%;
        z-index: 10;
    }

    .security-logo {
        height: 40px;
        position: absolute;
        top: -8px;
        margin-left: 10px;
    }

    .security-logo-newuser {
        height: 36px;
        position: absolute;
        top: -8px;
        margin-left: 10px;
    }

    .thankyoupage .deal-more-great-deals .item {
        width: 45% !important;
    }

    .profilePhoto{
        display: block !important;
    }

    .prof-detail-mobile{
        display: block !important;
    }

    .prof-detail-desk{
        display: none !important;
    }

    .howitworksvide img {
        width: 55%;
        margin: auto;
        padding-top: 20px;
    }

    .howitworks {
        padding: 5px 5px 0px 24px !important;
        text-align: justify;
    }

    .hiw-play-icon{
        background: url(https://img.stardeals.ph/images/play-icon.webp);
        display: block;
        width: 100px;
        height: 100px;
        background-position: center;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 10;
        margin: auto;
        top: 39%;
        left: 36%;
    }

    .snow-white-top-container{
        position: relative;
        width: 100%;
        margin: auto;
        height: 127px;
        background: url(https://img.stardeals.ph/images/footer-extending-top.webp) repeat-x;
        background-size: contain;
    }

    .snow-white-top{
        width: 100% !important;
        margin: auto;
        background: url(https://img.stardeals.ph/images/final-footer-revised.webp) no-repeat;
        height: 200px;
        background-size: contain;
    }

    .snow-white-bottom{
        width: 100% !important;
    }

    .footer-spacer{
        padding-top: 30px;
        display: none !important;
    }

    .user-credits{
        padding: 0px !important;
    }

    .user-credits table td {
        display: inline !important;
    }

    .ForgetPassword {
        margin-top: 0px !important;
    }

    .menu-icons {
        width: 100%;
        min-height: 100px;
        background: #fff;
        border: 1px solid #ccc;
        position: relative;
        border-radius: 10px !important;
    }

    .deal-menu-icons {
        width: 100%;
        min-height: 100px;
        background: #fff;
        border-radius: 10px;
        border: none !important;
        position: relative;
        margin-bottom:0px;
    /*    box-shadow: 1px 1px #666;*/
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr); /* Always 5 columns */
      gap: 10px;
      background: #fff;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      margin: auto;
      overflow-x: auto;
      max-width: 1000px;
        border-radius: 10px !important;
    }

    .deal-services-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr); /* Always 5 columns */
      gap: 10px;
      background: #fff;
      padding: 20px 20px 15px 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      margin: auto;
      overflow-x: auto;
      max-width: 1000px;
    }

    .service-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      font-size: 12px;
      min-width: 0;
    }

    .service-item img {
      width: 40px;
      height: 40px;
      margin-bottom: 0px;
    }

    .service-item div{
        font-size: 10px;
        position: relative;
        top: -2px;
    }

    span.logo.inner-page {
        left: 50px !important;
    }





    .deal-price-details {
        padding: 0px 10px 0px 10px;
    }

    .buy-button {
        float: right;
        margin-top: 2px;
    }

    .deal-price-details .row1{
        margin-top: 5px;
    }

    .deal-price-details .row1 .validity-details{
        float: right !important;
    }

    .deal-price-details .row2 {
        margin-top: 5px;
    }

    .deal-price-details .row3 {
        margin-top: 5px;
    }

    .deal-price-details .row3 .view-details {
        font-weight: 600;
        margin-top: 6px;
        width: 38%;
        font-size: 14px;
    }

    .deal-price-details .row3 .rating {
        width: 60%;
        float: right;
        font-size: 16px;
        margin-top: 4px !important;
        text-align: right;
    }

    .deal-price-details .row3 .rating span.rating-value{
        margin-left: 0px;
    }

    .deal-price-details .row3 .rating.dealpage{
        width: auto !important;
    }


    .deal-container .box {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .desktop-deal{
        display: none;
    }

    .mobile-deal{
        display: block;
    }

    .deal-container .box .deal-ratings{
        display: none;
    }


}

@media only screen and (max-width: 820px) {
    .header {
        width: 1010px;
    }

    .header .content .head {
        width: 990px;
    }

    .header .content {
        width: 972px;
    }

    .nav {
        width: 990px;
    }

    .footer {
        width: 1010px;
    }
}

@media only screen and (max-width: 912px) {
    .header {
        width: 1010px;
    }

    .header .content .head {
        width: 990px;
    }

    .header .content {
        width: 972px;
    }

    .nav {
        width: 990px;
    }

    .footer {
        width: 1010px;
    }

    .tabs ul li a {
        font-size: 12px;
    }

    .leave-review a {
        display: block;
        padding: 10px;
        background: #85a617;
        color: #fff;
        width: 93%;
        text-align: center;
    }

    .review-content img {
        height: 80px !important;
    }

    .highlightsbox {
        padding: 0px 0px 0px 20px;
    }

    #d-app-logos{
        display: none;
    }

    #m-app-logos{
        display: block;
    }

    .app-logos {
        position: relative;
        text-align: center;
        top: 15px;
    }

    .app-logos img {
        width: 180px;
        margin-bottom: 10px;
    }

    .app-logos img {
        width: 160px !important;
        margin-bottom: 10px;
    }

    span.d-origprice {
        display: none;
    }

    span.m-origprice {
        display: block;
        text-decoration: line-through;
        text-align: center;
    }

    span.m-amount {
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .deallists {
        padding: 10px;
    }

}

