﻿* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@font-face {
    font-family: 'HelveticaNeue Light';
    src: url('fonts/HelveticaNeue Light.ttf') format('truetype');
}
@font-face {
    font-family: 'SukhumvitSet-Medium';
    src: url('fonts/SukhumvitSet-Medium.ttf') format('truetype');
}
body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    background-color: #E4E4E4;
    background-image: linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #A7A7A7), color-stop(0.51, #E4E4E4) );
    background-attachment: fixed;
    /*font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;*/
    font-size: 12px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #32383d;
    /*font-family: 'RobotoRegular', 'Droid Sans', 'Segoe UI', Segoe, 'San Francisco', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;*/
    font-size: 12px;
    font-family: 'SukhumvitSet-Medium' !important;
    /*text-transform:uppercase;*/
}

.app {
    background: url(../images/cordova.png) no-repeat center top; 
    position: absolute;             
    left: 50%;
    top: 50%;
    height: 50px;                  
    width: 225px;                   
    text-align: center;
    padding: 180px 0px 0px 0px;     
    margin: -115px 0px 0px -112px;
}

@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {   /*จากขนาดหน้าจอ 400px ขึ้นไป*/
  .app {
    background-position:left center;
    padding:75px 0px 75px 170px;
    margin:-90px 0px 0px -198px;
  }
}
@media (min-width:768px) {    /*จากขนาดหน้าจอ 768px ขึ้นไป*/
  .row {
      flex-direction: row;
      vertical-align:middle;
  }
  .ShopTitle {
    height:80px;
  }
}
@media (max-width:768px) {     /*จากขนาดหน้าจอยังไม่เกิน 768px*/
  .ShopTitle {
    width:100%;
  }
  .scrolling-wrapper .card {
    width:50%;
  }
  .scrolling-wrapper .card .title {
    font-size:10px;
  }
  .indexPageTitle {
    text-align:left !important;
  }
  .indexPageTitle h3 {
    margin-top: 30px !important;
    margin-bottom: 0px;
  }
  .ShopBannerTitleHeader {
    font-size:20px !important;       /*กำหนดที่ class ไว้แต่ให้ความสำคัญกับที่นี่เป็นหลัก*/
  }
  .ImageICon {
    width:20px !important;
  }
}

h1 {
    font-size:24px;
    font-weight:700;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}


form {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.error-msg {
    text-align: center;
    margin-top: 50%;
    font-weight: bold;
    color: red;
    font-size: 14px !important;
}

.require {
    border-color:red !important;
}

/*.ui-bar-inherit.ui-header.header {
    background-color: #ea3e3a;
    border-color: rgba(0, 0, 0, 0.15);
    color: #fff;
    text-shadow: 0 1px 0 #005599;
}*/

.preload{
    width:90%;
    margin:0 auto;
    text-align:center; 
    position:fixed;
    display:none;
    z-index: 999;
}

.not-active {
   pointer-events: none;
   cursor: default;
   color:rgba(0, 0, 0, 0.15) !important;
}

.hideContent
{
	display:none;
}

.pageErrorMsg
{
	margin-right:30px !important;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    opacity: 0.5;
}

.back-to-top:hover{
    opacity:1;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


.welcome-page {
    background: no-repeat center center fixed;
    background-image: url('../images/CPNwelcomepage.png');
    background-size: cover;
}

.login-page {
    background: no-repeat center center fixed;
    background-image: url('../images/BG-Login.png');
    background-size: cover;
    background-color: #f9f9f9 !important;
}

body, input, select, textarea, button, .ui-btn {
    font-family: 'SukhumvitSet' !important;
    font-weight: normal !important;
}

#login-welcome {
    color: #c4331a;
    font-weight: bold;
    font-size:1.8em !important;
    background-color: transparent;
    text-shadow: 0 1px 0 #1b1818;
}

.custom-btn {
    margin: 0 auto !important;
    width:100%;
    top:50%;
    position:absolute;
    text-align:center;
}

.custom-btn a {
    text-decoration: none;
}

.custom-register {
    position: absolute;
    width: 100%;
    height:50%;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto !important;
}

    .custom-register .login-form {
        margin: 5% 10%;
        /*background-color: rgba(249, 249, 249, 0.5);*/
        border-radius: 5px;
        text-align: center;
    }

        .custom-register .login-form label {
            font-weight: bold;
        }



.register-page-aftersale {
    background: no-repeat center center fixed;
    background-image: url('../images/BG-AfterSale.png');
    background-size: cover;
    background-color: #f9f9f9 !important;
}

.login-page-aftersale {
    background: no-repeat center center fixed;
    background-image: url('../images/BG-Login-Aftersale.png');
    background-size: cover;
    background-color: #f9f9f9 !important;
}

.custom-login {
    position: absolute;
    width: 100%;
    height:50%;
    left: 0;
    right: 0;
    top: 40%;
    margin: 0 auto !important;
}

    .custom-login .login-form {
        margin: 5% 10%;
        border-radius: 5px;
        text-align: center;
    }

        .custom-login .login-form label {
            font-size: 30px;
            font-weight: bold;
            color: #c4331a;
        }
        
.loyalty-text {
   margin: 0 auto !important;
    width: 100%;
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /* top: 30%; */
    /* position: absolute; */
    text-align: center;
    background-color: #e02755;
    border-radius: 5px;
    padding: 15px;
}

.loyalty-text label {
    /*padding: 25px 80px;
    background-color:#e02755;
    border-radius:5px;*/
    color:#fff;
}

#loyalty-point {
    font-size:20px;
    font-weight:bold;
}

