/*!
* jQuery Mobile 1.4.5
* Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
* Released under the MIT license.
* http://jquery.org/license
*
*/


/* Globals */
/* Font
-----------------------------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,900,900italic,500italic,500,400italic,300italic,300,100italic,100);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);


@font-face {
    font-family: 'RobotoCondensedLight';
    src: url('../../fonts/robotocondensed-light.eot');
    src: url('../../fonts/robotocondensed-light.eot') format('embedded-opentype'),
        url('../../fonts/robotocondensed-light.woff2') format('woff2'),
        url('../../fonts/robotocondensed-light.woff') format('woff'),
        url('../../fonts/robotocondensed-light.ttf') format('truetype'),
        url('../../fonts/robotocondensed-light.svg#RobotoCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensedLightItalic';
    src: url('../../fonts/robotocondensed-lightitalic.eot');
    src: url('../../fonts/robotocondensed-lightitalic.eot') format('embedded-opentype'),
        url('../../fonts/robotocondensed-lightitalic.woff2') format('woff2'),
        url('../../fonts/robotocondensed-lightitalic.woff') format('woff'),
        url('../../fonts/robotocondensed-lightitalic.ttf') format('truetype'),
        url('../../fonts/robotocondensed-lightitalic.svg#RobotoCondensedLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('../../fonts/robotocondensed-regular.eot');
    src: url('../../fonts/robotocondensed-regular.eot') format('embedded-opentype'),
        url('../../fonts/robotocondensed-regular.woff2') format('woff2'),
        url('../../fonts/robotocondensed-regular.woff') format('woff'),
        url('../../fonts/robotocondensed-regular.ttf') format('truetype'),
        url('../../fonts/robotocondensed-regular.svg#RobotoCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensedBold';
    src: url('../../fonts/robotocondensed-bold.eot');
    src: url('../../fonts/robotocondensed-bold.eot') format('embedded-opentype'),
        url('../../fonts/robotocondensed-bold.woff2') format('woff2'),
        url('../../fonts/robotocondensed-bold.woff') format('woff'),
        url('../../fonts/robotocondensed-bold.ttf') format('truetype'),
        url('../../fonts/robotocondensed-bold.svg#RobotoCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 100%;
}
body,
input,
select,
textarea,
button,
.ui-btn {
    font-size: 1em;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    margin:0;
}

legend,
.ui-input-text input,
.ui-input-search input {
    color: inherit;
    text-shadow: inherit;
}
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label,
div.ui-controlgroup-label {
    font-weight: normal;
    font-size: 16px;
}

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

.hidden {
    display: none !important;
}

/* GENERAL
-----------------------------------------------------------------------------------------------------------*/
body.bg-blur {
    background-color: #131313;
}

body.page-profile {
    background: #131313;
}

/*.ui-content {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}*/


/*INPUT STYLE*/
.ui-input-text {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid;
    width: 100%;
}

.ui-input-text {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    width: 100%;
}

.ui-input-text input {
    color: #fff;
}

.button_c {
    width: 28%;
    float: right;
}

button, .btn {
    border: 0;
    margin: 0;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.ui-input-text::-webkit-input-placeholder,
.ui-input-text input::-webkit-input-placeholder {
    /*WebKit, Blink, Edge*/
    color: #fff;
}
.ui-input-text:-moz-placeholder,
.ui-input-text input:-moz-placeholder {
    /*Mozilla Firefox 4 to 18*/
    color: #fff;
    opacity:  1;
}
.ui-input-text::-moz-placeholder,
.ui-input-text input::-moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: #fff;
    opacity:  1;
}
.ui-input-text:-ms-input-placeholder,
.ui-input-text input:-ms-input-placeholder {
    /*Internet Explorer 10-11*/
    color: #fff;
}

/* HEADER
-----------------------------------------------------------------------------------------------------------*/
.ui-header {
    background: #D5411F;
    border: 0;
    min-height: 56px;
    position: fixed;
    top:0;
    left:0;
    z-index: 9999;
    width: 100%;
}

.ui-header:after {
    box-shadow: unset !important;
}

.ui-header #menu {
    position: absolute;
    left: 13px;
    top: 21px;
    z-index: 2;
}

#menu .icon-bar {
    display: block;
    width: 22px;
    background: #fff;
    height: 3px;
    border-radius: 5px;
    opacity: 0.7;
}

#menu .icon-bar + .icon-bar {
    margin-top: 4px;
}

/* Menu button*/
.icon-bar {
    transition: transform .3s;
}

#menu.open .icon-bar.first {
    transform: rotate(45deg) translate(3px, 6px);

}

#menu.open .icon-bar.third {
    transform: rotate(-45deg) translate(4px, -7px);
}

#menu.open .icon-bar.second {
    transform: translateX(-50px);
}

.menu-btn.hidden {
    display:none;
}

/*.back-btn, .store-product-search-back-btn {*/
.back-btn {
    background: url('../images/sprite.png') no-repeat;
    background-size: 94px;
    background-position: -39px -21px;
    text-indent: -9999px;
    width: 18px;
    height: 17px;
    padding: 0;
    display:inline-block;
    margin-top:20px;
    margin-left:17px;
}

.ui-header .store-product-search-back-btn {
    display: none;
}

.ui-header .ui-title {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    padding-left: 15px;
    position: relative;
    vertical-align: middle;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    outline: 0 !important;
    width: 60%;
    display:inline-block;
    margin-top: -8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 320px) {
    .ui-header .ui-title {
        font-size: 18px;
    }
}

.product-simple-holder .product-description-holder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
}

.ui-header .ui-subtitle {
    position: absolute;
    left: 55px;
    top: 35px;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 65%;
}

.ui-header:after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    top: 52px;
    left:0;
    z-index: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
}

/* INFO ICON COLLAPSE start */
.ui-header .info {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    z-index: 1;
    text-align: right;
}

.ui-header .info .ui-collapsible-content:before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 51px;
    z-index: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
}

.ui-header .info .ui-collapsible-heading {
    margin: 17px 3.5em;
    display: inline-block;
}

.ui-header .info .ui-collapsible-heading .ui-collapsible-heading-toggle {
    background: url('../images/sprite.png') no-repeat;
    background-size: 94px;
    background-position: -37px -40px;
    width: 22px;
    height: 22px;
    padding: 0;
    cursor: pointer;
    text-align: right;
}

.ui-header .info .ui-collapsible-content {
    border: 0;
    background: #fff;
    text-align: center;
}

.ui-header .info .ui-collapsible-content figure {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.ui-header .info .ui-collapsible-content figure img {
    margin: 0 auto;
    max-width: 90px;
    height: auto;
}

.ui-header .info .ui-collapsible-content .meta {
    text-align: left;
}

.ui-header .info .ui-collapsible-content .meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ui-header .info .ui-collapsible-content .meta ul li {
    margin: 4px 0;
}

.ui-header .info .ui-collapsible-content .meta ul li i {
    width: 17px;
    height: 17px;
    background: url('../images/sprite.png') no-repeat;
    background-size: 45px;
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.ui-header .info .ui-collapsible-content .meta ul li i.tel {
    background-position: -29px 4px;
}

.ui-header .info .ui-collapsible-content .meta ul li i.email {
    background-position: -29px -9px;
}

.ui-header .info .ui-collapsible-content .meta ul li i.web {
    background-position: -29px -23px;
}
/* INFO ICON COLLAPSE end */

/*STORE PRODUCT INPUT start*/
#checkout {
    overflow: hidden;
}
.store-product-search-input-holder {
    display:none;
    margin-left: 20px;
    background-color: transparent;
    position: relative;
    margin-right: 0;
    border-bottom: 1px solid #ffff;
    opacity: 0.7;
    width: 70%;
    height: 40px;
    position: absolute;
    top: 8px;
}

.store-product-search-input-holder input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.store-product-search-input-holder input {
    background-color: transparent;
    border: transparent;
    width: 88%;
    margin-top: 8px;
    color: white;
    opacity: 0.7;
    font-style: italic;
    font-size: 16px;
    font-family: 'Roboto';
    padding-left: 30px;
    line-height: 24px;
}

.store-product-search-input-holder input:focus {
    outline: 0;
}

.store-product-search-input-holder .search-icon {
    display:block;
    position: absolute;
    top:6px;
    left:0px;
    width: 25px;
    height: 25px;
}

/* CART ICON start */
.ui-header .cart {
    display:inline-block;
    float:right;
    background: url('../images/sprite.png') no-repeat;
    background-size: 94px;
    background-position: -37px -64px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    top: 0;
    position: absolute;
    margin-top: -11px;
    right: 0;
    padding: 0;
    overflow: visible;
    text-decoration: none;
    color: #fff;
    /*vertical-align: middle;*/
    /*text-align: center;*/
    margin-right: 5%;
    margin-top: 19px;
}

.ui-header .cart span {
    display: block;
    width: 17px;
    height: 17px;
    background: #d50000;
    border: 1px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 19px;
    font-size: 9px;
    position: relative;
    top: -10px;
    right: -10px;
    text-align: center;
}
/* CART ICON end */



/* Location Box end*/

/*GENERAL CONTENT*/
.ui-content {
    display:block;
    position:relative;
    padding-top:56px;
    max-width: 100%;
    margin: 0 auto;
}

/* Seach input */

.search-back-btn {
    display:none;
}

.ui-header .search-holder {
    display: none;
}

.ui-header .search-holder.active {
    display: block;
}

.search-icon.search-btn {
    position: absolute;
    display:block;
    cursor: pointer;
    top: 15px;
    right: 15px;
}

@media only screen and (max-width: 768px) {

    .page-categories .search-icon.search-btn {
        right: 80px;
    }
}

@media only screen and (max-width: 767px) {

    .page-categories .search-icon.search-btn {
        right: 55px;
    }
}
@media only screen and (max-width: 768px) {

    .page-categories .ui-header .search-holder {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {

    .page-categories .ui-header .search-holder {
        width: 70%;
    }
}


.ui-header .search-holder {
    margin-top: 8px;
    margin-left: 55px;
    height: 40px;
    background-color: transparent;
    position: relative;
    margin-right: 10px;
    border-bottom: 1px solid #ffff;
    opacity: 0.7;
}

.ui-header .search-holder input {
    background-color: transparent;
    border: transparent;
    width: 90%;
    margin-top: 10px;
    color: white;
    opacity: 0.8;
    font-style: italic;
    font-size: 16px;
    font-family: 'Roboto';
    padding-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-header .search-holder input::-webkit-input-placeholder { /* Edge */
    color:white;
    opacity: 1;
}

.ui-header .search-holder input:-internal-autofill-selected {
    background-color: #D5411F !important;
    opacity: 1 !important;
}

.ui-header .search-holder input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:white;
    opacity: 1;
}

.ui-header .search-holder input::placeholder {
    color:white;
    opacity: 1;
}


.ui-header .search-holder input:visited,
.ui-header .search-holder input:active,
.ui-header .search-holder input:target,
.ui-header .search-holder input:focus {
    outline: none;
    background-color: #D5411F !important;
    opacity: 1;
}

.search-holder .search-icon {
    position: absolute;
    top:6px;
    left: 0;
}

.search-icon {
    width: 25px;
    height: 25px;
    padding: 0;
    background: url('../images/search-icon.png') no-repeat;
    position: relative;
    background-size: 28px;
    cursor:pointer;
}

.header-search, .header-profile {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    text-align: right;
}

.header-search.active {
    z-index: 11;
    background: #d50000;
}

.header-search a.search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3em;
    text-align: center;
}

.header-search a.search i,
.header-profile a.search i {
    width: 18px;
    height: 19px;
    padding: 0;
    background: url('../images/sprite.png') no-repeat;
    background-size: 94px;
    background-position: -7px 0;
    display: inline-block;
    position: relative;
    top: 20px;
}

.header-search a.back, .header-profile a.back {
    position: absolute;
    top: 50%;
    left: 1em;
    margin-top: -8px;
    text-decoration: none;
}

.header-search a.back i, .header-profile a.back i {
    background: url('../images/sprite.png') no-repeat;
    background-size: 94px;
    background-position: -39px -21px;
    text-indent: -9999px;
    width: 18px;
    height: 17px;
    display: block;
}

.header-search .ui-filterable {
    margin: .67em 0 .67em 3.5em;
    padding: 0;
}

.header-search .ui-filterable p {
    margin: 0;
}

.header-search .ui-input-search {
    border: 0;
    margin: 0;
    padding: 0 1em 0 2.3em;
    position: relative;
}

.header-search .ui-input-search:before {
    content: '';
    background: url('../images/sprite.png') no-repeat;
    background-size: 94px;
    background-position: -6px 0;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -9px;
    display: block;
    opacity: 1;
}

.header-search .ui-input-search input {
    border: 0;
    padding: 6px .5em;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.header-search .ui-input-search input::-webkit-input-placeholder {
    color: #000;
}
.header-search .ui-input-search input:-moz-placeholder {
    color: #000;
}
.header-search .ui-input-search input::-moz-placeholder {
    color: #000;
}
.header-search .ui-input-search input:-ms-input-placeholder {
    color: #000;
}

.header-search .ui-input-search .ui-input-clear {
    position: absolute;
    text-decoration: none;
}

.header-search .ui-input-search .ui-input-clear:after {
    content: 'X';
    color: #fff;
    text-indent: 0;
    position: relative;
    top: -4px;
}

/********* Search mobile suggest **************/

.search-mobile-suggest-holder {
    position: absolute;
    top: 55px;
    left:0;
    width: 100%;
    height:auto;
    z-index: 9999;
    background-color: #fff;
    overflow: hidden;
}

.search-suggest .search-header {
    display: block;
    background-color: #E7E7E7;
    height:39px;
}

.search-type {
    float:left;
    color:#6A6A6A;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 15px;
}

.view-all {
    float:right;
    margin-top: 10px;
    margin-right: 15px;
    font-size:14px;
}

.view-all a {
    font-size: 14px;
    color: #6A6A6A !important;
    font-family: 'Roboto';
    font-weight: 300;
    text-decoration: underline;
}

.ssi-holder {

    display:block;
    height:70px;
    border-bottom: 1px dotted #6A6A6A;
}

.ssi-left {
    display:block;
    width: 20%;
    float:left;
    text-align: center;
    padding-top:3px;
}
.ssi-left img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ssi-right {
    float:left;
    width: 80%;
    position:relative;

}

.ssi-title {
    color: #131313;
    margin-top: 2px;
    font-size:16px;
    font-weight:bold;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ssi-desc {
    color: #6A6A6A;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 5px;
    width:84%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ssi-info {
    color: #D5411F;
    font-size: 13px;
    text-transform: capitalize;
    margin-top: 5px;
}

.ssi-price {
    color: #FF9A37;
    font-size: 14px;
    font-family: 'Roboto Condensed';
    position: absolute;
    top:49px;
    /*left:70%;*/
    right: 14px;
}

/* SEARCH PAGE start*/

#search .container {
    min-height:200px;
}

#search .alert {
    margin: 15px;
}


.page-search .ui-header .search-holder {
    display:block;
}

.web-search-header .back-btn {
    z-index: 15;
}

#search.ui-page .ui-content {
    padding:0;
}

.search-page-header {
    display: flex;
    background-color: #381513;
    color: white;
    padding: 15px 15px 15px 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
}

.search-container .product-price{
    padding: 10px;
}

a.search-mod-btn {
    display:inline-block;
    font-size:13px;
    font-weight: normal;
    margin-left:2%;
    margin-right:2%;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 35px;
    padding-right: 36px;
    text-align: center;
    border: 2px solid #fff;
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    letter-spacing: 0.8px;
    font-family: 'Roboto Condensed';
    font-size: 16px;
}

a.search-mod-btn:link, a.search-mod-btn:visited, a.search-mod-btn:hover, a.search-mod-btn:active {

    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.search-mod-btn.active {
    background-color: white;
    color: #381513 !important;
    opacity: 1;
}

.pi-left {
    display: inline-block;
    width:29%;

}

.pi-right {
    float:right;
    width:71%;
    background-color: #fff;
    /*border: 1px solid blue;*/
    height:146px;

}

.product-img {
    display:block;
    height:146px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.product-img .store-logo {
    position: absolute;
    bottom:0;
    right:0;
}

.pi-right .product-name {
    font-size: 18px;
    font-weight: bold;
    height:26px;
    /*border: 1px solid red;*/
    color: #381513;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding-top:10px;
    padding-left:10px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 7px;
}

.product-desc {
    font-size: 14px;
    font-weight: 300;
    width:90%;
    height:40px;
    text-align: left;
    letter-spacing: 0px;
    color: #6A6A6A;
    ;
    opacity: 1;
    padding-left:10px;
    /*word-break: break-all;*/
    /*white-space: nowrap;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

/*.product-price {
    padding: 4px 7px 10px 20px;
    text-align: left;
    color: #D5411F;
    font-size: 15px;
}*/

.product-store {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    background: #E7E7E7;
    color:#ABABAB;
    background-color: #E7E7E7;
    padding: 5px 0 5px 10px;
    text-transform: uppercase;
    border-top: 1px dotted #6A6A6A;
}

.highlighted {
    border:2px solid #d50000 !important;
}



/* SEARCH PAGE end*/


/* NAVPANEL
-----------------------------------------------------------------------------------------------------------*/
#navpanel {
    position:fixed;
    top:0;
    background: #D5411F;
    margin-top: 56px;
    overflow: hidden;
    height: 100%;
    margin-bottom: -110px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    width: 20em;
    z-index: 9999;
    /*display:none;*/
    transition: transform .3s;
    transform: translateX(-100%);
}

#navpanel.open {
    transform: translateX(0);
}

.logo-openMenu {
    padding-top: 20px;
    padding-left: 20px;
}

#navpanel  {
    padding: 0;
}

#navpanel .menu-item-holder {
    margin: 0;
    padding-top: 20px;
}

#navpanel a.menu-item {
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    padding:  10px 20px 10px 20px;
    font-family: 'Roboto';
    padding-left: 44px;
}

