/*
 Theme Name: HomeKook
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
html, body {
    overflow-x: hidden;
}
body {
    font-size: 15px;
    color: #8c8c8c;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    background: #f9f9f9;
}
a, .red {
    color: #c91b29;
}
a:hover {
    color: #1c1c1c;
}
*:focus {
    text-decoration: none !important;
    outline:0;
    box-shadow: none !important;
}
*:hover{
    text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6 {
    color: #333;
}
.semibold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-26 {
    font-size: 26px;
}
img {
    max-width: 100%;
}
section,footer {
    width: 100%;
    float: left;
    clear: both;
}
.clear{
    clear:both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}
.no-padding{
    padding:0;
}
.align-center {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}
.align-right {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 20px;
}
.align-left {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 20px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

/* ============== HEADER ============== */

header {
    color: #fff;
    background-image: url(banner.webp);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.header-chef-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: #c91b29;
    padding: 12px;
    border-radius: 12px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    transition: all ease-in 0.4s;
    text-align: center;
}
 
@media only screen and (max-width: 600px) {
    .header-chef-button {
      top:70%;
    }
  }
 
.header-chef-button:hover{
    background: #c91b29;
    color: white;
 
}

 
.only-mobile{
    display: none;
}
 
@media only screen and (max-width: 600px) {
    .only-mobile {
      display: block;
    }
  }
 

.navbar-dark .navbar-nav .nav-link.register {

    border: 2px solid #fff;
    border-radius: 3px;
    padding: 8px 20px;
}
.navbar-dark .navbar-nav .nav-link {
    border: 2px solid transparent;
    color: #fff;
    font-size: 16px;
}
.navbar-dark .navbar-nav .user-dropdown a.nav-link {
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: .25rem;
    height: 45px;
}
.navbar-dark .navbar-nav .nav-link.register:hover {
    background: #ab1723;
    color: #fff;
    border-color: #ab1723;
    transition: all ease-in 0.4s;
}
/* dropdown */
.nav-user {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    overflow: hidden;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}
.arrow-none:after {
    border: none;
    margin: 0;
    display: none;
}
.dropdown-menu-right:after, .dropdown-menu-right:before {
    position: absolute;
    display: inline-block;
    content: '';
}
.dropdown-menu-right:before {
    top: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    right: 12px;
}
.profile-dropdown {
    /*transform: scale(0.9);*/
    padding: 0;
    font-size: 14px;
    margin-top: 25px;
}
.profile-image-lable
{
    width:100%;
}
.profile-image
{
    float: left;
    max-width: 106px;
    margin-right: 5px;
    width: 70px;
    height: 70px;
    object-fit: cover;
}
@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.dropdown-menu.show {
    display: block;
    transition: transform 0.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    transform-origin: top right;
    padding: 0;

}
.dropdown-menu-right {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    border-color: rgba(120, 130, 140, 0.2);
}
.dropdown-item {
    padding: .5rem 1rem;
    /*border-bottom: 1px solid #f1f1f1;*/
    font-size: 16px;
}
.dropdown-item:last-child {
    border: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cb202d;
}
.dropdown-item i {
    margin-right: 8px;
    vertical-align: middle;
}
.home-search-form {
    padding: 100px 0 200px;
}
.home-search-form h1{
    color: #fff;
}

/* Inner Header */

.top-menu {
    background: #ab1723;
    padding: 10px 0;
}
.top-menu .navbar-collapse {
    justify-content: flex-end;
}
.top-menu ul li:after {
    content: "|";
    color: #fff;
    padding: 0 10px;
}
.top-menu ul li:last-child:after {
    display: none;
}
.top-menu ul li a {
    color: #fff;
}

/* LOGO */
.logo-sect {
    background: #cb202d;
    padding: 10px 0;
}

/* INNER SEARCH BOX */
.btn-kookery {
    height: 45px;
    font-size: 18px;
    color: #fff;
    background: transparent;
    padding: 5px 30px;
    border: 1px solid #fff;
    transition: all ease-in 0.4s;
}
.btn-kookery:hover {
    background: #ab1723;
    border-color: #ab1723;
    transition: all ease-in 0.4s;
}