.redeem-point li a img {
    width:100%;
    height:100%;
    padding:5px;
}

.ui-content {
    margin-top:30px;
}

.ui-content .ui-grid-b img {
    width: 100%;
    height: auto;
    /*padding: 1px;
    background-color: #333333;
    border-radius: 12px;*/
}

.ui-grid-b div {
    padding:3px;
}

.ui-header {
    background-color:#8dc63e !important;
    color:white !important;
    border-bottom: solid 1px #9c9898 !important;
}
.ui-footer {
    background-color:#8dc63e !important;
    color:white !important;
}
.ui-header .ui-title, .ui-footer .ui-title {
    font-size: 15px !important;
    padding: .5em 0 !important;
}

.wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 5px 0;
}

.previewImg {
    width:100%;
    vertical-align:top;
}

.previewImg img {
    width: 100%;
    max-height: 300px;
    cursor: pointer;
    border:2px solid;
}

.ui-footer .wrapper {
    width: 100%;
    position: relative !important;
    display: inline-block !important;
}

.ui-footer .previewImg {
    width: 30% !important;
    margin: 0;
    vertical-align: top;
}

.ui-footer .previewImg img {
        width: 100%;
        height: 100px;
        cursor: pointer;
        border: 1px solid black;
}
.footer ul li a img {
    padding: 5px 0;
    width: 20px;
    height: 30px;
}

.footer ul li a {
    border: none !important;
    max-height: 100%;
    height: 40px;
    background-color:#231F20 !important;
}


span.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    margin: 7px 7px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    text-align: center;
    font-size: 28px;
    line-height: 10px;
}

a.close {
    top: 0;
    right: 0;
    position: absolute;
    margin: 0;
}


.chat-status {
    /*border-radius: 50%;
    width: 36px;
    padding: 2px 5px;
    background: #fff;
    border: 2px solid red;
    color: red;
    text-align: center;
    float:right;*/

    background-color: #fff;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    position: absolute;
    font-size: 13.5px;
    font-weight: 700;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    padding: 0 .48em;
    line-height: 1.6em;
    min-height: 1.6em;
    min-width: .64em;
    right: 3.5em;
    top: 50%;
    margin-top: -.88em;
    border-radius:4px;
}

.chat-new {
    color: red;
    right: 4.5em;
    /*background-color: #fff;
    border-color: red;
    color: red;
    text-shadow: 0 1px 0 #f3f3f3;
    position: absolute;
    font-size: 13.5px;
    font-weight: 700;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    padding: 0 .48em;
    line-height: 1.6em;
    min-height: 1.6em;
    min-width: .64em;
    left: 0;
    top: 50%;
    margin-top: -.88em;
    border-radius:4px;*/
}

.MsgDetails {
    /*position: absolute;*/
    width: 100%;
    left: 0;
    right: 0;
}


.message .username {
    font-weight:bold;
    font-size:21px;
}

.message .msg-text {
    font-size:20px;
}

.message p {
    float:right;
    font-size:14px;
}

.incomingMsg {
    padding: 10px;
    background-color: #f0ffff;
    border-radius: 5px;
    margin: 5px 0;
}

.sendMsg {
    padding: 10px;
    background-color:#e9967a;
    border-radius: 5px;
    margin: 5px 0;
}


.cs-status {
    text-shadow: 0 1px 0 #f3f3f3;
    position: absolute;
    font-size: 12.5px;
    font-weight: 700;
    text-align: right;
    line-height: 1.6em;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
}

    .cs-status img,.cs-New img {
        height: 100%;
        padding: 5px;
    }

        .cs-status span {
            margin-right: 5px;
            background-color: #fff;
            border-color: #ddd;
            color: #333;
            text-shadow: 0 1px 0 #f3f3f3;
            border-radius: 4px;
            font-weight: 700;
            font-size: 14px;
            text-align: center;
            border-width: 1px;
            border-style: solid;
            padding: 0 .48em;
        }


