@charset "utf-8";


/* CSS Document */

a {
  color: #000
}

.clr {
  clear: both
}


/* ASKL 12/12/15 // label{ float:left; font-size:14px; width:80px} */

p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px
}

.btn {
  border-radius: 3px;
  padding: 6px 32px;
  border: none;
}

.mleft {
  margin-left: 80px
}

.btn-align {
  width: 73%;
}

.btn-align .mleft {
  float: right;
}

.total {
  color: #555;
  font-size: 18px !important;
  font-weight: 600;
}

.basket-hold .total {
  color: #000;
}

.suggest {
  text-align: center;
  padding: 0;
  list-style: none;
}

.btn-add img {
  filter: invert(100%);
  width: 17px;
}

.suggest li {
  padding-bottom: 12px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
}

.basket-hold .total .items {
  font-size: 12px !important;
  font-weight: normal;
}

.basket-hold2 .total {
  color: #000;
}

.basket-hold2 .total .items {
  font-size: 12px !important;
  font-weight: normal;
}

.toggleBasketContainer {
  padding-bottom: 0px;
  position: fixed;
  width: 100%;
  /* margin:0 5%; */
  bottom: 0px;
  left: 0px;
  z-index: 999;
  background: #fff;
  padding: 0px;
}

.toggleBasketContainer .basket-hold {
  min-height: 300px;
  max-height: 300px;
  overflow-y: auto;
}

.toggleBasketContainer .basket-hold2 {
  min-height: 300px;
  max-height: 300px;
  overflow-y: auto;
}

.btn-blk {
  -moz-box-shadow: 0 1px 0 #111;
  -webkit-box-shadow: 0 1px 0 #111;
  box-shadow: 0 1px 0 #111;
  border-color: #111;
  color: #fff;
  background: #260808;
  /* Old browsers */
  background: -moz-linear-gradient(top, #260808 0%, #000000 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #260808), color-stop(50%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #260808 0%, #000000 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #260808 0%, #000000 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #260808 0%, #000000 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #260808 0%, #000000 50%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#260808', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

.btn-blk:hover {
  background-color: #111;
  /* border-color: #111; */
  color: #fff;
}

.userincr-btn-dec {
  background-image: url(../images/minus.gif);
  border: 0px;
  width: 16px;
}

.userincr-btn-inc {
  background-image: url(../images/Plus.gif);
  border: 0px;
  width: 16px;
}

#box1 {
  width: 30px;
  border: 1px solid #8C8888;
  padding: 2px;
  border-radius: 5px;
}

font {
  color: #fff;
}

.pop-btn {
  background: #260808;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 5px
}

.pop-btn:hover {
  color: #fff
}

.account-links {
  font-size: 11px;
  color: #fff;
  text-align: right;
  vertical-align: bottom;
  background: rgba(0, 0, 0, .7);
  padding: 4px 10px;
  margin: 5px;
}

.bottom-align-text {
  float: right;
}

.bottom-align-text.account-links.ng-scope {
  margin: 5px 5px 0 0;
}

.header {
  background: #c7c3ba;
  margin: 20px;
  height: auto;
  min-height: 290px;
}

.logo {
  display: block;
  float: left;
  background: #fff;
}

.btns-holder {
  min-height: 40px;
  padding: 10px 0 3px;
  position: relative;
  top: 55px;
}

.content {
  background: url(../images/content.jpg) repeat;
  height: auto;
  padding-bottom: 130px
}











/* .content-iiner{ background:url(../images/bg_pattern.jpg) repeat; height:auto; padding-bottom:20px} */

.content p {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 30px 0 60px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.pointed-wth {
  max-width: 800px;
  margin: 0 auto
}

.form-left .form-control {
  width: 73%
}

.form-left h1 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px
}

.stroke p {
  width: 1px;
  background: #c1c1c1;
  height: 200px;
  text-align: center;
  margin: 0 auto;
}

.r-text {}

.r-text h1 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px
}

.r-text p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: left
}

.f-r {
  float: right
}











/* common structuring */