#navpanel a.menu-item:before {
    content: '';
    width: 24px;
    height: 24px;
    float: left;
    background: url('../images/sprite.png') no-repeat;
    background-size: 94px;
    margin-right: 15px;
}

#navpanel a.orders {
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    padding: 10px 20px;
    font-family: 'Roboto';
}

#navpanel a.orders:before {
    content: '';
    width: 24px;
    height: 24px;
    float: left;
    background: url('../images/ic_person_24px.png') no-repeat;
    background-position: center;
    margin-right: 15px;
}

#navpanel a.menu-item.choose-city:before {
    background: url('../images/ic_location_on_24px.png') no-repeat;
    background-position: center;
}

#navpanel a.menu-item.ic-my-profile:before {
    background: url('../images/ic_my_profile_24px.png') no-repeat;
    background-position: center;
}

#navpanel a.menu-item.ic-my-orders:before {
    background: url('../images/ic_my_orders_24px.png') no-repeat;
    background-position: center;
}

#navpanel a.menu-item.ic-my-notifications:before {
    background: url('../images/notifications_24.png') no-repeat;
    background-position: center;
    background-size: 28px;
}

#navpanel a.menu-item.ic-favorite-stores:before {
    background: url('../images/ic_favorite_stores_24px.png') no-repeat;
    background-position: center;
}

#navpanel a.menu-item.ic-coupons:before {
    background: url('../../images/coupon.png') no-repeat;
    background-position: 1px 1px;
}
#navpanel a.menu-item.orders:before {
    background-position: 0 -52px;
}

#navpanel a.menu-item.login:before {
    background-position: -36px -156px;
}

#navpanel a.menu-item.address:before {
    background-position: 0 -84px;
}

#navpanel a.menu-item.payment:before {
    background-position: 0 -121px;
}

#navpanel a.menu-item.feedback:before {
    background: url('../images/star.png') no-repeat;
    background-position: center;
}

#navpanel a.menu-item.lang:before {
    background-position: 0 -50px;
}

#navpanel a.menu-item.share:before {
    background: url('../images/ic_screen_share_24px.png') no-repeat;
    background-position: center;
}

#navpanel a.menu-item.log-out:before {
    background: url('../images/ic_power_settings_new_24px.png') no-repeat;
    background-position: center;
}

/* Favorite store page style */
#my_fav_stores.favorite_stores .container-store {
    background: white;
    border-radius: 3px;
    padding: 8px 5px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 9px 0px rgb(255 255 255 / 31%);
    border: 1px solid #fff;
}

#my_fav_stores.favorite_stores .container-store:hover {
    border: 1px solid #FF9A37;
    box-shadow: 1px 1px 9px 0px rgba(213,65,31,0.31);
}

#my_fav_stores.favorite_stores .item-store {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

#my_fav_stores .container-store a{
    text-decoration: none;
    color: black;
}

#my_fav_stores.favorite_stores .my_profile_content h2{
    font-size: 24px;
    line-height: 32px;
    font-family: 'RobotoCondensedRegular';
    margin-bottom: 20px;
    color: #131313;
}

#my_fav_stores.favorite_stores .item-store .name-store {
    margin: 0;
    margin-top: -2px;
    font-size: 21px;
    vertical-align: middle;
}

#my_fav_stores.favorite_stores .item-store .address-store {
    margin: 0;
    font-size: 10px;
}

.favorite-store-btn {
    position: absolute;
    right:10px;
    top:10px;
}

#my_fav_stores.favorite_stores .container-store .unset-favorite-store-btn {
    background: url('../../../assets/images/ic_delete_24px.png') no-repeat scroll center #F6D8D1;
    text-indent: -9999px;
    border: none;
    padding: 9px 18px;
    border-radius: 10px;
}

#my_fav_stores.favorite_stores .container-store .unset-favorite-store-btn:hover {
    background: url('../../../assets/images/ic_delete_24px.png') no-repeat scroll center #e8aea4;
    cursor: pointer;
}

#my_fav_stores .item-store-btn {
    z-index: 99999;
    float: right;
    margin-right: 3% !important;
}

/* MENU LANGUAGE BAR */

.menu-langauge-holder {
    position: absolute;
    top: 35px;
    right: 20px;
    background-color: #AE381D;
    padding: 13px;
    color: white;
    border-radius: 5px;
}

.menu-activ-lang img {
    padding-right: 10px;
}

.menu-activ-lang span.icon {
    vertical-align: bottom;
    line-height: 15px;
}

.menu-activ-lang span.text {
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 15px;
    letter-spacing: 0.5px;
}

.menu-activ-lang span.arrow {
    padding-left: 20px;
    vertical-align: top;
    line-height: 18px;
    font-size: unset;
}

.menu-langauge-list {
    list-style-type: none;
    padding-left: 30px;
    padding-right: 10px;
}

.menu-langauge-list li {
    border-bottom: 1px solid white;
    margin-bottom: 4px;
}

.menu-langauge-list li a {
    text-decoration: none;
    color: #fff;
    line-height: 30px;
}

/* HOME PAGE/CITIY LIST
-----------------------------------------------------------------------------------------------------------*/
.home-logo {
    margin: 74px 30px;
}

.home-logo img {
    max-width: 100px;
    width: 100%;
    height: auto;
}

.city-list ul {
    list-style-type: none;
}

.city-list ul li a {
    text-decoration: none;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    text-transform: uppercase;
    color: white;
}

.city-list ul.ui-listview {
    margin: 0;
}

.city-list ul.ui-listview li {
    background-color: rgba(255,255,255, .4);
    border-color: #f44336;
    padding: 0px;
}

.city-list ul.ui-listview li h2 {
    margin: 0;
}

.city-list ul.ui-listview li a {
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    font-weight: 400;
    padding: .7em 1em;
    display: block;
}

.city-list ul.ui-listview li a:after {
    content: '';
    width: 8px;
    height: 16px;
    display: inline-block;
    background: url('../images/city-list-arrow.png') no-repeat;
    background-size: 100%;
    float: right;
    position: relative;
    top: 7px;
}

.city-list ul.ui-listview li.ui-first-child {
    border-top-color: transparent;
}

.city-list ul.ui-listview li.ui-last-child {
    border-bottom-color: transparent;
}
/******menu footer********/

.block-copyright {
    /*float:right;*/
    line-height:22px;
    background:url('../images/mini-logo.png') no-repeat;
    opacity: 0.9;
    padding-left:20px;
}

.footerLink {
    opacity: 0.9;
    color: white;
    margin-top: auto;
}

.footer-box {
    position: absolute;
    bottom: 12%;
    left: 5%;
}

.footer {
    background-color: transparent;
    position: absolute;
    /*bottom: 0;*/
    width:100%;
    font-size:12px;
    margin-top:5px;
}

.footer .footerBottom {
    border-top-right-radius: 300px 10px;
    border-top-left-radius: 300px 10px;
    background:#d5411f;
    color: #fff;
    padding:40px 0 70px 40px;
}

.footerLinkBlockInner {
    padding: 20px 0 30px 0;
    margin: auto;
}

.footerLink {
    padding: 0 10px 10px 0px;
}

.footerLink a{
    text-decoration: none;
    color: white;
    line-height: 20px;
    font-size: 14px;
}

.footerTitleSection {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 17px;
}

.footer .block-contact {
    margin-right:43px;
    position: relative;
}

.footer .block-contact a.showContact {
    display:block;
    height: 22px;
    line-height:22px;
}

.footer .block-contact .contactWrapper {
    display:none;
    position: absolute;
    bottom: 32px;
    width: 240px;
    height: 260px;
    background: url(../images/triangleWhite.png) no-repeat 10px bottom #d5411f;
    box-shadow: 2px -2px 5px rgba(204,204,204,0.5);
    z-index: 1000;
}

.footer .block-contact .contactWrapper input,
.footer .block-contact .contactWrapper textarea {
    border: 0;
    outline: 0;
    resize: none;
    display: block;
    width: 228px;
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
    height: 30px;
    margin: 10px 6px 0px 6px;
    background: #e48570;
    padding: 0px 5px;
    overflow: hidden;
    -webkit-appearance: none;
    float:left;
}

.footer .block-mobile-apple {
    display: inline-block;
    padding-top:8px;
    margin-right:5px;
}

.footer .block-mobile-apple a {
    width:129px;
    height:37px;
    background:url(../../images/appStore.png) no-repeat center;
    display:block;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.footer .block-mobile-google {
    display: inline-block;
    padding-top:8px;
    margin-right:5px;
}

.footer .block-mobile-google a {
    width:113px;
    height:37px;
    background:url(../../images/gPlay.png) no-repeat center;
    display:block;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}




/* RESTAURANTS PAGE
-----------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {

}
.restaurants-list ul.ui-listview {
    margin: 0;
    list-style: none;
    padding:0;
}

.store-item {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255, .5);
    background:#131313;
    /*min-height: 130px;*/
}

.store-item::after {

    content: '';
    width: 10px;
    height: 18px;
    display: inline-block;
    background: url('../images/arrowLight.png') no-repeat;
    background-size: auto;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}


.store-item .store-left {
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    padding-top: 15px;
}
.store-item .store-right {
    padding-left: 120px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.store-item a:link, .store-item a:visited, .store-item a:hover, .store-item a:active{
    text-decoration: none;
    color:white;
}

.store-item .store-logo-holder {
    width:115px;
    height:130px;
    position: relative;
}

.store-item .store_logo {
    margin:0;
    max-width: 100px;
    background-color: white;
    border-radius: 5px;
}

.store-item .promo-logo-mobile {
    position: absolute;
    top: 0px;
    left:-7px;
}

.store-item .store-closed {
    position:absolute;
    top:0;
    left:0;
    z-index: 199;
    width:100%;
    height:130px;
    background-color:rgba(0,0,0, 0.6);
    /*    opacity: 0.9;*/
}

.store-item .close-label {
    position:absolute;
    top: 25px;
    left: 25px;
    z-index: 1000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    background-color: #D5411F;
    font-weight: 500;
    border: 1px solid #D5411F;
    padding: 5px;
    opacity: 1;
    font-family: 'Roboto';
    font-size: 14px;
}


.store-item h2 {
    font-size: 20px;
    margin-bottom: 7px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0;
    height: 25px;
    overflow: hidden;
}

.page-search .store-item h2 {
    margin-top:0;
}

.store-info {
    position: absolute;
    top:7px;
    left:120px;
    background-color: #ff9a37;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    padding:  3px 5px 3px 5px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.store-new {
    background-color: #d5411f;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    padding:  3px 7px 3px 7px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.delivery-is-not-available {
    background-image:url('../../images/delivery_ic.png');
    width:50px;
    height:50px;
    position: absolute;
    top: 86px;
    left: 66px;
    background-size: 29px 29px;
    background-repeat: no-repeat;
    background-position: center;
}

.store-item  .min-cart {
    margin-right:15px;
    font-weight: 350;
    font-family: 'Roboto Condensed', sans-serif;
}

.store-item .clock-open-hours {
    font-weight: 350;
    font-family: 'Roboto Condensed', sans-serif;
}

.store-item .store-general-info {
    margin-bottom: 7px;
}

.store-info-link {
    position: absolute;
    top: 26px;
    right: 57px;
    width: 50px;
}

.store-info-link a {
    text-decoration: none;
    color:#fff;
}


.store-info-alergens {
    position: absolute;
    top: 26px;
    right: 2px;
    width: 50px;
}

.store-info-alergens a {
    text-decoration: none;
    color:#fff;
}

/*min-cart-icon min-cart clock-icon clock-open-hours*/

.page-search .restaurants-list ul {
    padding-inline-start: 0px;
}

.page-search .restaurants-list .store-item .store-logo-holder {
    float: left;
}

/*.page-search .restaurants-list .store-item {
    padding-left: 12px;
    padding-right: 12px;
    min-height: auto;
    padding-bottom: 20px;
}*/
.page-search .restaurants-list .store-item .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: space-around;
}

