odineimport url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,800;1,900&display=swap');

body {
  height: 100vh;
  margin: 0;
  color: #333;
  overflow-x: hidden;
  font-family: 'Nunito Sans', sans-serif;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: black;
}
body::-webkit-scrollbar-thumb {
  background: #454545;
  border-radius: 3px;
}
body::-webkit-scrollbar-thumb:hover {
  background: grey;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  cursor: default;
}

.hypertube {
  font-family: 'Plaster', cursive;
  color: #E59500;
  text-transform: uppercase;
}


.my-navbar a {
  cursor: pointer;
  transition: all .5s;
}
.my-navbar a:hover {
  color: #E59500;
}
.my-navbar .right-nav a {
  color: #454545;
}
.my-navbar .right-nav a:hover {
  color: #E5DADA;
}
.my-navbar .right-nav a.navbar-brand.hypertube {
  color: #E59500;
  font-size: 1.5rem;
}
.my-navbar .right-nav a.navbar-brand.hypertube:hover {
  color: #E59500;
}
.my-navbar .left-nav {
  display: flex;
  align-items: center;
  width: 100px;
  justify-content: space-between;
}
.my-navbar .left-nav a.logout {
  color: #454545;
}
.my-navbar .left-nav a.logout:hover {
  color: #E5DADA;
}
.my-navbar img {
  width: 35px;
  height: 35px;
  border-radius: 0.25rem;
  cursor: pointer;
}

.body-container {
  width: 100%;
  height: 100%;
}
.body-container .side-menu {
    min-width: 300px;
    max-width: 400px;
    top: 0;
    background-color: #fff;
    position: fixed;
    right: -400px;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 30;
    overflow-y: scroll;
    overflow-x: hidden;
}
.delivery_locationwrap {
   
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    border-left: 1px solid #cbd5e0;
}
.body-container .side-menu .header {
    display: flex;
    flex-direction: column;
    padding: 15px;
    padding-bottom: 0;
}
.close-side i {
    color: #9a804f;
    font-weight: bold;
}
.body-container .side-menu .header i {
  align-self: flex-start;
  cursor: pointer;
  transition: all .5s;
  transform: rotate(180deg) skewX(0deg);
}
.body-container .side-menu .header i:hover {
  color: #E59500;
}
.body-container .side-menu .header img {
    border-radius: 0.25rem;
    width: 100%;
}
.body-container .side-menu .header h1 {
  font-weight: normal;
  margin-top: 10px;
  font-size: 22px;
}
.body-container .side-menu .footer {
  border-top: 2px solid #454545;
  padding-top: 10px;
}
.body-container .side-menu .footer a {
  transition: all .5s;
  color: #454545;
  cursor: pointer;
}
.body-container .side-menu .footer a i {
  margin-right: 10px;
}
.body-container .side-menu .footer a:hover {
  color: #E5DADA;
}
.body-container .side-menu.show {
  right: 0;
}
.body-container .side-menu.show .header i {
  transform: rotate(0deg) skewX(0deg);
}
.body-container .body-main {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}


@media screen and (max-width: 550px) {
  .my-navbar .right-nav .navbar-brand.hypertube {
    width: 18px;
    overflow: hidden;
    display: inline-flex;
    margin-right: 10px;
  }

  .my-navbar .left-nav .logout {
    display: none;
  }

  .my-navbar .left-nav {
    width: auto;
  }
}