.cs-table {}

.cs-table tr td {
  font-size: 18px;
  font-weight: 600
}

.cs-table tr td p {
  margin-bottom: 20px
}

.cs-table label {
  font-size: 24px;
}

.confirm_section {}

.confirm_section h5 {
  font-weight: 600
}

.confirm_section_content p {
  font-size: 13px
}











/* nxt-pre */

.nxt-pre {
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  padding: 20px 30px;
  border-radius: 4px;
  margin-top: 30px
}











/* nav-tabs */


/* .nav-pills > li > a{ font-size:12px; padding:10px 7px}   
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{ background-color:#007839}
.nav-pills > li > a:hover{ background-color:#87bfa2; color:#fff} */

.nav-pills>li>a {
  font-size: 11px;
  padding: 10px 7px;
  background-color: #99999A;
  color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.menu p {
  color: #333;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  padding: 30px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}











/* .tab-content{ background:rgba(255,255,255,0.4); padding:20px} */

.menus-holder {}

.menus-holder h1 {
  font-size: 26px;
  margin: 10px 0 10px 0;
  padding: 10px 0
}











/* reduce space */

.prod_info {
  padding-top: 10px;
}

.prod_info {
  border-bottom: 1px dashed #ccc;
}

.prod_info h4 {
  display: table-cell
}

.prod_info .price {
  display: table-cell;
  text-align: right
}

.quantity-add {
  display: table;
  width: 100%;
  padding: 10px 0
}

.quantity-add .quan {
  /* display:table-cell; */
  float: left;
  width: 90px;
}

.quantity-add .add {
  /* display:table-cell; text-align:right */
}

.prod_info .price span {
  font-weight: 600;
  font-size: 18px;
  color: #555;
}

.prod_info p {
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  text-align: left
}











/* basket */


/* .basket-hold{ background:rgba(255, 255, 255, 0.6); border:1px dashed #d8d8d8 ; padding:20px} */

.basket-hold {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cacaca;
  padding: 20px
}

.basket-hold h1 {
  font-size: 22px;
  text-align: center;
  margin: 0;
  padding: 10px 0 20px 0;
  font-weight: 600;
  color: #000;
}

.basket-hold2 {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cacaca;
  padding: 20px
}

.basket-hold2 h1 {
  font-size: 22px;
  text-align: center;
  margin: 0;
  padding: 10px 0 20px 0;
  font-weight: 600;
  color: #000;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  font-size: 12px;
  vertical-align: middle
}

.basket-hold .total {
  font-size: 18px;
  font-weight: 600;
  /* color:#007839 */
}

.basket-hold2 .total {
  font-size: 18px;
  font-weight: 600;
  /* color:#007839 */
}

.btn-add img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  width: 17px;
}

.btn-pop:hover,
.btn-pop.active,
.btn-pop:active {
  color: #fff;
  background: #99999a
}











/* -----------   .modal-header    ----------- */

.modal-header {
  height: 70px;
  background: url(../images/pop-head.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0
}

.modal-header {
  background: #000
}

.close {
  opacity: 1
}











/* -----------   .modal-body    ----------- */

.modal-body h2 {
  padding: 10px 20px;
  color: #fff;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.6);
  margin: 10px 0 10px 0;
}

.modal-title {
  background: black none repeat scroll 0 0;
  color: #fff;
  float: left;
  line-height: 1.42857;
  margin: 0;
  width: auto;
  padding: 5px
}

.modal-content {
  border-radius: 13px;
}











/* vivek custom  radio */

.custom-radio {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 3px;
  background: url("../images/radio.png") no-repeat;
}

.custom-radio:hover {
  background: url("../images/radio-hover.png") no-repeat;
}

.custom-radio.selected {
  background: url("../images/radio-selected.png") no-repeat;
}

.custom-radio input[type="radio"] {
  margin: 1px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks for older browsers */
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  width: 22px;
  height: 22px;
  left: 0px;
}











/* ------------------- v-toggle ------------------- */

.v-toggle .navbar-toggle {
  background-color: #111;
  margin-top: -42px
}

.v-toggle .navbar-toggle .icon-bar {
  background-color: #fff;
}

.ty {
  text-align: center
}

.ty h1 {
  font-size: 34px;
  font-weight: 600;
  margin: 40px 15px 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.ty h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 15px 40px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #d61820
}











/* button hoolder for steps */

.btns-holder {}

.btns-holder ul {
  margin: 0;
  padding: 0
}

.btns-holder ul li {
  display: inline-block;
}

.btns-holder ul li a {
  display: block;
  height: 42px;
  cursor: default
}

.btns-holder ul li.step1 a {
  background: url(../images/1-deactive.png) no-repeat;
  width: 200px;
}

.btns-holder ul li.step2 a {
  background: url(../images/2-deactive.png) no-repeat;
  width: 200px
}

.btns-holder ul li.step3 a {
  background: url(../images/3-deactive.png) no-repeat;
  width: 200px
}

.btns-holder ul li.step4 a {
  background: url(../images/4-deactive.png) no-repeat;
  width: 200px
}

.btns-holder ul li.step5 a {
  background: url(../images/5-deactive.png) no-repeat;
  width: 200px
}











/* active */

.btns-holder ul li.step5-active a {
  background: url(../images/5.png) no-repeat;
  width: 200px;
}











/* footer */

#footer {
  border-bottom: 1px solid #333;
  border-top: 1px solid #777;
  float: none;
  font-size: 11px;
  height: auto;
  width: inherit;
  background-size: cover
}

.coke {}

.foot-logo {
  margin-top: 50px
}

.copyr {
  padding-top: 6px;
  padding-bottom: 10px;
}

.copyr p {
  text-align: center;
  font-size: 11px;
  color: #777;
  line-height: 22px;
}

.f-list {}

.f-list h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #827c7b
}