/* SEARCH BOX */
.search-form .form-control {
    font-size: 14px;
    border: 0;
    height: 45px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 15px;
}
.home-search-form .search-form .form-control {
    font-size: 16px;
    border: 0;
    height: 55px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 15px;
}
.form-group.location input {
    width: 150px;
    background-image: url(../images/icon-location.png);
}
.form-group.search-box input {
    width: 350px;
    background-image: url(../images/icon-search.png);
}
.home-search-form .form-group.location input {
    width: 200px;
}
.home-search-form .form-group.search-box input {
    width: 450px;
}
.search-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #161616;
    opacity: 1;
}
.search-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #161616;
    opacity: 1;
}
.search-form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #161616;
    opacity: 1;
}
.search-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #161616;
    opacity: 1;
}
.home-search-form .btn-kook {
    height: 55px;
    width: 200px;
    border-color: transparent;
}
.btn-kook {
    height: 45px;
    font-size: 16px;
    color: #fff;
    background: #c91b29;
    padding: 8px 30px;
    border: 1px solid #fff;
    transition: all ease-in 0.4s;
}
.btn-fav {
    background: transparent;
    font-size: 14px;
    color: #cb202d;
    border-color: #cb202d;
    height: auto;
    padding: 10px 25px;
    float: right;
    transition: all ease-in 0.4s;
}
.btn-kook:hover {
    background: #ab1723;
    border-color: #ab1723;
    color: #fff;
    transition: all ease-in 0.4s;
}
.btn-koocery {
    background: #189f53;
    height: 45px;
    font-size: 16px;
    color: #fff;
    padding: 8px 30px;
    border: 1px solid transparent;
    transition: all ease-in 0.4s;
}
.btn-koocery:hover {
    background: #0d8943;
    border-color: #0d8943;
    color: #fff;
    transition: all ease-in 0.4s;
}