.page-search .restaurants-list .store-item h2 {
    /*margin-top: 20px;*/
}





/* STORE INFO PAGE
--------------------------------------------------------------------------------*/

.store-info-content {
    padding:40px;
    position: relative;
    color:#fff;
}

.si-header {
    font-size:29px;
    text-align: center;
    padding:15px;
    padding-top:9px;
}

.si-group {
    border-bottom: 1px dotted #A5A5A5;
    padding-top:21px;
    padding-bottom: 10px;

}

.si-label {
    font-size: 22px;
    font-size: bold;
}
.si-value {

    padding-top:14px;
    padding-bottom: 10px;
    line-height: 26px;
}

/* CATEGORIES PAGE
--------------------------------------------------------------------------------*/
#products .ui-header .store-product-search-btn,
#categories .ui-header .store-product-search-btn {
    display:inline-block;
    width:25px;
    height:25px;
    float:right;
    margin-top: 15px;
    margin-right: 13px;
}

.store-info-header{
    background-color: #131313;
    color:white;
    min-height: 72px;
    position: relative;
}

.store-messages {
    background-color: #131313;
    color:white;
    padding:12px;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Roboto';
}



.store-info-header {
    padding-left: 80px;
    position: relative;
    border-bottom: 1px dotted white;
}

.store-info-header .store-info-logo {
    position: absolute;
    display: block;
    width:80px;
    top:0;
    left:0;
}

.store-info-header .store-info-logo img {
    margin: 0 auto;
    display: block;
}

.store-info-min-order {
    display: inline-block;
    width:35%;
    font-size: 14px;
    margin-top:25px;
    margin-left:15px;
}

.store-info-open-hours {
    display: inline-block;
    width:50%;
    font-size: 13px;
    margin-top:25px;
    font-family: 'Roboto';
}

.store-info-label {
    text-transform: uppercase;
    font-weight: 350;
    font-size: 11px;
    font-family: 'Roboto Condensed';
    color: #CCCCCC;
}

.store-info-currency {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto';
}

.store-info-open-status {
    font-weight: bold;
}

.favorite-store {
    display: inline-block;
    margin-left: -30px;
}

.full-heart {
    background: url('../../images/store_fav_ic_dark.png') no-repeat center;
    background-size: 35px;
    width:50px;
    height: 50px;
    cursor: pointer;
}

.empty-heart {
    background: url('../../images/store_fav_ic_light.png') no-repeat center;
    background-size: 35px;
    width:50px;
    height: 50px;
    cursor: pointer;
}

.categories-list-holder {
    margin: 0;
    background-color: #fff;
}

.poduct-category-list {
    padding:0;
    margin:0;
    list-style-type: none;
}

.poduct-category-item a {
    display:block;
    border-bottom: 2px solid black;
    padding-left:70px;
    position: relative;
    line-height: 62px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right:44px;
    font-size: 20px;
    color: #451C18 !important;
    font-family: 'Roboto Condensed';
}

.poduct-category-item a:link, .poduct-category-item a:visited, .poduct-category-item a:hover, .poduct-category-item a:active{
    text-decoration: none;
    color:black;
}

.poduct-category-item a::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 18px;
    background: url('../images/arrowLightSmall.png') no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 100%;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}
.poduct-category-item img {
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:62px;
}

.store-messages .message-controlls {
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 11px;
}
.store-messages {
    transition: left 0.5s ease;

}
#store-message-text-buffer {
    display:none;
}

.message-open-btn {
    display:none;
    cursor: pointer;
}

.message-close-btn {
    display:none;
    cursor: pointer;
}


.message-icon {
    width: 10px;
    height: 7px;
    background-image: url('../images/message_icon10x7.png');
    display: inline-block;
    margin-left: 5px;
    background-position: center;
    background-repeat: no-repeat;
}

.message-open-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}



/*a.poduct-category-item {
    cursor: pointer; 
}*/

/*.categories-list .ui-listview .ui-li-has-thumb > .ui-btn > img:first-child {
    max-height: 60px;
    max-width: 60px;
    padding-left: 10px;
}

.categories-list .ui-listview > .ui-li-has-thumb > .ui-btn {
    color: #fff;
    text-decoration: none;
    border: 0;
    background: rgba(0,0,0, .5);
    border-bottom: 1px solid rgba(255,255,255, .5);
    padding-left: 90px;
    padding-right: 50px;
    min-height: 37px;
}

.categories-list .ui-listview > .ui-li-has-thumb > .ui-btn:after {
    content: '';
    width: 8px;
    height: 16px;
    display: inline-block;
    background: url('../images/city-list-arrow.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
}

.categories-list .ui-listview > .ui-li-has-thumb.ui-last-child > .ui-btn {
    border-bottom: 0;
}

.categories-list .ui-listview > li span {
    position: absolute;
    top: 19px;
    right: 27px;
}*/

/* PRODUCTS PAGE
-----------------------------------------------------------------------------------------------------------*/

.products-list ul.pc-list {
    background-color: #FFFFFF;
    padding:0;
    margin:0;
    list-style: none;
}

.products-list ul.pc-list .pc-item {
    border-bottom: 5px solid #1e1e1d;
}

.product-info-holder {
    padding-left: 92px;
    position: relative;
    min-height: 92px;
    cursor:pointer;
}

.product-info-holder .product-img {
    position: absolute;
    top: 0;
    left: 0;
    width:92px;
    max-height: 92px;
}

.product-info-holder .product-title {
    color: #381513;
    font-weight: bold;
    padding-left: 13px;
    padding-top: 7px;
    padding-bottom: 4px;
    font-size: 19px;
}

.product-info-holder .product-description {
    padding-left: 13px;
    line-height: 14px;
    font-size: 12px;
    color: #6A6A6A;
    padding-right: 40px;
    padding-bottom: 10px;
}

.product-simple-list {
    list-style: none;
    padding:0;
    margin:0;
    border-top: 2px solid #e1e1e1;
}

.product-simple-list.closed {
    display:none;
}

.product-accordion {
    background-image: url('../images/accordion_arrow14x8.png');
    width: 14px;
    height:8px;
    position:absolute;
    right: 13px;
    top: 50%;
}

.product-accordion.closed {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}


.product-simple-holder {
    padding: 10px;
    min-height: 42px;
}
.product-simple-list li:not(:first-child) .product-simple-holder {
    border-top: 2px solid #e1e1e1;
}

.product-simple-holder {
    padding-right: 15px;
    line-height: 40px;
    color:#131313;
    font-family: 'Roboto';
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.product-price-holder {
    float:right;
    display: flex;
    align-items: center;
}

.price-currency {
    color: #D5411F;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-size: 14px;
}
.price-currency.special-price-currency {
    color:#1D9F2D;
}

.product-price {
    color: #D5411F;
    font-weight: bold;
    font-size: 14px;
}

.product-price.old-price {
    text-decoration-color: red;
    font-weight: 400;
}

.product-price.special-price {
    color:#1D9F2D;
    margin-left:4px;
}

.show-product-modal-btn {
    background-image: url('../images/add_product_small_btn.png');
    width:28px;
    height:28px;
    vertical-align: middle;
    margin-left:8px;
    cursor: pointer;
}
.show-product-modal-btn.special-price-btn {
    background-image: url('../images/add_product_special_small_btn.png');
}


/* ********* PRODUCT DETAIL MODAL POP UP Start**********/
/* Product detail modal container*/

/*applied on body*/
.product-modal-open {
    overflow: hidden;
    height: 100%;
}

/* The Modal (background) */
.product-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}
/* Modal Content/Box */
.product-modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 52px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 10001;
    padding-bottom: 56px;
}

