@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
.main-nav__btn {
  position: absolute;
  z-index: 3;
  right: 35px;
  top: 35px;
  cursor: pointer;
  display: none; }
  .main-nav__btn-line {
    width: 28px;
    height: 3px;
    margin: 0 0 5px 0;
    background-color: white; }
  .main-nav__btn.close {
    transform: rotate(180deg); }
    .main-nav__btn.close .main-nav__btn-line:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px); }
    .main-nav__btn.close .main-nav__btn-line:nth-child(2) {
      display: none; }
    .main-nav__btn.close .main-nav__btn-line:nth-child(3) {
      transform: rotate(-45deg); }

.main-nav {
  top: 0;
  width: 100%;
  visibility: hidden; }
  .main-nav.show {
    visibility: visible; }
  .main-nav__branding {
    margin: 0px 0 0 0;
    width: 100% !important; }
  .main-nav__list {
    padding: 0 20px 0 0;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 98vh !important;
    float: right !important; }
    .main-nav__list .container {
      height: 98vh; }

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

h1,
h2,
h3,
ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

body {
  background: #9d9894;
  color: #000;
  height: 100%;
  margin: 0;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  overflow-y: hidden; }

.booking-form-holder {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  padding-bottom: 200px; }

/* Loader */
.loading-snippet {
  text-align: center;
  display: none; }

.loading-snippet-icon {
  background: url("../img/loading-snippet.gif") top left no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block; }

.loader-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1234567890;
  background: rgba(5, 0, 0, 0.5); }

.loader-container {
  width: 80px;
  height: 47px; }