.f-list ul {
  margin: 0;
  padding: 0
}

.f-list ul li {
  display: block;
  list-style: none;
  line-height: 24px
}

.f-list ul li a {
  font-size: 12px;
  color: #fff
}

@media ( max-width:998px) {
  /* .col-md-4{margin-top: 10px !important;} */
  /* #toggleCart{display:block;}
    .toggleCart{display:none;} */
}

#ingradientsTable1 td,
#ingradientsTable2 td {
  border-top: 0;
}

@media ( max-width:992px) {
  #toggleBasketContainer {
    margin-top: 10px;
  }
  /* #toggleCart{display:none;} */
  .toggleCart {
    display: none;
  }
  #ingradientsTable1 .table {
    margin-bottom: 0px;
  }
  #ingradientsTable1,
  #ingradientsTable2 {
    float: left;
    width: 100%;
  }
}

@media ( min-width:992px) {
  .modal-dialog {
    width: 800px;
  }
  #toggleBasketContainer {
    margin-top: 0px;
  }
  #toggleCart {
    display: none;
  }
  .toggleCart {
    display: block;
  }
  #ingradientsTable1 .table {
    margin-bottom: 20px;
  }
  #ingradientsTable1,
  #ingradientsTable2 {
    float: left;
    width: 50%;
  }
  .container-narow {
    width: 900px;
  }
}

@media ( max-width:768px) {
  .stroke {
    display: none
  }
  .f-r {
    float: left
  }
  .f-list {
    text-align: center
  }
  .content {
    padding-bottom: 50px
  }
  label {
    float: none
  }
  .form-left .form-control {
    width: 100%
  }
  .mleft {
    margin-left: 0;
  }
  .btn-align {
    width: 100%;
  }
  .btn-align .mleft {
    float: none;
  }
  .temp label {
    display: none
  }
  .prod_info h4 {
    display: table-cell;
    width: 180px;
  }
  .basket-below {
    margin-bottom: 20px;
  }
  .copyr {
    padding-bottom: 50px;
  }
}

@media ( max-width:720px) {
  #nav li a {
    font-size: 16px;
  }
}

.sg-replace-icons input[type=radio]:checked+label:before,
.sg-replace-icons input[type=checkbox].sg-input-checkbox:checked+label:before {
  color: #F06586;
}