.product-modal-content .extra-group-error {
    color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: none !important;
    font-weight: 500;
    font-size: 16px;
}
/* Product detail modal container End */
/* PRODUCT DETAIL MODAL TEMPLATE Start */
.product-detail {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/*product detail header*/
.pd-header {
    display: inline-block;
    width: 100%;
    /*height: 70px;*/
    /*border-bottom: 1px dotted #6A6A6A;*/
    /*border:1px solid red;*/
}

.pd-header-left {
    display: inline-block;
    position:relative;
    width: 39%;
    text-align: center;
    height:160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.pd-header-right {
    position: relative;
    display:inline-block;
    float: right;
    width: 61%;
    padding:0;
    min-height:160px;
}

.pd-content {
    position: relative;
    margin-top:20px;
}

.pd-seller-label-holder {
    position:absolute;
    top:-21px;
    right:21px;
    color: #AE2100;
}

.pd-header-right-holder {
    padding:10px;
}
.pd-header-right .pd-name {
    display: block;
    font-size: 24px;
    margin-top: 4px;
    font-weight: 400;
    padding-left: 2px;
    font-family: 'RobotoCondensedBold';
    text-transform: none;
    padding-right: 10px;
}

.pd-header-right .pd-description {
    display: block;
    color: #6A6A6A;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto';
    font-weight: 300;
    margin-top: 5px;
    padding-left: 2px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.pd-header-right .pd-store-name {
    position: absolute;
    bottom: 3px;
    left: 9px;
    text-transform: uppercase;
    color: #ababab;
    font-size: 12px;
}

.close-product-modal-btn {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.pd-store-logo {
    position:absolute;
    bottom:1px;
    right:1px;
    display: none;
    width:40px;
}

/*product detail body*/
.pd-group-label {
    display:block;
    background-color: #cccccc;
    height:40px;
    line-height: 40px;
    padding-left: 15px;
    color: #5B3938;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    font-size: 14px;
}
.extra-group.has-error .pd-group-label {
    background-color: #ffcccc;
}

.pd-body-row {
    display:block;
    color: #381513;
    /*background-color: #f5f5f5;*/
    background-color: #f0f0f0;
    border-bottom: 1px dotted #6A6A6A;
    /*display: inline-block;*/
    /*padding-left: 25px;*/
}

.pd-body-row.on-promotion {
    color: white;
    background-color: #37c047;
}

.pd-row-left {
    height:40px;
    line-height: 40px;
    max-width: 50%;
    display: inline-block;
    padding-left: 25px;
    font-size:16px;
}

.pd-variant .pd-row-left {
    font-size:19px;
    font-size:16px;
    font-weight: 400;
}

.pd-row-right {
    display: inline-block;
    padding-right:25px;
    float:right;
}
.pd-row-right div {
    float:right;
    height:40px;
    line-height: 40px;
}

label.pd-price-label {
    margin-right: 11px;
    margin-top: 23px;
    line-height: 38px;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    text-transform: uppercase;
}

label.pd-price-label .oldAmount{
    font-size: 13px;
}

label.pd-price-label .oldAmount strike{
    text-decoration-color: red;
}

label.pd-price-label .amount{
    font-size: 16px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
}

label.pd-price-label .coin{
    font-size: 16px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
}

.pd-checkbox-holder .checkbox-container {
    margin-top:8px;
}

.pd-checkbox-holder .checkbox-container a{
    color: black;
}

.pd-checkbox-holder .checkbox-container input{
    width: auto;
}

.pd-note-holder {
    margin:15px;
    display: flex;
}
.pd-note {
    background: #E7E7E7;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    min-height: 120px;
    background: #fff;
    border: 1px solid #c2c2c2;
    color: #333;
    resize: vertical;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}
.pd-note:focus {
    outline: 0;
}

.pd-note::-webkit-input-placeholder {
    color: #6A6A6A;
}

.pd-note:-moz-placeholder { /* Firefox 18- */
    color: #6A6A6A;
}

.pd-note::-moz-placeholder {  /* Firefox 19+ */
    color: #6A6A6A;
}

.pd-note:-ms-input-placeholder {
    color: #6A6A6A;
}

.pd-note::placeholder {
    color: #6A6A6A;
}

.pd-note-error {
    color: red;
    font-size: 12px;
    font-size: 10px;
    padding-top: 10px;
    padding-left: 16px;
}
/*product detail footer*/

.pd-footer {
    position: fixed;
    left:0;
    bottom: 0;
    height: 56px;
    /*overflow: hidden;*/
    /*display: block;*/
    width: 100%;
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
}

.pd-footer-left {
    display: inline-block;
    background-color: #131313;
    width: 35%;
    height:56px;
    float:left;
}

.pd-footer-center {
    display: inline-block;
    background-color: #131313;
    width: 25%;
    height:56px;
    float:left;
}
.pd-footer-right {
    display: inline-block;
    width: 40%;
    height:56px;
    background-color: #d50000;
    float:left;
}

.pd-qty-holder {

    align-items: center;
    display: flex;
    justify-content: center;
    width:66%;
    margin: 0 auto;
    margin-top:11px;
}

.qty-btn {
    width:22pt;
    height:21pt;
    background: #6a6a6a no-repeat padding-box;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-position: center;
}

.qty-btn:hover {
    background: #6a6a6a no-repeat padding-box;
    background-position: center;
}

.qty-btn-minus {

}

.qty-btn-plus {

}

.pd-qty-label {

    /*height:24px;*/
    display:inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Condensed';
    margin: 0 12px 0 12px;

}

.pd-total-amount-holder {
    display:block;
    text-align:right;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'Roboto Condensed';
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.pd-add-to-cart-holder {
    text-align:center;

}
.pd-add-to-cart-btn {
    color: #FFFFFF;
    text-transform: uppercase;
    background: #D5411F;
    line-height: 51px;
    width:100%;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Roboto Condensed';
    letter-spacing: 1.5px;
}

.eg-debug-flag {
    display:none;
    color:red;
}

.max-min-holder {
    font-size: 10px;
}


.required-eg {
    color:red;
}

.extra-qty-holder {
    float:left;
}
.extra-qty {
    float: left;
}
.extra-qty-btn {
    float: left;
    display:block;
    cursor:pointer;
    /*border: 1px solid red;*/
    width:30px;
    height:30px;
    background-repeat: no-repeat;
}

.extra-qty-btn.extra-qty-btn-plus {
    background: url('../images/check-plus.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
}

.extra-qty-btn.extra-qty-btn-plus.disabled-btn {
    background: url('../images/check-plus-dis.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
}

.extra-qty-btn.extra-qty-btn-minus {
    background: url('../images/check-minus.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
}

.extra-qty-btn-plus.checked-btn {
    background: url('../images/check-ok.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
}

.extra-qty {
    width:20px;
    text-align: center;
    background: transparent;
    border:none;
    line-height: 32px;
    font-weight: bold;
    font-size: 19px !important;
}
.extra-checkbox {
    display: none;
}
.extra-qty {
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.extra-qty-btn-minus {
    display: none;
}
/***PSimple checkbox custom style***/
.checkbox-wrapper {
    position: relative;
    width: 30px;
    height: 30px;
}

.checkbox-wrapper input {
    opacity:0;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.checkbox-wrapper .checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-image: url('../images/check-plus.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display:inline-block;
    padding: 0 0 0 0px;
}


.checkbox-wrapper input:checked + .checkbox-checkmark {
    background-image: url('../images/check-ok.png');
}
.checkbox-wrapper input:disabled + .checkbox-checkmark {
    /*background-image: url('../images/check-plus-dis.png');*/
}
.checkbox-wrapper input:checked:disabled + .checkbox-checkmark {
    background-image: url('../images/check-ok-dis.png');
}




/* PRODUCT DETAIL MODAL TEMPLATE End */
/************** PRODUCT DETAIL MODAL POP UP END **********/


/***** CHEKOUT PAGE**************************************/
.order-items-holder {
    background-color: #5B3938;
    /*border:1px solid red;*/
    color: #c1b5b5;
}

.order-items-holder .order-item {
    border-bottom: 2px solid #5b3938;
    /*min-height: 40px;*/
    border: 2px solid #5f4746;
    position: relative;
}

.order-item .o-qty {
    position: absolute;
    top:0;
    left:0;
}

.order-item .o-product-name {
    width: 50%;
    float:left;
    font-size: 13px;
    min-height: 46px;
    margin-left: 92px;
}

.order-item .o-product-price {
    width: 85px;
    float:right;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    font-size: 13px;
    font-weight: bold;
    padding-top: 15px;
}

.order-item .o-product-name div {
    margin: 5px;
    margin-top: 15px;
}

.order-item .o-product-extras {
    width:100%;
    float:left;
    font-size: 10px;
    padding-left: 12px;
    padding-right: 12px;
}



.o-nr-of-qty {
    width: 22px;
    /*float: left;*/
    /*margin: 15px 0 0 0;*/
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    position:absolute;
    top: 16px;
    left: 35px;
}

.o-qty-btn {
    width:15px;
    height:15px;
    /*background-color: transparent;*/
    background-size: 16px 16px;
    cursor: pointer;

    cursor: pointer;
}

.o-qty-btn-minus {
    position:absolute;
    top: 14px;
    left: 8px;
    background: url('../images/order_qty_minus_26x26.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.o-qty-btn-plus {
    position:absolute;
    top: 15px;
    left: 65px;
    background: url('../images/order_qty_plus_26x26.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;

}

.o-qty-btn-minus.o-remove-item-btn {
    background: url('../images/trash26x26.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.o-qty-btn img {
    width:15px;
}

.o-summery {
    background-color: #131313;
    color: #fff;
    padding-top:10px;
    padding-left:15px;
    padding-right:15px;
    border-bottom: 3px solid #6a6a6a;
}
.o-summery-item {
    border-bottom: 2px dotted #6a6a6a;
    position: relative;
    min-height: 30px;
}

.o-summery-label {
    background-color: #131313;
    position: absolute;
    top:1px;
    left:0;
    font-size: 15px;
    /*padding-left:15px;*/
    padding-right:10px;
    line-height: 36px;
}

.o-summery-price {
    background-color: #131313;
    position: absolute;
    top:1px;
    right: 0;
    font-size: 15px;
    text-transform: uppercase;
    padding-left:5px;
    line-height: 52px;
}

.o-coupon {
    border: 1px solid #6a6a6a;
    margin-top: 31px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*height: 150px;*/
    height: 40px;
}

.o-coupon-input-holder {
    float:left;
    width:75%;
}

.o-coupon-control-btn-holder {
    /*border: 1px solid green;*/
    float:left;
    width:25%;
    /*background-color: #6a6a6a;*/
    text-align: center;
}

.o-summery .coupon-input-btn {
    height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    width:100%;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.coupon-input-btn.apply-coupon-btn {
    background-color: #6a6a6a;
    color: #fff;
}
.coupon-input-btn.remove-coupon-btn {
    background-color: #d5411f;
    color: #fff;

}

.o-coupon-input {
    width: 92%;
    margin-left: 15px;
    background: transparent;
    color: #fff;
    border: none;
    margin-top: 9px;
}

.o-coupon-input::-webkit-input-placeholder,
.o-coupon-input:-moz-placeholder,
.o-coupon-input:-ms-input-placeholder {
    color:#4d4d4d;
}

.o-coupon-input:focus {
    outline: none;
}

.o-total {
    padding: 10px 0 0 0;
    margin: 25px 0 30px 0;
    border-top:1px solid #6a6a6a;
    height:35px;
    font-size: 19px;
    font-weight: bold;
}

.o-total-label {
    float:left;
    width:50%;
}
.o-total-amount {
    float:left;
    width:50%;
    text-align: right;
    text-transform: uppercase;
}

.o-customer-data {
    background-color: #131313;
    padding: 10px 12px 40px 12px;
    color: #fff;
}

.o-customer-data h3 {
    margin-top: 0;
    line-height: 30px;
    font-size: 20px;
    font-family: 'Roboto';
}

.ui-field {
    padding-bottom: 10px;
}

.field-text-label,
.field-label {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 22px;
}

.field-text-input {
    padding: 12px;
    background-color: transparent;
    color: white;
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.field-text-input input {
    width: 100%;
    font-weight: normal;
    background: transparent;
    border: none;
    color: #fff;
}

.field-text-input input:focus {
    outline: none;
}

.field-radio {
    border: 1px solid #6a6a6a;
    margin-top: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:7px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    line-height: 30px;
}

input.field-radio-input:checked + .field-radio {
    color: red;
    border:1ps solid red;
}

.field-radio.selected {
    background-color: #5f4746;
    border: 1px solid #5f4746;
}

.o-add-address a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #D5411F;
    border:1px solid #D5411F;
    display:block;
    color: #fff;
    text-align: center;
    padding: 13px 49px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'RobotoCondensedBold';
    border-radius: 5px;
    letter-spacing: 0.8px;
    line-height: 21px;
}

#o-add-address-btn:link, #o-add-address-btn:visited, #o-add-address-btn:hover, #o-add-address-btn:link, #o-add-address-btn:active {
    text-decoration: none;
}

.o-payment-methods {
    margin-bottom: 17px;
    padding-top: 23px;
}

.o-address-checkbox .edit-pencil {
    background: url('../images/pencil_icon.svg') no-repeat scroll center;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    padding-left: 10px;
    position: absolute;
    z-index: 100;
    right: 20px;
}

.o-customer-address .field-radio {
    padding: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    min-height: 50px;
    line-height: 50px;
}

.o-payment-method-checkbox,
.o-delivery-method-checkbox {
    padding: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    min-height: 50px;
    line-height: 50px;
}

.o-payment-method-checkbox .field-radio-input,
.o-delivery-method-checkbox .field-radio-input,
.o-customer-address .field-radio .field-radio-input {
    margin-right: 10px;
}

.o-payment-method-checkbox label,
.o-delivery-method-checkbox label,
.o-customer-address label {
    font-size: 16px;
    line-height: normal;
    white-space: initial;
    padding-right: 15px;
}

#online_card_payment_options .oneClickPay {
    padding: 12px;
    font-size: 16px;
}

#online_card_payment_options {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

#online_card_payment_options div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.o-delivery-methods {
    padding-top: 40px;
}

.field-textarea {
    display: block;
    border: 1px solid #6a6a6a;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    padding:10px;
    margin-top: 5px;
}

.field-textarea textarea {
    width: 100% !important;
    padding: 0;
    margin: 0;
    resize: none;
    height:130px;
    background-color: transparent;
    border:none;
    color: #fff;
}

.field-textarea textarea:focus {
    outline: 0;
    border: none;
}

.o-delivery-price-holder {
    float:right;
    padding-top:5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 450;
    line-height: 40px;
}

.order-submit-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width:100%;
    background-color: #D5411F;
    color: #fff;
    padding: 13px 49px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'RobotoCondensedBold';
    letter-spacing: 0.8px;
    line-height: 21px;
    cursor: pointer;
    z-index: 999;
}

/*.checkout .ui-content {
    padding: 0;
}

.checkout .ui-header .ui-title {
    line-height: 20px;
    padding: 12px 10px 4px 70px;
}

.checkout .ui-header .ui-title span {
    display: block;
    font-size: 12px;
}

.checkout-list .ui-listview {
    padding: 0;
    margin: 0;
}


.checkout-list .ui-listview li {
    position: relative;
    overflow: hidden;
}

.checkout-list .ui-listview li > .ui-btn {
    color: #fff;
    text-decoration: none;
    border: 0;
    background: rgba(0,0,0, .5);
    border-bottom: 1px solid rgba(255,255,255, .5);	
    padding-right: 125px;
    min-height: 37px;
}

.checkout-list .ui-listview li > .ui-btn:after {
    content: '...';
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: -15px;
    font-size: 35px;

    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.checkout-list .ui-listview li.package-list-element > .ui-btn:after,
.checkout-list.thankyou-list .ui-listview li > .ui-btn:after {
    content: '';
}

.categories-list .ui-listview > li.ui-last-child > .ui-btn {
    border-bottom: 0;
}

.checkout-list .ui-listview li > .ui-btn h2 {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    margin-top: 10px;
}

.checkout-list .ui-listview li > .ui-btn h2 span {
    display: block;
}

.checkout-list .ui-listview li > .ui-btn .quantity {
    position: absolute;
    right: 7.5em;
    top: 50%;
    margin-top: -10px;
}

.checkout-list .ui-listview li > .ui-btn .price {
    position: absolute;
    right: 2em;
    top: 50%;
    margin-top: -10px;
}

.checkout-list .ui-listview li.total {
    background: rgba(255,255,255, .5);
    border: 0;
    text-align: right;
    padding-right: 2em;
}

.checkout-list .ui-listview li.total h2 {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
}

 OPTIONS start 
.checkout-list .options {
    text-align: left;
    display: inline-block;
    position: absolute;
    right: -183px;
    top: 0;
    height: 100%;
    z-index: 2;
}
.checkout-list .options ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.checkout-list .options ul li {
    float: left;
}

.checkout-list .options ul li a {
    width: 60px;
    height: 100%;
    text-align: center;
    background: #625456;
    display: block;
    border-left: 1px solid #000;
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    padding: 9px 0 9px;
    font-weight: 500;
    height: 100%;
    margin-bottom: -19px;
}

.checkout-list .options ul li:first-child a {
    border-left: 0;
}

.checkout-list .options ul li.coupon_delete a,
.checkout-list .options ul li.delete a {
    background: #da4926;
}
 OPTIONS end 

 CHECKOUT WITHOUT LOGIN start 
.checkout .auth {
    color: #fff;
    text-align: left;
    padding: 2em 1em 3em;
    background: rgba(0,0,0, .5);
}

.checkout .auth h2 {
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 0;
}

.checkout .auth .facebook-btn-login,
.checkout .auth .facebook-btn {
    background: #4463a5;
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    padding: .7em 1em .7em 3.5em;
    margin: 10px 0;
}

.checkout .auth .facebook-btn-login:before,
.checkout .auth .facebook-btn:before {
    position: absolute;
    content: '';
    background: url('../images/sprite.png') no-repeat;
    background-size: 80px;
    background-position: -60px -72px;
    width: 13px;
    height: 25px;
    left: 1em;
}

.checkout .auth .facebook-btn-login:after,
.checkout .auth .facebook-btn:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    border-left: 1px solid #2e54a6;
    background: #527dcc;
    top: 0;
    left: 2.5em;
}
 CHECKOUT WITHOUT LOGIN end 
.checkout .coupon {
    display: inline-block;
    width: 100%;
}

.checkout .coupon .ui-field-contain {
    display: inline-block;
    margin: 0;
}

.checkout .coupon .input_c {
    width: 68%;
}*/

/* DEBRECATED CODE REMOVE IS EVERYTHING WORKS FINE.
.checkout .coupon .ui-input-text {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid;
    width: 100%;
}

.checkout .coupon .ui-input-text input {
    color: #fff;
}*/

/*.checkout .coupon .button_c {
    width: 28%;
    float: right;
}

.checkout button {
    border: 0;
    margin: 0;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.checkout .ui-input-text::-webkit-input-placeholder,
.checkout .coupon .ui-input-text input::-webkit-input-placeholder {  WebKit, Blink, Edge 
    color: #fff;
}
.checkout .ui-input-text:-moz-placeholder,
.checkout .coupon .ui-input-text input:-moz-placeholder {  Mozilla Firefox 4 to 18 
    color: #fff;
    opacity:  1;
}
.checkout .ui-input-text::-moz-placeholder,
.checkout .coupon .ui-input-text input::-moz-placeholder {  Mozilla Firefox 19+ 
    color: #fff;
    opacity:  1;
}
.checkout .ui-input-text:-ms-input-placeholder,
.checkout .coupon .ui-input-text input:-ms-input-placeholder {  Internet Explorer 10-11 
    color: #fff;
}*/

/* CHECKOUT LOGGED IN start 
.checkout .delivery_address .ui-input-text {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    width: 100%;
}*/

.checkout .delivery_address .ui-input-text,
.checkout .delivery_address .ui-input-text input {
    color: #fff;
}

.checkout .delivery_address button {
    padding: 1em 2em;
}

.checkout .shiping_methods .ui-controlgroup-label,
.checkout .payment_methods .ui-controlgroup-label{
    height: 40px;
}
.checkout .shiping_methods .ui-controlgroup-controls,
.checkout .payment_methods .ui-controlgroup-controls{
    clear: both;
}
.checkout .shiping_methods .shiping_method,
.checkout .shiping_methods .noShippingFound.hidden{
    display: none;
}
.checkout .shiping_methods .shiping_method.showThisMethod{
    display: block;
}
.checkout .shiping_methods .ui-controlgroup-controls .ui-radio{
    height: 40px;
}

.checkout .auth-btn {
    background: #eeebe6;
    text-decoration: none;
    color: #555555;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    /*padding: .7em 1em .7em 3.5em;*/
    margin: 10px 0;
    text-align: center;
}

/* Order confirm modal*/
.confirm-order-modal-open {
    overflow: hidden;
    height: 100%;
}

.confirm-order-modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}

/* Modal Content/Box */

.confirm-order-modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding: 30px 42px;
    width: 380px;
    margin: 0 auto;
    margin-top: 20%;
}

@media only screen and (max-width: 767px) {
    .confirm-order-modal-content {
        position: absolute;
        bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .container-confirm-order-modal-content {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 30px 42px;
    }
}

.container-confirm-order-modal-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.confirm-order-modal-content .ocmCloseBtn {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0;
    background-image: url('../../images/x24.png');
}

.confirm-order-modal-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.confirm-order-modal-content .ocm-title {
    font-size: 24px;
    line-height: 28px;
    color: #131313;
    margin-bottom: 15px;
    font-family: 'RobotoCondensedRegular';
}

.confirm-order-modal-content .ocm-item {
    background-color: #F0F0F0;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    margin-bottom: 5px;
}

.confirm-order-modal-content span.ocm-info {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto';
    color: #6A6A6A;
    margin-bottom: 30px;
}

.confirm-order-modal-content .ocm-item .ocm-item-label {
    color: #6A6A6A;
    font-size: 13px;
    line-height: 23px;
}

.confirm-order-modal-content .ocm-item .ocm-delivery-address-holder,
.confirm-order-modal-content .ocm-item .ocm-phone-number-holder {
    color: #131313;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto';
    line-height: 28px;
}

.confirm-order-modal-content .ocm-btns {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: center;
    justify-content: space-between;
}

.confirm-order-modal-content .ocm-btns button.ocmOrderSendBtn {
    width: 50%;
    background-color: #D5411F;
    border: 0;
    padding: 12px;
    border-radius: 5px;
    color: wheat;
    font-family: 'RobotoCondensedRegular';
    font-size: 16px;
    line-height: 15px;
    cursor: pointer;
}

.confirm-order-modal-content .ocm-btns button.ocmCancelBtn {
    background-color: #F6D8D1;
    border: 0;
    border-radius: 5px;
    padding: 12px;
    width: 50%;
    margin-right: 10px;
    color: #D5411F;
    font-family: 'RobotoCondensedRegular';
    font-size: 16px;
    line-height: 15px;
    cursor: pointer;
}


/* CHECKOUT LOGGED IN end */
/* CHECKOUT Preorder start */
/*preoprder style*/

.preorderWrap {
    margin-bottom: 15px;
}
.preorder-box {

    display: inline-block;
    border: 1px solid #fff;
    color:#fff;
    border-radius: 5px;
    font-family: 'RobotoCondensedRegular';
    width: 60px;
    height:60px;
    cursor: pointer;
}
.preorder-box.selected {
    background-color: #5f4746;
    border: 1px solid #5f4746;
    color:#fff;
}

.preorder-box .preorder-day-name {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin-top:3px;
}
.preorder-box .preorder-day-date {
    display: block;
    text-align: center;
    font-size: 34px;
    line-height: 30px;
}
.preorderWrap .preorder-hours {
    margin-top:10px;
}
.preorderWrap .preorder-hour {
    display: inline-block;
    border: 1px solid #fff;
    color:#fff;
    border-radius: 5px;
    font-family: 'RobotoCondensedRegular';
    width: 26px;
    height: 20px;
    cursor: pointer;
}

.preorderWrap .preorder-hour.selected {
    background-color: #5f4746;
    border: 1px solid #5f4746;
    display:inline-block;
    color:#fff;



}

.preorderWrap .preorder-hour .hour-h {
    display:inline-block;
}
.preorderWrap .preorder-hour .hour-m {
    font-size: 9px;
    display: inline-block;
    ;
}
/* CHECKOUT Preorder end */

/* THANK YOU PAGE start */

#thankyou {
    color: #fff;
}

#thankyou .ty-info-content {
    padding-left:15px;
    padding-right:15px;
    background-color: black;
    padding-bottom: 20px;
}

.ty-message {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    min-height: 33px;
    padding-top: 28px;
}

.ty-sub-message {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 19px;
    padding-top: 5px;
    min-height: 20px;
}

.ty-info-box {
    background-color: #fff;
    color:black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top:6px;
    margin-top: 10px;
    text-align: center;
    min-height: 59px;
}

.ty-info-box .ty-info-box-label {
    color:#ABABAB;
    font-size: 13px;
    padding-top:15px;
}
.ty-info-box .ty-info-box-value {
    font-weight: bold;
}


.ty-delivery-time-wrapper, .ty-order-phone-nr-wrapper {
    float:left;
    width: 50%;
}

.ty-order-address-wrapper {
    float:left;
    width: 100%;
}


.ty-delivery-time {
    margin-right: 3px;
}

.ty-order-phone-nr {
    margin-left: 3px;
}

.ty-order-address {
    clear: both;
}

.ty-btn-holder {
    clear: both;
    padding-top:15px;
}

.ty-call-store-btn {
    display:block;
    width:100%;
    background-color: #D5411F;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    line-height: 39px;
    color: #fff;
    text-align: left;
    cursor: pointer;

}

.ty-call-store-btn .btn-right {
    float:right;
    padding-right: 10px;
}

.ty-call-store-btn .btn-left {
    padding-left: 10px;
}


.ty-order-cancel-btn,
.reorder-customer-last-order-btn,
.ty-reorder-btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #6A6A6A;
    border: 1px solid #6A6A6A;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 39px;
    color: #fff;
    width: 100%;
    margin: 8px 0 8px 0;
    cursor: pointer;
    font-size: 18px;
}

.od-wrapper {
    background-color: #451C18;
    color:#E7E7E7;
    min-height: 150px;
    padding: 0 15px 40px 15px;
}
.od-header-nr-of-order{
    border-bottom: 1pt solid #6A6A6A;
    line-height: 40px;
}

.od-nr-of-order {
    float:right;
    padding-right:10px;
}

.od-header-created_at-and-od-delivery {
    padding: 15px 0 15px 0;
    border-bottom: 1pt solid #6A6A6A;
    min-height: 50px;

}
.od-label {
    display:block;
    color:#ababab;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.od-marked {
    color:#ababab;
    font-weight: bold;
    font-size: 11px;
}

.od-header-created_at {
    float:left;
    width:50%;
}
.od-header-created_at {
    float:left;
    width:50%;
}
.od-created_at {
    display: block;
}

.od-header-delivery {

}

.od-items-wrapper {
    clear: both;
    border-bottom: 1pt solid #6A6A6A;
}

.od-item {
    border-bottom: 1pt dotted #6A6A6A;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.od-items-wrapper .od-item-name {
    width: 185px;
}

.od-item-qty {
    position: absolute;
    top: 14px;
    left: 11px;
}

.od-item-price {
    position: absolute;
    bottom: 14px;
    right: 11px;
    text-transform: uppercase;
    color:#fff;
    font-weight: bold;
}

.od-summery {
    border-bottom: 1pt solid #6A6A6A;
    padding-bottom: 30px;
    font-size: 18px;
}

.od-summery-item {
    border-bottom: 2px dotted #6a6a6a;
    position: relative;
    min-height: 37px;
}

.od-summery-label {
    background-color: #451C18;
    position: absolute;
    top:1px;
    left:0;
    font-size: 15px;
    padding-right:6px;
    line-height: 52px;
}

.od-summery-price {
    background-color: #451C18;
    position: absolute;
    top:1px;
    right: 0;
    font-size: 15px;
    text-transform: uppercase;
    padding-left:5px;
    line-height: 52px;
}

.od-total {
    padding: 25px 0 0 0;
    font-size: 25px;
    font-weight: bold;
}

.od-total-label {
}
.od-total-amount {
    float:right;
    text-transform: uppercase;
}


/*#thankyou .checkout-list .ui-listview li.ui-first-child > .ui-btn {
    border-top: 1px solid rgba(255,255,255, .5);
}
.thankyou-text {
    background: rgba(0,0,0, .5);
}

.thankyou-text h2 {
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 2em 0;
}

.thankyou-text h2.contact-number{
    padding: 0;
}
 THANK YOU PAGE end 

 APP PAGE start 
#app {
    background: url(../images/app_bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

#app .close {
    position: absolute;
    top: .2em;
    right: .5em;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    z-index: 101;
}

#app .ui-content {
    position: relative;
    height: 100%;
    padding: 0 1em;
}

#app .home-logo {
    position: relative;
    z-index: 100;
}

#app .btn-container {
    margin: 0;
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
    margin-left: auto;
    margin-right: auto;
    z-index: 102;
}

#app .btn {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: .5em 1em;
    text-transform: uppercase;
    background: rgba(126,236,105,1);
    background: -moz-linear-gradient(top, rgba(126,236,105,1) 0%, rgba(42,194,34,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(126,236,105,1)), color-stop(100%, rgba(42,194,34,1)));
    background: -webkit-linear-gradient(top, rgba(126,236,105,1) 0%, rgba(42,194,34,1) 100%);
    background: -o-linear-gradient(top, rgba(126,236,105,1) 0%, rgba(42,194,34,1) 100%);
    background: -ms-linear-gradient(top, rgba(126,236,105,1) 0%, rgba(42,194,34,1) 100%);
    background: linear-gradient(to bottom, rgba(126,236,105,1) 0%, rgba(42,194,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eec69', endColorstr='#2ac222', GradientType=0 );
}

#app .hand {
    position: absolute;
    right: 0;
    bottom: 0;
}

#app .icon {
    position: absolute;
    left: 1em;
    bottom: 6em;
}*/
/* APP PAGE end */

/* CONTACT PAGE */

.bg-blur.page-contact {
    background-image: none;
}

.contactContainer {
    padding: 40px;
    padding-bottom: 30px;
}

#contactForm .field-textarea textarea {
    height: 60px;
    color: #000;
}

#contactForm lable {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 22px;
}

#contactForm input {
    width: 100%;
    padding: 12px;
    background-color: transparent;
    color: #6A6A6A;
    border: 1px solid #6A6A6A;
    border-radius: 5px;
    margin-top: 5px;
}
#contactForm .field-value {
    display: flex;
}

#contactForm a.send-contact-form-btn.btn {
    background-color: #D5411F;
    color: #fff;
    padding: 13px 49px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'RobotoCondensedBold';
    border-radius: 5px;
    letter-spacing: 0.8px;
    line-height: 21px;
    width: 100%;
    cursor: pointer;
}

.contact-form-btn {
    display: flex;
    text-align: center;
}


/* SMALL MOBILE  DEVEICES */
@media only screen and (max-width: 600px) {
    #app .hand {
        max-width: 210px;
    }

    #app.android .hand {
        max-width: 200px;
    }
}

