@font-face {
    font-family: Quicksand-Bold;
    src: url('../fonts/Quicksand-Bold.ttf');
}
@font-face {
    font-family: Quicksand-Light;
    src: url('../fonts/Quicksand-Light.ttf');
}
@font-face {
    font-family: Quicksand-Medium;
    src: url('../fonts/Quicksand-Medium.ttf'); 
}
@font-face {
    font-family: Quicksand-Regular;
    src: url('../fonts/Quicksand-Regular.ttf');
}
@font-face {
    font-family: Quicksand-SemiBold;
    src: url('../fonts/Quicksand-SemiBold.ttf');
}

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    color: #5a5a5a;
    font-family: 'Poppins' !important;
}

h6 {
    font-family: Quicksand-SemiBold;
}

a{
    text-decoration: none;   
}
a.small-link {
    font-size: 0.85rem;
    color: #1C355E;
    font-family: Quicksand-SemiBold;
    text-decoration: none;
}

.text-small {
    font-size: 0.85rem;
}

b {
    font-family: Quicksand-Bold;
}
* {
    touch-action: manipulation;
  }

/* Text colors */
.text-dark-grey {
    color: #828282;
}
.text-light-grey {
    color: #B3B3B3;
}
.text-purple {
    color: #1C355E;
}
.text-pink {
    color: #FFB71B;
}
.text-yellow {
    color: #FFB71B;
}

/* Background colors */
.bg-blue {
    background-color: #1C355E;
}

/* Buttons */
.btn {
    text-transform: uppercase;
    border-radius: 3px;
}
.btn:hover {
    background-color: #1C355E;
}
.btn-danger {
    background-color: #1C355E;
    border: 0;
    color: #fff;
    padding: 16px;
}
.btn-primary {
    background-color: #1C355E;
    border: 0;
    color: #fff;
    text-transform: inherit;
}

.btn-addtocart {
    /* padding: 0.7rem 1.5rem; */
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
}
.btn-addtocart2 {
    /* padding: 0.7rem 1.5rem; */
    /* padding: -0.3rem 1rem; */
    font-size: 1.2rem;
    margin: -1%;
}
.btn-primary.btn-disabled {
    background-color: #B3B3B3;
}
button:disabled,
button[disabled] {
    background-color: #B3B3B3 !important; 
}
.social-bar-btn {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
    line-height: 1.8;
    cursor: pointer;
}
.social-bar-btn img {
    width: 38px;
    position: absolute;
    left: 18px;
    top: 6px;
}
.social-bar-btn.btn-google {
    background-color: #fff;
    color: #828282;
    border: 0;
}
.social-bar-btn.btn-facebook {
    background-color: #306EB0;
    color: #fff;
    border: 0;
}

/* Custom checkboxes */
.custom-checkbox .custom-control-label::before {
    border: 1px solid #FFB71B;
    border-radius: 0;
    background-color: #fff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('../images/checkbox-check.png');
}

/* badge */
.badge.badge-light {
    border: 1px solid #828282;
    color: #828282;
    border-radius: 0;
    margin-bottom: 0px;
}
.badge.selected {
    border-color: #FFB71B;
    color: #FFB71B;
}

/* Forms */
.form-control:focus {
    box-shadow: none;
}

body {
    background-color: #fbfbfb;
}