.custom_navopen_container a {
    cursor: pointer;
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: .7rem 1.6rem;
    background: #9a804f;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: inline-block;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 75px;
}
.side-menu.show:before {
    background: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 100%;
    left: 0;
    right: 0;
}
.body-container:before {
    position: absolute;
    background: red;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

body.body_customclass.active:before {
  content: '';
  background: rgba(0,0,0,.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.logo_wraps {
    text-align: center;
}
.close-side i {
    color: #9a804f !important;
    font-weight: bold;
    font-size: 20px;
}
.contact_details h2 {
    margin-top: 6px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}

.contact_details ul {
    padding: 0;
}

.contact_details ul li i {
    color: #9a804f;
    font-weight: bold;
    padding-right: 12px;
}

.contact_details ul li {
    list-style: none;
    line-height: 28px;
}
.sidemenu_tab_navpills ul.nav.nav-pills {
    overflow-x: auto;
    white-space: nowrap;
    display: inline-flex;
    width: 100%;
}

.sidemenu_tab_navpills ul.nav.nav-pills {
    overflow-x: auto;
    white-space: nowrap;
    display: inline-flex;
    width: 100%;
}

.sidemenu_tab_navpills ul.nav.nav-pills::-webkit-scrollbar {
  width: 3px;
}
.sidemenu_tab_navpills ul.nav.nav-pills::-webkit-scrollbar-track {
  background: black;
}
.sidemenu_tab_navpills ul.nav.nav-pills::-webkit-scrollbar-thumb {
  background: #454545;
  border-radius: 2px;
}
.sidemenu_tab_navpills ul.nav.nav-pills::-webkit-scrollbar-thumb:hover {
  background: grey;
}
.sidemenu_tab_navpills ul li a {
    color: #000;
    border-radius: 23px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    text-transform: capitalize;
}
.sidemenu_tab_navpills ul li.active a {
    background: #9a804f !important;
    color: #fff;
    border: 1px solid #9a804f;
}
.sidemenu_tab_navpills ul li {
    margin-bottom: 5px;
    padding-left: 8px;
}
.custom_tabcontwrap {
    /* box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 10px; */
    position: relative;
    transition: all .5s;
    padding: 10px;
    border-bottom: 1px solid #cbd5e0;
}
.custom_tabcontwrap:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 10px;
    position: relative;
    background: #eee;
    transition: all .5s;
}
.product_listimgwrap img {
    width: 110%;
    /*height: 101px;*/
    border-radius: 10px;
}
.custom_productlistwrap_cont {
    padding-top: 5px;
    padding-left: 15px;
}
.custom_productlistwrap_cont h4 {
    color: #000;
    letter-spacing: unset;
    font-size: 16px;
    font-weight: 600;
}
.custom_productlistwrap_cont h6 {
    color: #000;
}
.custom_productlistwrap_cont h6 span.amount_wrap {
    color: #9a804f;
    font-weight: 800;
    font-size: 13px;
}
.custom_tabcontwrap a {
    display: block;
    cursor: pointer;
}
.tab_contwrap h2 {
    color: #000;
    font-weight: 600;
    letter-spacing: unset;
    font-size: 18px;
    margin: 0;
    padding: 6px 10px;
    margin-top: 10px;
}
.custom_accordionwrap .card-header h2 {
    margin-top: 0;
}
.cart_wrapmainsec.sticky_wrap {
    background: #9a804f;
    position: sticky;
    bottom: 15px;
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
    z-index: 500;
    cursor: pointer;
}
h4.add_title {
    color: #000;
    font-weight: 600;
    margin-top: 20px;
}
.cont_sticky_wrap_carticon i {
    color: #fff;
    font-size: 26px;
}
.sticky_viewcart_btnwrap {
    color: #ffff;
    font-size: 15px;
    padding-top: 5px;
    font-weight: 600;
    cursor: pointer;
}

.sticky_pricewrap {
    color: #ffff;
    font-size: 15px;
    padding-top: 5px;
    font-weight: 600;
    text-align: right;
}
.cont_sticky_wrap_carticon span {
    width: 15px;
    height: 15px;
    background: #fff;
    display: block;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 27px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
.side-menu {
    /* padding: 10px; */
    border-left: 1px solid #cbd5e0;
    background: #fff;
}
.side-menu .header {
    padding: 14px;
    padding-bottom: 0;
}


.content_details {
    /* min-width: 452px; */
    /* max-width: 400px; */
    /* top: 0; */
    background-color: #fff;
    /* height: 200vh; */
    /* position: fixed; */
    /* right: -452px; */
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 40;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
}
.discription_details_wrap p {
    text-align: justify;
}
body.body_customclass .col-md-4.col-md-offset-8 {
    padding: 0;
}
.content_details.show {
  right: 0;
  border-left: 1px solid #cbd5e0;
}
.close_btnwrap i {
    color: #9a804f;
    font-weight: bold;
    font-size: 19px;
    /* padding-left: 5px; */
    /* padding-top: 5px; */
    cursor: pointer;
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: 5px;
}
.details_imgwrap img {
    /*width: 100%;*/
    /*height: 300px;*/
    width: 452px; height: 452px; object-fit: cover;
}
/*=============================*/
/*=================*/
.inputGroup {
    display: inline-block;
    margin: 10px 0;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0;
    border: 1px solid #eee;
}
/*.inputGroup:after {
    content: '';
    height: 25px;
    width: 25px;
    border: 1px solid #9a804f;
    position: absolute;
    top: 10px;
    z-index: 10;
    right: 34px;
}*/
.item_checkbox{
    height: 27px;
    width: 23px;
    margin: -5px 0 0 -24px !important;
}
.item_checkbox_radio{
    height: 22px;
    width: 23px;
    margin: -5px 0 0 -24px !important;   
}
.check_lable{
    margin-left: 11px;
}
.inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    overflow: hidden;
    margin: 0;
    background: #fff;
    font-weight: 600;
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #9a804f;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.clicks {
  width: 32px;
  height: 32px;
  content: '';
  background-color: #9a804f;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  z-index: 99;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.mul_peices{
  content: '';
    height: 25px;
    width: 25px;
    border: 2px solid #9a804f !important;
    position: absolute;
    top: 10px;
    z-index: 10;
    right: 34px;
    border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-color: #9a804f;
}
.addons {
  width: 32px;
  height: 32px;
  content: '';
  border: 1px solid #9a804f;
  background-color: #fff;
  z-index: 80;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #9a804f;
  border-color: #9a804f;
}
/*.inputGroup input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}*/
.feedback_mainform label.label_title {
    width: 100%;
}
.addon_contwrap {
    padding-left: 15px;
    padding-right: 15px;
}
.details_titlewrap {
    padding: 10px 15px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .cart_wrapmainsec.sticky_wrap {
    bottom: 30px;
}

.content_details {
    /*min-width: 300px !important;*/
}
.tab_listcont_wrap {
    margin-bottom: 30px;
}
.sticky_viewcart_btnwrap {
    font-size: 15px !important;
}
h4.add_title {
    font-size: 15px;
}
.details_titlewrap h3 {
    font-size: 15px;
}
.your_basket_mainwrap_details  {
      /*min-width: 100% !important;*/
}
.review_your_order_wrap {
    /*min-width: 100% !important;*/
    /*max-width: 100% !important;*/
}
.side-menu.show {
    right: 0;
    /*max-width: 100%;*/
    /*min-width: 100%;*/
}

.create_address_wrap.show {
      /*min-width: 100% !important;*/
    /*max-width: 100% !important;*/
}

}

.your_basket_mainwrap_details {
    /* min-width: 452px; */
    /* max-width: 400px; */
    /* top: 0; */
    background-color: #fff;
    height: 200vh;
    /* position: fixed; */
    right: -452px;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 40;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
}
.your_basket_mainwrap_details.show {
  right: 0;
    border-left: 1px solid #cbd5e0;
}
.review_your_order_wrap {
    /*min-width: 452px;*/
    /*max-width: 400px;*/
    top: 0;
    background-color: #fff;
    height: 100vh;
    /*position: fixed;*/
    /*right: -452px;*/
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 40;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    border-left: 1px solid #aaa;
}
.review_your_order_wrap.show {
  right: 0;
  border-left: 1px solid #aaa;
}
.your_basket_header h3 {
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    margin: 0;
    font-size: 20px;
}
.your_basket_header h3 i {
    position: absolute;
    left: 17px;
    color: #9a804f;
}
.your_basket_header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.sticky_viewcart_btnwrap.revieworder_wrap {
    text-align: center;
}
ul.reviewwrap_subcont {
    padding: 0;
}

ul.reviewwrap_subcont li {
    list-style: none;
    font-size: 13px;
    line-height: 22px;
    color: #222;
    font-weight: 600;
}

.revieworder_contwrap h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
}

.revieworder_contwrap {
    padding: 10px;
}

.revieworder_qty_btnwrap ul {
    padding: 0;
}

.revieworder_qty_btnwrap ul li {
    list-style: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid;
    text-align: center;
    margin-right: 1px;
    border-radius: 5px;
    font-size: 9px;
    border: 1px solid #9a804f;
}

.revieworder_qty_btnwrap {
    margin-top: 20px;
}
.special_intwrap .form-group textarea {
    height: 100px;
    background: #e2e8f0;
}
.special_intwrap {
    padding-left: 15px;
    padding-right: 15px;
}
.price_contwrap h3.discount_wrap {
    font-size: 16px;
    color: #00d2a3;
}
.price_contwrap {
    padding-left: 15px;
    padding-right: 15px;
}
.price_contwrap h3 {
    font-size: 16px;
}
.mobile_number_wrap {
    padding-left: 15px;
    padding-right: 15px;
     padding-top: 20px;
}


.mobile_number_wrap .form-group input {
    background: #e2e8f0;
    color: #333;
    height: 45px;
}
.sticky_viewcart_btnwrap.sendcode_wrap {
    text-align: center;
}

.mobile_number_wrap h3 {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 32px;
}

.create_address_wrap.show {
    right: 0;
    
}
.create_address_wrap {
    /* min-width: 452px; */
    /* max-width: 400px; */
    top: 0;
    background-color: #fff;
    /* height: 200vh; */
    /* position: fixed; */
    right: -452px;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 40;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    border-left: 1px solid #aaa;
}
.sticky_viewcart_btnwrap {
    color: #ffff;
    font-size: 15px;
    padding-top: 5px;
    font-weight: 600;
    text-align: center;
}
.add_address_wrap { 
    padding: 30px;
}

.add_address_wrap .form-group textarea {
    height: 100px;
    box-shadow: unset;
    background: #e2e8f0;
}
.add_address_wrap .form-group input {
    height: 45x;
    box-shadow: unset;
    background: #e2e8f0;
}
.address_label_wrap {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.address_label_wrap button {
    background: unset;
    border: 2px solid #9a804f;
    border-radius: 5px;
    color: #9a804f;
    font-size: 15px;
    padding: 10px 25px;
}
.your_order_wrap.show {
    right: 0;
    
}
.your_order_wrap {
    /*min-width: 452px;*/
    /*max-width: 400px;*/
    top: 0;
    background-color: #fff;
    height: 200vh;
    /*position: fixed;*/
    /*right: -452px;*/
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 40;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    border-left: 1px solid #aaa;
}
.trackyour_order_wrap.show {
    right: 0;
    border-left: 1px solid #aaa;
}
.side-menu {
    /*min-width: 452px;*/
    /*max-width: 400px;*/
    top: 0;
    background-color: #fff;
    /*height: 200vh;*/
    /*position: fixed;*/
    /*right: -452px;*/
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 40;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
}
.side-menu.show {
    right: 0;
}
.trackyour_order_wrap {
    /*min-width: 452px;*/
    /*max-width: 400px;*/
    top: 0;
    background-color: #fff;
    height: 200vh;
    /*position: fixed;*/
    right: -452px;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 40;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    border-left: 1px solid #aaa;
}

.yourorder_iconwrap {
    width:15%;
    float: left;
}

.yourorder_iconwrap i {
    color: #9a804f;
    font-size: 21px;
    font-weight: bold;
    line-height: 46px !important;
}
.youricon_contwrap {
    float: right;
    width: 85%;
}
.youricon_contwrap h4 {
    font-weight: bold;
    font-size: 15px !important;
}

.youricon_contwrap h4 span a {
    color: #9a804f;
}
.yourorder_contwrap {
    width: 100%;
    clear: both;
    background: #fff;
    position: relative;
    float: left;
    margin-bottom: 18px;
    border-bottom: 5px solid #e2e8f0;
    padding: 10px;
}
.your_order_contwrap12 {
    clear: both;
}
.yourorder_contwrap h4.yourorder_titlewrap {
    font-weight: bold;
    margin: 0;
    margin-bottom: 12px;
}
.your_order_wrap .price_contwrap {
    margin-bottom: 30px;
}
/*================Timeline==================*/
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #9a804f;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
ul.timeline > li.active:before {
    content: "\f107";
    font-family: Flaticon;
    background: #9a804f;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    padding-left: 2px;
    padding-top: 2px;
}
.logo_contwrap img {
    width: 70%;
}

.logo_contwrap {text-align: center;margin-bottom: 22px;margin-top: 26px;}
.logo_contwrap h3 a i {
    color: #9a804f;
    font-size: 33px;
}

.logo_contwrap h3 a {
    color: #444;
    text-decoration: none;
}
.track_your_orderdetails {
    /* text-align: center; */
    padding: 13px;
}

.track_your_orderdetails h3 {
    margin-top: 0;
    font-size: 18px;
}

.track_your_orderdetails h4 {
    font-size: 15px;
}
h4.trackorder_id {
    color: #9a804f;
}
ul.timeline li.active:after {
    content: ' ';
    background: #9a804f;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 92%;
    z-index: 400;
    top: 19px;
}
.deliver_location_navpills {
    background: #eee;
    padding: 10px;
}
.deliver_location_navpills ul.nav.nav-tabs {
    border: unset;
}

.deliver_location_navpills ul.nav.nav-tabs li {
    width: 50% !important;
}
.deliver_location_navpills {
    background: #eee;
    padding: 7px;
    margin: 13px;
    border-radius: 5px;
}
.deliver_location_navpills ul.nav.nav-tabs li a {
    border: unset;
    color: #000;
    font-weight: 600;
}
.deliver_location_navpills ul.nav.nav-tabs {
    border: unset;
}

.deliver_location_navpills ul.nav.nav-tabs li {
    width: 50% !important;
    text-align: center;
}

.deliver_location_navpills ul.nav.nav-tabs li.active a {
    border: unset !important;
    background: #9a804f;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
}
.search_groupcustomsearch input {
    border: 2px solid #ccc;
    height: 40px;
    padding: 15px;
    background: #fff;
    border-radius: 7px;
    width: 100%;
}
.search_groupcustomsearch input:focus {
    border-radius: 7px;
}
.search_groupcustomsearch .search-submit {
    position: absolute;
    right: 15px;
    top: 5px;
    background: transparent;
    border: 0;
    font-size: 16px;
    bottom: 0;
    padding: 0;
    /* height: 100%; */
    color: #9a804f;
    font-weight: bold;
}
.deliver_pickuptab_contwrap {
    padding: 15px;
    position: relative;
}
.search.search_groupcustomsearch {
    position: relative;
}
.custom_accordionwrap {
    margin-top: 25px;
}
.custom_accordionwrap .card-header button .customflaticon {
    float: right;
    color: #9a804f;
}
.custom_accordionwrap .card-header button {
    width: 100%;
    text-align: left;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    background: #eee;
}
.custom_accordionwrap .card-header button:focus {
    outline: unset !important;
    border: unset;
    box-shadow: unset;
}

.according_contwrap ul {
    padding: 0;
    list-style: unset;
}

.according_contwrap ul li::marker {
    color: transparent;
}
.according_contwrap ul li {
    padding: 5px;
    font-size: 15px;
    /* background: #f5f5f5; */
    margin-bottom: 7px;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
    color: black;
    font-weight: 600;
}
/*.according_contwrap ul li:hover {
     background: #eee;   
}*/
.according_contwrap ul li:after {
    content: "\f10e";
    font-family: Flaticon;
    position: absolute;
    right: 4px;
    transform: rotate(180deg);
    font-weight: bold;
    color: #aaa;
}
.according_contwrap.custom_paddingadj {
    margin-top: 20px;
}

.according_contwrap.custom_paddingadj ul li:after {
  content: unset;
}
.according_contwrap ul li h3 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
}

.according_contwrap ul li small {
    font-size: 13px;
    color: #999;
}




  .bs-example {
  font-family: sans-serif;
  position: relative;
  margin: 100px;
}
.typeahead,
.tt-query,
.tt-hint {
  border: 2px solid #CCCCCC;
  border-radius: 8px;
  font-size: 14px;/*
  height: 30px;*/
  line-height: 30px;
  outline: medium none;
  padding: 8px 12px;
  width: 396px;
}
.typeahead {
  background-color: #FFFFFF;
}
.typeahead:focus {
  border: 2px solid #0097CF;
}
.tt-query {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
  color: #999999;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 8px 0;
  width: 422px;
}
.tt-suggestion {
  font-size: 24px;
  line-height: 24px;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
}
.tt-suggestion p {
  margin: 0;
}
.resultDesc,
.resultLabel {
  font-size: 14px;
  font-style: italic;
}
a:hover{
  text-decoration: none !important;
  color: #9a804f;
}
ul.quantity_listwrap li::marker {
    color: transparent;
    }
    ul.quantity_listwrap li {
    display: inline-block;
    margin: 10px;
    background: #9a804f;
    color: #fff;
    border: 1px solid #9a804f;
    height: 30px;
    width: 30px;
    line-height: 29px;
    border-radius: 50%;
    }
    ul.quantity_listwrap li button {
    background: #9a804f;
    color: #fff;
    border: 1px solid #9a804f;
    height: 30px;
    width: 30px;
    line-height: 29px;
    border-radius: 50%;
    }
  
    ul.quantity_listwrap li button:focus {
    outline: unset;
}

.choose_mainwrap {
    padding-left: 15px;
    padding-right: 15px;
}

.choose_mainwrap .inputGroup:after {
    content: '';
    height: 25px;
    width: 25px;
    border: 2px solid #9a804f;
    position: absolute;
    top: 10px;
    z-index: 10;
    right: 34px;
    border-radius: 50%;
}
.choose_mainwrap .inputGroup {
    border: unset;
}
.quantity_wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

ul.quantity_listwrap {
    padding: 0;
    text-align: center;
}

.choose_mainwrap .inputGroup label {
    padding: 12px 30px;
    border: 1px solid #eee;
    border-radius: 25px;
}



.addon_wrap h4.add_title {
    padding-left: 15px;
}
.search-list {
    float: left;
    list-style: none;
    margin-top: 0px;
    padding: 0;
    width: 96.8%;
    position: absolute;
    border: 1px solid #ccc;
    max-height: 126px;
    overflow: auto;
}
.search-list li {
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
    font-weight: bold;
    font-size: 15px;
}
.btn_add {
    padding: 7px 11px;
    border: 2px solid #9a804f;
    color: #9a804f;
    border-radius: 5px;
    cursor: pointer;
    text-transform: capitalize;
}
.time_display_popup.active {
    display: block;
}
.time_display_popup {
    display: none;
    position: fixed;
    background: #eee;
    /* width: 100%; */
    bottom: 0;
    z-index: 999;
    right: 0;
    padding: 22px;
    min-width: 452px;
    max-width: 400px;
}
.time_display_popup.active ul li {
    width: 100%;
}

.time_display_popup ul li::marker {
    color: transparent;
}

.time_display_popup ul li {
    margin-bottom: 8px;
}
.time_display_popup.active ul {
    padding: 0;
    text-align: center;
}

.time_display_popup.active ul li button {
    padding: 0;
    border: unset;
    font-weight: 600;
    font-size: 17px;
}

.time_display_popup.active ul li button:hover {
    color: #9a804f;
}
.delivery_time:hover{
  color: red !important;
}



#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;} 
  to {top: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;} 
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

div#suggesstion-box1 {
    z-index: 1000;
    position: relative;
}
.cart_wrapmainsec.sticky_wrap {
    clear: both;
}
@media (min-width: 160px) and (max-width: 1024px) {
    
.cart_wrapmainsec.sticky_wrap {
    position: fixed !important;
    bottom: 46px;
    margin: 0 auto;
    left: 17px;
        padding: 8px 10px !important;
}
.sticky_viewcart_btnwrap {
    font-size: 15px !important;
    font-weight: 500;
}    
.sticky_pricewrap {
   font-size: 15px !important;
    font-weight: 500;
}
.content_details.show .quantity_wrap {
    margin-bottom: 110px;
}

    
}
@media (min-width: 160px) and (max-width: 1024px) {
 .show {
    border: unset !important;
    padding-bottom: 70px !important;
    height: unset;
} 
body {
    background: #fff !important;
}
.address_label_wrap {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 24px;
}
.show .cart_wrapmainsec.sticky_wrap {
    left: 10px !important;
}
.custom_addresswrap_btnwrap .col-md-4.col-xs-4 {
  padding-left: 2px; 
  padding-right: 2px;
}
.custom_addresswrap_btnwrap .btn_add {
    padding: 7px 5px;   
}


}