.cs-New {
    text-shadow: 0 1px 0 #f3f3f3;
    position: absolute;
    font-size: 12.5px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6em;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 4px;
}


.txtStatus {
    display: block;
    position: relative;
}

    .txtStatus span {
        color: #c4331a;
    }

    .txtStatus img {
        height: 100%;
        right: 0;
        position: absolute;
    }

.txtDetails {
    display: block;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#csDetails div.ui-collapsible-content {
    background-color:#f6f6f6;
}

.cs-table {
    font-size:16px;
}

    .cs-table thead {
        background-color: #ce2538;
        color: #ffffff;
        font-size:18px;
    }

    .cs-table thead tr th {
        text-align:center;
    }

.cs-table tbody {
    background-color:#f3f3f3;
}
.cs-table tbody tr:hover {
    background-color:#dedada;
    cursor:pointer;
}

.cs-table tbody tr td {
    text-align:center;
}

.cs-table tfoot {
    background-color:#ffffff;
}

.cs-table tfoot tr th {
    text-align:center;
}

.cs-table tfoot tr th a {
    text-decoration:none;
}

.cs-table tfoot tr th a img {
    width:20px;
}

.disabled {
    pointer-events:none;
    opacity:0.6;
}


.cs-login {
    margin: 0 auto !important;
    width:70%;
    left:0;
    bottom:0;
    right:0;
    top:20%;
    position:absolute;
}


#login-rmb {
    background-color: transparent;
    color: black;
    border: none;
    font-size:13px;
}

.AdvSlide img {
    width:100%;
    height:35vh;
}

.ui-content .headMenu {
    display: block;
    margin: 15px 0 0 0;
    font-weight: bold;
    padding: 0 15px;
}

/*Slide show*/
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 3px;
    width: 15px;
    margin: 5px 0;
    display: inline-block;
    transition: background-color 0.6s ease;
    background-image: url('../images/dot.png');
    background-size: cover;
}

div .active {
    background-image: url('../images/dot-active.png') !important;
}

/*.active, .dot:hover {
  background-color: #bf2635;
}*/

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1s;
}


/*Input form control*/
.formRow {
  position: relative;
  width: 100%;
}

.formRow--item {
  display: block;
  width: 100%;
  margin: 10px 0 !important;
}