/* Header section */
header {
    height: 80px;
    border-bottom: 3px solid #FFB71B;
    padding: 10px;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
header.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .back-link {
    text-decoration: none;
    color: #fff;
    margin-right: 8px;
}

header .back-image {
    width: 28%;
}

header .search-icon {
    width: 26px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-decoration: none;
    
}
header .search-icon img {
    width: 26px;
}
header .serach-form {
    position: relative;
    width: 100%;
    margin-left: 0px;
    padding-top: 5px;
}
header .serach-form input {
   background-color: #ffffff;
    border: 1px solid #495877;
    border-radius: 40px;
    width: 90%;
    padding: 4px 20px;
    color: #fff;
    height: 45px;
    margin-left: 5%;
}
header .serach-form .search-icon {
  width: 25px;
    position: absolute;
    right: 35px;
    top: 15px;
}

.mr--15
{
    margin-right: -15px;
}


/* Main section */
main {
    padding: 15px;
    padding-bottom: 50px;
    padding-top: 80px;
}

/* Location ribbon */
.location-ribbon {
    padding: 8px 15px 8px 45px;
    position: relative;
    background-color: #FFB71B;
    color: #fff;
}
.location-ribbon .text-small {
    font-size: 0.75rem;
}
.location-ribbon .location-marker {
    position: absolute;
    width: 24px;
    left: 15px;
    top: 6px;
}
.location-ribbon .edit-pencil {
    position: absolute;
    width: 19px;
    right: 22px;
    top: 8px;
    cursor: pointer;
}

/* Location ribbon two column */
.location-ribbon-2 {
    padding: 2px 15px;
    background-color: #FFB71B;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.location-ribbon-2 .text-small {
    font-size: 0.75rem;
}
.location-ribbon-2 .left {
    position: relative;
    padding-left: 5px;
    padding-right: 25px;
}
.location-ribbon-2 .right {
    position: relative;
    padding-left: 26px;
}
.location-ribbon-2 .left .location-marker {
    position: absolute;
    width: 20px;
    left: 0px;
    top: -1px;
}
.location-ribbon-2 .left .edit-pencil {
    position: absolute;
    width: 18px;
    right: 0;
    top: 0px;
    cursor: pointer;
}
.location-ribbon-2 .right img.clock{
    position: absolute;
    width: 18px;
    left: 0;
}

/* Step ribbon */
.step-ribbon {
    padding: 8px 36px;
    position: relative;
    background-color: #FFB71B;
    color: #fff;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.step-ribbon .text-small {
    font-size: 0.75rem;
}
.step-ribbon hr {
    border-color: #fff;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
}
.step-ribbon .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
.step-ribbon .step:first-of-type::after {
    content: '';
    background-color: #FFB71B;
    width: 60px;
    height: 30px;
    position: absolute;
    left: -36px;
    z-index: -1;
}
.step-ribbon .step:last-of-type::after {
    content: '';
    background-color: #FFB71B;
    width: 60px;
    height: 30px;
    position: absolute;
    right: -36px;
    z-index: -1;
}
.step-ribbon .step .circle {
    background-color: #FFB71B;
    z-index: 1;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 20px;
}
.step-ribbon .step img.check {
    display: none;
    width: 10px;
    margin-top: 2px;
    margin-left: 1px;
}
.step-ribbon .step.done .circle {
    background-color: #fff;
}
.step-ribbon .step.active .circle {
    background-color: #fff;
}
.step-ribbon .step.active img.check {
    display: block;
}

/* Locaiton form */
.location-form .form-group {
    position: relative;
}
.location-form img {
    position: absolute;
    width: 26px !important;
    left: 10px;
    top: 6px;
}
.location-form .form-control {
    padding-left: 42px;
    border-radius: 0;
}

/* Footer */
footer.stay-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: #DFDFE3 solid 15px;
    background-color: #f1f1f1;
    padding: 10px;
    z-index: 11;
    height: 70px;
}
footer.stay-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
footer.stay-menu ul li {
    display: inline-block;
}
footer.stay-menu ul li a {
    text-decoration: none;
}
footer.stay-menu ul li a img {
    width: 26px;
}

footer.stay-action-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* Cart counter buttons */
.cart-counter-btns {
    display: inline;
    justify-content: left;
}
.cart-counter-btns .btn {
    width: 40px;
    height: 40px;
    line-height: 1;
    vertical-align: inherit;
    padding: 0px 0px 6px 0px;
    background-color: #FFB71B;
    font-size:1.5rem;
    color: #1C355E;
}
.cart-counter-btns input {
    border-radius: 0;
    border: 1px solid #B3B3B3;
    width: 45px;
    height: 40px;
    text-align: center;
}

