.no_item {
    display: block;
    text-align: center;
    width: 100%;
}
.add_item_cart_popup , .cart_details_popup{
    width: 100%; 
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #f7f7f7;    
}
.cart_width {width:650px; right:20px; padding:0px; margin-top: 10px;}
.cart_view{
    float: left;
    color: #000 !impartant;
    margin-top: 22px;
}

.tm-toolbar div, .tm-toolbar h1, .tm-toolbar h2, .tm-toolbar h3, .tm-toolbar h4, .tm-toolbar h5, .tm-toolbar h6 {
    color: #1b1a1a;
}

.openSignup #signupBar {
    transform: translate3d(0,0,0);
    height: 220px;
}

#signupBar, #forgotPassBar {
    background: -webkit-linear-gradient(top,#333 0,#444 90%,#333 100%);
    background-color: #333;
    //position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    transition: all .3s ease;
}

.unfoldingHeader h1 {
    text-align: center;
    color: #fff;
    font-family: 'verdana';
    font-weight: 400;
    text-transform: none;
    margin: 0 auto;
    padding: 20px;
    clear: both;
    position: relative;
    font-size: 32px;
}

.unfoldingHeader form input{
    width: 220px;
}


.unfoldingHeader .closeBtn {
    display: block;
    position: absolute;
    top: 16px;
    padding: 5px;
    right: 0;
    color:#FFF;
    border:1px solid #FFF;
}


.unfoldingHeader form input:not(.default) {
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 4px;
    border: 0;
    display: width inherit;
    height: 39px;
}

.unfoldingHeader form .button {
    border-radius: 4px;
    display: inline-block;
    width: 143px;
    height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1em;
}

.button, .introjs-button, .introjs-skipbutton {
    position: relative;
    background-color: #ee4054;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    border: 0 solid transparent;
    border-bottom: 1px solid #c21126;
    cursor: pointer;
    user-select: none;
}
button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-fafont-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    overflow: visible;
}

button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

.unfoldingHeader {
    position: relative;
    height: 185px;
    width: 70%;
    margin: 0 auto;
}
user agent stylesheet
div {
    display: block;
}

#signupBarInner form, .unauthorized form {
    width: auto;
}

#topBarSignUpForm, #signUpForm {
    position: relative;
}

.unfoldingHeader form {
    width: 72%;
    margin: 0 auto;
    display: block;
}

.unfoldingHeader .forgotBtn {
    color: #888;
    text-decoration: none;
    float:right;
    top: 130px;
    right: 136px;
    font-size: .9em;
    margin-right: 12px;
}

#forgotPassBar {
    transform: translate3d(0,0,0);
    height: 214px;
}

#forgotPassBar {
    background: -webkit-linear-gradient(top,#333 0,#444 90%,#333 100%);
    background-color: #333;
    //position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    transition: all .3s ease;
}

#forgotPassBar h4 {
    padding: 0 0 25px;
    font-weight: 400;
}
.unfoldingHeader h4 {
    text-align: center;
    color: #aaa;
    font-weight: 300;
    margin: 0 auto;
    padding: 20px;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
user agent stylesheet
h4 {
    display: block;
    font-weight: bold;
}

#forgotPassBar form {
    width: 560px;
}
.unfoldingHeader form {
    //width: 720px;
    margin: 0 auto;
    display: block;
}

#forgotPassBar {
    transform: translate3d(0,0,0);
    height: 214px;
}

#forgotPassBar {
    background: -webkit-linear-gradient(top,#333 0,#444 90%,#333 100%);
    background-color: #333;
    //position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
user agent stylesheet
div {
    display: block;
}

#loginBar, #signupBar, #forgotPassBar {
    background: -webkit-linear-gradient(top,#333 0,#444 90%,#333 100%);
    background-color: #333;
    //position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    transition: all .3s ease;
}

@media only screen and (max-width:1066px) {
    .openSignup #signupBar {height:315px;}
}
@media only screen and (max-width:814px) {
    .unfoldingHeader {
        height:250px;  
    }
}
@media only screen and (max-width:320px) {
    .unfoldingHeader {
        width:95%;  
    }
}
@media only screen and (max-width:640px) {
    #forgotPassBar {
        height:310px;  
    }
    #forgotPassBar form {width:100%;}
}
@media only screen and (max-width:640px) {
    #forgotPassBar {
        height:340px;  
    }
}
@media only screen and (max-width:480px) {
    .cart_width {width:281px; right:5px;}
}

.error_container {
    color: #f00;
}

.modal-dialog {
    max-width: 700px;
    width: 80%;
    margin: 30px auto;
}

.error_msg{display: none; width: 100%;}
.error_container, .address_container{display: none;}