/* SMALL MOBILE  DEVEICES */
@media only screen and (max-width: 360px) {
    .home-logo {
        margin: 37px 0;
    }
}

.ui-popup-container#popupMenu-popup{
    background-color: black;
    color: white;
}

.ui-popup-container#popupMenu-popup .ui-link-inherit{
    color: white;
}

.ui-icon-loading {
    background: url("../images/ajax-loader.gif");
    background-size: 2.875em 2.875em;
}

.storeCustomMessageMobile{
    text-align: center;
    line-height: 26px;
    color: white;
    max-width: 1024px;
    margin: 0 auto;
}

.thankYouPaymentStatus{
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    padding:0 10px;
    position: relative;
}

.msgHolder {
    padding: 0;
    width: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    padding: 10px 15px;
    margin-bottom: 0;
    border: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    position:relative;
}

.msg-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background:url('../images/close.png');
    width:16px;
    height:16px;
    opacity: 0.5;
}
.alert-message {
    margin-top: 10px;
    padding:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;

}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.login-form .alert-warning {
    display:block;
}
.promo-logo-mobile{
    position: absolute;
    float: left;
    z-index: 1;
}

.compaign-banner {
    display:block;
    height: 180px;
    width: 100%;
    border: 0px solid transparent;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.compaign-banner img {
    position: relative !important;
    display:block;
    margin: 0 auto;
    width: 100%;
    height: 166px;
    max-width:none !important;
    max-height:none !important;
}

/* Store payment icons*/

.payment-box {
    display:inline-block;
    width: 30%;
}

.payment-holder .payment-icon {
    width:25px;
    height:19px;
    margin-right:7px;
}

.payment-holder .payment-label {
    font-size: 15px;
    color: #656462;
}

.payment-holder .online {
    float: left;
    background: url('../../images/payment_sprite.png') 1px -4px;
}

.payment-holder .cash {
    background: url('../../images/payment_sprite.png') 28px -6px;
    float: left;
}

.payment-holder .pos {
    float: left;
    background: url('../../images/payment_sprite.png') 58px -2px;
}

/*PROFILE*/

.profile-page {
    color: #fff;
}

#profile h1 {
    text-align: center;
    color: white;
    font-weight: normal;
    font-family: 'Roboto Condensed';
    margin-bottom: 0;
}

.profile-page .profile-panel {
    border-bottom: 4px solid #6A6A6A;
    padding-bottom: 40px;
}

form#my_profile_form {
    padding-left: 12px;
    padding-right: 12px;
}

form#my_profile_change_password_form {
    padding-left: 12px;
    padding-right: 12px;
}

.p-label lable {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 22px;
}

.p-value {
    display: flex;
}

.p-value input,
.p-value select,
.p-value textarea {
    width: 100%;
    padding: 12px;
    background-color: transparent;
    color: white;
    border: 1px solid #6A6A6A;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.p-value select option {
    color: black;
}

.profile-panel #profile-add-address-btn,
input#profile-personal-data-submit-btn,
input#profile-change-password-submit-btn
{
    background-color: #D5411F;
    color: #fff;
    padding: 13px 49px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'RobotoCondensedBold';
    border-radius: 5px;
    letter-spacing: 0.8px;
    line-height: 21px;
    cursor: pointer;
}

.profile-panel #profile-add-address-btn {
    margin-left: 12px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-decoration: none;
}

.profile-page .profile-panel h3 {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 30px;
    font-size: 20px;
    font-family: 'Roboto';
}