/* KOOKERY BOOK */
.kookery-book {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
}
.kb-block {
    display: flex;
    align-items: center;
    background: #0f8945;
    color: #fff;
    padding: 0px;
    padding-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.kb-text h4 {
    color: #fff;
    font-weight: 600;
}
.kb-logo {
    width: 100px;
}

/* ========== CONTENT SECTION ========== */
/* POPULAR SECTION */
.main-ttl {
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    color: #151515;
    margin: 50px auto;
    letter-spacing: 1.5px;
}
.main-ttl:after {
    background: url(../images/border.png) no-repeat;
    background-position: center;
    content: "";
    display: block;
    height: 80px;
}
.popular-box {
    background: #fff;
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    min-height: 316px !important;
}
.hotel-img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e8e8e8;
}
.hotel-img img {
    width: 100%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.img-text {
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    width: calc(100% - 105px);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.img-text h5 {
    color: #151515;
    font-size: 24px;
    margin: 0 0 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bx-wrapper {
    position: relative;
    max-width: 100% !important;
}
.bx-viewport {
    height: auto !important;
}
.bx-controls-direction a {
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    color: #c91b29;
    background-color: transparent;
    content: "";
    font-size: 0;
    transition: color 200ms, background-color 200ms;
}
.bx-controls-direction a:after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    text-indent: 0;
    font-size: 32px;
    font-weight: 900;
    /*padding: 5px;*/
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #c91b29;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
}
.bx-controls-direction a.bx-next:after {
    content: "\f105";
    left: auto;
    right: -35px;
}
.bx-controls-direction a:hover:after {
    background: #c91b29;
    color: #fff;
    transition: color 200ms, background-color 200ms;
}
.best {
    background: #00a651;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 3px;
}

/* FEEDS */
.feed {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.feed-img {
    height: 225px;
    /* border-radius: 5px 5px 0px 0; */
    background-position: center;
    background-size: cover;
}
.feed-block {
    padding: 12px;
}
.feed-block h5 {
    font-size: 25px;
    color: #151515;
}
.feed-block p {
    color: #696868;
    margin-top: 8px;
}
.readmore {
    text-align: center;
    border-top: 1px solid #c91b29;
    padding-top: 10px;
}
/* BECAME SELLER */
.seller-sect {
    padding: 50px 0;
    background: #fff;
    font-size: 16px;
}
.seller-ttl {
    font-size: 32px;
    text-transform: uppercase;
    color: #c91b29;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.seller-sect .btn-kook {
    font-size: 26px;
    height: auto;
}

/* ========== FOOTER ========== */
footer {
    background: #464646;
    color: #fff;
    font-size: 16px;
    padding: 50px 0;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #ccc;
}
.contact a {
    font-size: 18px;
}
.footer-ttl {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 20px;
}
footer ul {
    padding: 0;
}
footer ul li {
    list-style: none;
    padding: 3px 0;
}
.newsletter {
    position: relative;
}
.newsletter input {
    height: 45px;
    border: 0;
    box-shadow: none;
}
button.subscribe {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    border: 0;
    background: #c91b29;
    width: 50px;
    cursor: pointer;
    
    border-radius: 0 4px 4px 0;
}
button.subscribe:hover {
    background: #ab1723;
}
.fab {
    line-height: 50px;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    color: #464646;
    background: #fff;
    display: inline-block;
}

.fab:hover {
    color: #fff;
    transition: ease-in 0.4s;
}

.fa-facebook-f:hover {
    background: #3B5998;
}

.fa-twitter:hover {
    background: #55ACEE;
}
.fa-google-plus-g:hover {
    background: #dd4b39;
}
.fa-linkedin-in:hover {
    background: #007bb5;
}
.fa-youtube:hover {
    background: #bb0000;
}

.fa-instagram:hover {
    background: #125688;
}

/* ========== SEARCH PAGE ========== */
/* BREADCRUMB */
.breadcumb-section {
    padding: 10px 0;
}
nav.breadcrumb {
    margin: 0;
    background: transparent;
    color: #b8b8b8;
    padding: 0;
}
nav.breadcrumb .breadcrumb-item {
    color: #b8b8b8;
    font-weight: 600;
    font-size: 16px;
}
nav.breadcrumb .breadcrumb-item:hover {
    color: #c91b29;
}
.breadcrumb-item.active {
    color: #b8b8b8;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #b8b8b8;
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.card-box {
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #ffffff;
    position: relative;
}
.filter-ttl {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px;
}
ul.tree-list-pad,ul.filter-ul {
    padding: 0;
    list-style: none;
    margin: 15px 0;
}
ul.tree-list-pad>li {
    border-top: 1px solid #ddd;
    /* border-bottom: 1px solid #ddd; */
    /*margin-bottom: 15px;*/
}
ul.tree-list-pad>li:before {
    content:"\e604";
    font-family: "simple-line-icons";
    font-weight: 900;
    float: right;
    margin: 10px;
    font-size: 20px;
    transition: ease-in 0.3s;
}
ul.tree-list-pad>li.active:before {
    transform: rotate(180deg);
    transition: ease-in 0.3s;
}
ul.tree-list-pad>li>label {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    /*border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;*/
    display: block;
    padding: 10px 5px;
    margin: 0;
}
ul.filter-ul li {
    padding: 5px;
}
.input-checkbox100 {
    display: none;
}
.label-checkbox100 {
    margin: 0;
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    color: #7b7b7b;
}
.label-checkbox100::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: transparent;
    border: 1px solid #ccc;
    box-shadow: inset 0px 0px 3px #ddd;
    left: 0;
    top: 3px;
    /*transform: translateY(-50%);*/
}
.input-checkbox100:checked + .label-checkbox100::before {
    color: #bf1e2d;
}
.radio100:before, a.active  .radio100:before {
    border-radius: 50%;
    content: "\f111";
    font-size: 10px;
}
a.active .radio100:before {
    color: #c91b29;
}

.star {
    color: #fac917;
}
.search-img {
    width: 100px;
    /*height: 100px;*/
    margin-left: 10px;
}
.search-img img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100px;
}
.p-plus > span {
    border: 1px solid #c91b29;
    border-radius: 3px;
    float: right;
    /* width: 100%; */
    display: block;
}
.p-plus span > input {
    color: #cb202d;
    box-shadow: none;
    cursor: pointer;
    height: 25px;
    font-size: 20px;
    background: transparent;
    border: 0;
    width: 25px;
    text-align: center;
    float: left;
    line-height: 10px;
    display: block;
}
.p-plus span > input[type="text"] {
    background: #c91b29;
    color: #fff !important;
    font-size: 14px;
}

/* ========== SEARCH DETAILS PAGE ========== */
.nav-tabs.menu-tab  .nav-link {
    border: 0;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    color: #a5a5a5;
}
.nav-tabs.menu-tab .nav-item .nav-link.active, .nav-tabs.menu-tab .nav-link:hover {
    color: #cb202d;
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #cb202d;
}

/* reviews */
.main-review-text {
    font-size: 18px;
    color: #181818;
}
span.big {
    font-size: 60px;
}
.review-author {
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 600;
}
.r-text {
    color: #b6b6b6;
}

/* CART */
.cart-row {
    font-size: 16px;
    color: #9a9a9a;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin-bottom: -1px;
}
.cart-price {
    text-align: right;
}
.cart-item:nth-child(2) {
    text-align: right;
}
.cart-total-row {
    padding: 2px 0;
    font-size: 16px;
}
.cart-total-row.tt {
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 600;
}
.add {
    padding: 10px 0;
}
.add div:first-child {
    width: 40px;
}
.add div {
    display: inline-block;
    width: calc(100% - 45px);
    vertical-align: middle;
}
.save-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* MENU TAB */
h4.panel-title a {
    color: #1b1b1b;
    display: block;
}
.panel-heading {
    position: relative;
}
.panel-heading a[aria-expanded="true"]:after ,
.panel-group .panel-heading a.collapsed[aria-expanded="false"]:after,
.panel-heading a.collapsed[aria-expanded="false"]:after {
    content:"\e604";
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-10px;
    font-family:"simple-line-icons";
    transition:0.4s ease;
    font-weight: 900;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.panel-heading a.collapsed[aria-expanded="false"]:after{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}
.menu-product {
    font-size: 18px;
    color: #282828;
    padding: 1rem 1rem;
    border-bottom: 1px dashed #ccc;
    align-items: center;
}
.menu-product:last-child {
    border: 0;
}
.ingradiet {
    font-size: 13px;
    color: #a3a3a3;
    line-height: normal;
}
.p-add a {
    color: green;
    font-size: 30px;
}
.p-add.delete a {
    color: red;
}

/* ========== PROFILE PAGE ========== */
.profile-page {
    background: #fff;
    padding-bottom: 0;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.profile-user {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    overflow: hidden;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}
.profile-user img {
    width: 100%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.profile-page .nav-tabs {
    border-top: 1px solid #dedede !important;
}
.profile-page .nav-tabs.menu-tab .nav-link {
    font-size: 20px;
}

/* Vertical tab */
.tabs-vertical-env .tabs-vertical {
    min-width: 120px;
    width: 230px;
}
.tabs-vertical-env .tab-content {
    background: #ffffff;
    padding: 20px;
}
.tabs-vertical.menu-tab .nav-item {
    width: 100%;
    display: block;
}
.tabs-vertical.menu-tab .nav-link {
    border: 0;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    position: relative;
}
.tabs-vertical.menu-tab .nav-link.active:after {
    font-family: "simple-line-icons";
    position: absolute;
    right: 0;
    content: "\e606";
}
.tabs-vertical.menu-tab .nav-item .nav-link.active, .tabs-vertical.menu-tab .nav-link:hover {
    color: #cb202d;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #cb202d;
}

.tab-ttl {
    font-size: 22px;
    text-transform: uppercase;
    color: #252525;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    padding-top: 0;
}

/* profile-form */
.profile-form {
    padding: 15px;
}
.profile-form .form-group {
    margin-bottom: 2.5rem;
}
.profile-form label {
    color: #252525;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}
.profile-form label.alert-validate,.error {
    color: red;
    font-size: 14px;
    margin: 5px 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ab1723 !important;
}
.profile-form .form-control {
    border: 0;
    border-bottom: 1px solid #c2c2c2;
    border-radius: 0;
    padding: 5px;
    background: transparent;
}
span.input-group-text {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #c2c2c2;
    border-radius: 0;
}

/* ADDRESS */
.address-line {
    border-bottom: 1px dashed #eee;
    padding: 15px 0;
}
.card-line {
    border-bottom: 1px dashed #eee;
    padding: 3px 0;
}
.address{
    padding-top:10px;
}
.address p{
    padding:0px;
    margin-bottom:5px;
}
.card-btn a
{
    margin-right:12px;
}
div#addrress-text {
    color: black;
}
div#addrress-text p {
    margin: 0 0 0.3em;
}

/* ORDERS */
.payment-row {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin-top: 15px;
    justify-content: space-between;
    display: flex;
}
.order-no {
    border: 1px solid #eee;
    padding: 20px;
    padding-top: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.post-action
{
    padding-bottom: 17px;
}
.order-price:last-child {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin: 0;
}
.order-price {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    align-items: center;
    margin: 0 0 8px;
    color: #333;
    font-size: 1rem;
}
.order-price h6 {
    margin: 0;
    color: #8c8c8c;
}

/* DASHBOARD */
.dashboard-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.balance-row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.dashboard-row h6 {
    color: #a5a5a5;
}
.price {
    color: #000;
    font-size: 22px;
}

/* Custom Css */
.gender-profile {
    margin-bottom: 20px;
}
.loading-icon{
    margin-left: -12px;
    margin-right: 8px;
}
.add-address-show {
    display: block;
}
.add-address-btn-hide{
    display: none;
}
.after,.after-btn {
    pointer-events: none;
    cursor: default;
    opacity: 0.65;
}
.loading-icon {
    margin-left: -12px;
    margin-right: 8px;
}
#map {
    height: 300px;
}

.btn-kook-btn {
    background: #ab1723;
    border-color: #ab1723;
    color: #fff;
    transition: all ease-in 0.4s;
    height: 45px;
    font-size: 18px;
    padding: 8px 30px;
    border: 1px solid transparent;
}
.home-header-color {
    background: #ab1723;
}
#myModalLabel {
    color:#ffffff !important;
}
/* FILE UPLOAING */

.jFiler {
    display: flex;
    align-items: center;
}
.jFiler-input-dragDrop {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 60px;
    margin: 0px 0;
    padding: 5px;
    vertical-align: middle;
    order: 2;
}
.jFiler-items {
    display: inline-block;
    vertical-align: middle;
    order: 1;
}
.jFiler-input-dragDrop .jFiler-input-icon {
    font-size: 46px;
    margin-top: 0;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container {
    position: relative;
    margin: 0 2.5px;
    padding: 0;
    border: 0px solid #e1e1e1;
    border-radius: 0;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    position: relative;
    width: 70px;
    height: 70px;
    min-height: 70px;
    border: 1px solid #e1e1e1;
}
span.jFiler-icon-file {
    position: relative;
    width: 40px;
    height: 50px;
    display: inline-block;
    line-height: 55px;
    margin: 5px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb span.jFiler-icon-file {
    margin-top: 10px;
}
span.jFiler-icon-file:after {
    border-color: #ffffff #ffffff white #DADDE1;
}

/* loader css */

.timeline-wrapper {
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
}

.timeline-item {
    min-height: 110px;
}

.animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.outlined .background-masker {
    border: 1px solid #ddd;
}

.outlined:hover .background-masker {
    border: none;
}

.outlined:hover .background-masker:hover {
    border: 1px solid #ccc;
    z-index: 1;
}

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}

.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}

/* START RATING CSS */
.star-ul {
    margin: 0;
    padding-top: 0px;
    padding: 5px;
}
.top-review
{
    margin:0px;
}
.star-ul li {
    list-style-type: none;
    display: inline-block;
    color: #F0F0F0;
    text-shadow: 0 0 1px #666666;
    font-size: 25px;
    line-height: 9px;
}
.highlight, .demo-table .selected {
    color: #c91b29;
    text-shadow: 0 0 1px #c91b29;
}

.star-rating-box {

    margin: 10px 0px;
}

.star-rating-count {
    border-top: #E4E4E4 1px solid;
    font-size: 0.8em;
    padding: 2px 5px;
    background: #f9f9f9;
    color: #828181;
}

/* INVOICE CSS */

.invoice-box {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
}

.invoice-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
}

.invoice-box table td {
    padding: 5px;
    vertical-align: top;
}

.invoice-box table tr td:nth-child(2) {
    text-align: right;
}

.invoice-box table tr.top table td {
    padding-bottom: 20px;
}

.invoice-box table tr.top table td.title {
    font-size: 45px;
    line-height: 45px;
    color: #333;
}

.invoice-box table tr.information table td {
    padding-bottom: 40px;
}

.invoice-box table tr.heading td {
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.invoice-box table tr.details td {
    padding-bottom: 20px;
}

.invoice-box table tr.item td{
    border-bottom: 1px solid #eee;
}

.invoice-box table tr.item.last td {
    border-bottom: none;
}

.invoice-box table tr.total td:nth-child(2) {
    border-top: 2px solid #eee;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

/** RTL **/
.rtl {
    direction: rtl;
    font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.rtl table {
    text-align: right;
}

.rtl table tr td:nth-child(2) {
    text-align: left;
}

.edit-post-image
{
    list-style: none;
    margin-top: 20px;
    padding-left: 6px;
}
.dish-img {
    height: 150px;
    margin-bottom: 4px;
    background-size: cover;
    background-position: center;
    transition: all ease-in 0.4s;
    position: relative;
}
.dish-img:hover:after {
    opacity: 1;
    transition: all ease-in 0.4s;
}
.dish-img:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