.loader-container .block {
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0 10px 10px 0;
  width: 12px;
  height: 12px;
  background: #fff; }

.loader-container .block:nth-child(4n + 1) {
  animation: wave 1s ease 0s infinite;
  background-color: #e1140a; }

.loader-container .block:nth-child(4n + 2) {
  animation: wave 1s ease 0.2s infinite;
  background-color: #ff6a00; }

.loader-container .block:nth-child(4n + 3) {
  animation: wave 1s ease 0.4s infinite;
  background-color: #46c8e1; }

.loader-container .block:nth-child(4n + 4) {
  animation: wave 1s ease 0.6s infinite;
  margin-right: 0;
  background-color: #3e8ddd; }

@keyframes wave {
  0% {
    top: 0;
    opacity: 1; }
  50% {
    top: 30px;
    opacity: 0.2; }
  100% {
    top: 0;
    opacity: 1; } }

/* Loader END */
.rotate {
  animation: rotation 2s infinite linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

h1,
h2,
h3 {
  font-weight: 400; }
  h1.sm-heading,
  h2.sm-heading,
  h3.sm-heading {
    margin-bottom: 2rem;
    padding: 0.2rem 1rem;
    background: rgba(114, 193, 83, 0.5); }

a {
  color: #fff;
  text-decoration: none; }

a:hover,
.text-secondary {
  color: #cacaca; }

/*======== Common ========*/
.clear-fix {
  clear: both; }

.hidden {
  visibility: hidden; }

.d-static {
  display: static; }

.box-shadow-01 {
  box-shadow: 0px 0px 6px #0000001f; }

.width-100 {
  width: 100% !important; }

.vh-90 {
  max-height: 90vh;
  overflow: hidden; }

.vh-95 {
  max-height: 95vh;
  overflow: hidden; }

.ml-0 {
  margin-left: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-0 {
  margin-bottom: 0 !important; }

/* cursor */
.pointer {
  cursor: pointer; }

.no-flex {
  display: block !important; }

/* Font Sizes */
.f-1-5 {
  font-size: 1.5rem; }

.f-2 {
  font-size: 2rem; }

.f-4 {
  font-size: 4rem; }

.f-6 {
  font-size: 6rem; }

.p-relative {
  position: relative; }

/* Backgrounds */
.bg-img-main {
  background-repeat: no-repeat; }
  .bg-img-main.bg-img-main {
    background-image: url(../img/background.jpg); }

.bg-fixed {
  background-attachment: fixed; }

.bg-cover {
  background-size: cover; }

.bg-full-view {
  background-size: auto 100%; }

.portrait-main__holder {
  width: 100%;
  text-align: center; }

.portrait-main__img {
  width: 75%;
  height: auto;
  margin: 2.5em 0 0 0; }

/* Overlays */
.overlay-main:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

/* Arrange */
.push-behind {
  z-index: -1; }

/* Opacity */
.opacity-09 {
  opacity: 0.9; }

.input-clear-btn {
  position: absolute;
  z-index: 2;
  color: #666;
  font-size: 1.2rem;
  font-weight: normal;
  right: 150px;
  top: 11px;
  cursor: pointer;
  background: #efefef;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: .8;
  font-family: Cursive, Verdana, Geneva, sans-serif; }

/* easing */
.ease-out,
.ease-out-hover:hover {
  transition: all 0.5s ease-out; }

/*=======================*/
header {
  width: 100%;
  position: fixed;
  z-index: 2; }

.logo-main__lenovo {
  margin: 0px 0 0 20px; }

main {
  padding: 0;
  margin: 20px 0 0 0;
  position: relative;
  z-index: 0; }

.intro {
  overflow: hidden; }
  .intro__heading-main {
    margin-top: 20vh; }

.main__social-icons {
  margin-top: 1rem; }
  .main__social-icons a {
    padding: 0.4rem; }

input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  border-radius: 5px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border: none; }

input:focus {
  outline: 0;
  border-color: #ccc; }

input:focus + .input-icon i {
  color: #6cbe4c; }

input:focus + .input-icon:after {
  border-right-color: #6cbe4c; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label,
select {
  display: inline-block;
  width: 50%;
  text-align: center;
  border-radius: 0; }

input[type="radio"] + label:first-of-type {
  border-top-left-radius: 80em;
  border-bottom-left-radius: 80em;
  border-top-right-radius: 80em;
  border-bottom-right-radius: 80em; }

input[type="radio"] + label:last-of-type {
  border-top-right-radius: 80em;
  border-bottom-right-radius: 80em;
  border-top-left-radius: 80em;
  border-bottom-left-radius: 80em; }

input[type="radio"] + label i {
  padding-right: 0.4em; }

input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #ecfbe5;
  color: #6cbe4c;
  border-color: #ecfbe5; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em; }

input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: ""; }

input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c"; }

input:checked + label:after {
  opacity: 1; }

select {
  height: 3.4em;
  line-height: 2; }

select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

select:focus,
select:active {
  outline: 0; }

select option {
  background-color: #6cbe4c;
  color: #fff; }

.input-group {
  margin-bottom: 1em;
  zoom: 1; }

.input-bring-up {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 96%;
  height: 36px;
  margin: 2px;
  text-align: left;
  border: 1px solid #e9e9e9; }

.input-group:before {
  content: "";
  border: 1px solid #e9e9e9;
  width: 100%;
  height: 40px;
  display: block;
  background: none;
  position: absolute;
  border-radius: 5px;
  display: none; }

.input-group:after {
  content: "";
  display: table; }

.input-group:after {
  clear: both; }

.input-group-icon {
  position: relative; }

.input-group-icon .input-icon {
  position: absolute;
  top: -8px;
  left: 15px;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
  background-color: #fff;
  z-index: 1;
  padding: 0 5px;
  height: 15px;
  font-size: 0.8rem;
  color: #6cbe4c; }

.input-group-icon .input-icon:after {
  width: 100px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: red;
  z-index: -1;
  display: none; }

.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.container {
  max-width: 38em;
  padding: 25px;
  margin: 0;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
  float: right; }
  .container h1 {
    border-bottom: 1px solid #cacaca;
    padding: 0 0 15px 0;
    font-weight: bold;
    font-size: 1.2rem; }

.flex {
  display: flex; }

.row {
  zoom: 1;
  width: 100%; }
  .row .col-6 {
    width: 50%; }
    .row .col-6:nth-child(1) {
      padding-right: 5px; }
    .row .col-6:nth-child(2) {
      padding-left: 5px; }

.row:before,
.row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

.col-half {
  padding-right: 10px;
  float: left;
  width: 50%; }

.col-half:last-of-type {
  padding-right: 0; }

.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%; }

.col-third:last-of-type {
  padding-right: 0; }

@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0; } }

.section-heading {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .section-heading span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px 0 0;
    z-index: 1;
    font-size: 1.1rem;
    font-weight: bold; }
  .section-heading:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    z-index: 0;
    top: 65%; }

.demo-type__row .booking-type-cont {
  display: none; }

.datepicker td,
.datepicker th {
  width: 30px;
  height: 30px;
  font-size: 0.85rem;
  border-radius: 100rem; }

.datepicker table tr td.active.disabled:hover.active {
  background-color: #6cbe4c; }

.date-time-holder {
  box-shadow: 0px 0px 6px #0000001f; }

.datepicker-days {
  border-right: 1px solid #efefef;
  padding-right: 15px !important; }

.datepicker-inline {
  width: 235px; }

.datepicker th {
  font-weight: normal; }

.datepicker th.next,
.datepicker th.prev {
  font-weight: bolder;
  font-size: 1.2rem; }

.time-list li {
  position: relative;
  display: block;
  float: left;
  width: 30%;
  height: 28px;
  line-height: 2.2;
  text-align: center;
  font-size: 0.8rem;
  background-color: #efefef;
  border-radius: 5px;
  margin: 0 3px 5px 3px;
  cursor: pointer; }
  .time-list li.selected {
    background-color: #6cbe4c;
    color: #fff; }
  .time-list li label {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    top: 0;
    left: 0; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-small {
  font-size: 0.9rem; }

.text-smallest {
  font-size: 0.7rem !important; }

.validation-message-box {
  border: 1px solid #6cbe4c;
  padding: 10px;
  margin-bottom: 10px; }

.time-note {
  background-color: #efefef;
  text-align: center;
  border-radius: 5px;
  line-height: 1.5;
  font-size: 0.8rem;
  min-height: 32px;
  padding: 5px; }

.product-list li {
  position: relative;
  display: inline-block;
  width: 48%;
  min-height: 70px;
  line-height: 2.5;
  font-size: 0.8rem;
  background-color: #efefef;
  border-radius: 6px;
  margin: 0 5px 15px 0;
  cursor: pointer;
  border: 1px solid transparent; }
  .product-list li.selected {
    background-color: #ecfbe5;
    color: #6cbe4c;
    border-color: #6cbe4c; }
  .product-list li label {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .product-list li h3 {
    font-size: 1rem;
    max-width: 150px; }
  .product-list li img,
  .product-list li h3 {
    display: inline-block;
    vertical-align: middle; }
  .product-list li img {
    margin: 10px; }

.store-list__holder {
  box-shadow: 0px 0px 6px #0000001f; }
  .store-list__holder h5 {
    color: #6cbe4c; }

.store-list__map {
  height: 300px; }

.store-list__list {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden; }
  .store-list__list input[type="radio"]:checked + label,
  .store-list__list input:checked + label:before,
  .store-list__list select:focus,
  .store-list__list select:active {
    background-color: #ecfbe5 !important;
    color: #000 !important;
    border: none !important; }
  .store-list__list li {
    border-bottom: 1px solid #efefef; }
  .store-list__list label {
    padding: 5px 0px 5px 10px !important;
    font-size: 0.85rem;
    cursor: pointer;
    display: block !important;
    text-align: left !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0px !important;
    background: url("../img/select_store_radio_normal.png") 97% 50% no-repeat; }
    .store-list__list label span {
      font-size: 0.7rem;
      display: block;
      padding-right: 10px; }
      .store-list__list label span.address {
        max-width: 88%; }
      .store-list__list label span.distance {
        display: block;
        text-align: left;
        font-size: 0.65rem;
        margin-top: 5px; }
      .store-list__list label span.name {
        font-size: 0.8rem; }
  .store-list__list input[type="radio"]:checked + label {
    background: #ecfbe5 url("../img/select_store_radio_active.png") 97% 50% no-repeat; }
    .store-list__list input[type="radio"]:checked + label .name {
      color: #6cbe4c; }

#select_product_holder,
#no_product_holder {
  display: none; }

.orange-button {
  background-color: #6cbe4c;
  border-radius: 20px;
  border: 0;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  min-width: 150px;
  outline: none; }
  .orange-button:active, .orange-button:focus, .orange-button:visited {
    outline: none; }

.location-search-input {
  width: 70%; }

.no-border {
  border: unset !important; }

.input-border {
  border: 1px solid #e9e9e9;
  border-radius: 5px; }

.detect-location__holder {
  color: #6cbe4c;
  font-size: 0.8rem;
  line-height: 2;
  display: block;
  min-width: 10px;
  min-height: 10px;
  z-index: 3 !important; }
  .detect-location__holder button {
    border: unset;
    background: unset;
    color: #6cbe4c;
    padding: 0;
    margin: 0;
    outline: unset;
    cursor: pointer; }
  .detect-location__holder img {
    margin-left: 10px; }
  .detect-location__holder strong {
    font-weight: normal; }

.detect-location__btn1 {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 3;
  cursor: pointer; }

.d-flex.hide,
.hide {
  display: none !important; }

.border-orange {
  border: 1px solid #6cbe4c; }

.light-border-bottom {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px; }

.booking-sucess__holder {
  display: none;
  width: 100%; }
  .booking-sucess__holder .tick-holder img {
    max-width: 70px;
    height: auto; }
  .booking-sucess__holder dl {
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0.9rem; }
    .booking-sucess__holder dl dt {
      width: 90px;
      float: left; }
    .booking-sucess__holder dl dd span {
      width: 10px;
      float: left; }
      .booking-sucess__holder dl dd span.content {
        width: 200px;
        margin-bottom: 10px; }
    .booking-sucess__holder dl dt,
    .booking-sucess__holder dl dd {
      min-height: 30px; }

.submit-btn {
  margin-bottom: 100px; }

.icon-store {
  width: 26px;
  height: 22px;
  background: url("../img/sprite.png") top left no-repeat;
  display: inline-block;
  margin-left: 13px;
  margin-right: 10px;
  vertical-align: middle; }

#demo_at_store:checked + label i {
  background-position: -31px 0px; }

.icon-live {
  width: 29px;
  height: 15px;
  background: url("../img/sprite.png") 0px -32px no-repeat;
  display: inline-block;
  margin-left: 7px;
  margin-right: 10px;
  margin-top: 0px;
  vertical-align: middle; }

#demo_live_video:checked + label i {
  background-position: -33px -32px; }

.booking-form-holder::-webkit-scrollbar {
  width: 10px; }

.booking-form-holder::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px; }

.booking-form-holder::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px; }

.mobile-banner{
    	display: none;
}

@media screen and (min-width: 781px) {
  .booking-form-holder {
    padding-right: 10px;
    margin-top: 10px; } }

@media screen and (max-width: 780px) {
  .booking-form-holder::-webkit-scrollbar {
    display: none !important;
    width: 0 !important; }
  .booking-form-holder {
    scrollbar-width: none; }
  /* Hide scrollbar for IE and Edge */
  .booking-form-holder {
    -ms-overflow-style: none; } }

@media screen and (max-width: 780px) {
  body {
    overflow: hidden; }
  .main-nav__list {
    margin-top: 80px;
    height: 88vh;
    padding-right: 0 !important; }
    .main-nav__list .container {
      float: none;
      height: 88vh; }
  .submit-btn {
    margin-bottom: 300px; }
  .done-btn {
    margin-bottom: 300px; } }

@media screen and (max-width: 1100px) {
  .main-nav__branding {
    width: 40%; }
  .main-nav__list {
    width: 60%; } }

@media screen and (max-width: 860px) {
  .main-nav__branding {
    width: 100%;
    height: auto; }
  .main-nav__list {
    width: 100%; }
    .main-nav__list .container {
      margin: 0 auto; }
  .main-nav .portrait-main__holder {
    display: none; } }

@media screen and (max-width: 600px) {
  .main-nav__list .container {
    margin: 0 auto;
    max-width: 96%; }
  .main-nav .date-time-holder {
    padding-top: 20px; }
    .main-nav .date-time-holder .datepicker {
      margin-bottom: 0rem; }
  body.bg-img-main {
    background-image: unset !important;
    background-color: #cccecd; }
  header {
    background-color: #cccecd;
    min-height: 80px; } 
    
    .mobile-banner{
    	display: block;
    }
}

@media screen and (max-width: 560px) {
  .date-time-holder {
    display: block !important;
    padding-bottom: 20px; }
    .date-time-holder .datepicker {
      margin-bottom: 0; }
      .date-time-holder .datepicker .datepicker-days {
        border-right: 0;
        border-bottom: 1px solid #efefef;
        padding-bottom: 20px; }
      .date-time-holder .datepicker .datepicker-inline {
        width: 100%; }
      .date-time-holder .datepicker table {
        width: 100% !important; }
    .date-time-holder .timepicker,
    .date-time-holder .datepicker {
      padding-left: 0;
      padding-right: 0; }
    .date-time-holder #date_picker_holder.col-6,
    .date-time-holder #time_picker_holder.col-6 {
      width: 100%;
      margin: 0 auto;
      display: block;
      flex: unset;
      max-width: 80%;
      padding: 0 !important; }
  .detect-location__holder strong {
    display: none !important; }
  .input-clear-btn {
    right: 45px; }
  .product-list li {
    width: 100%; } }

@media screen and (max-width: 445px) {
  .basic-info.flex {
    display: block; }
  .basic-info .col-6 {
    max-width: unset; }
  .no-demo-store {
    padding-bottom: 150px !important; }
  .demo-type__btn-group label {
    max-width: unset;
    width: auto !important;
    border: 0 !important;
    outline: 2px solid #fff;
    font-size: 0.7rem;
    line-height: 1.8 !important;
    padding: 0.4rem !important;
    max-height: 35px; }
    .demo-type__btn-group label span {
      padding-right: 0.5rem;
      display: block;
      text-align: center; }
      .demo-type__btn-group label span i {
        margin-right: 10px; }
  .demo-type__btn-group input[type="radio"]:checked + label span {
    font-size: 0.8rem; }
  .demo-type__btn-group input[type="radio"]:checked + label,
  .demo-type__btn-group input:checked + label:before {
    border-color: #ecfbe5 !important;
    background-color: #ecfbe5 !important; }
  .demo-type__btn-group input[type="radio"]:checked + label, .demo-type__btn-group.box-shadow-01 {
    box-shadow: unset !important; }
  .store-list__holder .store-available.show.d-flex {
    display: block !important; }
  .store-list__holder .store-available .col-7,
  .store-list__holder .store-available .col-5 {
    width: 100%;
    max-width: unset; }
  .store-list__map {
    max-height: 200px; }
  .store-list__list {
    margin-bottom: 1rem;
    height: auto; }
    .store-list__list ul {
      padding: 0; }
    .store-list__list label {
      border-bottom: 1px solid #efefef !important;
      padding: 12px !important; }
  .date-time-holder .datepicker .datepicker-days {
    padding-right: 0 !important; }
  .date-time-holder .datepicker table {
    width: 100% !important; }
  .product-list li {
    width: 100%; }
  .booking-sucess__holder {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 123456;
    min-height: 800px;
    background: #fff; }
    .booking-sucess__holder dl dd .content {
      width: 100% !important; } }

@media screen and (max-width: 420px) {
  .date-time-holder #date_picker_holder.col-6 {
    max-width: 80%;
    padding: 0 !important; }
  .date-time-holder #time_picker_holder.col-6 {
    max-width: 80%;
    padding: 0 !important; }
  .date-time-holder .datepicker .datepicker-inline {
    width: 100%; }
  .product-list li {
    width: 100%; } }

@media screen and (max-width: 374px) {
  .demo-type__btn-group label {
    width: 49% !important;
    margin: 0 !important;
    padding: 2px !important;
    display: block;
    text-align: left !important; }
    .demo-type__btn-group label span {
      font-size: 0.7rem !important;
      line-height: 1.8;
      padding: 0 0 0 0; }
      .demo-type__btn-group label span i {
        margin: 0 5px !important; }
        .demo-type__btn-group label span i.icon-store {
          width: 21px !important;
          background-position: -81px 4px; }
        .demo-type__btn-group label span i.icon-live {
          width: 23px !important;
          background-position: -82px -22px; }
  .demo-type__btn-group #demo_at_store:checked + label i {
    background-position: -105px 4px !important; }
  .demo-type__btn-group #demo_live_video:checked + label i {
    background-position: -107px -22px !important; }
  .demo-type__btn-group #demo_live_video:checked + label,
  .demo-type__btn-group #demo_at_store:checked + label {
    margin-right: 3px !important;
    float: left; } }

@media screen and (max-width: 312px) {
  .demo-type__btn-group {
    display: block; }
    .demo-type__btn-group label {
      width: auto !important;
      min-width: 30%; }
      .demo-type__btn-group label span {
        font-size: 0rem !important; }
    .demo-type__btn-group #demo_at_store:checked + label,
    .demo-type__btn-group #demo_live_video:checked + label {
      width: 53% !important;
      padding: 2px 5px !important; }
    .demo-type__btn-group #demo_at_store:checked + label span {
      font-size: 0.7rem !important; }
    .demo-type__btn-group #demo_live_video:checked + label span {
      font-size: 0.7rem !important; } }

@media screen and (min-width: 347px) {
  .time-note {
    line-height: 1.8; } }

@media screen and (max-width: 322px) {
  .date-time-holder .timepicker .time-list li {
    width: 47%;
    margin-right: 2px;
    margin-left: 2px; }
  .date-time-holder .timepicker .time-note {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 1rem;
    padding: 5px 0; } }

@media screen and (min-width: 331px) {
  .date-time-holder .time-list li {
    width: 31%; } }

@media screen and (min-width: 323px) {
  .date-time-holder .time-list li {
    width: 30.5%; }
    .date-time-holder .time-list li:nth-child(3), .date-time-holder .time-list li:nth-child(6), .date-time-holder .time-list li:nth-child(9) {
      margin-right: 0 !important; } }

@media screen and (max-width: 322px) {
  .date-time-holder .time-list li {
    width: 50%;
    margin-right: 0 !important; } }