.profile-page .profile-panel .p-radio {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 20px;
}

.profile-page .profile-panel .p-radio span{
    font-size: 14px;
    color: #A5A5A5;
}

.profile-page .profile-panel ul {
    padding-inline-start: 0;
    padding-left: 12px;
    padding-right: 12px;
}

.profile-page .profile-panel ul li {
    border: 1px solid #6A6A6A;
    padding: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
}

.profile-remove-btn {

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #6A6A6A;
    width: 40px;
    height: 40px;
    background-image: url('../images/trash_icon.svg');
    background-repeat: no-repeat;
    background-position: 16px 12px;
    background-size: 10px;
    cursor: pointer;
}


.profile-page .profile-panel span.profile-remove-address {
    position: absolute;
    top:10px;
    right: 10px;
}

.profile-page .profile-panel .p-address {
    position: relative;
    padding-right: 60px;
    line-height: 40px;
}

.profile-page .profile-panel .p-address a {
    padding-right: 10px;
}

.profile-page .profile-panel .p-radio input[type='checkbox']{
    accent-color: #fff;
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px;
}


.profile-page .profile-panel .p-radio label {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 15px;
}

.phone-field, .email-field {
    position: relative;
}

.confirmed {
    display: block;
    position: absolute;
    float: left;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    margin-right: 10px;
    cursor: pointer;
}

.email-field .confirmed {
    right: -2px;
    bottom: 27px;
}

.phone-field .confirmed {
    right: -3px;
    bottom: 13px;
}

.email-field .verify-btn {
    cursor: pointer;
    position: absolute;
    right: 3px;
    bottom: -1px;
    font-size: 11px;
}

.phone-field .verify-btn {
    cursor: pointer;
    position: absolute;
    right: 3px;
    bottom: -17px;
    font-size: 11px;
}

.confirmed.isConfirmed {
    background: url('../images/confirmed.png') no-repeat scroll center;
    background-size: 100%;
}

.confirmed.notConfirmed {
    background: url('../../images/not_confirmed1.png') no-repeat scroll center;
    background-size: 100%;
}


.clear {
    clear: both;
}

.store-custom-message-show-btn {
    color:#fff;
    display:block;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    line-height: 29px;
    margin-bottom: 9px;
}

.store-message-header {
    display:block;
    text-align: right;
    padding: 10px 30px 10px 30px;
}

.store-custom-message-close-btn {
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    padding:10px;
}

/* ****MODAL REMOVE ACCOUNT ******/

.remove-account-btn{

}

.account-data-handler-btn-holder {
    padding-top:40px;
    text-align: right;
    padding-right:19px;
}
.account-data-handler-btn {
    cursor: pointer;
    font-size:11px;
    opacity: 0.4;
    margin-left:16px;
}

/* PERSONAL REMOVE ACCOUNT MODAL Start */

/* The Modal (background) */
.profile-modal-holder {
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.profile-modal-content{
    font-size: 15px;
    border-radius: 7px;
    background-color: #fefefe;
    margin: auto;
    padding: 5% 5%;
    border: 1px solid #888;
    width: 90%;
    position: absolute;
    float: left;
    left: 0%;
    top: 12%;
}

.profile-modal-content .buttons-modal {
    margin-top: 20px;
}

.profile-modal-content .buttons-modal p {
    margin-bottom: 10px;
    font-weight: 500;
}

.profile-modal-content .confirm-remove-account-btn {
    color: #252525;
    padding: 7px 28px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.profile-modal-content .btn-close-modal {
    background-color: #919191;
    color: #e7e7e7;
    padding: 7px 28px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.profile-modal-content .confirm-remove-account-btn:hover {
    background-color: #a6a6a6;
    cursor:pointer;
}

.profile-modal-content .btn-close-modal:hover {
    cursor:pointer;
    background-color: #565656;
}

.profile-modal-content .title-modal {
    font-size: 19px;
    margin-bottom: 30px;
}

.profile-modal-content .options-modal {
    margin-left: 10px;
    margin-bottom: 30px;
}

.profile-modal-content .options-modal p{
    margin-bottom: 10px;
    margin-left: -10px;
}

.profile-modal-content .options-modal label{
    margin-bottom: 10px;
}

.profile-modal-content .options-modal .label-new-reason {
    margin-left: 23px;
    margin-top: 10px;
}

.profile-modal-content .options-modal .input-new-reason {
    border-radius: 4px;
    margin-top: 3px;
    border: 1px solid #d9d9d9;
    width: 150px;
}
.error-msg-remove-account {
    color:red;
}


/* PERSONAL REMOVE ACCOUNT MODAL end */

/* PROFILE TRUSTED start*/

.customer-is-trusted {

    display: block;
    background-image: url('../../images/trusted_user_badge2.png');
    position: absolute;
    top: 38px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: 40px 40px;


}
.name-field {
    position: relative;
}

.tooltip {
    /*visibility: hidden;*/
    display:none;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -27px;
    right: 30px;
    border: 1px solid #fff;
}

/* PROFILE TRUSTED end*/

/* NOTIFICATION start */
.notification-page h3 {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 30px;
    font-size: 20px;
    font-family: 'Roboto';
    color:#fff;
}

.notification-holder {
    padding: 0 20px 0 20px;
    color: #fff;
}
.notification-holder a:link,
.notification-holder a:visited,
.notification-holder a:hover,
.notification-holder a:active {
    text-decoration: none;
    color: inherit; /* Ha az alapértelmezett színt is meg akarod tartani */
}

.notification-item {
    border-bottom: 1px solid #fff;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.notification-destination-type {
    display: none;
}

.notification-date {
    position: absolute;
    top:10px;
    right:10px;
    color: #555555;
}

.notification-header {
    margin-bottom: 15px;
}

.notification-item.notification-not-viewed .notification-header {
    padding-left: 25px;
}

.notification-item.notification-not-viewed .notification-header::after {
    content: " ";
    position: absolute;
    top: 17px;
    left: 42px;
    width:13px;
    height:13px;
    background: #D5411F;
    display: block;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}

.page-restaurants .ui-header .mini-notifications {
    position: absolute;
    top:0;
    left:30px;
    width:20px;
}

.page-categories .ui-header .mini-notifications {
    position: absolute;
    top: 11px;
    right: 84px;

}

.mini-notifications.header-notification {
    width: 31px;
    height: 30px;
    background-image: url('../images/notifications_24.png');
    background-size: 28px;
    background-repeat: no-repeat;
}

.mini-notifications.header-notification .notification-counter {
    position: absolute;
    top: -6px;
    right: -4px;
}

.mini-notifications.header-notification .notification-link {
    display: block;
    width: 100%;
    height: 30px;
}


.page-thankyou .ui-header .mini-notifications {
    position: absolute;
    top: 11px;
    right: 19px;
}


.notification-counter {
    /*    background-color: #d5411f;
        color: white;*/
    background-color: #fff;
    color: #d5411f;
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    border:1px solid #fff;
}

.menu-item.ic-my-notifications {
    display:block;
    position: relative;
}

.menu-item.ic-my-notifications .mini-notifications {
    display:block;
    position: absolute;
    top: -11px;
    left: 60px;
    width:20px;
}

/*.mini-notifications*/



/* NOTIFICATION end */


/* REMOVE ADDRESS MODAL start*/
.address-delete-modal {
    display: none;  /*Hidden by default*/
    position: fixed; /* Stay in place */
    z-index: 1001; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.address-delete-modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 350px; /* Could be more or less, depending on screen size */
    margin:0 auto;
    margin-top:75px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#addressDeleteMap {
    height: 350px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.delete-address-quit-btn {
    position: relative;
    left: 320px;
    top: -345px;
    height: 25px;
    width: 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
    text-decoration: none;
    background-color: white;
    cursor: pointer

}

.close-address-remove-modal-btn {
    margin: 0;
    position: relative;
    top: 10%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.delete-address-quit-btn:hover {
    background-color: #efe7e7;
}

.delete-address-box {
    position: relative;
    top: -35px;
    margin: auto;
    width: 80%;
    padding: 10px;
}

.delete-address-btn-area {
    position: relative;
    top: 10px;
    display: inline-block;
    text-align: center;
}

.cancel-address-remove-btn {
    display: inline-block;
    outline: 0;
    border: 0;
    background: #D5411F;
    color: #fff;
    padding: 10px 43px;
    border-radius: 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'RobotoCondensedBold';
    cursor: pointer;
}

.confirm-address-remove-btn {
    background-color: #F6D8D1;
    display: inline-block;
    outline: 0;
    border: 0;
    color: #D5411F;
    padding: 10px 38px;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'RobotoCondensedBold';
    cursor: pointer;
}

.cancel-address-remove-btn:hover {
    background-color: rgba(213, 65, 31, 0.82);

}

.confirm-address-remove-btn:hover {
    background-color: rgba(246, 216, 209, 0.78);
}

.delete-address-title {
    font-size: 16px;
    text-shadow: 0px 1px 0px #f2f2f2;
}

.delete-address-text p {
    font-size: 12px;
}

.delete-address-text b {
    font-weight: bold;
}





/*hide filed if address is new*/
.new-address-mode .address-filed, .new-address-mode .address-save-btn {
    display:none !important;
}
/* REMOVE ADDRESS MODAL end*/

/* ****LOGIN PAGE ******/


#login {
    padding-top: 60px;
}

.auth-container h1 {
    text-align: left;
    color: #131313;
    font-weight: bold;
    font-family: 'Roboto';
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
}

#login h1 {
    /*    text-align: left;
        color: #131313;
        font-weight: bold;
        font-family: 'Roboto';
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 28px;*/
}

#registre h1 {
    /*    text-align: left;
        color: #131313;
        font-weight: bold;
        font-family: 'Roboto';
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 28px;*/
}

.auth-container {
    text-align: center;
    padding: 40px;
    padding-bottom: 80px;
}

.login-form div {
    display: flex;
}

.phone-login-text-center {
    align-items: center;
    justify-content: center;
}

.login-form input {
    border: 1px solid #CCCCCC;
    padding: 12px 15px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
}

.login-btn {
    background-color: #D5411F;
    color: #eeebe6;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    color: #FFF;
    padding: 13px 25px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}
.auth-mod-phone .phone-login-activation-list, .phone-login-activation-list div {
    display: block;
    padding-bottom: 3px;
}

.register-btn {
    background-color: #555555;
    border: 1px solid #555555;
    color: #eeebe6;
    font-weight: 500;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 22px;
}

.forgot-password-holder {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left:10px;
    display: block !important;
    text-align: right;
}

.forgot-password-holder a {
    color: #D5411F !important;
}

a.forgot-password:link, a:visited {
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    /*font-weight: 800;*/
}

a.forgot-password:link:active, a:visited:active {
    color: white;
    font-size: 15px;
    font-weight: normal;
}

.register-form input::placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
.forgot-password-form input::placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
.login-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #131313;
    font-size: 16px;
    font-family: 'Roboto';
}


.password-control {
    padding-right:33px;
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    display: block;
    position: absolute;
    right: 7px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background-image: url('../images/eye.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.p-value.password-wrapper .toggle-password {
    bottom: 20px;
}

.toggle-password.eye-off {
    background-image: url('../images/eye-off.png');
}


/* ****REGISTER PAGE ******/

.page-login .ui-header {
    background: transparent;
}

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

.register-form input {
    padding: 12px 15px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    color: #131313 !important;
    border: 1px solid #CCCCCC;
}

.register-form input:-ms-input-placeholder,
.register-form input::placeholder {
    color: #131313 !important;
}

.register-form .login-btn {
    margin-top: 20px;
    background-color: #D5411F;
    margin-bottom: 30px;
}

.register-form .form-item {
    display: flex;
}

.page-registre .ui-header {
    background-color: transparent;
}

.register-link-btn,
.login-link-btn {
    color: #D5411F !important;
    cursor: pointer;
}

.login-link-btn {
    margin: auto;
    padding: 10px;
}

.social-media-login {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 40px;
}

.auth-facebook-btn {
    background: url('../images/facebook-icon-mobile.svg') no-repeat scroll center;
    float: left;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    margin-right: 10px;
    cursor: pointer;
}

.auth-google-btn {
    background: url('../images/Google-icon-mobile.svg') no-repeat scroll center;
    float: left;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    margin-right: 10px;
    cursor: pointer;
}

.auth-apple-btn {
    background: url('../images/ios-icon-mobile.svg') no-repeat scroll center;
    float: left;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    margin-right: 10px;
    cursor: pointer;
}

.auth-phone-btn {
    background: url('../images/phone-dial.png') no-repeat scroll center;
    border: 1px solid darkgray;
    border-radius: 9px;
    float: left;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    margin-right: 10px;
    cursor: pointer;
}

/* ****FORGOT PASSWORD PAGE ******/

.forgot-password-form {
    text-align: center;
}

.forgot-password-form input {
    border: 1px solid #CCCCCC;
    padding: 12px 15px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;

}

.forgot-password-form .form-item {
    display: flex;
}

.forgot-password-form .login-btn {
    margin-top: 20px;
}

.auth-container-forgot {
    text-align: left;
}

/* QUICK BUTTONS*/

.quick-buttons-holder {
    background-color: #451C18;
    width:100%;
    padding-top: 15px;
    padding-bottom: 12px;
}

.quick-buttons {
    display: none;
}

.quick-buttons.active {
    display: block;
}

.quick-button {
    cursor: pointer;
}

.quick-button img {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.quick-button label {
    display: block;
    text-align: center;
    color: #C6B7B5;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}
/* END OF QUICK BUTTONS*/



/* orders history */
#orders_history_container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#orders_history_container .order-history-detail-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
    align-items: center;
}

#orders_history_container .orders_list h3 {
    padding-left: 12px;
    font-size: 16px;
    line-height: 17px;
    font-family: 'RobotoCondensedBold';
    text-transform: uppercase;
}

#orders_history_container .orders_list .order-history-list-item {
    background-color: #FFFFFF;
    margin-bottom: 5px;
    display: flex;
    background: url('../../images/detail-comanda.png') no-repeat scroll center right 10px #FFFFFF;
}

#orders_history_container .orders_list .order-history-list-item:hover {
    background: url('../../images/detail-comanda1.png') no-repeat scroll center right 10px #FFFFFF;
}

#orders_history_container .orders_list .order-history-list-item .ohli-store-logo {
    background-color: #2A2A29;
    width: 72px;
    height: 72px;
}

#orders_history_container .orders_list .order-history-list-item .ohli-store-logo img {
    width: 100%;
    height: auto;
}