/* Slide menu */
.slide-menu {
    position: fixed;
    left: -300px;
    top: 0;
    height: 100%;
    width: 300px;
    background-color: #fff;
    z-index: 10;
    overflow-y: auto;
    transition: 0.4s;
}
.slide-menu.expanded {
    left: 0;
}
.slide-menu .header {
    position: relative;
    background-color: #1C355E;
    padding: 25px;
}
.slide-menu .header img.logo {
    width: 100%;
    max-width: 100px;
    margin-bottom: 2px;
}
.slide-menu .header .username {
    color: #fff;
    font-family: Quicksand-Light;
    margin-bottom: 5px;
}
.slide-menu .header .address {
    color: #fff;
    font-size: 0.675rem;
}
.slide-menu .header .address .marker {
    width: 16px;
}
.slide-menu .header .edit-box {
    position: absolute;
    color: #fff;
    right: 12px;
}
.slide-menu .header .edit-box .text-small {
    font-size: 0.65rem;
}
.slide-menu .header .edit-box .edit-pencil {
    width: 15px;
}
.slide-menu .menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slide-menu .menu-list li {
    background-color: #fff;
    border-bottom: 1px solid #B3B3B3;
}
.slide-menu .menu-list li:last-of-type {
    height: 60px;
}
.slide-menu .menu-list li.disabled {
    background-color: #DAD9E2;
}
.slide-menu .menu-list li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 14px 24px;
    color: #58595B;
    font-family: Quicksand-Light;
}
.slide-menu .menu-list li img {
    width: 24px;
    margin-right: 10px;
}

code {
    font-size: 87.5%;
    color: #1C355E;
    word-break: break-word;
}

.shepherd-button {
    background: #1C355E;
    border: 0;
    border-radius: 3px;
    color: hsla(0,0%,100%,.75);
    cursor: pointer;
    margin-right: 0.5rem;
    padding: 0.5rem 1.5rem;
    transition: all .5s ease;
}

.topboard {
    margin-top: 85px;
    margin-bottom: 0px;
    margin-left: 10%;
    margin-right: 10%;
    border-bottom: 1px solid #d5cfcf;
}

.topboard .top-menus { 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.topboard .top-menus .menu-item {
    text-align: center;
    width: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}
/*.topboard .top-menus .menu-item:nth-child(odd) {*/
/*    border-right: 1px solid #fff;*/
/*    border-bottom: 1px solid #fff;*/
/*}*/
/*.topboard .top-menus .menu-item:nth-child(even) {*/
/*    border-bottom: 1px solid #828282;*/
/*}*/
.topboard .top-menus .menu-item a {
    color: #333;
    text-decoration: none;
    font-family: Quicksand-Light;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.topboard .top-menus .menu-item img {
    width: 65px;
    margin-bottom: 5px;
}
.topboard .top-menus .menu-item p {
    margin: 0;
    font-size:12px;
}

.accordion-item {
    border: 1px solid #fff !important;
    padding: 10px 20px;
    border-radius: 8px;
}


.subcatboard {
    margin-top: 5px;
    margin-bottom: 5px;
}

.subcatboard .top-menus { 
   display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.subcatboard .top-menus .menu-item {
    text-align: center;
    width: 31%;
    padding: 10px 20px;
    height: 140px;
    border: 1px solid;
    position: relative;
    background-color: #b4b1b129;
    border-radius: 20px;
    margin: 3px;

}
/*.topboard .top-menus .menu-item:nth-child(odd) {*/
/*    border-right: 1px solid #fff;*/
/*    border-bottom: 1px solid #fff;*/
/*}*/
/*.topboard .top-menus .menu-item:nth-child(even) {*/
/*    border-bottom: 1px solid #828282;*/
/*}*/
.subcatboard .top-menus .menu-item a {
    color: #333;
    text-decoration: none;
    font-family: Quicksand-Light;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.subcatboard .top-menus .menu-item img {
    width: 45px;
    margin-bottom: 5px;
}
.subcatboard .top-menus .menu-item p {
    margin: 0;
    font-size:14px;
}