.bgcolor{
    background: #9a804f;
    color: #fff;
}
.bgcolor2{
    background: #cabdbb;
    color: #fff;
}
.bgcolor:hover{
    background: #9a804f;
    color: #fff;
}
.text_bg_color{
    color: #9a804f;
}
.back_btn_div{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 7%;
    margin-bottom: 13%;
}
.back_btn{
    background: #9a804f;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
}
.back_btn:hover{
    color: #fff;
}
 .locationlistwrap i {
    font-size: 47px;
    position: absolute;
    top: 0;
    right: 18px;
    color: #9a804f;
}
#search-btn{
    background: #9a804f;
}
#detect-btn{
    background: #9a804f;
}
.cart_wrapmainsec{
    background: #9a804f;
}
.bg_text{
    color: #9a804f;
}
.star{
    color: red;
}
.a_to_btn {
    padding: 6px;
    border-radius: 7%;
    margin-top: 2px;
    float: left;
    text-decoration: none;
}
@media all and (max-width: 359px) and (min-width: 300px){/*320*/
.banner_img_div{display: none;}
}
@media all and (max-width: 479px) and (min-width: 360px){/*360*/
.banner_img_div{display: none;}
}
@media all and (max-width: 600px) and (min-width: 480px){/*320r*/
.banner_img_div{display: none;}
}
@media all and (max-width: 749px) and (min-width: 601px){/*360r*/
.banner_img_div{display: none;}
}
@media all and (max-width: 978px) and (min-width: 750px){/*768*/
.banner_img_div{display: none;}
}
@media all and (max-width: 1024px) and (min-width: 979px){/*768r*/
}
