@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

html { font-family: 'Roboto', sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
body { margin: 0 auto; overflow: auto; background: #fff; font-family: 'Roboto', Arial, Helvetica, sans-serif; display:flex; flex-direction:column; min-height:100vh; color: #535353 !important;}
.wrapper{ flex:1;}
.theme-default {
    --theme-text-color: #3e4b5b;
    --theme-primary-color: #E4873B;
    --theme-secondary-color: #2D6A5E;
    --theme-primary-dark-color: #843312;
    --theme-primary-light-color: #FDF1D8;
    --theme-secondary-light-color: #EFFCDC;
    --theme-secondary-dark-color: #277917;
}
#preloader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: var(--theme-primary-color);z-index: 999999;}
#status {width: 200px;height: 200px;position: absolute;left: 50%;top: 50%; background-image: url('../img/logo/oobe-logomark-white-loader.png');background-repeat: no-repeat;background-position: center;margin: -100px 0 0 -100px;}

input[type=number]{ -moz-appearance: textfield;}
a:link, a:visited, a:hover, a:focus{text-decoration: none; color: var(--theme-text-color);}

/* Start styling */
.fs-6{ font-size: 0.875rem !important; }
.fs-7{ font-size: 0.75rem !important; }
.fs-8{ font-size: 0.625rem !important; }
.fs-9{ font-size: 0.5rem !important; }

.img-20 { width: 20px; }
.img-30 { width: 30px; }
.img-40 { width: 40px; }
.img-50 { width: 50px; }
.img-60 { width: 60px; }
.img-70 { width: 70px; }
.img-80 { width: 80px; }
.img-90 { width: 90px; }
.img-100 { width: 100px; }
.img-110 { width: 110px; }
.img-120 { width: 120px; }
.img-130 { width: 130px; }
.img-140 { width: 140px; }
.img-150 { width: 150px; }

.img-brand-logo{ width: 70px; height: 70px; background-repeat: no-repeat; background-size: cover; background-position: center center;}

.text-theme-based{ color: var(--theme-text-color);}
.text-theme-primary{ color: var(--theme-primary-color);}
.text-theme-secondary{ color: var(--theme-secondary-color);}
.text-theme-primary-dark{ color: var(--theme-primary-dark-color);}
.text-theme-secondary-light-color{ color: var(--theme-secondary-light-color);}

.btn-theme-primary{ background: var(--theme-primary-color);}
.btn-theme-secondary{ background: var(--theme-secondary-color); color: #fff;}
.btn-theme-secondary:hover{ background: var(--theme-secondary-color); color: var(--theme-primary-light-color) !important;}
.btn-theme-primary-dark{ background: var(--theme-primary-dark-color); color: var(--theme-primary-light-color);}
.btn-theme-primary-dark:hover{ color: var(--theme-primary-light-color);}

.bg-theme-primary{background: var(--theme-primary-color) !important}
.bg-theme-primary-light{background: var(--theme-primary-light-color) !important;}
.bg-theme-primary-dark{background: var(--theme-primary-dark-color) !important;}
.bg-theme-secondary{background: var(--theme-secondary-color) !important;}

.btn-outline-primary {
  color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-dark-color);
}

.font-openSans{ font-family: 'Open Sans Condensed', sans-serif;}
.hidden{display: none;}
.nowrap{display: inline-block; white-space: nowrap}

.container-xs{max-width: 576px !important; border: 0px solid red; margin: 0 auto;}
header{background: var(--theme-primary-color) !important;height: 60px; z-index: 999; margin-bottom: 60px;}
header .logo-header img{width: 100px !important; margin-top: 10px;}
header .burger-sm{margin-top: 16px; margin-right: 10px; color: var(--theme-primary-dark-color) !important;}

header a:link, header a:visited{ text-decoration: none; color: var(--theme-primary-dark-color);}
header a:link{text-decoration: none; color: var(--theme-primary-dark-color);}

section{ margin: 0 0 0 0;}
section.section-first{margin-top: 60px !important;}
section.section-last{margin-bottom: 70px !important;}
section.section-merchant-push{margin-top: 60px !important;}
section.devider{background: #F2F2F2; height: 10px !important;}

.sticky{ position: sticky; top: 60px; z-index: 999;}
.search-box{ font-size: 1.2rem; border-bottom: 1px solid #e7e7e7; margin: 0 auto !important;}
.search-box .has-search { position: relative;}
.search-box .has-search input{ border-radius: 0 !important; border: 0 !important; padding: 14px 12px !important; color: var(--theme-primary-dark-color);}
/*.search-box .has-search input:focus{ background-color: var(--theme-secondary-light-color); color: var(--theme-primary)}*/
.search-box .has-search .form-control { padding-right: 2.375rem;}
.search-box .has-search .form-control-feedback { position: absolute; z-index: 2; display: block; width: 2.375rem; height: 2.375rem; line-height: 2.375rem; text-align: center; pointer-events: none; color: #aaa; right: 0; top: 4px;}

.merchant-search .has-search { position: relative;}
.merchant-search .has-search input{ border: 0;background: #e8e8e8; padding-left: 35px; color: #58585A; padding-right: 50px;}
.merchant-search .has-search .form-control-feedback { position: absolute; z-index: 2; display: block; width: 2.375rem; height: 2.375rem; line-height: 2.375rem; text-align: center; pointer-events: none; color: #aaa; left: 0; top: 0px;}
.merchant-search .has-search input:placeholder-shown+button {
  opacity: 0;
  pointer-events: none;
}
.merchant-search .has-search button {
  position: absolute;
  border: none;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 12px;
  font-size: 12px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  padding: 0;
  outline: none;
  cursor: pointer;
  transition: .1s;
}
.merchant-search input::placeholder {
  color: #8E8D8D !important;
  opacity: 1;
}

.merchant-pull{position: absolute; margin-top:-50px; margin-bottom: 40px !important; width: 100%;}
.merchant-logo img{ height: 50px !important; margin: 0 auto !important;}

.slick-list{padding:0 5% 0 0;}
.user-location{margin-top: 12px; margin-left: 10px;}

.img-hero{ height: 200px !important; width: 100%; background-repeat: no-repeat; background-attachment:scroll; background-size: cover; background-position: center center;background-attachment: scroll; border-radius: 5px; align-items: center;}
.img-hero img{}
.img-hero-lg{ height: 220px !important; width: 100%; background-repeat: no-repeat; background-attachment:scroll; background-size: cover; background-position: center center; border-radius: 5px;}
.img-hero-product{height: 160px !important; width: 100%; background-repeat: no-repeat; background-attachment:scroll; background-size: cover; background-position: center center; }

.listitem a:link, .listitem a:visited{text-decoration: none; color: var(--theme-text-color);}
.listitem a:hover{color: var(--theme-text-color);}
.listitem .img-wrapper-sm{ height: 120px; width: 120px; border-radius: 5px; background-repeat: no-repeat; background-attachment:scroll; background-size: cover; background-position: center center; border: 1px solid #B3B3B3;}

.merchant-h .img-wrapper-h{ height: 120px; width: 100%; border-radius: 5px; background-repeat: no-repeat; background-attachment:scroll; background-size: cover; background-position: center center; border: 0px solid #B3B3B3;}
.merchant-list-menu li{ margin: 0; padding: 0;}
.merchant-list-menu li a{background: #e7e7e7; border-radius: 5px; font-size: 14px !important; text-align: center; padding: 8px 10px !important; display: block;}
.merchant-list-menu li a.active{background: var(--theme-primary-color);}

.menu-warp-container{ height: 38px; overflow: hidden;}
.menu-warp{ height: 50px; overflow: auto; white-space: nowrap;}

.card-menu .card{ margin-bottom: 20px;}
.card-menu .card .card-body{ padding: 8px !important;}

.list-cart{border: 0px solid red; max-height: 85vh !important; overflow: auto; padding: 20px !important;}
.list-cart .img-wrapper-cart{ height: 60px; width: 60px; border-radius: 5px; background-repeat: no-repeat; background-attachment:scroll; background-size: cover; background-position: center center; border: 1px solid #B3B3B3;}
.list-cart li{margin-bottom: 15px; border-bottom: 1px solid #e7e7e7; padding: 5px 0 15px 0;}
.list-cart li:last-child{border-bottom: 0px solid #e7e7e7; padding: 5px 0 0px 0 !important;}
.list-cart .btn-checkout{background: #ffffff;}
.list-cart .btn-checkout div{padding: 4px;}
.list-cart li.spacer{height: 5px !important;border-bottom: 0px solid #e7e7e7 !important;}

.list-item .img-wrapper-cart{ height: 60px; width: 60px; border-radius: 5px; background-repeat: no-repeat; background-attachment:scroll; background-size: cover; background-position: center center; border: 1px solid #B3B3B3;}
.list-item li{margin-bottom: 10px; padding: 6px;border: 1px solid #e7e7e7; border-radius: 5px;}

.tab-line .nav-tabs{
  border-bottom: 0px solid #dee2e6;
}
.tab-line .nav-tabs .nav-link{
  margin-bottom: -1px;
  border: 0px solid #fff !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
} 
.tab-line .nav-link{
  display: block;
  padding: .5rem 1rem;
  color: #969aa5;
  font-weight: normal;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.tab-line .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #000;
  background-color: #fff;
  border-bottom: 2px solid green !important;  
  font-weight:500;
}

.tab-line .tab-content{
  margin-top: 20px;
}

.sm-menu uk{margin: 0; padding: 0;}
.sm-menu li{border-bottom: 1px solid #fff; margin: 0;}
.sm-menu li:last-child{border-bottom: 0px solid #fff !important;}
.sm-menu li a:link, .sm-menu li a:visited{display: block; cursor: pointer; color: var(--theme-primary-dark-color) !important; text-decoration: none; padding: 16px 8px; font-size: 22px; font-weight: 700;}

.sub-menuTitle{background-color: #f1f1f1; padding: 0px 20px; position: fixed; top: 0; width: 100%;transition: 0.2s;}
.sub-menuList{padding-bottom: 10px;}
.sub-menuList li{border-bottom: 1px solid #cccccc; padding-bottom: 15px; margin-bottom: 25px;}
.sub-menuList li:last-child{border-bottom: 0px solid #cccccc;}
.sub-menuList li a:link, .sub-menuList li a:visited{cursor: pointer; text-decoration: none; color: var(--theme-primary-dark-color) !important;}

.header-menu{ background: var(--theme-primary-dark-color); padding: 10px 8px;}

.img-wrapper{ height: 110px; width: 100%; border-radius: 5px; background-repeat: no-repeat; background-attachment:scroll; background-size: cover; background-position: center center;}

.radio-selection { display : block; }
.radio-selection > input{ visibility: hidden; position: absolute !important;}
.radio-selection > input + div{ cursor:pointer; background: #fff; padding: 8px 10px 8px 10px;  border-radius: 4px; border: 1px solid #e7e7e7;}
.radio-selection > input + div div.icon{ display: none;}
.radio-selection > input + div.disabled{ background: #eee; color: #cecece;}
.radio-selection > input + div:hover{ cursor:pointer; }
.radio-selection > input:checked + div{ background-color: var(--theme-primary-light-color) !important; border: 1px solid  var(--theme-primary-color);}
.radio-selection > input:checked + div div.icon{ display: block;}

.counter{display: inline-block; white-space: nowrap}
.counter input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}
.counter div{ border: 0px solid red;}
.counter .counter-btn{  border: 1px solid #eee; padding: 4px 8px; text-align: center; border-radius: 5px; cursor: pointer; background: #fff !important; color: #000 !important;}
.counter input{ width: 34px; height: 34px; text-align: center; font-size: 14px; border: 1px solid #eee; border-radius: 5px; user-select: none; color: #000 !important;}
.counter input:disabled{ -webkit-text-fill-color: #000 !important; opacity: 1;}

.counter-lg{  white-space: nowrap; }
.counter-lg input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}
.counter-lg input[type=number]{ -moz-appearance: textfield;}
.counter-lg div{ border: 0px solid red;}
.counter-lg .counter-btn{  border: 0px solid #eee; padding: 7px 11px; text-align: center; border-radius: 5px; cursor: pointer; background: var(--theme-primary-color) !important; color: #fff; font-size: 14px;}
.counter-lg .counter-btn.min{  background: #fff !important; border: 1px solid #eee; color: var(--theme-text-color);}
.counter-lg input{ width: 37px; height: 32px; text-align: center; font-size: 16px; border: 0px solid #eee; border-radius: 5px;}
.counter-lg input:disabled{ -webkit-text-fill-color: var(--theme-text-color) !important; opacity: 1;}

.area-notes{width: 100%; border-radius: 5px; background: #eee; padding: 12px; border: 1px solid transparent; height: 100px; resize: none; color: #626773;}
.area-notes:focus{outline: none !important; border-color: #fff; box-shadow: 0 0 0px #fff;}

.shopping-wrapper{position: relative;}
.shopping-count{position: absolute; background: var(--theme-secondary-color); border-radius: 50%; width: 22px; height: 22px; padding: 1px; text-align: center; color: #fff; font-size: 12px; margin-top:-12px; right: -8px;}

.btn-closed{margin-top: -70px; margin-left: 10px; cursor: pointer; border-radius: 50%; width: 40px; height: 40px; padding: 3px 0 0 13px; font-size: 24px; background-color: rgba(255,255,255,0.2);}
.btn-back{cursor: pointer; width: 40px; height: 40px; padding: 2px 0 0 13px; font-size: 24px; background: rgba(0,0,0,0.5); border-radius: 50%;}
.btn-back-no-bg{cursor: pointer; width: 40px; height: 40px; padding: 2px 0 0 13px; font-size: 24px; border-radius: 50%;}

*:focus { outline: none;}
.form-group { position: relative;}
.form-group:last-child{ margin-bottom: 0px;}
.f-inputbox, .f-textbox{ 
  border: 1px solid #E0AA7E;
  background-color: transparent;
  width: 100%;
  position: relative;
  z-index: 2;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 12px 8px;
  border-radius: 5px;
  color: #58585A;
}
.f-label{
  color: #8E8D8D;
  position: absolute;
  top: 13px;
  left: 14px;
  z-index: 1;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.f-label-fill{
  color: #58585A;
  position: absolute;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  top: -10px; left: 2px; font-size: 12px; line-height: 20px; background: #fff; padding: 2px 8px; border-radius: 2px; z-index: 999;
}
.form-group input.f-inputbox:focus + label, .f-label.f-up{ top: -10px; left: 2px; font-size: 12px; line-height: 20px; background: #fff; padding: 2px 8px; border-radius: 2px; z-index: 999;}
.f-inputbox:focus,.f-textbox:focus{ box-shadow: none; -webkit-box-shadow: none;}


@media (max-width: 576px) {
  .modal-dialog.modal-dialog-slideout {
      width: 80%
  }
}
.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 auto 0 0;
  background: #fff;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  flex-flow: column;
}
.modal-dialog-slideout .modal-content {
  border: 0;
}

/* slick dots */
.slick-dots { display: flex; justify-content: center; margin: 0; padding: 1rem 0; list-style-type: none;}
.slick-dots li { margin: 0 0.25rem; list-style-type: none;}
.slick-dots button { display: block; width: 0.6rem; height: 0.6rem; padding: 0; border: none; border-radius: 100%; background-color: #B3B3B3; text-indent: -9999px;}
.slick-dots li.slick-active button { background-color: var(--theme-primary-color); }

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.nav ul {margin: 0; padding: 0; width: 100%;}
.nav li {
  display: flex;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.nav a {
  flex: 1;
  margin: 0  0 2px 0;
  padding: 5px 16px;
  text-decoration: none;
  color: #fff;
}
.nav a:hover {
	background-color: #2D6A5E;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
nav a:active{
  color:#fff;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

/* Checkbox */
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  top: 0px;
  left: 0px;
}
.checkbox-inline label {
  position: relative;
  display: inline !important;
}

.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 1px solid #969aa5;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
  border-radius: 5px;
  
}
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #ffffff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #23b195;
  border-color: #23b195;
}

input[type="checkbox"]:disabled {
  opacity: 0.5;
}
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #626773;
}
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #626773;
  border-color: transparent;
}

.checkbox.checkbox-circle input[type="checkbox"]:after, .checkbox-inline.checkbox-circle input[type="checkbox"]:after {
  border-radius: 50%;
}

.checkbox.checkbox-circle input[type="checkbox"]:checked:before, .checkbox-inline.checkbox-circle input[type="checkbox"]:checked:before {
  top: 2px;
  left: 7px;
  width: 4px;
  height: 8px;
}

.checkbox.checkbox-custom input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-custom input[type="checkbox"]:checked:after {
  background-color: #ffffff;
  border-color: #DD7E53;
}
.checkbox.checkbox-custom input[type="checkbox"]:checked:before,
.checkbox-inline.checkbox-custom input[type="checkbox"]:checked:before {
  border-color: #DD7E53;
}

.checkbox.checkbox-primary input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-primary input[type="checkbox"]:checked:after {
  background-color: #458bc4;
  border-color: #458bc4;
}

.checkbox.checkbox-success input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-success input[type="checkbox"]:checked:after {
  background-color: #4fc55b;
  border-color: #4fc55b;
}

.checkbox.checkbox-info input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-info input[type="checkbox"]:checked:after {
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.checkbox.checkbox-warning input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-warning input[type="checkbox"]:checked:after {
  background-color: #e2ab3b;
  border-color: #e2ab3b;
}

.checkbox.checkbox-danger input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-danger input[type="checkbox"]:checked:after {
  background-color: #d57171;
  border-color: #d57171;
}

.checkbox.checkbox-dark input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-dark input[type="checkbox"]:checked:after {
  background-color: #626773;
  border-color: #626773;
}
.checkbox {
  grid-template-columns: repeat(1, 1fr) !important;
}


/* Radio */
.radio label, .radio-inline label, .checkbox label, .checkbox-inline label { padding-left: 0;}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
/*
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"]*/ {
  margin-left: 0;
}

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-top: 6px;
  margin-right: 4px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
  outline: none;
}

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #626773;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  position: relative;
  top: -3px;
  border: 2px solid #888d9a;
}

input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #888d9a;
}

input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #626773;
}

input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #888d9a;
}

.radio.radio-custom input[type="radio"]:checked:after,
.radio-inline.radio-custom input[type="radio"]:checked:after {
  border-color: #23b195;
}

.radio.radio-custom input[type="radio"]:before,
.radio-inline.radio-custom input[type="radio"]:before {
  background-color: #23b195;
}

.radio.radio-primary input[type="radio"]:checked:after,
.radio-inline.radio-primary input[type="radio"]:checked:after {
  border-color: #458bc4;
}

.radio.radio-primary input[type="radio"]:before,
.radio-inline.radio-primary input[type="radio"]:before {
  background-color: #458bc4;
}

.radio.radio-success input[type="radio"]:checked:after,
.radio-inline.radio-success input[type="radio"]:checked:after {
  border-color: #4fc55b;
}

.radio.radio-success input[type="radio"]:before,
.radio-inline.radio-success input[type="radio"]:before {
  background-color: #4fc55b;
}

.radio.radio-info input[type="radio"]:checked:after,
.radio-inline.radio-info input[type="radio"]:checked:after {
  border-color: #3db9dc;
}

.radio.radio-info input[type="radio"]:before,
.radio-inline.radio-info input[type="radio"]:before {
  background-color: #3db9dc;
}

.radio.radio-warning input[type="radio"]:checked:after,
.radio-inline.radio-warning input[type="radio"]:checked:after {
  border-color: #e2ab3b;
}

.radio.radio-warning input[type="radio"]:before,
.radio-inline.radio-warning input[type="radio"]:before {
  background-color: #e2ab3b;
}

.radio.radio-danger input[type="radio"]:checked:after,
.radio-inline.radio-danger input[type="radio"]:checked:after {
  border-color: #d57171;
}

.radio.radio-danger input[type="radio"]:before,
.radio-inline.radio-danger input[type="radio"]:before {
  background-color: #d57171;
}

.form-check-input:checked {
  background-color: #fff !important;
  border-color: #fff !important;
}

/* (A) TIMELINE CONTAINER */
.vtl {
  position: relative;
  padding: 10px 10px 10px 50px;
  max-width: 400px;
}
.vtl, .vtl * { box-sizing: border-box; }
.vtl::before {
  content: "";
  width: 2px;
  background-color: var(--theme-primary-dark-color);
  position: absolute;
  top: 0; bottom: 0; left: 13px;
}

div.event {
  padding: 10px 15px;
  background-color: #eee;
  position: relative;
  border-radius: 5px;
  margin-bottom: 10px;
}
.dates {
  color: #ff6a00;
}
.txt {

}
div.event::before {
  content: "";
  border: 10px solid transparent;
  border-right-color: #eee;
  border-left: 0;
  position: absolute;
  top: 20%; left: -10px;
}

div.event::after {
  content: "";
  background: #fff;
  border: 3px solid var(--theme-primary-dark-color);
  width: 16px; height: 16px;
  border-radius: 50%;
 
  position: absolute;
  top: 20%; left: -44px;
}

/* login */
.logo-login img{ width: 180px;}
.input-login{background: #E0AA7E; border: 1px solid #E0AA7E; color: #fff; padding: 10px 12px}
.input-login::placeholder{color: #fff;}
.input-login:focus{background: #E0AA7E; border: 1px solid #E0AA7E; color: #fff;}
.body-login{background: var(--theme-primary-color) url('../img/bg_login.png') no-repeat bottom center;}

/*eye*/
.password-group {
  position: relative;
}
.password-group > input {
  width: 100%;
}
.password-visibility {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 999;
}

/* OTP */
.digit-group{
  margin-bottom: 40px;
  text-align: center;
}
.digit-group input {
  font-size: 24px;
  border-radius: 5px;
  width: 52px;
  height: 62px;
  border: none;
  text-align: center;
  margin: 0 2px;
  border: 1px solid #eee;
  padding: 4px;
}

.logo-payment-method{
  max-height: 16px; margin-right: 5px
}


/* skleton loader */
.loading {
  position: relative;
  background-color: #e2e2e2;
}
.loading::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent),  color-stop(rgba(255, 255, 255, 0.2)),to(transparent));
  background: linear-gradient(90deg, transparent,rgba(255, 255, 255, 0.2), transparent);
  animation: loading 0.8s infinite;
}
@keyframes loading {
  100% {
      transform: translateX(100%);
  }
}
.ol-price-loader{
  border-radius: 5px;
  width: 100px;
  min-height: 25px;
}

.ol-loader{
  height: 120px;
}
.ol-loader .ol-img{
  border-radius: 5px;
  width: 120px;
}
.ol-loader .ol-more{
  margin-left: 10px;
}
.ol-loader .ol-more .ol-title{
  border-radius: 5px;
  width: 160px;
  min-height: 25px;
  margin-bottom: 10px;
  
}
.ol-loader .ol-more .ol-desc{
  border-radius: 5px;
  min-width: 220px;
  min-height: 50px;
  margin-bottom: 10px;
  
}
.ol-loader .ol-more .ol-price{
  border-radius: 5px;
  width: 60px;
  min-height: 25px;
}

.ol-loader-sm{
  height: 100px;
}
.ol-loader-sm .ol-img{
  border-radius: 5px;
  width: 60px;
  height: 60px;
}
.ol-loader-sm .ol-more{
  margin-left: 10px;
}
.ol-loader-sm .ol-more .ol-title{
  border-radius: 5px;
  width: 160px;
  min-height: 25px;
  margin-bottom: 10px;
  
}
.ol-loader-sm .ol-more .ol-desc{
  border-radius: 5px;
  min-width: 240px;
  min-height: 40px;
  margin-bottom: 10px;
  
}
.ol-loader-sm .ol-more .ol-price{
  border-radius: 5px;
  width: 60px;
  min-height: 15px;
}

.ol-vloader{
  height: 195px;
  width: 155px;
}
.ol-vloader .ol-img{
  border-radius: 5px;
  height: 125px;
  width: 100%;
  margin-bottom: 10px;
}
.ol-vloader .ol-more .ol-title{
  border-radius: 5px;
  width: 100%;
  min-height: 25px;
  margin-bottom: 10px;
  
}
.ol-vloader .ol-more .ol-price{
  border-radius: 5px;
  width: 50%;
  height: 25px;
}

/* Theme defined stylse */
.tnz ol[type='d'] {
  list-style-type:decimal !important;
}
.tnz ol[type='a'] {
  list-style-type: lower-alpha !important;
}
.tnz ol[type='i'] {
  list-style-type: lower-roman !important;
}
.tnz ol[type='z'] {
  list-style-type: upper-latin !important;
}
.tnz ol[type='x'] {
  list-style-type: lower-latin !important;
}
.tnz li {
    display: list-item !important;
    margin-bottom: 15px;
}