#orders_history_container .orders_list .ohli-store-name {
    color: #451C18;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 19px;
}

#orders_history_container .orders_list .order-history-list-item:hover .ohli-store-name {
    color: #D5411F;
}

#orders_history_container .orders_list .ohli-store-description {
    padding-left: 19px;
    padding-right: 13px;
    padding-top: 16px;
    padding-bottom: 16px;
}

#orders_history_container .orders_list .ohli-store-crated {
    display: flex;
    align-items: stretch;
    flex-direction: row;
}

#orders_history_container .orders_list .ohli-order-total {
    font-size: 14px;
    color: #D5411F;
    font-family: 'RobotoCondensedRegular';
    line-height: 17px;
    text-transform: uppercase;
    padding-left: 15px;
}

#orders_history_container .orders_list .ohli-created-at {
    color: #6A6A6A;
    font-size: 14px;
    font-family: 'RobotoCondensedRegular';
    line-height: 17px;
    text-transform: uppercase;
}

#orders_history_container .pagination .btn-prev {
    display: inline-block;
    outline: 0;
    border: 0;
    background: #93a5cb;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    font-family: 'RobotoCondensedLight';
    cursor: pointer;
    margin-right: 20px;
}

#orders_history_container .pagination .btn-next {
    display: inline-block;
    outline: 0;
    border: 0;
    background: #93a5cb;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    font-family: 'RobotoCondensedLight';
    cursor: pointer;
    margin-left: 20px;
}

#orders_history_container .pagination .btn-prev:hover,
#orders_history_container .pagination .btn-next:hover {
    background: #47639e;
}

#orders_history_container .orders_list .btn-next {
    background: url('../../images/arrow_comenzi.png') no-repeat scroll center !important;
    background-color: #A5A5A5 !important;
    border-radius: 5px !important;
    padding: 6px 16px !important;
    text-indent: -9999px;
    font-size: unset !important;
}

#orders_history_container .orders_list .btn-prev {
    background: url('../../images/arrow_comenzi.png') no-repeat scroll center !important;
    background-color: #A5A5A5 !important;
    border-radius: 5px !important;
    padding: 6px 16px !important;
    text-indent: -9999px;
    transform:scaleX(-1);
    font-size: unset !important;
}
#orders_history_container .orders_list .pagination {
    text-align: center;
    margin-top: 30px;
}

.order-history-detail-header .order-history-detail-header-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: space-around;
    padding-bottom: 15px;
    border-bottom: 1px solid #6A6A6A;
}

.order-history-detail-header .order-history-detail-header-top .ohd-store-logo {
    width: 50px;
    height: 50px;
    background-color: #2B2A29;
    border-radius: 5px;
    margin-left: 12px;
    margin-right: 10px;
}

.order-history-detail-header .order-history-detail-header-top .ohli-store-name {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 19px;
}

.order-history-detail-header .order-history-detail-header-top img {
    width: 100%;
    height: auto;
}

.order-history-detail-header .order-history-detail-header-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: space-around;
    border-bottom: 1px solid #6A6A6A;
}

.order-history-detail-header .ohd-created-at{
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #6A6A6A;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    width: 50%;
}

.order-history-detail-header .ohd-address{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    width: 50%;
}

.order-history-detail-summery {
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #6A6A6A;
    padding-left: 12px;
    padding-right: 12px;
}

.order-history-detail-summery .ohd-summery-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px dotted #6A6A6A;
    margin-bottom: 20px;
    position: relative;
    height: 15px;
}

.order-history-detail-summery .ohd-summery-label {
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    padding-right: 10px;
    left: 0;
    background-color: #131313;
}

.order-history-detail-summery .ohd-summery-value,
.order-history-detail-summery .ohd-summery-price {
    right: 0;
    background-color: #131313;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    padding-left: 10px;
    letter-spacing: -0.32px;
    font-weight: 600;
}

.order-history-detail-total-all {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
}

.order-history-detail-total-all .order-history-detail-payment {
    color: #A5A5A5;
    font-size: 14px;
    font-family: 'Roboto';
    line-height: 19px;
}

.order-history-detail-total-all .order-history-detail-total {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 800;
}

.order-history-detail-total-all .order-history-detail-total span {
    font-weight: 500;
}

.order-history-detail-controls {
    padding-top: 10px;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
}

.order-history-detail-controls button.ohd-reorder-btn {
    background-color: #D5411F;
    border: 0;
    border-radius: 5px;
    padding: 12px 36px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    font-family: 'RobotoCondensedRegular';
    cursor: pointer;
    line-height: 15px;
    margin-right: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.order-history-detail-controls button.ohd-cancel-btn {
    background-color: rgba(255, 255, 255, 0.20);
    border: 0;
    border-radius: 5px;
    padding: 12px 36px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 15px;
    font-family: 'RobotoCondensedRegular';
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

.order-history-detail-controls button.ohd-feedback-btn {
    background-color: #FF9A37;
    color: #fff;
    font-size: 16px;
    font-family: 'RobotoCondensedRegular';
    text-transform: uppercase;
    border: 0;
    padding: 12px 12px;
    line-height: 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.order-history-detail-controls .cancel-order {
    float: left;
    width: 49%;
}

.order-history-detail-controls .feedback {
    float: right;
    width: 49%;
    padding-bottom: 20px;
}

#orders_history_container .review {
    padding-left: 12px;
    padding-right: 12px;
}

.order-history-detail-item-list {
    margin-bottom: 20px;
}

.order-history-detail-item-list .item.product,
.order-history-detail-item-list .item.package {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
    align-content: space-around;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
}

.order-history-detail-item-list .item .price {

    float: right;
}


.order-history-detail-item-list .item {
    padding: 15px;
    background-color: #5B3938;
    margin-bottom: 2px;
}

#orders_history_container .nr_of_orders,
#orders_history_container .customer_since {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

#orders_history_container .orders_sumary {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px solid #6A6A6A;
    padding-bottom: 10px;
}

#orders_history_container .customer_since .data,
#orders_history_container .nr_of_orders .data {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Roboto';
}

#orders_history_container .customer_since .label,
#orders_history_container .nr_of_orders .label {
    color: #FF9A37;
    font-size: 13px;
    line-height: 23px;
    font-family: 'Roboto';
}

#orders_history_container .nr_of_orders {
    border-right: 1px solid #6A6A6A;
}

.order-notifications-label {
    display: none;
}

.notification-item {
    border-bottom: 1px solid #fff;
    padding: 15px 15px 15px 42px;
    position: relative;
}

.notification-item:after {
    content: " ";
    position: absolute;
    top: 10px;
    left: 12px;
    width: 24px;
    height: 24px;
    background-image: url('../images/notifications_24.png');
    background-size: 24px;
}


/* LOCATION BOX  start*/


.location-holder {
    position: relative !important;
    right: unset !important;
    top: unset !important;
    left: unset !important;
    cursor: pointer;
    background-color: rgba(19, 19, 19, 0.20);
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'Roboto';
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: stretch;
    padding: 9px;
    border-radius: 5px;
    margin-left: 50px;

    margin-right: 95px;
    /*margin-right: 125px;*/



    margin-top: 10px;
}

.location-holder .location-selector-status {
    position: absolute !important;
    right: 10px !important;
    top: 15px !important;
    transform: rotate(180deg);
}

.location-selected {
    padding-left: 10px;
    padding-right: 10px;
}

.ui-header .search-holder {
    position: absolute;
    top: 0;
    width: 80%;
}

.location-wrapper {
    top: 56px !important;
    width: 100% !important;
    border-radius: 0px 0px 10px 10px;
}

.location-wrapper .select-list-group-label,
.store-type-holder .select-list-group-label
{
    background-color: #cccccc;
    padding: 10px 12px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}

.location-wrapper .select-list-item,
.store-type-holder .select-list-item {
    padding: 15px 12px 12px 40px;
    border-bottom: 1px dotted #A5A5A5;
}

.select-list-item.location-add-new-address {
    padding: 20px 12px;
}

.select-list-item.location-add-new-address a {
    color: #D5411F;
}

.select-list-item.location-add-new-address img {
    padding-right: 10px;
}

.location-wrapper .select-list-item:last-child {
    border-bottom: 0;
}

.location-wrapper .no-address {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: lowercase;
}

.location-holder .location-selected {
    width: 85% !important;
    padding: 0;
    padding-left: 10px;
}

.location-wrapper .location-add-new-address a {
    color: #D5411F;
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
    font-family: 'Roboto';
    font-weight: bold;
}

.location-wrapper .location-add-new-address span {
    padding-left: 8px;
}

.location-wrapper .select-list-group a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #D5411F;
}
.select-list-item.selected_address {
    font-weight: bold;
}

.select-list-item {
    cursor:pointer;
}
.select-list-group-label {
    background-color: #cccccc;
}
.select-list-group a {
    color:black;
}

.location-add-new-address a {
    color :black;
}