/*---------------------------------- new for mobile -------------------------------- */

.highlight {
  background: #fff699;
  padding: 0 0.5em;
}

.prose ul,
.prose ol {
  list-style: outside disc;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.prose p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.prose p.small {
  color: #666;
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin-bottom: 1.84615em;
}

.prose p.medium {
  color: #666;
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-bottom: 1.71429em;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose h1 {
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}

.prose h2 {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}

.prose a {
  color: #6d7173;
  border-bottom: 1px solid #a1cfe5;
  text-decoration: none;
  outline: none;
}

.prose a:focus,
.prose a:hover {
  color: #4ab336;
  border-bottom-color: #77b36b;
}

.block {
  position: relative;
  margin: 0 auto;
  /*padding: 1.5em 1.25em;*/
  max-width: 60em;
}

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #333333 url("../images/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.no-svg .close-btn {
  background-image: url("../images/close-btn.png");
}

.close-btn:focus,
.close-btn:hover {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 44px;
  height: 34px;
  padding: 0;
  border: 0;
  outline: none;
  background-image: url("../images/burger-icon.jpg");
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.no-svg .nav-btn {
  background-image: url("../images/nav-icon.png");
}

.nav-btn:hover,
.nav-btn:focus {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
}

#nav .close-btn {
  display: none;
}

#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#nav .block {
  z-index: 2;
  position: relative;
  padding: 0.75em 1.25em;
  background: #333333;
}

#nav ul {
  *zoom: 1;
  display: block;
}

#nav ul:before,
#nav ul:after {
  content: "";
  display: table;
}

#nav ul:after {
  clear: both;
}

#nav li {
  display: block;
}

#nav li a {
  color: #fff;
  display: block;
  line-height: 24px;
  outline: medium none;
}

#nav li a:focus,
#nav li a:hover {
  color: #fff;
}

#nav li.is-active a {
  color: #000;
}

#top {
  z-index: 100;
  position: relative;
  color: #000;
}

#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}

#top .nav-btn {
  position: absolute;
  top: 0;
  left: 1.875em;
}

#main {
  background: #fff;
}

#main .block {
  padding: 2.625em 1.875em;
}

footer[role="contentinfo"] {
  background: #ddd;
}

.offers {
  margin-bottom: 15px
}

.icons-ars {
  font-weight: normal
}

.icons-ars .fa {
  padding: 0 15px
}

.cust-detail tr td {
  vertical-align: top !important
}

.cust-detail tr td p {
  font-size: 12px
}

.compressed-td {
  width: 42% !important
}











/* select */

.sbHolder {
  background-color: #2d2d2d;
  border: solid 1px #515151;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  position: relative;
  width: inherit;
}

.sbHolder:focus .sbSelector {}

.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #EBB52D;
  outline: none;
  text-decoration: none;
}

.sbToggle {
  background: url(../images/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.sbToggle:hover {
  background: url(../images/select-icons.png) 0 -167px no-repeat;
}

.sbToggleOpen {
  background: url(../images/select-icons.png) 0 -16px no-repeat;
}

.sbToggleOpen:hover {
  background: url(../images/select-icons.png) 0 -66px no-repeat;
}

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {}

.sbHolderDisabled .sbToggle {}

.sbOptions {
  background-color: #212121;
  border: solid 1px #515151;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
}

.sbOptions li {
  padding: 0 7px;
}

.sbOptions a {
  border-bottom: dotted 1px #515151;
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
}

.sbOptions a:link,
.sbOptions a:visited {
  color: #ddd;
  text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #EBB52D;
}

.sbOptions li.last a {
  border-bottom: none;
}

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
  padding-left: 17px;
}

.address-icons a {
  margin-right: 5px
}

.address-icons a:hover {
  text-decoration: none !important
}

@media screen and (min-width: 769px) {
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav ul {
    text-align: center;
    white-space: nowrap;
  }
  #nav li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-right: none;
  }
  #nav li a {
    padding: 0.42857em 0.85714em;
  }
}

