/* ========================================================== *
/*!
 * MobileUX v1.0.0
 * Copyright 2018 by maxartkiller.com - by maxartkiller
 * Licence must be purchased before use. Buy it before use in any project
*/


/*---------------------------------------------------------

[Table of contents]

1. base layout css
2. sidebar css 
3. fullscreen menu 
4. modal box 
5. navigation menu
6. header css 
7. color scheme css
8. button css 
9. background css
10. dashboard swiper slider 
11. swiper css
12. List group css
13. card css
14. media css
15. media css
16. sparkline  chart toolti
17. avatar css
18. footer
19. login page
20. form control
21. tabs
22. Footer
23. iphone x updates
24. Scrolbar webkit css 
25. Media query css

---------------------------------------------------------*/


/* base layout css */

html,
body {
    height: 100%;
    overflow: hidden
}
body {
    font-size: 14px;
    color: #666666;
}
.wrapper {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden
}
.page {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.page-content {
    padding: 0;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    position: relative;
}
header.fixed-header~.page-content {
    padding-top: 50px;
}
.content-sticky-footer {
    min-height: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    clear: both;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
    color: #ffffff;
}
.no-bg {
    background: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.no-bg:after {
    display: none
}
.theme-dark .border-top,
.theme-dark .border-bottom,
.theme-dark .border-left,
.theme-dark .border-right,
.theme-dark .border,
.theme-dark hr {
    border-color: #333333 !important;
}
.md .z2 {
    -ms-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12) !important;
    -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12) !important;
    -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12) !important;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12) !important;
}
.text-normal {
    text-transform: none
}
.bg-none {
    background: none !important
}
.hljs {
    background: #f5f7ff;
    border: 1px dashed #8dacff;
}
.ios .max-demo-frame header {
    padding-top: 30px;
    height: 80px;
}
.ios .max-demo-frame .sidebar,
.ios .max-demo-frame .searchcontrol {
    padding-top: 30px;
}
.ios .max-demo-frame header.fixed-header~.page-content {
    padding-top: 80px;
}
.ios .max-demo-frame .login-logo {
    margin-top: 25%;
}
.no-shadow:after {
    display: none
}

/* sidebar css */

.sidebar {
    height: 100%;
    width: 280px;
    position: fixed;
    top: 0;
    z-index: 9;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}