.promotion_section {float:left; width:32%; margin:1% 0 0 1%;}
.promotion_div {float: left;
    padding: 10px;
    border: 1px solid #CCC;
}
.promotion_div > p {padding:0px 30px; margin:0px;}
.promotion_title {display: block;
    color: #fff;
    margin-top:-57px;
    padding: 15px 60px 10px 30px;
    font-family: 'verdana';
    font-size: 22px;
    border-bottom: 0;
    text-transform: capitalize;
    background: -webkit-linear-gradient(270deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #ed3739;
    background: -moz-linear-gradient(270deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #ed3739;
    background: -o-linear-gradient(270deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #ed3739;
    background: -ms-linear-gradient(270deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #ed3739;
    /* background: linear-gradient(180deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #d2c82a; */
    box-shadow: inset 0 4px 0 rgba(0,0,0,.1),inset 0 5px 0 rgba(255,255,255,.1);
	opacity:.99;}
@media (max-width:696px){
	.promotion_section {width: 49%;}
	.cart_width {width:94%;}
}
@media (max-width:530px){
	.promotion_section {width: 99%;}
}

@media (max-width: 530px){
	.promo_section {width: 100%; padding-left: 0% !important;}
}
.cart_item_count {background: #FFF;
    color: #f23d50;
    width: 25px;
    height: 25px;
    float: left;
    margin: 2px 8px 2px 2px;
    border-radius: 15px;
    text-align:center;
	font-weight:bold;
	line-height: 26px;}

ul.flip {
  position:absolute;
  left:0;
  right:0;
  margin:50px auto;
  padding:0;
  width:200px;
  list-style:none;
  -webkit-perspective:1000;
  -moz-perspective:1000;
  -o-perspective:1000;
  perspective:1000;
  margin-right:5px;
}

ul.flip li {
  margin:2px 0;
  padding:0;
  float:left;
  width:100%;
}

ul.flip li a {
	float:right;
  display:block;
  height:auto;
  width:85%;
  color:#000;
  text-decoration:none;
}
ul.flip li a:hover {
    text-decoration:underline;
    color:#ed3739;
}
.menu {
  opacity:1;
  -webkit-transform:rotateY(0deg);
  -moz-transform:rotateY(0deg);
  -o-transform:rotateY(0deg);
  transform:rotateY(0deg);
  -webkit-transition:.3s;
  -moz-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
}
ul.flip li span {
  width:154px !important;
  height:auto !important;
  border-radius:0px !important;
  float:left;
  background:rgba(155,155,155,0.5);
  color:#fff;
  margin:-12px -190px;
  padding:8px 6px;
  opacity:0;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  -webkit-animation: flip 2s;
  -moz-animation: flip 2s;
  -o-animation: flip 2s;
  animation: flip 2s;
  color:#FFF !important;
  font-size:14px;
  white-space:normal !important;
  text-align:center !important;
  text-indent:inherit !important;
}

ul.flip li span:hover {
  -webkit-animation-delay:.5s;
  -moz-animation-delay:.5s;
  -o-animation-delay:.5s;
  animation-delay:.5s;}

ul.flip li a:hover ~ span {
  opacity:1;
  -webkit-transform:rotateY(0deg);
  -moz-transform:rotateY(0deg);
  -o-transform:rotateY(0deg);
  transform:rotateY(0deg);
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  color:#000 !important;
}

ul.flip_menu li {float:left; width:100%; padding:5px 0; margin:6px 3px; list-style:none; line-height:24px;}
ul.flip_menu li a {color:#000;}
ul.flip_menu li a:hover {color:#f00;}

.left-nav-menu{ width:inherit; padding-left:0px;}
.left-nav-menu, .left-nav-menu a {list-style-type: none; color:#fff;}
.left-nav-menu .active{background-color: #f7f7f7; padding: 4px 10px; border-bottom: 2px solid #be1f21; border-left: 2px solid #be1f21; padding-left:8px;}
.left-nav-menu li{background-color: #EE2E30; padding: 4px 10px; border-bottom: 2px solid #be1f21;}
.left-nav-menu li:hover{background-color: #be1f21; border-left: 2px solid #be1f21; padding-left:8px;}
.left-nav-menu .active:hover a{color:#EE2E30 !important;}
.left-nav-menu li:hover a{color:#FFF !important; text-decoration:none !important;}
.left-nav-menu .active:hover{background-color:#f7f7f7;}
.left-nav-menu img{padding-right: 8px;}
.left-nav-menu .active, .left-nav-menu .active a {color: #EE2E30;}
.category-title, .category-content {display: none; margin-left:0px;}
/*.category-content .uk-panel{min-height: 100px; max-height: 200px;}*/
.fixed {/*position: fixed; min-height: 50px; max-height: 425px; overflow-y: scroll; overflow: auto; */top: 30px; z-index: 1; background-color: #fff;width: inherit;}

/*.accordiaon-details{ padding-left:0px !important;}*/
.accordiaon-details .col-sm-12{ background-color: #f7f7f7;}
.accordiaon-details .uk-module-title-alt{color: #EE2E30 !important;}
.accordiaon-details .uk-module-title-alt:before, .uk-module-title-alt:after{background-color: #EE2E30;}
.accordiaon-details .tm-menu-item .tm-menu-name, .tm-menu-item .tm-menu-price{ background-color: #f7f7f7;}
.accordiaon-details .tm-content{ padding:35px;}

.creating_order_loader {
    display: block;
    position: absolute;
    margin: auto;
    width: 100%;
    top: 315px;
    z-index: 10;
}

.loader_inner {
    width: 9%;
    margin: auto;
    background-color: #ecebeb;
    height: 100px;
}