@media screen and (max-width: 769px) {
  .menu {
    padding: 20px 15px;
    position: relative;
  }
  #top .nav-btn {
    top: -12px;
    left: 0px;
  }
  .nav-pills>li>a {
    background-color: transparent !important
  }
  .nav-pills>li>a {
    border-radius: 0
  }
  .make-unvisible {
    position: static
  }
  #nav li a {
    color: #fff
  }
  .nav-pills>li {
    float: none
  }
  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 2.14286em;
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus,
  .js-ready #nav .close-btn:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .js-ready #nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }
  .js-nav #inner-wrap {
    left: 70%;
  }
  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    /*        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);*/
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#google_link_layer {
  float: left;
  position: absolute;
  z-index: 1000;
  width: 400px;
  height: 262px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

#google_link_button {
  color: #fff;
  font-size: 14px;
  margin: 0;
  position: absolute;
  /* 2 */
  top: 60%;
  /* 3 */
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -60%);
  padding: 4px 10px 4px 10px;
  background: rgba(0, 0, 0, 0.8);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#address_map_options {
  display: inline;
  float: left;
  padding: 0px 0px 0px 0px;
}

#address_map_options img {
  border: 1px solid #c1c1c1;
}

.register .mailDailyDishesDiv input {
  outline: none;
  width: 20px;
  box-shadow: none;
  display: inline-block;
  margin: 0px;
  height: 30px;
  line-height: 30px;
  float: left;
}

.register .mailDailyDishesDiv label {
  padding-top: 0px;
  width: auto;
  float: none;
  display: inline-block;
  /* height: 10px; */
  line-height: 30px;
  text-align: left;
  float: left;
}

@media ( min-width:769px) {
  .with-sidebar {
    border-right: 1px solid #c1c1c1;
  }
  .register .with-sidebar {
    border-right: 1px solid #c1c1c1;
  }
  .reminder .with-sidebar {
    border-right: 1px solid #c1c1c1;
  }
  .register .signup-r-text {
    margin-top: 35px;
  }
  .register .mailDailyDishesDiv {
    /* text-align: center; */
    width: 57%;
    margin: 0px auto;
  }
}

@media ( max-width:768px) {
  .login .block-btn {
    display: block;
    width: 100%;
  }
  .register .block-btn {
    display: block;
    width: 100%;
  }
  .register .mleft {
    margin-left: 0px;
  }
  .register .signup-r-text {
    margin-top: 0px;
  }
  .register .btn-align .mleft {
    float: none;
  }
  .register .mailDailyDishesDiv {
    width: 95%;
    margin: 0 auto;
  }
  .reminder .block-btn {
    display: block;
    width: 100%;
  }
}

.spinner-sprite,
.spinner .value,
.spinner .value.passive {
  background-color: #000;
  background: #000;
}











/* cyrillic-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}











/* cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}











/* greek-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}











/* greek */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}











/* vietnamese */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}











/* latin-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}











/* latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}











/* cyrillic-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}











/* cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}











/* greek-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}











/* greek */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}











/* vietnamese */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}











/* latin-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}











/* latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.suggest {
  list-style: none;
  text-align: center;
  padding: 0;
  /*background-color: #fff;*/
}

.suggest li {
  padding-bottom: 12px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
}

@media ( max-width:768px) {
  .suggest-box h1 {
    margin-top: 20px;
  }
}

.order-details {
  border: 1px solid #cacaca;
  margin-top: 20px;
  padding: 10px 22px 20px 22px;
  background-color: #fff;
}

.order-details h1 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-weight: 600;
}

.order-details table {
  font-size: 14px;
}

.order-details td {
  padding: 6px 0;
}

.order-details table h3 {
  font-size: 18px;
  padding: 0px;
  margin: 0px;
}

.shakeit {
  -webkit-animation-name: thumb;
  -webkit-animation-duration: 200ms;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: linear;
}

.itemaddedanimate {
  -webkit-transition: all ease-in-out 0.5s;
}