.sidebar-left {
    left: -300px;
}
.md .sidebar-left {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.sidebar-right {
    right: -300px;
}
.md .sidebar-right {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.menu-left-open .sidebar-left {
    left: 0;
}
.menu-right-open .sidebar-right {
    right: 0;
}
.menu-left-open .backdrop,
.menu-right-open .backdrop-right {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5
}
.ios .menu-left-open .backdrop,
.ios .menu-right-open .backdrop-right {
    background: rgba(255, 255, 255, 0.5);
}
.push-content-right.menu-right-open .page {
    margin-left: -280px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    z-index: 10;
}
.push-content-right.menu-right-open .backdrop-right {
    background: none;
    z-index: 11;
    left: -280px;
}
.push-content-left.menu-left-open .page {
    margin-left: 280px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    z-index: 10;
}
.push-content-left.menu-left-open .backdrop {
    background: none;
    z-index: 11;
    left: 280px;
}
.profile-link {
    padding: 15px;
    color: #ffffff
}
.profile-link .media .media-body h5 {
    color: #ffffff;
}
.profile-link .media .media-body p {
    color: rgba(255, 255, 255, 0.7);
}

/* fullscreen menu */

.fullscreen-menu {
    /* background: #2196f3; */
    color: #fff;
    text-align: center;
}
.fullscreen-menu a {
    color: #0a539d;
    /* border: 4px inset;
    border-color: #0a539d; */
	box-shadow: 3px 3px 24px #ccc;
}
.closebutton {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
    vertical-align: middle;
    text-align: center
}
.user-fullmenu figure {
    height: 80px;
    width: 80px;
    display: block;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    margin: 0% auto 5px auto;
}
.user-fullmenu figure img {
    margin-bottom: 0;
    width: 100%;
}
.user-fullmenu .media-content {
    display: block;
    width: 100%;
}
.user-fullmenu .media-content h6 {
    margin: 0;
    color: #ffffff;
}
.user-fullmenu .media-content h6 small {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}
.fullscreen-menu .menulist {
    padding: 0;
}
.fullscreen-menu .menulist ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
/* .fullscreen-menu .menulist ul li {
    width: 48%;
    display: inline-block;
    margin-bottom: 15px;
} */
.fullscreen-menu .menulist ul li a {
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 10px;
	border-bottom: 5px solid #7a19a0;
	/* border-radius: 10px; */
	/* width: 70px;
	
	height:70px; */
}
.fullscreen-menu .menulist ul li a .icon {
    background: rgba(255, 255, 255, 0.2);
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    /* border-radius: 50%; */
    display: block;
    margin: 5px auto
}
.button.autowidthbtn {
    width: auto;
    display: inline-block;
    padding: 0 30px
}
.fullscreen-menu .menulist ul li a:hover .icon {
    background: rgba(255, 255, 255, 0.5);
}

/* modal box */

.modal-header {
    padding: 0.5em 1rem;
    border-bottom: 0
}
.popup-fullmenu .modal-dialog {
    display: flex;
    height: 100%;
    margin: 0 auto;
    align-items: center;
}
.popup-fullmenu .modal-content {
    border-radius: 0;
    max-height: 100%;
    height: 824px;
    overflow-y: auto;
}
.ios .modal-content > .background {
    border-radius: 4px 4px 0 0
}

/* navigation menu */

.navbar {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
}
.navbar .navbar-nav {
    width: 100%;
    display: block
}
.navbar .navbar-nav li {
    width: 100%;
    display: block;
    margin-bottom: -1px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .navbar-nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .navbar-nav li .dropdown-menu {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.navbar .navbar-nav li a.dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 24px;
}
.navbar .navbar-nav li a {
    width: 100%;
    display: block;
    line-height: 28px;
    padding: 10px 15px;
    font-size: 15px;
    color: #ffffff;
    vertical-align: middle
}
.navbar .navbar-nav li .dropdown-menu a {
    padding-left: 48px;
    color: rgba(255, 255, 255, 0.8);
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}
.navbar .navbar-nav li a i {
    font-size: 20px;
    vertical-align: middle;
    width: 30px;
    text-align: left
}

/* header css */

/** my css start **/

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

.gradientbtn{
margin-top: 10px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}

.login-input{/* background: rgba(255,255,255,0.3); */
    margin-bottom: 10px;
	border-bottom-right-radius: 19px !important;
    border-top-left-radius: 19px !important;
	    border-bottom: 3px solid #fff !important
	}

.loginbg{}

.login-input .input-group-prepend{
border-top-left-radius: 5px !important;
    background:rgba(255,255,255,0.3) !important;
    color: #fff !important;
  border-top-left-radius: 19px !important
	}

.login-input .input-group-prepend .input-group-text i{color:#fff!important;}

.login-item a{border:none!important;}

.login-input input {
    color: #fff!important;
}

.input-group-prepend ,::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e0dede!important;
  opacity: 1; /* Firefox */
}


/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  
  border-radius: 48px;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.gridmenu{}

.gridlist{}

.itemhead{
  font-size: 14px;
    color: #9327b5 !important;
    text-transform: capitalize;
}

.menulist{margin-top: 17px;}

.loginpg{}

.loginpg p{color: #fff;
    text-align: center;
    font-size: 18px !important;
    padding-bottom: 25px;}
	
.navmenu-left{text-align:left;}	
.navmenu-right{text-align:right;}	

.navmenu-right img{width:50px;margin-bottom: -17px;}

.navmenu a{padding:15px;}

.loginpg h1{padding-left:10px;}
.loginpg p{text-align:left!important;}

.navmenu:hover .navmenu-right img{
  position: relative;
  -webkit-animation: mymove 1s infinite; /* Safari 4.0 - 8.0 */
  -moz-animation: mymove 1s infinite;
  animation: mymove 1s infinite;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
   -webkit-animation-fill-mode: forwards;
   -moz-animation-fill-mode: forwards;
   text-align:center;
  }
  
  .navmenu:hover .navmenu-left span{
  position: relative;
  -webkit-animation: mymove1 1s infinite; /* Safari 4.0 - 8.0 */
  -moz-animation: mymove1 1s infinite;
  animation: mymove1 1s infinite;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
   -webkit-animation-fill-mode: forwards;
   -moz-animation-fill-mode: forwards;
   text-align:center;
  }
  
  /* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from {right: 0px;}
  to {right: 76px;}
}

@keyframes mymove {
  from {right: 0px;}
  to {right: 76px;}
}

/* @-webkit-keyframes mymove1 {
  from {left: 0px;}
  to {left: 32px;}
}

@keyframes mymove1 {
  from {left: 0px;}
  to {left: 32px;}
} */

.menulist ul li{margin-bottom:15px;}

.tiffin-img{
   background: url(../img/left1.png)no-repeat 189px 0;
    width: 100%;
    height: 259px;
    margin-top: 0 !important;
}

.tiffinbg{
text-align: center;;
   /*  background: rgba(0,0,0,0.3);
	border-bottom: 1px solid #a70fe6; */
    margin-bottom: 10px;
}

.tiffinbg h4{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 500;
    padding-top: 15px;   
    color: #610fce;
    font-size: 26px;
}

.tiffinbg1 ul{padding-left: 23px !important;text-align: left;}

.tiffinbg1 ul li{
   margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 1px;
	list-style:circle;
	color:#000;
}

.basic{}

.basic a{
padding: 8px;
    display: block;
    width: 100%;
    font-size: 16px;
    margin-top:0;
    color: #f74eb0;
   
}

.order{}

.order1 ul{padding-left:0;}

.order1 ul li{
       list-style: none;
    text-align: left;
    color: #000;
    font-size: 20px;
	margin-bottom: 20px;
}

.order1 ul li a{
  box-shadow: 1px 1px 19px #ccc;
    display: block;
    padding: 12px;
    border-bottom: 2px solid #f70b94;
}

.order-person{background: #5e10c5;}

.order-person h5{color:#fff;}

.savebtn{background: #5e10c5;border:1px solid #5e10c5;}

.lunch-h h5{font-weight: 400;
    font-size: 15px;}
	
.calendar-table{}

.calendar-table tr{}

.calendar-table tr td{border-color: #ccc;}	
.calendar-table tr td:hover{background: #da119b;border-color:#ccc;color:#fff;}	
.calendar-table tr th{
  padding: 4px;
    color: #c1168c;
    border-color: #ccc;
}	

.list-modal{border-bottom: 2px solid #5e10c5 !important;}

.gradient1{
   background-image: -moz-linear-gradient(63deg, rgb(241, 9, 148) 0%, rgb(234, 28, 200) 52%, rgb(88, 12, 128) 100%);
    background-image: -webkit-linear-gradient( 63deg, rgb(241, 9, 148) 0%, rgb(234, 28, 200) 52%, rgb(88, 12, 128) 100%);
    background-image: -ms-linear-gradient(63deg, rgb(241, 9, 148) 0%, rgb(234, 28, 200) 52%, rgb(88, 12, 128) 100%);
	color:#fff;
}

.delivery{
    text-align: center;
    padding-left: 0;
	margin-top: 14px;
}
.table-condensed {
	padding: 0.1rem !important;
	text-align: center;
}
.delivery li p{color:#969292;}
.btnsave{
  background: rgba(0,0,0,0.2);
    border: none;
    
}

.tiffininput input{color:#fff!important;}


.delivery li{margin:0 auto;text-align:center;}
.slidecontent{padding-top: 0!important;}

.slide-wrapper{}

.slide-wrapper div img{width:100%;}

.deliverydiv{}

.deliverydiv label{
   color: #000;
    font-size: 15px;
}

.deliveryclass div{text-align: left;}
.deliveryclass{margin-bottom:10px;}

.fast li p{color: #b5aeae;}

.address{}

.address p{
 color: #9c16b5;
    background: transparent;
    padding: 10px;
    display: block;
    box-shadow: 0px 3px 24px #d8d8d8;
    margin-top: 10px;
    border-radius: 6px;
    border-left: 3px solid;
    border-bottom: 1px solid #f0cdf7;
}

.deliverydiv{padding-top: 18px;}

.deliverydiv a{box-shadow:none;}

.addreddheader{ background: url(../img/bhaji.jpg)repeat 0 0;
    height:60px;
    width: 100%;}
	
.basic h4 a{
 background: url(../img/inbg.png)repeat -47px -149px;
    height: 73px;
    width: 100%;
    color: #fff;}	
	
.calendar-table{}

.calendar-table tr td span{}

.dinnerblog{}
.calendar-table tr .dinnerblog span{display:none}
.calendar-table tr .dinnerblog:hover span{
     background:#000;
	 color:#fff;
	 display:block;
	 transition:2s ease;
}

.dinnerblog a{display:block;}	

.tooltip-inner{    background-color: #5e10c5;padding:10px;}

/** checkbox start **/

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

input[type="checkbox"] + label {
    color:#f2f2f2;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../img/check.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(../img/check.png) -19px top no-repeat;
}

.checkdiv{height:0;

/* width: 20px;
height: 20px;
border-style: solid;
border-width: 0 43px 43px 0;
border-color: transparent #007bff transparent transparent;
line-height: 0px;
_border-color: #000000 #007bff #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg); */
}

/*
P.S: if you like my content maybe you will become a donator and donate some money? That helps me to create new awesome materials. https://www.paypal.me/melnik909
*/

/*
I've used nested span elements for creating an animation of square turn and creating an arrow animation. But if you know other a solution please email me
melnik909@ya.ru
*/

/*
=====
LEVEL 1. CORE STYLES
=====
*/

.toggle{
  --uiToggleSize: var(--toggleSize, 20px);
  --uiToggleIndent: var(--toggleIndent, .4em);
  --uiToggleBorderWidth: var(--toggleBorderWidth, 2px);
  --uiToggleColor: var(--toggleColor, #000);
  --uiToggleDisabledColor: var(--toggleDisabledColor, #868e96);
  --uiToggleBgColor: var(--toggleBgColor, #fff);
  --uiToggleArrowWidth: var(--toggleArrowWidth, 2px);
  --uiToggleArrowColor: var(--toggleArrowColor, #fff);

  display: inline-block;
  position: relative;
}

.toggle__input{
  position: absolute;
  left: -99999px;
}

.toggle__label{
  display: inline-flex;
  cursor: pointer;
  min-height: var(--uiToggleSize);
  padding-left: calc(var(--uiToggleSize) + var(--uiToggleIndent));
}

.toggle__label:before, .toggle__label:after{
  content: "";
  box-sizing: border-box;  
  width: 1em;
  height: 1em;
  font-size: var(--uiToggleSize);

  position: absolute;
  left: 0;
  top: 0;
}

.toggle__label:before{
  border: var(--uiToggleBorderWidth) solid var(--uiToggleColor);
  z-index: 2;
}

.toggle__input:disabled ~ .toggle__label:before{
  border-color: var(--uiToggleDisabledColor);
}

.toggle__input:focus ~ .toggle__label:before{
  box-shadow: 0 0 0 2px var(--uiToggleBgColor), 0 0 0px 4px var(--uiToggleColor);
}

.toggle__input:not(:disabled):checked:focus ~ .toggle__label:after{
  box-shadow: 0 0 0 2px var(--uiToggleBgColor), 0 0 0px 4px var(--uiToggleColor);
}

.toggle__input:not(:disabled) ~ .toggle__label:after{
  background-color: var(--uiToggleColor);
  opacity: 0;
}

.toggle__input:not(:disabled):checked ~ .toggle__label:after{
  opacity: 1;
}

.toggle__text{
  margin-top: auto;
  margin-bottom: auto;
}

/*
The arrow size and position depends from sizes of square because I needed an arrow correct positioning from the top left corner of the element toggle
*/

.toggle__text:before{
  content: "";
  box-sizing: border-box;
  width: 0;
  height: 0;
  font-size: var(--uiToggleSize);

  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-color: var(--uiToggleArrowColor);

  position: absolute;
  top: .5428em;
  left: .2em;
  z-index: 3;

  transform-origin: left top;
  transform: rotate(-40deg) skew(10deg);
}

.toggle__input:not(:disabled):checked ~ .toggle__label .toggle__text:before{
  width: .5em;
  height: .25em;
  border-left-width: var(--uiToggleArrowWidth);
  border-bottom-width: var(--uiToggleArrowWidth);
  will-change: width, height;
  transition: width .1s ease-out .2s, height .2s ease-out;
}

/*
=====
LEVEL 2. PRESENTATION STYLES
=====
*/

/* 
The demo skin
*/

.toggle__label:before, .toggle__label:after{
  border-radius: 2px;
}

/* 
The animation of switching states
*/

.toggle__input:not(:disabled) ~ .toggle__label:before,
.toggle__input:not(:disabled) ~ .toggle__label:after{
  opacity: 1;
  transform-origin: center center;
  will-change: transform;
  transition: transform .2s ease-out;
}

.toggle__input:not(:disabled) ~ .toggle__label:before{
  transform: rotateY(0deg);
  transition-delay: .2s;
}

.toggle__input:not(:disabled) ~ .toggle__label:after{
  transform: rotateY(90deg);
}

.toggle__input:not(:disabled):checked ~ .toggle__label:before{
  transform: rotateY(-90deg);
  transition-delay: 0s;
}

.toggle__input:not(:disabled):checked ~ .toggle__label:after{
  transform: rotateY(0deg);
  transition-delay: .2s;
}

.toggle__text:before{
  opacity: 0;
}

.toggle__input:not(:disabled):checked ~ .toggle__label .toggle__text:before{
  opacity: 1;
  transition: opacity .1s ease-out .3s, width .1s ease-out .5s, height .2s ease-out .3s;
}

/*
=====
LEVEL 3. SETTINGS
=====
*/

.toggle{
  --toggleColor: #690e90;
  --toggleBgColor: #9b59b6;
  --toggleSize: 19px;
}


/** checkbox end **/

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,00,000,.5)}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,000,0,.5)}

/* #myModal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%); */

.basketbox tr th{
background: #ececec;
    color: #f70b94;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}	

.basketbox tr td{color: #6c757d;font-size: 15px;}

#MyBasket{}

#MyBasket img{
    position: relative;
    top: 41px;
    z-index: -99;
	    margin: 0 auto;

}

.basketorder ul li{text-align:center!important;}

.baskettotal td{background: #9c16b5;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff!important;}

.contactdetail{}

.contactdetail a{color:#666;}


.contactdetail a i{vertical-align:middle;font-size: 15px;}

.contactdetail p a:hover{color:#f70b94;}

.taodaymenubg{background: url(../img/bgslider2.png);width:100%;}

.newsidebar{overflow:scroll;}

/*********************** social icons start ************/

/* ---------- GENERAL ---------- */



a {
	text-decoration: none;
}



/* ---------- SOCIAL ---------- */

.social1 {
	position: relative;
	height: 3em;
	width: 13.5em;
}

.social1 li {
    display: block;
    height: 3em;
    line-height: 0em;
    margin: 9px;
    position: absolute;
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    width: 3em;
}

.social1 a {
    color: #fffdf0;
    display: block;
    height: 3em;
    line-height: 3em;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 3em;
    box-shadow: none !important;
}

.social1 li:hover {
  -webkit-transform: scale(1.3,1.3) rotate(45deg);
	-moz-transform: scale(1.3,1.3) rotate(45deg);
  -ms-transform: scale(1.3,1.3) rotate(45deg);
	-o-transform: scale(1.3,1.3) rotate(45deg);
  transform: scale(1.3,1.3) rotate(45deg);
}

.facebook {
	background: #155b9d;
	left: 0;
	top: 0%;
}

.twitter {
	background: #ff0000;
	bottom: 0;
	left: 25%;
}

.dribbble {
	background: #d05f8f;
	left: 50%;
	top: 0%;
}

.behance {
	background: #009688;
	bottom: 0;
	left: 75%;
}

.linked-in {
	background: #157f9d;
	left: 100%;
	top: 0%;
}
/************************ social icons end ***************/

.social1{margin: 0px auto;margin-top: 49px;}

.social1 li{}

.social1 li a i{font-size: 17px;}


.needhelp{margin-top: 5px;text-align:left;float: left;margin-right: 19px;}

.needhelp i{font-size:26px;}

.need_help{overflow:hidden;}
@media(max-width:480px){
  
  #MyBasket img{}
  
  .wrapper1{height:42vh!important;}
  .torderimg img{width:100%;}

}	
/** my css end **/

header {
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 6;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
}
.ios header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header > .right,
header > .left {
    width: auto;
    display: flex
}
header > .right a,
header > .left a {
    width: 50px;
    height: 50px;
    line-height: 44px;
    display: block;
    text-align: center;
}
header > .right a:hover,
header > .left a:hover {
    background: rgba(0, 0, 0, 0.1);
}
header > .right a i,
header > .left a i {
    display: inline-block;
    vertical-align: middle
}
header.fixed-header {
    position: absolute;
    top: 0;
    left: 0
}
.md header:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    top: 100%;
    bottom: auto;
    height: 10px;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), color-stop(40%, rgba(0, 0, 0, .1)), color-stop(50%, rgba(0, 0, 0, .05)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
.logo {
    width: auto;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    line-height: 50px;
    font-weight: 600;
    vertical-align: middle;
     margin-left: 3px;
}
.logo:hover {
   
    text-decoration: none
}
.logo figure {
    width: auto;
    height: 50px;
    vertical-align: top;
    display: inline-block;
    margin: 0;
    margin-right: 5px;
        
}
.logo figure img {
    max-height: 22px;
    vertical-align: middle;
    margin-top: -5px
}

/* color scheme css */

header a {
    color: #ffffff
}
.ios .btn.gradient,
.ios .color-theme-blue .btn.gradient,
.md .color-theme-blue .btn.gradient,
.btn.gradient-blue,
.gradient-blue {
    background-image: -moz-linear-gradient( 63deg, rgb(18, 131, 246) 0%, rgb(136, 17, 211) 100%);
    background-image: -webkit-linear-gradient( 63deg, rgb(18, 131, 246) 0%, rgb(136, 17, 211) 100%);
    background-image: -ms-linear-gradient( 63deg, rgb(18, 131, 246) 0%, rgb(136, 17, 211) 100%);
    color: #ffffff;
}
.ios .color-theme-red .btn.gradient,
.btn.gradient-red,
.md .color-theme-red .btn.gradient,
.gradient-red {
    background-image: -moz-linear-gradient( 63deg, rgb(244, 70, 94) 0%, rgb(244, 111, 70) 100%);
    background-image: -webkit-linear-gradient( 63deg, rgb(244, 70, 94) 0%, rgb(244, 111, 70) 100%);
    background-image: -ms-linear-gradient( 63deg, rgb(244, 70, 94) 0%, rgb(244, 111, 70) 100%);
    color: #ffffff;
}
.ios .color-theme-green .btn.gradient,
.btn.gradient-green,
.md .color-theme-green .btn.gradient,
.gradient-green {
    background-image: -moz-linear-gradient( 63deg, rgb(175, 0, 196) 0%, rgb(164, 24, 189) 52%, rgb(88, 12, 128) 100%);
    background-image: -webkit-linear-gradient( 63deg, rgb(175, 0, 196) 0%, rgb(164, 24, 189) 52%, rgb(88, 12, 128) 100%);
    background-image: -ms-linear-gradient( 63deg, rgb(175, 0, 196) 0%, rgb(164, 24, 189) 52%, rgb(88, 12, 128) 100%);
    color: #ffffff;
}
.ios .color-theme-pink .btn.gradient,
.btn.gradient-pink,
.md .color-theme-pink .btn.gradient,
.gradient-pink {
    background-image: -moz-linear-gradient( 63deg, rgb(227, 24, 172) 0%, rgb(239, 70, 194) 48%, rgb(251, 116, 215) 100%);
    background-image: -webkit-linear-gradient( 63deg, rgb(227, 24, 172) 0%, rgb(239, 70, 194) 48%, rgb(251, 116, 215) 100%);
    background-image: -ms-linear-gradient( 63deg, rgb(227, 24, 172) 0%, rgb(239, 70, 194) 48%, rgb(251, 116, 215) 100%);
    color: #ffffff;
}
.ios .color-theme-yellow .btn.gradient,
.btn.gradient-yellow,
.md .color-theme-yellow .btn.gradient,
.gradient-yellow {
    background-image: -moz-linear-gradient( 63deg, rgb(247, 146, 47) 0%, rgb(251, 169, 24) 48%, rgb(255, 192, 0) 100%);
    background-image: -webkit-linear-gradient( 63deg, rgb(247, 146, 47) 0%, rgb(251, 169, 24) 48%, rgb(255, 192, 0) 100%);
    background-image: -ms-linear-gradient( 63deg, rgb(247, 146, 47) 0%, rgb(251, 169, 24) 48%, rgb(255, 192, 0) 100%);
    color: #ffffff;
}
.ios .color-theme-orange .btn.gradient,
.btn.gradient-orange,
.md .color-theme-orange .btn.gradient,
.gradient-orange {
    background-image: -moz-linear-gradient( 63deg, rgb(255, 132, 0) 0%, rgb(255, 176, 62) 100%);
    background-image: -webkit-linear-gradient( 63deg, rgb(255, 132, 0) 0%, rgb(255, 176, 62) 100%);
    background-image: -ms-linear-gradient( 63deg, rgb(255, 132, 0) 0%, rgb(255, 176, 62) 100%);
    color: #ffffff;
}
.ios .color-theme-gray .btn.gradient,
.btn.gradient-gray,
.md .color-theme-gray .btn.gradient,
.gradient-gray {
    background-image: -moz-linear-gradient( 63deg, rgb(165, 161, 170) 0%, rgb(207, 206, 207) 100%);
    background-image: -webkit-linear-gradient( 63deg, rgb(165, 161, 170) 0%, rgb(207, 206, 207) 100%);
    background-image: -ms-linear-gradient( 63deg, rgb(165, 161, 170) 0%, rgb(207, 206, 207) 100%);
    color: #ffffff;
}
.ios .color-theme-black .btn.gradient,
.btn.gradient-black,
.md .color-theme-black .btn.gradient,
.gradient-black {
    background-image: -moz-linear-gradient( 63deg, rgb(27, 26, 26) 0%, rgb(0, 48, 79) 100%);
    background-image: -webkit-linear-gradient( 63deg, rgb(27, 26, 26) 0%, rgb(0, 48, 79) 100%);
    background-image: -ms-linear-gradient( 63deg, rgb(27, 26, 26) 0%, rgb(0, 48, 79) 100%);
    color: #ffffff;
}
.color-theme-red .background {
    background: #e2223c;
}
.ios .color-theme-red .sidebar,
.ios .color-theme-red .fullscreen-menu,
.md .color-theme-red .sidebar,
.md .color-theme-red .fullscreen-menu,
.md .color-theme-red header,
.color-theme-red .circle-background:before {
    background: #f4465e;
}
.ios .color-theme-red header {
    color: #f4465e;
    background: #ffffff
}
.ios .color-theme-red header a,
.ios .color-theme-red header .logo,
.ios .color-theme-red .nav-tabs .nav-item .nav-link.active,
.color-theme-red .block-title,
.color-theme-red .tabber-bottom .nav-tabs .nav-link.active {
    color: #f4465e !important;
}
.color-theme-green .background {
    background: #009f5d;
}
.ios .color-theme-green .sidebar,
.ios .color-theme-green .fullscreen-menu,
.md .color-theme-green .sidebar,
.md .color-theme-green .fullscreen-menu,
.md .color-theme-green header,
.color-theme-green .circle-background:before {
    background: #00c473;
}
.ios .color-theme-green header {
    color: #00c473;
    background: #ffffff
}
.ios .color-theme-green header a,
.ios .color-theme-green header .logo,
.ios .color-theme-green .nav-tabs .nav-item .nav-link.active,
.color-theme-green .block-title,
.color-theme-green .tabber-bottom .nav-tabs .nav-link.active {
    color: #00c473 !important;
}
.color-theme-blue .background {
   /*  background: #0366cb; */
}
.ios .color-theme-blue .sidebar,
.ios .color-theme-blue .fullscreen-menu,
.md .color-theme-blue .sidebar,
.md .color-theme-blue .fullscreen-menu,
.md .color-theme-blue header,
.color-theme-blue .circle-background:before {
    /* background: #0a539d; */
}
.ios .color-theme-blue header {
    color: #1283f6;
    background: #ffffff
}
.ios .color-theme-blue header a,
.ios .color-theme-blue header .logo,
.ios .color-theme-blue .nav-tabs .nav-item .nav-link.active,
.color-theme-blue .block-title,
.color-theme-blue .tabber-bottom .nav-tabs .nav-link.active {
    color: #1283f6 !important;
}
.color-theme-pink .background {
    background: #de40b4;
}
.ios .color-theme-pink .sidebar,
.ios .color-theme-pink .fullscreen-menu,
.md .color-theme-pink .sidebar,
.md .color-theme-pink .fullscreen-menu,
.md .color-theme-pink header,
.color-theme-pink .circle-background:before {
    background: #fb74d7;
}
.ios .color-theme-pink header {
    color: #fb74d7;
    background: #ffffff
}
.ios .color-theme-pink header a,
.ios .color-theme-pink header .logo,
.ios .color-theme-pink .nav-tabs .nav-item .nav-link.active,
.color-theme-pink .block-title,
.color-theme-pink .tabber-bottom .nav-tabs .nav-link.active {
    color: #fb74d7 !important;
}
.color-theme-yellow .background {
    background: #e28200;
}
.ios .color-theme-yellow .sidebar,
.ios .color-theme-yellow .fullscreen-menu,
.md .color-theme-yellow .sidebar,
.md .color-theme-yellow .fullscreen-menu,
.md .color-theme-yellow header,
.color-theme-yellow .circle-background:before {
    background: #ffc000;
}
.ios .color-theme-yellow header {
    color: #ffc000;
    background: #ffffff
}
.ios .color-theme-yellow header a,
.ios .color-theme-yellow header .logo,
.ios .color-theme-yellow .nav-tabs .nav-item .nav-link.active,
.color-theme-yellow .block-title,
.color-theme-yellow .tabber-bottom .nav-tabs .nav-link.active {
    color: #ffc000 !important;
}
.color-theme-orange .background {
    background: #e07400;
}
.ios .color-theme-orange .sidebar,
.ios .color-theme-orange .fullscreen-menu,
.md .color-theme-orange .sidebar,
.md .color-theme-orange .fullscreen-menu,
.md .color-theme-orange header,
.color-theme-orange .circle-background:before {
    background: #ff8400;
}
.ios .color-theme-orange header {
    color: #ff8400;
    background: #ffffff
}
.ios .color-theme-orange header a,
.ios .color-theme-orange header .logo,
.ios .color-theme-orange .nav-tabs .nav-item .nav-link.active,
.color-theme-orange .block-title,
.color-theme-orange .tabber-bottom .nav-tabs .nav-link.active {
    color: #ff8400 !important;
}
.color-theme-gray .background {
    background: #7c7486;
}
.ios .color-theme-gray .sidebar,
.ios .color-theme-gray .fullscreen-menu,
.md .color-theme-gray .sidebar,
.md .color-theme-gray .fullscreen-menu,
.md .color-theme-gray header,
.color-theme-gray .circle-background:before {
    background: #a5a1aa;
}
.ios .color-theme-gray header {
    color: #a5a1aa;
    background: #ffffff
}
.ios .color-theme-gray header a,
.ios .color-theme-gray header .logo,
.ios .color-theme-gray .nav-tabs .nav-item .nav-link.active,
.color-theme-gray .block-title,
.color-theme-gray .tabber-bottom .nav-tabs .nav-link.active {
    color: #a5a1aa !important;
}
.color-theme-black .background {
    background: #000000;
}
.color-dark.background {
    background: #000000;
}
.color-dark.background img {
    opacity: 0.5
}
.ios .color-theme-black .sidebar,
.ios .color-theme-black .fullscreen-menu,
.md .color-theme-black .sidebar,
.md .color-theme-black .fullscreen-menu,
.md .color-theme-black header,
.color-theme-black .circle-background:before {
    background: #000000;
}
.ios .color-theme-black header {
    color: #000000;
    background: #ffffff
}
.ios .color-theme-black header a,
.ios .color-theme-black header .logo,
.ios .color-theme-black .nav-tabs .nav-item .nav-link.active,
.color-theme-black .block-title,
.color-theme-black .tabber-bottom .nav-tabs .nav-link.active {
    color: #000000 !important;
}
body.theme-dark {
    background: #000000;
    color: #dddddd
}
.md body.theme-dark .block-title,
.ios body.theme-dark .block-title {
    color: #ffffff
}
.theme-dark .swiper-slide,
.theme-dark .list .item-title,
.theme-dark .post-seconds {
    color: #ffffff
}
.theme-dark .list .item-subtitle,
.theme-dark .title-small-carousel+p {
    color: #aaaaaa;
}
.theme-dark .block-footer,
.theme-dark .block-header,
.theme-dark .block-title {
    color: #bbbbbb;
}
.theme-dark .card {
    background-color: #333;
}
.theme-dark .card.card-data-item {
    border: 1px solid #dddddd38;
}
.theme-dark .card-footer,
.theme-dark .card-header {
    border-color: rgba(255, 255, 255, 0.06);
}
.theme-dark hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .swiper-pagination-bullet {
    background: #fff;
    opacity: .3;
}
.theme-dark .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.theme-dark .list ul:before,
.theme-dark ul:before,
.theme-dark .item-inner:after,
.theme-dark .list ul:after,
.list .theme-dark ul:after {
    background-color: #666666 !important;
}
.ios .theme-dark .swiper-pagination-bullet {
    background: #ffffff
}
.theme-dark .swiper-content-block {
    border: 0px solid #ccc;
    background: #333333;
}
.md .theme-dark .swiper-content-block,
.ios .theme-dark .swiper-content-block {
    border: 1px solid #414142;
}
.theme-dark .footer,
.md .theme-dark .block.footer,
.ios .theme-dark .block.footer {
    background: rgba(232, 234, 243, 0.15);
    color: #ffffff
}
.theme-dark .footer a,
.md .theme-dark .block.footer a,
.ios .theme-dark .block.footer a,
.theme-dark .footer a i,
.md .theme-dark .block.footer a i,
.ios .theme-dark .block.footer a i {
    color: #ffffff
}
.theme-dark .footer.dark,
.md .theme-dark .block.footer.dark,
.ios .theme-dark .block.footer.dark {
    background: rgba(255, 255, 255, 0.3);
}
.theme-dark .footer-m {
    background-color: #171717;
}
.theme-dark .form-control {
    color: #ffffff;
}
.theme-dark .form-control::placeholder {
    color: rgba(255, 255, 255, 0.3);
}
.theme-dark .login-input-content {
    background: #333333;
}
.theme-dark .modal-content {
    background: #000000;
}
.block-title.color-dark {
    color: #000000 !important
}
.theme-dark .block-title.color-dark {
    color: #ffffff !important
}

/* button css */

.btn {
    text-transform: uppercase;
    border-radius: 0;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    padding: .375rem 1.5rem;
}
.ios .btn {
    border-radius: 4px !important;
}
.ios .btn-group .btn {
    border-radius: 0px !important;
}
.ios .btn-group .btn:first-child {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.ios .btn-group .btn:last-child {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.ios .btn-group.btn-group-vertical .btn {
    border-radius: 0 !important;
}
.ios .btn-group.btn-group-vertical .btn:first-child {
    border-radius: 4px 4px 0 0px !important;
}
.ios .btn-group.btn-group-vertical .btn:last-child {
    border-radius: 0 0px 4px 4px !important;
}
.ios .btn-group > .btn-group .btn:first-child {
    border-radius: 0 4px 4px 0 !important;
}
.ios .btn-group > .btn-group .btn:first-child {
    border-radius: 0 4px 4px 0 !important;
}
.ios .btn.dropdown-toggle,
.ios .btn-group .btn.dropdown-toggle {
    border-radius: 4px !important;
    border-radius: 4px !important;
}
.ios .btn+.btn.dropdown-toggle,
.ios .btn-group .btn+.btn.dropdown-toggle {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.btn-block {
    padding: .375rem 0.5rem;
}
.btn.rounded {
    border-radius: 30px !important;
}
.btn-sm {
    line-height: 30px;
    font-size: 12px;
    padding: .1rem 1rem;
}
.btn-lg {
    text-transform: uppercase;
    border-radius: 0;
    line-height: 44px;
    font-size: 16px;
    font-weight: 500;
    padding: .4rem 1.5rem;
}
.sq-btn {
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center
}
.btn i {
    vertical-align: middle;
    margin-top: -3px
}
.btn-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
}
.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}
.md .btn.gradient {
    -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12)!important;
    -ms-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12)!important;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12)!important;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12)!important;
}
.btn-group-lg>.btn,
.btn-lg {
    border-radius: 0
}
.btn-group-sm>.btn,
.btn-sm {
    border-radius: 0
}

/* background css */

.background {
    /* background: #2196f3; */
    /**height: 100%;**/
    height:auto;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box
}
.background img {
    /* opacity: 0.2; */
    width: 100%;
    top: 0;
    border: 0;
    min-height: 100%
}
.background+div {
    z-index: 1;
    position: relative
}
.background.bg-225 {
    height: 225px;
}
.background.bg-170 {
    height: 170px;
}
.background.bg-125 {
    height: 65px;
}
.title-background {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    margin: 25px auto;
}
.title-background small {
    font-size: 34px;
    font-weight: 300
}
.full-screen-background {
    width: 100%;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
    position: relative;
}
.full-screen-background img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.circle-background:before {
    content: "";
    height: 280px;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 0 0 50% 50%;
}

/* dashboard swiper slider  */

.demo-swiper {
    width: 100%;
    /* height: 550px; */
	height: 241px;
}
.swiper-slide {
    font-size: 22px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    color: #999999;
    box-sizing: border-box;
    background: none;
    padding: 15px;
    background-size: cover;
   
}
.swiper-content-block {
    border: 0px solid #ccc;
    background: #ffffff;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    padding: 15px;
}
.md .swiper-content-block {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}
.swiper-content-block img {
    border-radius: 8px;
    max-width: 100%;
    float: left
}
.ios .swiper-content-block {
    border: 1px solid #dddddd;
}
.swipermultiple {
    margin: 0px 0 35px;
    font-size: 18px;
    height: auto;
}
.swipermultiple.demo-swiper-multiple-auto .swiper-slide {
    width: 85%;
}
.swipermultiple.demo-swiper-multiple-auto .swiper-slide:nth-child(2n) {
    width: 70%;
}
.swipermultiple.demo-swiper-multiple-auto .swiper-slide:nth-child(3n) {
    width: 30%;
}
.swipermultiple {
    padding-bottom: 20px;
}
.swipermultiple.no-pagination {
    padding-bottom: 0px;
    margin-bottom: 10px
}
.swipermultiple .swiper-pagination-bullets,
.swipermultiple .swiper-pagination-custom,
.swipermultiple .swiper-pagination-fraction {
    bottom: -5px;
}
.title-small-carousel {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}
.title-small-carousel+p {
    margin: 0;
    font-size: 11px;
    line-height: 14px;
    color: #999999
}
.title-number-carousel {
    font-size: 18px;
    margin: 10px 0 0 0;
    display: inline-block;
    float: left;
    color: #666666
}
.gauge {
    float: right;
    margin-top: 10px;
    line-height: 20px;
}
.md .block-title,
.ios .block-title {
    margin: 30px 15px 20px 15px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .54);
    line-height: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

/* swiper css */

.demo-swiper-gallery-top {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}
demo-swiper-gallery-top .swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.demo-swiper-parallax .swiper-parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.demo-swiper-parallax .swiper-slide {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
}
.demo-swiper-parallax .swiper-slide .swiper-slide-title {
    font-size: 24px;
    color: #ffffff
}
.demo-swiper-parallax .swiper-slide .swiper-slide-subtitle {
    font-size: 20px;
    color: #ffffff
}
.demo-swiper-parallax .swiper-slide p {
    font-size: 16px;
    color: #ffffff
}
.swiper-lazy {
    max-width: 100%;
    min-height: 100%
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 6px;
}

/* List group css */

.list-group-item {
    border-width: 1px 0 1px 0;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, .06);
}
.list-group-item:last-child,
.list-group-item:first-child {
    border-radius: 0rem;
}
.status-online {
    width: 8px;
    height: 8px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 5px;
}
a:hover {
    text-decoration: none
}
.theme-dark .list-group-item {
    background-color: #222222;
    border: 1px solid #333333;
}

/* card  */
.card{ margin-bottom: 15px}
.md .card {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    border: 0;
    border-radius: 10px;
}
.md.card-footer,
.md .card-header {
    border-radius: 10px 10px 0 0;
}
.md .card .card-body {
    padding: 10px 15px;
}
.card .card-body {
    z-index: 1
}
.card-footer,
.card-header {
    background: none;
    padding: 10px 15px;
    z-index: 2;
    border-color: rgba(0, 0, 0, .06)
}
.card-footer i {
    font-size: 16px;
    vertical-align: middle;
    color: #999999
}
.card-footer {
    line-height: 30px;
    color: #000000
}
.card-footer .post-seconds {
    font-size: 15px;
    vertical-align: middle;
    font-weight: 500
}
.card-footer .post-seconds span {
    font-size: 14px;
    color: #999999; font-weight: 300
}
.card-title {
    margin: .3rem 0;
    font-size: 1.2em
}

/* media css */

.icon {
    font-size: 22px;
}
.icon-2x {
    font-size: 40px;
    line-height: 40px;
    vertical-align: middle
}
.icon-3x {
    font-size: 50px;
    line-height: 50px;
    vertical-align: middle
}
.icon-4x {
    font-size: 70px;
    line-height: 70px;
    vertical-align: middle
}

/* media css */

.media .media-body h5 {
    color: #000000;
    margin: 0;
    font-size: 16px;
}
.theme-dark .media .media-body h5 {
    color: #ffffff;
}
.media .media-body p {
    color: #666666;
    margin: 0;
    font-size: 14px;
}
.theme-dark .media .media-body p {
    color: rgba(255, 255, 255, 0.6);
}
.effort-time {
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 10px;
    display: block;
    text-align: right
}
.effort-time i {
    line-height: 20px;
    vertical-align: middle
}

/* sparkline  chart tooltip*/

.jqstooltip {
    height: auto!important;
    width: auto !important;
    display: block;
    padding: 6px;
    color: #222222 !important;
    background: rgb(255, 255, 255) !important;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.jqstooltip .jqsfield,
.jqstooltip .jqsfield span {
    color: #222222 !important;
}

/* avatar css */

.avatar {
    border-radius: 50%;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.avatar img {
    width: 100%;
    vertical-align: top
}
.avatar.avatar-30 {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.avatar.avatar-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.avatar.avatar-120 {
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.userlist_large {
    position: relative;
    padding: 15px;
}
.userlist_large .media {
    flex-flow: column;
    text-align: center;
    position: relative;
}
.userlist_large .media figure {
    margin: 0 auto;
}
.userblock-ht {
    height: 170px;
}

/* footer */

.footer-wrapper {
    width: 100%;
    display: block;
    position: relative;
    left: 0;
	z-index: 9999;
}
.fixed-footer .footer-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.fixed-footer .page-content {
    padding-bottom: 100px;
}
.footer {
    line-height: 40px;
    vertical-align: middle;
    padding: 5px 0px;
    width: 100%;
    background: #e8eaf3;
    color: #666666
}
.footer.dark {
    color: #ffffff;
    background: #45464a;
}
.social {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0 2px;
    vertical-align: middle
}
.social img {
    vertical-align: top;
    max-width: 100%;
    border: 0
}

/* login page */

.login-logo {
    /* width: 75px; */
	width: 250px;
    height: auto;
    margin-top: 15%;
	border-radius: 11px;
}
.login-title {
    font-size: 37px;
    margin-top: 5px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
	text-shadow: 4px 1px 1px #333;
}
.login-title small {
    font-size: 30px;
    font-weight: 300
}
.login-input-content {
    /* background: #ffffff; */
    z-index: 1;
    position: relative
}
.ios .login-input-content {
    margin-bottom: 10px;
}
.ios .login-tabs + .tab-content .login-input-content {
    border-radius: 4px;
    padding: 10px;
}
.ios .modal-content .login-input-content {
    border-radius: 0px;
    padding: 0px !important;
    margin-bottom: 15px;
}
.ios .login-input-content .input-group,
.ios .login-input-content .form-group {
    margin-bottom: 15px
}
.ios .login-input-content .input-group:last-child,
.ios .login-input-content .form-group:last-child {
    margin-bottom: 0px
}
.md .login-input-content {
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12)!important;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12)!important;
}
.login-input-content .input-group-append,
.login-input-content .input-group-append .input-group-text,
.login-input-content .input-group-prepend,
.login-input-content .input-group-prepend .input-group-text {
    background: none
}
.md .input-group {
    border: 0;
    border-radius: 0;
}
.md .input-group-append,
.md .input-group-append .input-group-text,
.md .input-group-prepend,
.md .input-group-prepend .input-group-text {
    border-radius: 0;
    border: 0;
    color: #888888;
}
.verification {
    padding: 20% 16% 0% 16%
}

/* form control  */

.form-control {
    padding: 10px .75rem;
    font-size: 16px;
    background: none;
    min-height: 50px;
    line-height: 30px;
}
.md .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.form-control:focus {
    box-shadow: none;
    border-color: #80bdff;
    background: none
}
.form-control.text-white::placeholder {
    color: rgba(255, 255, 255, 0.5)
}
.searchcontrol {
    background: #ffffff;
    width: 0;
    overflow: hidden;
    transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 8;
}
.theme-dark .searchcontrol {
    background: #333333
}
.searchcontrol .input-group {
    min-width: 250px
}
.searchcontrol.active {
    width: 100%;
    opacity: 1
}
.page-content .searchcontrol {
    position: relative;
    width: 100%;
    opacity: 1;
    overflow: visible;
    z-index: 0
}
.md .page-content .searchcontrol:after {
    content: '';
    position: absolute;
    right: 0;
    opacity: 0.5;
    width: 100%;
    top: 100%;
    bottom: auto;
    height: 10px;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), color-stop(40%, rgba(0, 0, 0, .1)), color-stop(50%, rgba(0, 0, 0, .05)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
.md .form-group label {
    margin-bottom: 0
}

/* tabs */

.nav-tabs {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex
}
.ios .nav-tabs {
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 10px;
}
.ios .login-tabs.nav-tabs {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}
.ios .login-tabs.nav-tabs + .tab-content .login-input-content {
    border-radius: 0 0 4px 4px;
}
.nav-tabs .nav-item {
    border: 0;
    margin-bottom: -2px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: transparent;
}
.nav-tabs .nav-item .nav-link {
    border: 0;
    opacity: 0.6;
    padding: 5px 10px;
    line-height: 30px;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 38px;
    font-weight: 500;
}
.ios .nav-tabs .nav-item .nav-link {
    color: #999999 !important
}
.theme-dark .nav-tabs .nav-item .nav-link {
    color: #ffffff
}
.nav-tabs .nav-item .nav-link.active {
    background: none;
    border: 0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    opacity: 1;
    line-height: 34px;
}
.ios .nav-tabs .nav-item .nav-link.active {
    border: 0;
    line-height: 38px;
}

/* iphone x updates css */

body .wrapper .page > header {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}
body .wrapper .page-content {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}
body .wrapper .sidebar-left {
    padding-left: env(safe-area-inset-left);
}
body .wrapper .sidebar-right {
    padding-left: env(safe-area-inset-right);
}
body .wrapper .page .footer {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

/* search block */

.clearfix {
    clear: both
}
.md .searchshadow {
    border-radius: 7px !important;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    overflow: hidden;
}
.md .searchshadow .form-control {
    border-bottom: 0
}

/* Image left details right overlay */

.image-left-below {
    position: relative;
    width: 100%;
    display: flex;
    text-align: left;
    margin: 10px 0
}
.image-left-below .swiper-content-block {
    position: absolute;
    height: auto;
    top: 22px;
    right: 0;
    width: 50%;
}
.image-left-wrap {
    width: 80%;
    height: 200px;
    border-radius: 7px;
    overflow: hidden;
    margin: 0
}
.image-left-wrap img {
    width: 100%;
    min-height: 100%
}
.ios .media .like-heart,
.md .media .like-heart,
.like-heart {
    height: 24px;
    width: 24px;
    line-height: 24px;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    background: #e5e5e5;
    position: absolute;
    border: 0;
    padding: 0;
    right: 10px;
    top: 10px;
}
.ios .media .like-heart,
.md .media .like-heart {
    margin-top: 8px;
}
.ios .media .like-heart i,
.md .media .like-heart i,
.like-heart i {
    font-size: 16px;
    line-height: 24px;
    color: #f44336;
}
.image-left-below .swiper-content-block.right-block {
    position: absolute
}
.right-block {
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.right-block p {
    line-height: 16px;
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
}
.right-block h2 {
    font-size: 20px;
    margin: 0;
    line-height: 28px;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.right-block h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    display: inline-block;
    margin-top: 10px;
    width: 100%
}
.right-block h3 small {
    font-size: 14px;
    font-weight: 300;
    color: #888888
}
.right-block a {
    display: block;
    font-size: 14px;
}
.image-left-wrap.smalls {
    width: 65px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0;
}
.image-left-wrap.smalls img {
    width: 100%;
    min-height: 100%
}

/* location details*/

.swiper-location-carousel,
.swiper-location {
    position: relative;
    z-index: 0
}
.swiper-location .swiper-slide {
    padding: 0;
    border: 0;
}
.swiper-location .swiper-slide img {
    width: 100%;
}
.swiper-location .swiper-pagination-bullets,
.swiper-location .swiper-pagination-custom,
.swiper-location .swiper-pagination-fraction {
    bottom: auto;
    top: 10px;
}
.detailblock-top {
    margin-top: -50px !important;
    z-index: 2
}
.location-ammenities .list-group {
    display: block
}
.location-ammenities .media .item-media {
    width: 24px;
    min-width: 24px;
    line-height: 40px;
}
.location-ammenities .media .item-media img {
    width: 100%;
    vertical-align: middle
}
.location-ammenities li {
    width: 50%;
    float: left
}
.location-ammenities li:nth-child(2n) {
    border-left: 0
}
.map {
    width: 100%
}
.friend-visited + div,
.friend-visited {
    width: auto !important;
    margin-top: 15px;
}
.friend-visited .avatar {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 0
}
.friend-visited + div p {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 5px;
    color: #666666
}
.rating {
    width: 18px;
    font-size: 18px;
    vertical-align: middle
}
.user-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    text-align: center;
}
.user-column .item-inner {
    padding-right: 0;
    margin: 0;
    text-align: center
}
.user-column .item-inner > div {
    width: 100%
}

/* restaurant css */

.homepage-restaurant {
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.homepage-restaurant .swiper-wrapper .block-slide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    padding: 0px 30px 25px 30px;
}
.homepage-restaurant .swiper-wrapper .swiper-slide figure {
    width: 100%;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    height: 250px;
}
.featured-restaurant .swiper-wrapper .swiper-slide figure {
    width: 100%;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    height: 150px;
}
.homepage-restaurant .swiper-wrapper .swiper-slide figure + div .card {
    margin: 0
}
.homepage-restaurant .swiper-wrapper .swiper-slide figure img {
    width: 100%;
    min-height: 100%;
    vertical-align: top;
}
.featured-restaurant .swiper-wrapper .swiper-slide figure img {
    width: 100%;
    min-height: 100%;
    vertical-align: top;
}
.featured-restaurant .swiper-wrapper .swiper-slide {
    width: 80%;
    padding: 0
}
.categories {
    margin-bottom: 15px;
}
.categories .swiper-wrapper .swiper-slide {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    width: 85px;
    padding: 0 5px;
}
.categories .swiper-wrapper .swiper-slide .swiper-content-block {
    padding: 0px;
    width: 100%
}
.categories .swiper-wrapper .swiper-slide .swiper-content-block figure {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    width: 100%
}
.categories .swiper-wrapper .swiper-slide p {
    font-size: 12px;
    margin: 10px 0 0 0;
}
.categories-banner {
    width: 100%;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    height: 100px;
}
.categories-banner img {
    width: 100%;
    min-height: 100%;
    vertical-align: top;
}
.categories-banner figcaption {
    position: absolute;
    width: 100%;
    top: 30%;
    font-size: 30px;
    text-align: center;
    left: 0;
    color: #ffffff;
}
.square-40 {
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}
.square-40 img {
    min-width: 100%;
    max-height: 100%;
    vertical-align: top
}
.square-60 {
    height: 60px;
    width: 60px;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
}
.square-60 img {
    min-width: 100%;
    max-height: 100%;
    vertical-align: top
}
.square-50x80 {
    height: 50px;
    width: 100px;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}
.square-50x80 iframe {
    width: 100%;
    height: 100%;
}
.topmost * {
    line-height: 20px;
}
.toolbar.light {
    background: #ffffff !important;
}
.ios .toolbar.light {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 60px
}
.ios .toolbar.light .toolbar-inner {
    padding: 5px 8px;
}
.toolbar.light a.tab-link,
.toolbar.light.tabbar-labels a.tab-link {
    color: rgba(0, 0, 0, 0.5)
}
.md .messagebar.light:after,
.md .toolbar-bottom-md.light:after {
    content: '';
    opacity: 0.5
}
.w-100 {
    width: 100%;
}
.distance {
    font-size: 14px;
    width: 85px;
    height: 85px;
    text-align: center;
    padding: 10px;
    color: #999999;
    margin: 0 auto;
    background: #ffffff;
    margin-top: -40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}
.distance i.icon {
    font-size: 40px;
    color: #000000;
}
.card.cart-block {
    margin: 0;
    margin-top: 40px;
}
.card.cart-block .like-heart {
    top: 0;
    right: 0;
    position: relative;
    margin-top: 0;
    display: inline-block;
}

/* tabber */

.tabber {
    padding: 0;
    z-index: 9;
    width: 100%;
    left: 0;
}
.tabber-bottom {
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    padding-top: 10px;
    left: 0;
}
.ios .tabber-bottom {
    border-top: 1px solid #dddddd;
}
.tabber-bottom .nav-tabs {
    background: #ffffff;
    width: 100%;
    left: 0;
    margin-bottom: 0;
    border-bottom: 0
}
.tabber-bottom:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    top: 0px;
    height: 10px;
    pointer-events: none;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .3)), color-stop(40%, rgba(0, 0, 0, .1)), color-stop(50%, rgba(0, 0, 0, .05)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
}
.tabber-bottom .nav-tabs .nav-link {
    height: 60px;
    color: #999999;
}
.tabber-bottom + .tab-content {
    padding-bottom: 60px;
}
.tabber-bottom .nav-tabs .nav-link i {
    display: block;
    text-align: center;
    height: 22px;
}
.tabber-bottom .nav-tabs .nav-link .badge {
    position: absolute;
    background: red;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 10px;
}
.tab-content.h-100 .tab-pane {
    height: 100%;
    overflow-y: auto
}

/* Scrolbar webkit css */

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
@media screen and (max-width:350px) {
    header > .right a,
    header > .left a,
    header,
    .logo figure {
        height: 44px;
        line-height: 44px;
    }
    header > .right a,
    header > .left a {
        width: 44px;
    }
    header.fixed-header~.page-content {
        padding-top: 44px;
    }
    .logo {
        line-height: 44px;
        font-size: 15px;
        vertical-align: top
    }
    .login-title {
        font-size: 44px;
        line-height: 44px;
    }
    .navbar .navbar-nav li a {
        padding: 5px 15px
    }
    .navbar .navbar-nav li a.dropdown-toggle::after {
        top: 18px;
    }
    .btn {
        line-height: 34px;
        font-size: 13px;
        padding: 5px 1.5rem;
    }
    .sq-btn {
        padding: 0;
        height: 44px;
        width: 44px;
        line-height: 42px;
        text-align: center
    }
    .btn-block {
        padding: 5px 0.5rem;
    }
    .form-control {
        padding: 5px .75rem;
        font-size: 15px;
        min-height: 44px;
    }
    .sidebar {
        width: 250px;
    }
    .push-content-left.menu-left-open .page {
        margin-left: 250px;
    }
    .push-content-right.menu-right-open .page {
        margin-left: -250px;
    }
    .card-footer .post-seconds {
        font-size: 12px;
        vertical-align: middle
    }
    .avatar.avatar-120 {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}