.location-selected {
    width:75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.location-holder {
    position: absolute;
    top:15px;
    left:50px;
    cursor: pointer;
}

.location-wrapper {
    display:none;
    /*    background: #fff;
        z-index: 99999;
        position: absolute;
        top: 60px;
        width: 300px;
        max-height: 450px;
        overflow: scroll;
        box-shadow: 2px 2px 5px rgba(204,204,204,0.5);*/
}
.selectListBody {
    background: #fff;
    z-index: 99999;
    position: absolute;
    top: 60px;
    width: 100%;
    max-height: 450px;
    overflow: scroll;
    box-shadow: 2px 2px 5px rgba(204,204,204,0.5);
}

.location-selector-status {
    background-image: url('../../mobile/images/accordion_arrow14x8.png');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 8px;
    position: absolute;
    right: 13px;
    top: 45px;
}

.location-selector-status.opened {
    transform: rotate(0deg);
}

.account-ic-holder {
    position: absolute;
    display: block;
    width:25px;
    height:25px;
    top: 13px;
    right: 89px;
    background-image: url('../../mobile/images/ic_my_profile_24px.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}


.store-type-lable-holder {
    position: absolute;
    top:17px;
    right:44px;
    width:35px;
    height:20px;
    cursor:pointer;
}

.store-type-lable-ic {
    display:block;
    width:18px;
    height:20px;
}

.store-type-lable-ic-1 {
    background: url('../../images/stypes/food_stype_white_ic_48px.png');
    background-size: 18px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.store-type-lable-ic-2 {
    background: url('../../images/stypes/shop_stype_ic_48px.png');
    background-size: 18px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.store-type-selector-arrow {
    position: absolute;
    display:block;
    top:7px;
    right:2px;
    background: url('../images/arrow_white.png');
    background-size: 10px 5px;
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 5px;
}

.store-type-selector-arrow.isOpen {
    transform: rotate(180deg);
}

.store-type-item {
    position: relative;
}

.store-type-item-ic {
    display:block;
    width:18px;
    height:20px;
    position:absolute;
    top:10px;
    left:9px;
}

.store-type-item-ic-1 {
    background: url('../../images/stypes/food_stype_ic_48px.png');
    background-size: 18px 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.store-type-item-ic-2 {
    background: url('../../images/stypes/shop_stype_ic_48px.png');
    background-size: 18px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.select-list-item.selected {
    font-weight: bold;
}

.store-type-holder {
    display:none;
}



/* LOCATION BOX end*/

/* PAGE LOGIN */

body.bg-blur.page-home,
body.bg-blur.page-registre,
body.bg-blur.page-contact,
body.page-forgot_password,
body.page-recover_account,
body.bg-blur.page-login {
    background: url(../../images/mobile_background_image.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #131313;
}

body.bg-blur.page-registre .ui-content,
body.bg-blur.page-contact .ui-content,
body.bg-blur.page-forgot_password .ui-content,
body.page-recover_account .ui-content,
body.bg-blur.page-login .ui-content {
    display: block;
    position: relative;
    padding-top: 0;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background-color: white;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.auth-container .logo-top {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: -45px;
}

/* address-container */

.address-rigth.address-content {
    padding-bottom: 20px;
}

.address-content-holder .address-header {
    text-align: center;
    padding-bottom: 20px;
}

.address-content-holder .address-header h3 {
    margin-bottom: 10px;
}

.address-content-holder .address-save-btn {
    background-color: #D5411F;
    font-family: 'RobotoCondensedBold';
    letter-spacing: 0.8px;
    color: white;
    font-size: 16px;
    line-height: 21px;
    font-style: normal !important;
    cursor: pointer;
}

.address-rigth.address-content input,
.address-rigth.address-content textarea {
    font-style: italic;
}

.page-address .my-location-btn {
    background: url('../images/ic_my_location_24px.svg') no-repeat;
    position: absolute;
    right: 9px;
    top: 16px;
    width: 27px;
    z-index: 99999;
    height: 27px;
    cursor: pointer;
}

.address-content-holder .address-from .field-textarea {
    margin-top: 20px;
}

.address-content-holder .address-errors {
    color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    font-family: 'Roboto Condensed';
}

#checkoutCartItemsContainer .errorMessage {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 12px;
}

/*404 PAGE*/



body.bg-blur.page-404 {
    background: url(../images/page-404-background-mobile.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #131313;
}

.page-404 .back-to-home-page-btn {
    background-color: #FF9A37;
    padding: 14px 35px;
    border-radius: 5px;
    color: white;
    font-family: 'RobotoCondensedBold';
    font-size: 16px;
    line-height: 15px;
    display: inline-block;
}

.page-404 .content404 {
    color: #FFFFFF;
    line-height: 28px;
    font-size: 24px;
    font-family: 'Roboto';
    padding: 0;
    margin-top: 10vh;
    text-align: center;
    margin-bottom: 40px;
}

.page-404 .storeContent {
    width: 484px;
    margin: 0 auto;
    background-color: transparent;
    text-align: center;
    border-radius: 0;
}


@media only screen and (max-width: 767px) {
    .page-404 .storeContent {
        width: auto;
        margin: 0;
        background-color: transparent;
        text-align: center;
        border-radius: 0;
    }
    .page-404 .content404 {
        margin-top: 60px;
    }
}

/* FOOTER SETTINGS
-----------------------------------------------------------------------------------------------------------*/
.iti-mobile .login .ui-content {
    padding-bottom: 800px !important;
}

.page-login .ui-content  {
    padding-bottom: 800px !important;
}

.page-forgot_password .ui-content  {
    padding-bottom: 800px !important;
}

/*feedback*/
.page-contact .ui-content  {
    padding-bottom: 820px !important;
}


.page-login .footer, .page-contact .footer , .page-forgot_password .footer , .login .footer  {
    bottom: 0 !important;
}

.page-products .tarteaucitronIconBottomRight {
    bottom: 0;
    right: -50px;
}

body .page-content {
    position: relative;
    min-height: 100vh;
}

/**** TERMS AND CONDITION WIDGET start */
.tc-box a {
    color: red;
}

.tc-widget {
    margin-top: 21px;
    margin-bottom: 21px;
    position: relative;
}

.tc-box {
    display:block;
    margin-left: 35px;
    text-align: left;
    font-size: 14px;
}

.tc-checkbox-holder {
    position: absolute;
    width:35px;
    height:35px;
    top:-2px;
    left:5px;
}
/**** TERMS AND CONDITION WIDGET end */

/*separator login*/
.separator {
    width: 40%;
    border: 2px solid white;
    background-color: black;
    overflow: visible;
    text-align: center;
    height: 1px;
    opacity: 0.5;

}

.separation-line {
    width: 100%;
    overflow: auto;
    margin: auto;
    text-align: center;
    opacity: 0.5;
    padding-bottom: 10px;
    padding-top: 10px;

}
/*end esparator*/

/* LOGIN BTNs start */

.auth-login-btn {
    cursor: pointer;
    position: relative;
    height: 45px;
}

.auth-login-btn-icon {
    position: absolute;
    top:6px;
    left: 6px;
    width:30px;
    height:30px;
}

.auth-login-btn p {
    margin-left:45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-top:10px;
    text-align: left;
    line-height:24px;
}

.facebook-btn {
    background: #1877F2;
    width: 250px;
    text-align: center;
    margin-top: 25px;
    border-radius: 5px;
}

.facebook-icon-wrapper {
    background: url(../../images/facebook-login.svg) no-repeat scroll 5px center #1877F2;
}

.google-btn {
    width: 250px;
    height: 42px;
    background-color: #4285f4;
    border-radius: 5px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    cursor: pointer;
    margin-top: 25px;
}

.google-btn .google-icon-wrapper {

    border-radius: 5px;
    background-color: #fff;
    background: url('../../images/google_icon.svg');
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.apple-btn {
    width: 250px;
    background-color: #5f4746;
    border-radius: 5px;
    text-align: center;
    margin-top: 25px;
}

.apple-icon-wrapper {
    background-image: url("../../images/apple_logo.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-text-apple {
    color: white;
}

.btn-text {
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
}

.auth-btn-holder {
    width:250px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.checkout-login-normal-login-btn {
    font-size: 14px;
    padding:0;
    line-height: 21px;
}

#login_form .header {
    text-align: center;
}

#login_form .header h2{
    text-align: center;
}

/*LOGIN BTNs end*/

/**CMS PAGE **/
.cms-page-container {
    color:#fff;
    padding-left:15px;
    padding-right:15px;
}
/*************/

/**Customer report page **/

body.page-report {
    background-color: white;
}
body.page-report textarea {
    width: 100%
}

.cr-form-submit-btn {

    background-color: #d5411f;
    margin-top: 1px;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #D5411F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    line-height: 50px;
    font-size: 15px;
    border: 0;
    cursor: pointer;

    margin-top: 15px;
    margin-bottom: 15px;



}
.cr-wrapper .input-text {
    margin-bottom: 15px;
    width: 100%;
}

.cr-wrapper .input-text input {
    width: 80%;
    height: 20px;
    padding: 5px;
}

.error-message-holer {
    color:red;
}
/*************/
/*DIALOG************/

.overlay {
    display:none;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
    background:rgba(0,0,0,0.6);
}

.overlay .dialog {
    display:block;
    position:fixed;
    top:0px;
    left:5%;
    margin-left:0px;
    margin-top:100px;
    background:#FFF;
    width:90%;
    border-radius:3px;
    overflow:hidden;
    transition: top 0.75s;
    -webkit-transition: top 0.75s;
    -moz-transition: top 0.75s;
    -ms-transition: top 0.75s;
    -o-transition: top 0.75s;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    font-size:14px;
}

.overlay .dialog h1 {
    padding: 10px;
    background-color: #f5f6f7;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    font-size: 20px;
    position: relative;
    padding-left: 40px;
}

.overlay .dialog h1:after {
    content: " ";
    position: absolute;
    top: 7px;
    left: 6px;
    width: 30px;
    height: 30px;
    background-image: url('../images/info_24.png');
    background-size: 28px;
    background-repeat: no-repeat;
}


.overlay .dialog p {
    padding:10px;
    font-size:16px;
    line-height:20px;
}

.overlay .dialog p a {
    color:#d5411f;
}

.overlay .dialog p a:hover {
    text-decoration: underline;
}

.overlay .dialog div {
    margin: 0px 10px;
    padding:10px 0;
    border-top: 1px solid #dcdee3;
    height:26px;
}

.overlay .dialog div a {
    float:right;
    display:block;
    height:24px;
    line-height:24px;
    padding: 0 8px;
    border-radius:2px;
    font-size:12px;
    margin-left:5px;
    font-size:16px;
    min-width: 50px;
    text-align: center;
}

.overlay .dialog div a.Cancel-Btn {
    background:#f6f7f8;
    border: 1px solid #cdced0;
    color: #4e5665;
    cursor: pointer;
}

.overlay .dialog div a.OK-Btn {
    /*background:#4e69a2;*/
    background:#D5411F;
    border: 1px solid #435a8b;
    color: #fff;
    cursor: pointer;
}

/* SEARCH*/

.searchPriceInfo {
    position: relative;
    display: block;
    text-align: right;
}
.searchPriceInfo.specialPrice .amount,
.searchPriceInfo.specialPrice .coin {
    color:#1D9F2D;
}
.searchPriceInfo.specialPrice .oldAmount {

    color:#D5411F;
    position: absolute;
    right:0;
    top:-10px;
    font-size: 10px;
}

.searchPriceInfo .amount,
.searchPriceInfo .coin {
    color: #D5411F;
}

/* SEARCH*/

/*************/

/** CUSTOMER card style start **/

.page-content .customer-cards-holder {
    width:90%;
    margin-top:15px;
}

.customer-cards-holder {
    padding-left: 25px;
}


.customer-card {
    height: 60px;
    width: 100%;
    border: 1px solid #6a6a6a;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0 !important;
    margin-bottom: 10px;
}

.customer-card.selected {
    background-color: #5f4746;
    border: 1px solid #5f4746;
}


.customer-card {
    position: relative;
}

.customer-card-mask {
    position: absolute;
    top: 15px;
    left: 86px;
    width: 206px;
    padding: 0 !important;
}

.customer-card-radio {
    position: absolute;
    left: 14px;
    top: 8px;
    width:20px;
    height:20px;
}

.customer-card-expiration {
    position: absolute;
    top: 40px;
    left: 86px;
    width: 206px;
    color: #7F7F7F;
    font-size: 11px;
    padding: 0 !important;
}

.customer-default-card-holder.default {
    position: absolute;
    top: 18px;
    right: 70px;
    width: 25px;
    height: 27px;
    background-image: url('../../images/ok-icon.png');
    background-repeat: no-repeat;
}

.page-profile .customer-card .customer-card-mask {
    cursor: pointer;
}

.customer-card-options {
    background: #f4f4f4;
    width:100%;
    height:35px;
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin:0 !important;
    padding: 0 !important;
    display: none;
}

.card-type-Visa::after {
    content: " ";
    position: absolute;
    top: -2px;
    left: -37px;
    width: 34px;
    height: 23px;
    background-image: url('../../images/card-visa-logo.png');
    background-size: 32px;
    background-position-y: -4px;
}

.card-type-Mastercard::after {
    content: " ";
    position: absolute;
    top: -4px;
    left: -45px;
    width: 46px;
    height: 30px;
    background-image: url('../../images/card-mastercard-logo.png');
    background-size: 44px;
    background-position-y: -8px;
}

.customer-card-options {

}

.customer-card-updated-at {
    position: absolute;
    top: 20px;
    left: 100px;
    width: 105px;
    height: 30px;
    font-size: 9px;
}

.customer-card-status {
    position: absolute;
    top: 7px;
    left: 11px;
    width: 82px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    padding: 0 !important;
}

.customer-card-status-active {
    color: green;
    border: 1px solid green;
}

.customer-card-status-expired {
    color: red;
    border: 1px solid red;
}
.customer-card-delete {
    position: absolute;
    top: 10px;
    right: 11px;
}

/*profile-remove-address*/
/** CUSTOMER card style end **/
/**COUPON STYLE start**/

.page-coupons .coupons-container {
    padding:25px;
}


.page-coupons .customer-coupon {
    border:1px solid #d5411f;
    width:79%;
    min-height:80px;
    margin-bottom: 20px;
    position: relative;
    background-color: #d5411f;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    padding-left: 86px;

}

.page-coupons .customer-coupon:after{
    content: " ";
    position: absolute;
    top: 33px;
    right: -30px;
    width: 43px;
    height: 48px;
    border-radius:50%;
    background-color: #131313;
}

.page-coupons .coupon-right {
    border-left: 1px dashed #fff;
    min-height: 70px;
    margin-top: 25p;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 7px;
    color: #fff;
}


.page-coupons .coupon-store-logo {
    position: absolute;
    top: 9px;
    left: 8px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    background-position: 1px 3px;
    background-size: 60px;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.page-coupons .coupon-store-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.page-coupons .coupon-code {
    font-weight: bold;
    margin-bottom: 8px;

}

.page-coupons .coupon-label {
    font-size: 10px;
    margin-bottom: 8px;
    padding-right: 23px;
}
.page-coupons .coupon-expiration {
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: bold;
}

.page-coupons .coupon-usage {
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: bold;
}
.coupon-value {
    position: absolute;
    bottom: 10px;
    right:10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
    color:green;
    padding:4px;
}


/**COUPON STYLE end**/

/**COUPON Checkout style start**/
.page-checkout .customer-coupon {
    width:87%;
    min-height:65px;
    margin-bottom: 10px;
    position: relative;
    background-color: #5f4746;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 50px;
}
/*.restaurants-checkout-page .customer-coupon {*/
.page-checkout .customer-coupon:after{
    content: " ";
    position: absolute;
    top: 14px;
    right: -30px;
    width: 39px;
    height: 39px;
    border-radius:50%;
    background-color: #131313;
}

.page-checkout .coupon-right {
    border-left: 1px dashed #fff;
    min-height: 48px;
    margin-top: 25p;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 7px;
    color: #fff;
}

.page-checkout .coupon-value {
    position: absolute;
    top: 22px;
    left: 1px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
    color:green;
    padding:4px;
    font-size: 10px;
    width: 40px;
    text-align: center;
}

.page-checkout .coupon-store-name {
    font-size: 10px;
}

.page-checkout .coupon-code {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
}

.page-checkout .coupon-expiration {
    font-size: 10px;
}
.page-checkout .coupon-usage {
    font-size: 10px;
}

.page-checkout .coupon-apply-btn {

    position: absolute;
    top: 20px;
    right: 13px;
    background-color: #D5411F;
    /*background-color: #6a6a6a;*/
    border: 0;
    line-height: normal;
    border-radius: 5px;
    text-align: center;
    font-family: 'RobotoCondensedRegular';
    display: block;
    text-transform: uppercase;
    color: #fff;
    width: 65px;
    line-height: 22px;
    cursor: pointer;
}



/**COUPON Checkout style end**/
/**CUSTOMER ORDER INFO start***/
.customer-order-info {
    background-color: #fdfffa;
    position: fixed;
    bottom:0;
    width: 100%;
    z-index: 2147483647;
    padding-left: 10px;
    padding-right: 10px;
}

.customer-order-info-display {

    min-height: 57px;
    color: #D5411F;
    font-weight: bold;
    line-height: 50px;
    padding-left:20px;
    text-transform: uppercase;
    position:relative;
    cursor: pointer;
    font-size: 14px;
}


.customer-order-info-display:after {
    content: ' ';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 11px;
    right: 18px;
    background-image: url('../images/arrow-down.svg');
}
.customer-order-info-display.closed:after {
    rotate: 180deg;
}
.customer-order-info-display.open:after {
    rotate: 0deg;
}

.customer-order-info-display.open .downtime-widget {
    display:none;
}

.customer-order-info-details {
    display:none;
}

.customer-order-info-display-text {
    width:auto;
    float:left;
}

.customer-order-info-display .downtime-widget {
    position: relative;
    padding-left: 40px;
    color: #000;
}

.customer-order-info-display .downtime-widget:after {
    content: '';
    position: absolute;
    top:10px;
    left:5px;
    width:30px;
    height:30px;
    background-image: url('../images/ic_order_delivery_time_black.svg');

}

.customer-order-info-display .downtime-widget {
    width:25%;
    float:left;
}

/*.customer-order-info-details {
    display:none;
}*/

.customer-order-info-item {
    border-top: 2px solid #f6f1eb;
    padding-bottom: 15px;
}

.customer-order-info-item-title {
    font-weight: bold;
    padding:5px;
    font-size: 12px;
    text-transform: uppercase;
}
.customer-order-info-item-description {
    color:#ABABAB;
    font-size: 10px;
    padding-left: 5px;
}

.customer-order-info-item-controlls {
    position:relative;
}

.customer-order-info-item-controlls-warming {
    color: #d5411f;
    font-size: 10px;
    padding-right: 65px;
    padding-left: 5px;
}

.customer-order-info-item .downtime-widget {
    color: #d5411f;
}

.customer-order-info-item-total{
    font-weight: bold;
    padding: 10px 0 10px 5px;
    font-size: 13px;
    color: #D5411F;
    font-weight: bold;
}

.customer-order-info-item-timer-holder {
    text-align: right;
    position:absolute;
    right:35px;
    bottom:5px;
    cursor: pointer;


}

.customer-order-info-item-timer-holder:after {
    content: '';
    position: absolute;
    top: -34px;
    right: 0;
    width: 32px;
    height: 32px;
    background-image: url('../images/ic_order_delivery_time.svg');
    background-repeat: no-repeat;
    background-size: 29px;
}

.order-timer-done {

    position: absolute;
    background-image: url('../images/ic_order_timer_done.svg');
    width: 25px;
    height: 25px;
    background-size: 27px;
    background-repeat: no-repeat;
    right: 31px;
    top: -38px;
}

.order-receive-confirm-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    background-color: #F5F7F5;
    color: #6B726B;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #E1E5E1;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    margin-top:10px;
}

.order-receive-confirm-btn:hover {
    background-color: #ECEFEC;
    border-color: #DADFDA;
}

/**CUSTOMER ORDER INFO end***/