@-webkit-keyframes thumb {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

.more-options {
  font-size: 12px;
}

.addressTitle {
  font-size: 20px;
  color: #000;
  padding-right: 20px;
}

.container-rpadding {
  padding-left: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .table-condensed>tbody>tr>td:first-child {
    font-size: 10px!important;
  }
}

#address_map_options {
  width: 100%;
}

.item {
  padding: 8px 10px;
  cursor: pointer;
}

.item:hover {
  background: #337ab7;
  color: #fff;
}

.geosuggest {
  list-style: none;
  padding: 0;
}

.geo-wrapper {
  background: #fff;
}

.no-hover:hover {
  color: initial!important;
  background: initial!important;
}

.historyTable,
.billing,
.single-view-table {
  width: 100%;
}

.historyTable td,
.historyTable th,
.billing td,
.billing th,
.single-view-table td,
.single-view-table th {
  padding: 15px;
}

.box {
  text-align: right;
  padding: 15px;
  float: right;
  width: 50%;
  border: 1px solid #cacaca;
  background: #fff;
}

.title,
.currency {
  color: #000;
  font-size: 28px;
}

.list-unstyle {
  list-style-type: none;
}

.inline-block {
  display: inline-block;
}

.sweet-overlay2 {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert2 {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 0!important;
  padding: 17px;
  width: 478px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: none;
  top: 20%;
  z-index: 99999;
}

@media (min-width: 768px) {
  .sweet-alert2 {
    margin: 30px auto;
  }
}

@media all and (max-width: 540px) {
  .sweet-alert2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.btn-success,
.btn-success:active,
.btn-success:hover,
.btn-success:visited {
  background-color: #5cb85c!important;
}

.sweet-alert2 h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert2 p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert2 fieldset {
  border: none;
  position: relative;
}

.sweet-alert2 .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert2 .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert2 .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert2 .sa-error-container p {
  display: inline-block;
}

.sweet-alert2 .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert2 .sa-input-error::before,
.sweet-alert2 .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert2 .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert2 .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert2 .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert2 input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert2 input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert2 input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert2 input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert2 input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert2 input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert2 input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert2 input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert2.show-input input {
  display: block;
}

.sweet-alert2 .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert2 .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert2 button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert2 button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert2 button:hover {
  background-color: #7ecff4;
}

.sweet-alert2 button:active {
  background-color: #5dc2f1;
}

.sweet-alert2 button.cancel {
  background-color: #C1C1C1;
}

.sweet-alert2 button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert2 button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert2 button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert2 button[disabled] {
  opacity: .6;
  cursor: default;
}

.sweet-alert2 button.confirm[disabled] {
  color: transparent;
}

.sweet-alert2 button.confirm[disabled]~.la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert2 button::-moz-focus-inner {
  border: 0;
}

.sweet-alert2[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert2[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert2 .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert2 .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert2 .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert2 .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert2 .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert2 .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert2 .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert2 .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert2 .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert2 .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert2 .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert2 .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

.sweet-alert2 .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert2 .sa-icon.sa-success::before,
.sweet-alert2 .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert2 .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert2 .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert2 .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert2 .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert2 .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert2 .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert2 .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert2 .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

.sweet-alert2 .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert2 .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}











/* Success icon */

.sweet-alert2 .sa-icon.sa-success {
  border-color: transparent\9;
}

.sweet-alert2 .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert2 .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.showSweetAlert2[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert2[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert2[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert2[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}


tooltip tip-tip {
  font-size: 0.85em!important;
}

.no-hover:hover {
  color: initial!important;
  background: initial!important;
}

.borderless {
  border: none!important;
}

.borderless label,
.list-group label {
  font-weight: normal!important;
}

.unstyled {
  list-style-type: none;
  padding: 0;
}

.list-group {
  font-size: 12px;
  vertical-align: middle;
  line-height: 1.42857143;
  padding: 1px 30px;
}