.formRow--input {
  position: relative;
  padding: 10px 10px 5px 10px !important;
  width: 100%;
  outline: none;
  border: solid 1px #737373 !important;
  border-radius: 4px;
  color: #2c3235;
  letter-spacing: .2px;
  font-weight: 700;
  font-size: 15px !important;
  resize: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.formRow--input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.formRow--input-wrapper.active .placeholder {
  top: -5px;
  background-color: #ffffff;
  color: #e0172e;
  text-transform: uppercase;
  letter-spacing: .8px;
  line-height: 18px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  font-weight:bold;
}

.formRow .placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  padding: 0 10px;
  color: #95989a;
  white-space: nowrap;
  letter-spacing: .2px;
  font-weight: normal;
  -webkit-transition: all, .2s;
  transition: all, .2s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.left-icon {
    padding: .7em 1em;
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    font-size:12.5px;
    margin:0;

}

.right-icon {
    padding: .7em 1em;
    right:0;
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    top: .24em;
    font-size:12.5px;
    margin:0;

}




/*News and Update*/
.popup-modal {
    position: fixed !important;
    text-align: center !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 80% !important;
}

div.NewsUpdate ul li a label {
    color:#c4331a;
    font-size:24px;
    font-weight:700;
}

.ul-News {
    width:100%;
    margin:0 auto !important;
}

    .ul-News div {
        font-size: 16px;
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .ul-News p {
        text-align:right;font-size:14px;
    }

.ul-delete {
    border-left: solid 1px #d0d2d3 !important;
}

.ListNews {
    margin:20px 10px;
    border:solid 1px #e8e8e8;
    border-radius:5px;
    background-color:white;
    box-shadow: 0 5px 5px -5px #c3c3c3;
}

    .ListNews .NewsHead {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        background: no-repeat center center;
        background-image: url('../images/HeaderBar.png');
        background-size: cover;
        padding: 10px;
        letter-spacing: .8px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .ListNews .NewsText a {
        font-size: 12px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 10px;
        text-decoration: none;
    }

    .ListNews .NewsDate {
        margin: 20px 10px 10px 10px;
        font-size: 10px !important;
    }

    .ListNews .NewsBottom {
        padding: 7px 10px;
        border-top: solid 1px #e6e6e6;
    }

        .ListNews .NewsBottom a {
            text-decoration: none;
            font-size: 12px;
        }

        .ListNews .NewsBottom a img {
            width:15px;
            float:right;
        }

    .ListNews .NewsImg {
        margin: 20px 10px;
    }

        .ListNews .NewsImg img {
            width: 100%;
            max-height:40vh;
            border-radius:10px;
            margin-bottom:10px;
        }

    .ListNews .NewsFullText {
        font-size: 14px;
        font-weight: bold;
        display: -webkit-box;
        margin: 10px;
        text-decoration: none;
    }

.ListNews .NewsText a,.ListNews .NewsBottom a,.ListNews .NewsFullText,.ListNews .NewsDate {
    color: #717171 !important;
}

/*input group*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-group {
  margin-bottom: 15px;
}


.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* Popup */
/* Outer */
.popup {
width:100%;
height:100%;
display:none;
position:fixed;
top:0px;
left:0px;
background:rgba(0,0,0,0.75);
z-index:999;
}
/* Inner */
.popup-inner {
position:fixed;
top:50%;
left:50%;
width: 80%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
background-color:white;
border-radius: 5px;
}

/*ui btn Style*/
.btn-style {
    background: no-repeat center center;
    background-image: url('../images/BG-btn.png');
    background-size: cover;
    color: white !important;
    padding: 10px !important;
    margin: 5px !important;
    border-radius: .3125em;
    font-size:inherit !important;
}

.ui-btn {
    padding: .5em 1em !important;
}

.ui-mini.ui-btn-icon-right:after, .ui-mini .ui-btn-icon-right:after, .ui-header .ui-btn-icon-right:after, .ui-footer .ui-btn-icon-right:after {
    right: .5em !important;
}

.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
    /*background-color: transparent !important;*/
}

.ui-select .ui-btn {
    text-align: left;
    background-color: transparent !important;
    border-color: #737373 !important;
}

.ui-select .ui-btn > span:not(.ui-li-count) {
    font-size: 13px;
    font-weight: bold;
}

.ui-input-search {
    background-color: transparent !important;
    border-color: #737373 !important;
}

.ui-listview {
    border:none !important;
}

.ui-li-has-count {
    margin:10px 0;
}

.ui-li-has-count a {
    padding: 25px 96px 25px 16px;
    padding-right: 60px !important;
}

.ui-li-count {
    padding: 0 7px !important;
    background-color: #B32047 !important;
    border-radius: 1em !important;
    color:white !important;
    font-weight:normal !important;
    border: none;
    text-shadow:none;
}


/* Three columns side by side */
.column6 {
  float: left;
  width: 16.66%;
  margin-bottom: 16px;
  padding: 0 8px;
}
.column4 {
  float: left;
  width: 25%;
  margin-bottom: 16px;
  padding: 0 8px;
}
/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width:100%;
}

/* Some left and right padding inside the container */
.container {
  padding: 0 0px;
  width:100%;
}

/* Clear floats */
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: #000;
  font-size: 16px;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}
.title {
  text-align:center;
}
.price {
  text-align:center;
  font-size: 22px;
  text-shadow: -1px 0 #ff7f00, 0 1px #ff7f00, 1px 0 #ff7f00, 0 -1px #ff7f00;
  color: #ff7f00
}
.row {
  border-bottom-style:solid;
}
.ShopBannerTitleBody {
  font-size: 18px;
  color: #000000;
}
.ShopBannerTitleHeader {
  font-family: inherit;
  text-align:left;
  font-size: 30px;
  color: #000;
  text-shadow: #cccccc 0.05em 0.05em 0.1em;
}

.ui-link {
 /*background-color: #ff7f00;*/
}

.ShopBestSellHeader {
  text-align:center;
  font-size: 30px;
  color: #000000;
  text-shadow: #cccccc 0.05em 0.05em 0.1em;
}

.ShopProductHeader {
  text-align:center;
  font-size: 30px;
  color: #000000;
  text-shadow: #cccccc 0.05em 0.05em 0.1em;
}

.background-body{
  background-color: #ffffff;
}
.ShopContact {
  width:430px;
  padding:0 0 14px 0;
  margin:10px auto;
}

.ShopBanner {
  background-color: #f7f7f7;
}

.scrolling-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.card {
  flex: 0 0 auto;
}
.scrolling-wrapper .card {
  width:25%;
}