@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Commomn styles */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #840f0f;
}

p {
  font-size: 16px;
}

.banner_font {
  font-family: 'Lobster', cursive;
}

@font-face {
  font-family: "Poplar Std";
  src: url("fonts/Poplar Std Black.ttf");
  /*src: url("css/fonts/PoplarStd.otf");*/
}

.logo_font {
  font-family: "Poplar Std";
  text-transform: uppercase;
}

.no_pad_col {
  padding-left: 0px;
  padding-right: 0px;
}

.color_red {
  color: #840F0F;
}

.p50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.bg_lg_clr {
  background-color: #A78147;
  background: linear-gradient(45deg, #A78147, #F1C983);
}

.common_banner_bg {
  /*background-color: #3C8080;*/
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: scroll;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}

.breadcrumb_nav .nav-link {
  color: #000;
  padding-left: 0;
}

#filter_btn {
  display: none;
}

.display-mob {
  display: none;
}

.commn_blue_btn {
  background-color: #F1C983;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
}

.commn_blue_btn:hover {
  color: #fff;
}

.common_row .common_col .blue_hd_text {
  color: #ffc80f;
  text-transform: none !important;
  font-size: 32px;
}

.common_row .common_col h2 {
  color: #840f0f;
  text-transform: none !important;
}

.fw-600 {
    font-weight: 600;
}
.card {
  background-color: #FFF;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgb(0 0 0/5%);
  margin-bottom: 20px;
  transition: .3s ease;
  border: none;
}


/*  Commomn styles end */


/*new head start*/
.nav_out_bg {
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #840F0F;
}

.logo_default {
  position: relative;
  margin-top: -65px;
  height: 75px;
}


/*new head end*/

/*logo section start*/
.logo_second {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -18px;
  color: #3c3c5c;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: left;
  /* padding-left: 10px; */
}

.logo_link:hover {
  text-decoration: none;
}

.logo_inner .logo_icon {
  width: 88px;
  padding-top: 14px;
  float: left;
  padding-right: 2px;
}

.logo_inner .logo_red {
  font-size: 45px;
  display: block;
  color: #f00102;
  width: 250px;
}

.logo_inner .logo_red .logo_blue {
  color: #3c3c5c;
  display: flex;
  margin-top: -28px;
}

/*logo section end*/

/*side bar start*/
.delevery_time {
  padding: 10px;
}

.submenu .back_btn,
.submenu .back_btn2 {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  font-size: 27px;
  cursor: pointer;
  top: 15px;
  left: 10px;
}

.side_nav_btn {
  color: #fff;
  background-color: #ffc80f;
  border-color: #ffc80f;
}

.side_nav_btn:hover {
  color: #fff;
  background-color: #3c3c5c;
  border-color: #3c3c5c;
}

.cart_item_mob {
  display: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1080;
  top: 0;
  right: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  overflow-x: hidden;
  transition: 0.5s;

  z-index: 9999;
}

.sidenav .mCSB_inside>.mCSB_container {
  margin-right: 15px;
}

.sidenav .pincode_sec {
  padding: 8px 8px 10px 10px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #d8d8d8;
}


.sidenav .closebtn {
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 25px;
  color: #3c3c5c;
  margin-left: 0px;
  text-decoration: none;
  z-index: 10;
}

.slide_head {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 60px;
}

.slide_head .head_span {
  position: absolute;
  /* margin: 0 auto; */
  text-align: center;
  top: 16px;
  margin: 0 auto;
  width: 100%;
}

.cart_right {
  position: absolute;
  top: 15px;
  right: 15px;
}

.sidenav .mini-cart-products {
  overflow-y: auto;
  overflow-x: hidden;
  background: #fafafa;
  height: 425px;
}

.sidenav .total_sec {
  padding: 20px 10px 20px 10px;
  text-decoration: none;
  font-size: 17px;
  color: #818181;
  display: block;
  transition: 0.3s;
  border: 1px solid #d8d8d8;
}

.price_total span {
  float: right;
}

.total_footer {}

.checkout_btn {
  background-color: #3c3c5c;
  color: #fff;
}

.checkout_btn:hover {
  background-color: #f00102;
  color: #fff;
}

.sidenav .footer_checkout {
  padding: 10px 0px;
}

.add_item .media_img {
  width: 50px;
}

.mini-cart-products .add_item {
  padding: 22px 10px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.add_item .quantity_form {
  width: 110px;
  display: inline-flex;
  z-index: 10;
}

.quantity_icon button.quantity_btn {
  cursor: pointer;
}

.quantity_icon button.quantity_btn i {
  font-size: 10px;
  cursor: pointer;
}

.add_item .price_box {
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}

.quantity_form .quantity_input {
  padding: 0px;
  height: calc(1.80rem + 1px);
}

.delete_btn {
  position: absolute;
  /* right: 12px; */
  bottom: 25px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  z-index: 5;
  cursor: pointer;
  width: 52px;
  left: calc(50% - 25px);
}

.delete_btn .fa {
  font-size: 20px;
  color: #f00102;
}

.side_footer {
  position: sticky;
  bottom: 0px;
  background: #fff;
}

.quantity_form .quantity_btn {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 9px 10px;
  background-color: #ffc80f;
  color: #fff;
}

.quantity_form .quantity_btn:focus {
  box-shadow: none;
  outline: none;
}

/*side bar end*/


/*====================header start====================*/
.whats-app-link i {
  margin-left: 5px;
  color: #00e676;
  font-size: 24px;
  vertical-align: middle;
}

.delivery_red {
  color: #ffc80f !important;
}

.mobile_book {
  display: none;
  padding: 8px 17px;
  background: #ffc80f;
  color: #fff !important;
  border-radius: 5px;
}

.mobile_book:hover,
.mobile_book:focus,
.mobile_book:active {
  text-decoration: none;
  outline: none;
}

.mobile_call {
  display: none;
}

.mobile_call,
.mobile_call:hover {
  font-size: 46px;
  color: #fa4b32;
  line-height: 40px;
  text-decoration: none;
  outline: none;
}

.logo_img img {
  width: 83%;
}

.top_nav_col .top_base_nav {
  padding-top: 8px;
  padding-bottom: 8px;
}

.top_base_nav .nav-item .nav-link {
  font-size: 16px;
  color: #FFF;
  padding: 0px 27px;
}

.top_base_nav .nav-item .nav-link.border_right {
  border-right: 1px solid #d8d8d8;
}

.input-group-append .search_btn {
  background-color: #A78147;
  border: 1px solid #A78147;
  color: #fff;
  cursor: pointer;
}

.search_container {
  display: block;
  position: relative;

}

.search_ul_container {}

.search_container .ui-autocomplete {
  position: absolute;
  background: #fff;
  z-index: 999;
  padding: 0;
  max-height: 353px;
  overflow: auto;
  border-right: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
}

.search_container .ui-autocomplete li {
  list-style: none;
  float: left;
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
}

.search_container .ui-autocomplete li a {
  padding: 10px 10px;
  color: rgb(60, 60, 92);
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
}

.search_container .ui-autocomplete li a:hover {

  background: #fcfcfc;
}

.search_container .ui-autocomplete li a img {
  margin-right: 5px;
  float: left;

}

.search_col form .form-control:focus {
  color: #3c3c5c;
  background-color: #fff;
  border-color: #3c3c5c;
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(60, 60, 92);
}

.nav_default {
  border: 0px solid #e0e0e0;
  background-color: #840F0F;
  padding-top: 0;
  padding-bottom: 5px;
}

.middle_nav_row .logo_col,
.middle_nav_row .search_col,
.middle_nav_row .cart_col {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav_default .menu_default .active>.nav-link,
.nav_default .menu_default .nav-link.active,
.nav_default .menu_default .nav-link.show,
.nav_default .menu_default .show>.nav-link {
  color: rgb(255, 255, 255);
  background: linear-gradient(45deg, #A78147, #F1C983);
  border-radius: 5px;
}

.nav_default .menu_default .nav-link {
  color: rgb(255 255 255);
  padding: 10px 20px;
  margin-left: 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255 255 255 / 97%);
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 10px #a78147;
  -moz-box-shadow: inset 0px 0px 0px 10px #a78147;
  box-shadow: inset 0px 0px 0px 5px #a78147;
}

/*.nav_default .menu_default .nav-link:focus, 
.nav_default .menu_default .nav-link:hover {
    color: rgb(255, 255, 255);
    background-color: #f00102;
     border: 1px solid #f00102;
}*/
.cart_col .input-group .cart_input {
  width: 83px;
  padding-left: 4px;
  padding-right: 4px;
  pointer-events: none;
}

.input-group-append .cart_basket {
  background-color: #A78147;
  color: #fff;
  border: 1px solid #A78147;
}

.middle_nav_row .cart_col .cart_line {
  float: right;
  cursor: pointer;
}

.confidence_bar_nav .confidence_bar_item .nav-link {
  color: #fff;
  padding: 0px 27px;
  border-radius: 0px;
}

.bdr_rht {
  border-right: 1px solid #fff;
}

.confidence_bar_col .confidence_bar_nav {
  padding: 10px 15px;
}

/*nav drop down start*/
.navbar .dropdown-toggle,
.navbar .dropdown-menu a {
  cursor: pointer;
  color: #333;

}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.nav-link.cart_link {
  padding: 5px 10px !important;
}
.nav-link.cart_link:hover {
  box-shadow: none!important;
}
.menu_default .default_dropdown .dropdown-menu {
  border-radius: 5px;
  margin: 0px;
  padding: 0 0px;
  min-height: 320px;
  box-shadow: 5px 5px 20px rgb(0 0 0/15%);
  border: none;
}

.dropdown-toggle::after {
  display: none;
}

/*.drop_icon{
    width: 53px;
    text-align: center;
    font-size: 25px;
}*/
.drop_icon {
  width: 40px;
  height: auto;
  margin-right: 15px;
  display: inline-block;
  vertical-align: initial;
}

.dropdown-item {
  position: relative;
  /*padding-left: 25px;*/
  /*padding-right: 26px;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  background: none;
  border-bottom: 1px solid #d8d8d8;
  align-items: center;
  /* margin: 6px 16px; */
  /* padding: 10px 0; */
  height: 60px;
  padding: 0;
  overflow: hidden;
}

.navbar .dropdown-menu a {
  padding: 10px 15px;
  height: 65px;
  display: block;
  width: 100%;
}

.navbar .dropdown-menu a:active,
.navbar .dropdown-menu a:focus {
  color: #4b4be1;
}

.menu-category-level-1 {
  z-index: 1;
  width: 322px;
  max-width: 31vw;
}

.arrow_right_drop {
  position: absolute;
  right: 12px;
  font-size: 25px;
  top: 21px;
}

.dropdown-menu .sub_head {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
}

.submenu .dropdown-item {
  height: auto;
}

.dropdown-menu.submenu {

  /*top: -1px!important;*/
  /*left: 316px!important;*/
  position: absolute;
  z-index: 1;
  width: 322px;
  max-width: 31vw;
}

.dropdown-item.custom_drop.show {
  /*position: static;*/
}

.dropdown-item.custom_drop2.show {
  position: static;
}

.submenu li a {
  font-size: 16px;
  font-weight: 300;
}

/*nav drop down end*/
/*====================header end====================*/

/*====================banner start====================*/

.banner_carosel .carousel-control-prev {
  left: 0;
  width: 70px;
}

.banner_carosel .carousel-control-next {
  right: 0;
  width: 70px;
}

.banner_carosel .carousel-control-prev .carousel-control-prev-icon {
  background-image: none;
  color: #4b4be1;
  font-size: 20px;
}

.banner_carosel .carousel-control-next .carousel-control-next-icon {
  background-image: none;
  color: #4b4be1;
  font-size: 20px;
}

.banner_bg {
  background-color: #ffffff;
}

.banner_text_col {
  /*background-image: url(../img/banner_dot.png);*/
  color: #fff;
  padding: 0px 15px;
}

.banner_text_col h1 {
  font-size: 30px;
  color: #4b4be1;
  text-transform: none !important;
}

.banner_text_col p {
  color: rgb(0 0 10);
}

.banner_text_col .banner_btn {
  border-radius: 0px;
  background-color: #ffc80f;
  text-transform: uppercase;
  margin-top: 10px;
  color: #fff;
}

.banner_text_col a {
  text-decoration: none;
}

.carousel-item .banner-caption-custom {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  left: 25px;
  right: 0;
  overflow: hidden;
  z-index: 2;
  width: 50%;
}

.carousel-item .banner-caption-custom h1 {
  font-size: 70px;
  line-height: 1.125em;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.carousel-item .banner-caption-custom h3 {
  letter-spacing: 10px;
  margin-top: 35px;
  margin-top: 35px;
  color: #ffc80f;
  font-weight: bold;
  text-transform: uppercase;
}

.carousel-item .banner-caption-custom p {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 10;
}

/*====================banner end====================*/

/*===============how its work start===============*/

.work_text_card .work_ul {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 17px;
}

.bg_work {
  background-color: #f4f4f4;
}

.work_text_card {
  min-height: 250px;
}

.work_container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.work_media .fa {
  font-size: 37px;
  color: #f00102;
}

.work_media .work_media_bdy h4 {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.work_img_card {
  background-image: url(../img/work.jpg);
  min-height: 250px;
  display: flex;
  justify-content: center;
  border: none;
  background-size: cover;
  background-position: center;
}

.work_inner_col .card-body .check_box {
  background-color: rgb(255 255 255 / 65%);
  border-radius: 10px;
  padding: 40px 15px;
}

.work_inner_col .card-body .check_box h5 {
  font-size: 16px;
  font-weight: bold;
}

.post_code_btn {
  background-color: #ffc80f;
  color: #fff;
}

.post_code_btn:hover {
  background-color: #4b4be1;
  color: #fff;
}

.wrk_list .numb_list {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #3c3d5c;
  color: #fff;
  text-align: center;
  /* justify-content: center; */
  /* align-items: center; */
  font-size: 14px;
  padding: 1px;
}

/*===============how its work end===============*/

/*-=================slider start-=================*/
section .slider_container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slider_product .carousel-control-prev,
.slider_product .carousel-control-next {
  width: 35px;
  background-color: #3c3c5c;
  height: 35px;
  font-size: 20px;
  top: 40%;
  opacity: 1;
}

/*-=================slider end-=================*/

/*===============card section start===============*/

.card_bg {
  margin: 50px 0;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgb(0 0 0/10%);
}
.card_bg img{
  width: 100%;
  transition: .3s ease;
}
.card_img{
  overflow: hidden;
  transition: .3s ease;
}
.card_bg:hover img{
  transform: scale(1.2) rotate(-5deg);
  transition: .3s ease;
}

.card_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.card_text h4 {
  font-size: 22px;
  font-weight: 600;
  color: #840F0F;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  transition: .3s ease;
}

.card_text .shop_now_btn {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  background-color: #a98348;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.card_text .shop_now_btn:hover {
  background: #F1C983;
}

/*===============card section end===============*/

/*================Featured start================*/
.featured_bg {
  background-color: #f4f4f4;
}

.featured_bg .featured_container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.featured_bg h2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.featured_head {
  background-color: #A78147;
  background: linear-gradient(45deg, #A78147, #F1C983);
}
.featured_head h2 {
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  padding: 25px;
  text-align: center;
}
.featured_head img {
  height: 70px;
  margin-right: 20px;
}
.featured_col .featured_card {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgb(0 0 0/5%);
  margin-bottom: 20px;
  transition: .3s ease;
}
.featured_col .featured_card:hover {
  transform: scale(1.03);
  transition: .3s ease;
}

.featured_text .price_span {
  background-color: #4b4be1;
  color: #fff;
  padding: 10px 15px;
}

.featured_text .name_text {
  display: grid;
  width: 100%;
  margin: 0;
  font-size: 18px;
  padding: 15px;
  font-weight: 700;
  text-align: center;
}

.featured_text .name_text a {
  text-decoration: none;
  color: #3b3b5b;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.prc_range {
  font-size: 28px;
  font-weight: 700;
  color: #840f0f;
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.featured_text .arrow_icon {
  position: absolute;
  bottom: 13px;
  right: 15px;
  background-color: #f00102;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  padding-top: 4px;
}

.row .defalut_btn {
  background-color: #A78147;
  color: #fff;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 600;
}
.find_ads_btn {
  background-color: #A78147;
  color: #fff;
  border-radius: 5px;
  padding: 7px 40px;
  font-size: 16px;
  font-weight: 600;
}


.lg_card_col .lg_card {
  background-color: #FFF;
  border: 1px solid #e0e0e0;
}

.lg_card_text .price_span {
  background-color: #3c3c5c;
  color: #fff;
  padding: 10px 15px;
}

.lg_card_text .name_text {
  display: inline-table;
  width: 100%;
  margin-top: 25px;
  font-size: 17px;
  padding-left: 15px;
  padding-bottom: 20px;
  font-weight: 700;
}

.lg_card_text .name_text a {
  text-decoration: none;
  color: #3b3b5b;
}

.lg_card_text .arrow_icon {
  position: absolute;
  bottom: 13px;
  right: 15px;
  background-color: #f00102;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  padding-top: 4px;
}

.lg_card .price_box {
  position: absolute;
  text-align: center;
  top: 10px;
  right: 10px;
  left: auto;
  min-height: 60px;
  border-radius: 5px;
  padding: 10px;
  background-color: #840F0F;
  color: #fff;
  transition: .3s ease;
}
.featured_col .featured_card:hover .price_box{
  transition: .3s ease;
  top: -10px;
  right: -10px;
}

.lg_card .price_box h5 {
  font-size: 18px;
}

.featured_img, .arraivals_card .arraivals_img, .list_img {
  height: 260px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px;
  padding-bottom: 0;
}

.featured_img img, .arraivals_card .arraivals_img img, .list_img img {
  max-height: 100%;
  width: auto;
}

/*================Featured end================*/

/*==============new arraivals start==============*/
section .arraivals_container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.arraivals_text p {
  min-height: 70px;
}

/*==============new arraivals end==============*/

/*==================shop start================== */
.shop_img .shop_image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.shop_col a {
  color: #3c3c5c;
  text-decoration: none;
  font-weight: 700;
}

/*==================shop end==================*/

/*================delivery start================*/
.delivery_bg {
  padding-top: 50px;
  padding-bottom: 50px;
}

.delivery_col .icon_img_circle {
  background-color: #840f0f;
  text-align: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin: auto;
  margin-bottom: 25px;
  display: grid;
  place-content: center;
}
.delivery_bg h5 {
  font-size: 25px;
  color: #a78147;
}
.delivery_bg p {
  font-size: 18px;
  width: 75%;
  text-align: center;
  margin: 0 auto;
}

.icon_img_circle .icon_image {
  width: 65px;
  filter: brightness(0) invert(1);
}

/*================delivery end================*/

/*================footer start================*/
.footer_bg {
  background-color: #242426;
}

.media.media_social .fa {
  padding-top: 7px;
  background: #4b4b4e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.social a {
  display: inline-flex !important;
}

.media_social .media-body p {
  min-height: auto !important;
}

.top_ftr_out {
  width: 100%;
  /*  background: #f0f0f0;
    border: 1px solid #ccc;*/
  border-right: none;
}

.top_ftr_out ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.top_ftr_out ul li {
  list-style: none;
  float: left;
  color: #d7d7d7;
  /*text-align: center;*/
  padding-right: 20px;
  width: 16.6667%;
  width: calc(100% / 4);
  box-sizing: border-box;
}

.top_ftr_out ul li p {
  min-height: 50px;
}

.top_ftr_out ul li h5 {
  font-size: 17px;
  text-transform: uppercase;
}

.top_ftr_out ul li:first-child {
  border-left: none;
}

.top_ftr_out ul li a {
  display: block;
  text-decoration: none;
  color: #d7d7d7;
  padding: 3px 0;
  font-size: 15px;
}

ul.mat-feature-points {
  padding: 0;
  list-style: none;
  text-align: center;
}

ul.mat-feature-points li {
  display: inline-block;
  vertical-align: top;
  width: 117px;
  margin: 0 26px;
}

.top_ftr_out li img {
  /*max-width: 80px;*/
}

ul.mat-feature-points li p {
  margin: 16px 0 20px;
  height: 48px;
  font-weight: 500;
  color: #fff;
}

.footer_con .row small {
  color: #d7d7d7;
}

.row .footer_col {
  padding-top: 40px;
  padding-bottom: 40px;
}

.social .fa {
  padding-top: 7px;
  background: #4b4b4e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.footer_btn {
  width: 100%;
  background-color: #A78147;
  color: #fff;
  border-radius: 5px;
  padding: 5px 40px;
  font-size: 18px;
  font-weight: 600;
}

/*================footer end================*/

/*==============================================contact page start==============================================*/

.contact-add-col .contact-head {
  color: rgb(60, 60, 68);
  margin-bottom: 30px;
}

.contact-add-col p {
  color: #7f8284;
  /*font-size: 18px;   */
}

.callback {
  margin: auto;
}

.contact-add-col .ads-box1,
.contact-form-col .msg-form-row {
  margin-top: 30px;
}

.contact-form-col .submit-btn {
  background-color: #A78147;
  color: #fff;
  border-radius: 5px;
  padding: 8px 40px;
  font-size: 18px;
  font-weight: 600;
}

.contact-form-col .form-group label {
  font-size: 20px;
}

.contact-form-col .form-group .input-form {
  /*height: calc(2.25rem + 13px);*/
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 0;
}

.section-tb {
  margin-top: 75px;
  margin-bottom: 75px;
}

.contact-add-col .media-body a {
  text-decoration: none;
  color: #7f8284;
}

.form-group .text_area {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 0;
}

/*==============================================contact page end==============================================*/


/*==============================listing page start==============================*/

.filter_back {
  color: #212121;
  font-weight: 700;
  font-size: 15px;
}

.filter_back:hover {
  color: #212121;
  text-decoration: none;
}

.car_modal_col .form-inline {
  display: inline-flex;
}

.ftr_list_crd .qu_pad {
  padding-left: 36px;
  padding-right: 36px;
}

.qunt_btn {
  border-radius: 0px;
  border: none;
  background-color: #ffc80f;
  color: #fff;
  cursor: pointer;
}
section.filter_bar {
  background: linear-gradient(45deg, #A78147, #F1C983);
  color: #fff;
  padding: 10px;
}
.filter_bar .nav-link {
  color: #fff;
}

.filter_bg {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}

#filter_side {
  min-height: 855px;
  overflow-y: auto;
  overflow-x: hidden;
}

.filter_nav .nav-item .nav-link {
  padding-left: 0px;
  padding: 5px 0;
  background: none;
  color: #840f0f;
  margin-left: 15px;
}


.list_col .list_card {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgb(0 0 0/5%);
  margin-bottom: 20px;
  transition: .3s ease;
}

.list_text .price_span {
  background-color: #3c3c5c;
  color: #fff;
  padding: 10px 15px;
}

.list_text .name_text {
  display: grid;
  width: 100%;
  margin: 0;
  font-size: 18px;
  padding: 15px;
  font-weight: 700;
  text-align: center;
}

.list_text .name_text a {
  text-decoration: none;
  color: #3b3b5b;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_text .arrow_icon {
  position: absolute;
  bottom: 13px;
  right: 15px;
  background-color: #f00102;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  padding-top: 4px;
}

.rating .checked {
  color: orange;
}

.price_list span {
  color: #212121;
  font-weight: 600;
}

.price_list span small {
  color: #878787;
}

.list_text .ftr_list_crd {
  margin: 0 10px;
  padding-bottom: 15px;
}

.add_cart_btn {
  background-color: #A78147;
  color: #fff;
  border-radius: 5px;
  padding: 8px 40px;
  font-size: 18px;
  font-weight: 600;
}

.add_cart_btn:hover {
    background-color: #F1C983;
}

.list_card .wish {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
}

.list_card .wish .fa {
  color: #3c3c5c;
}

/*wish icon */
.wish_icon {
  position: relative;
  overflow: hidden;
  top: 10px;
  left: 10px;
  font-size: 20px;
}

/*==============================listing page end==============================*/

/*==============================register page start==============================*/
.login-fom-input {
  padding: 12px 10px;
  font-size: 18px;
  height: auto;
}

.section-reg {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #f4f4f4;
}

.reg-head {
  margin: 50px 50px;
}

.reg_form_card {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 50px;
}

.inner_form_btn_col .reg_btn {
  background-color: #ffc80f;
  color: #fff;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 600;
}

/*==============================register page end==============================*/

/*==============================basket page start==============================*/
.basket_bg {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f4f4f4;
}

.basket_tp_btn_col .basket_cnbtn {
  background-color: #b8b8b9;
  color: #fff;
  border-radius: 0px;
  padding: 8px 40px;
}

.basket_tp_btn_col .basket_cnbtn:hover {
  background-color: #4b4be1;
  color: #fff;
  border-radius: 0px;
  padding: 8px 40px;
}

.basket_tp_btn_col .basket_bluebtn {
  background-color: #ffc80f;
  color: #fff;
  border-radius: 0px;
  padding: 8px 40px;
}

.bk_item_head_col h4 {
  font-size: 17px;
}

.card .basket_item_hd_row {
  background-color: #f4f4f4;
  padding: 20px 10px;
}

.card .basket_item_row {
  padding: 20px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.bk_item_col h5 {
  font-size: 16px;
}

.bk_item_img_col img {
  width: 90px;
  height: 90px;
}

.bk_item_col .basket_quantity {
  width: 90px;
  margin: 0 auto;
}

.bk_item_col .del_icon {
  cursor: pointer;
}

.basket_item_footer_row {
  background-color: #f4f4f4;
  padding: 20px 10px;
}

.bk_item_footer_col .sub_t {
  font-size: 18px;
}

.like_bg {
  padding-top: 60px;
  padding-bottom: 60px;
}

.featured_row#like-items {
  padding: 0px 40px;
}

/*==============================basket page end==============================*/

/*=============================delivery start=============================*/

.adrs_col_del .media {
  align-items: baseline;
}

.delivery_card_out .delivery_head {
  background-color: #3c3c5c;
  color: #fff;
}

.delivery_cad_bdy .edit_btn {
  position: absolute;
  right: 17px;
  top: 12px;
  z-index: 10;
  cursor: pointer;
}

.delivery_card_out .delivery_cad_bdy {
  /*min-height: 320px;*/
}

section .delivery_tab_con {
  padding-top: 30px;
  padding-bottom: 30px;
}

.default_tab .nav-item.show .nav-link,
.default_tab .nav-link.active {
  color: #ffffff;
  background-color: #ffc80f;
  border-color: #ffc80f #ffc80f #ffc80f;
}

.tab_link_default span {
  font-size: 25px;
  display: list-item;
}

.default_tab .tab_link_default {
  color: #3c3c5c;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  width: 185px;
  text-align: center;
}

.btn.delivery_tab_btn {
  background-color: #ffc80f;
  color: #fff;
  border-radius: 0px;
}

/*=============================delivery end=============================*/


/*=============================home about start=============================*/
.hm_abt_bg {
  background-color: #840F0F;
  padding: 50px;
}
.hd_fnt {
  font-family: 'Rouge Script', cursive;
}

.row .abt_hm_col h4 {
  font-size: 2.5rem;
}

.row .abt_hm_col h3 {
  font-size: 2.75rem;
}

.row .abt_hm_col p {
  font-size: 20px;
}

.about-text p {
    font-size: 18px;
}
/*=============================home about end=============================*/
/*================================guide start================================*/
.guide_bg {
  background-color: #840F0F;
  padding: 50px;
}

/*.guide_card{
  background-image: url(../img/about-img-1.jpg);
    background-size: auto auto !important;
    background-repeat: repeat !important;
    background-position: 50% 50%;
    color: #fff;
    padding: 120px 100px;
    position: relative;
    width: 100%;
    left: -100px;
    top: 75px;
}*/
/*.guide_img{
    position: relative;
    margin-left: 100px;
    width: 100%;
}*/
.guide_text_col .guide_card h3 {
  font-size: 2.75rem;
}

.guide_text_col .guide_card p {
  font-size: 20px;
}

.guide_row .guide_img_col .guide_row .guide_text_col {
  padding-left: 0;
  padding-right: 0;
}

.guide_text_col .guide_card .guid_btn {
  background-color: #A78147;
  color: #fff;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 600;
}

/*================================guide end================================*/

/*============================home blog start============================*/
.blg_hd {
  font-family: 'Libre Baskerville', serif;
  font-size: 22px;
  margin-bottom: 10px;
}
.blog-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgb(0 0 0/5%);
  margin-bottom: 20px;
}
.blog-box h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: initial;
  color: #840f0f;
  margin-bottom: 15px;
}
.blg_text {
    color: #6c757d!important;
    margin-bottom: 0;
}

.more_read_blg {
  background-color: #A78147;
  color: #fff!important;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
}

.hm_blg_bg {
    background-color: #f4f4f4;
}

/*============================home blog end============================*/

/*updates*/
.mobile_search {
  display: none;
}

.blg_content a {
  text-decoration: none;
}

/*updates end*/


/* css loader */
.css-loader-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.css-loader-container.active {
  display: block;
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* css loader end */


.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #f00102;
  opacity: 0.7;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #f00102;
  opacity: 1;
}

.sidenav .add_item .media_img {
  max-width: 50px;
  max-height: 50px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
  background: #A78147;
  border-color: #A78147;
}

.address-clear,
.address-clear:hover {
  cursor: pointer;
  background: #3c3c5c;
  color: #fff;
}

.mobile-call,
.mobile-whatsapp {
  padding: 6px 17px;
  background: #f00102;
  color: #fff !important;
  border-radius: 5px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
}

.mobile-call i,
.mobile-whatsapp i {
  font-size: 28px;
  vertical-align: bottom;
  margin-right: 5px;
}

.mobile-whatsapp {
  background: #4b4be1;
}

.mobile-whatsapp i {
  color: #00e676;
}

/*27/8/2020 start*/
.detail_pd_col {
  background-color: #FFF;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgb(0 0 0/5%);
  transition: .3s ease;
  border: none;
}
.detail_col_pd_out .card-body {
  padding: 0px 0px;
}

.detail_btn {
  background-color: #ffc80f;
  border-radius: 0px;
  color: #fff;
}

.detail_text_col .detail_card {
  padding: 20px;
}
.detail_text_col .detail_card h1 {
  font-size: 28px;
}

.detail_tab .nav-item.show .nav-link,
.detail_tab .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #fff #fff #4b4be1;
  border-bottom: 2px solid #4b4be1;
}

.detail_tab .nav-link:focus,
.detail_tab .nav-link:hover {
  border-color: #fff #fff #fff;
  border-bottom: 2px solid #4b4be1;
}

/*27/8/2020 end*/


/*updates 12/9/2020 start*/
.custom_pagination .page-item.active .page-link {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  z-index: 1;
  color: #fff;
  background-color: #4b4be1;
  border-color: #4b4be1;
}

.custom_pagination .page-item .page-link {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  border-color: #fff;
  color: #433e67;
  font-weight: 400;
  font-size: 18px;
}

.blg_detail h1 {
  font-size: 30px;
}

.inner_deil_search .form-control {
  height: calc(2.25rem + 10px);
  /* border: none; */
}

.input-group-text.btn {
  border: none;
  color: #ffffff;
  background: #4b4be1;
}

.input-group-text.btn:hover {
  color: #ffffff;
  background: #4b4be1;
}

.dot_line {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, .1);
}

/*updates 12/9/2020 end*/


#cookie-alert {
  background: #4b4be1;
  color: #ccc;
  display: none;
  font-size: 15px;
  overflow: hidden;
  padding: 10px 0;
  text-align: left;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
}

#cookie-alert div#message {
  margin: 0 auto;
  max-width: 100%;
  width: 950px;
  color: #fff;
  line-height: 40px;
}

#cookie-alert div#title {
  border-right: 1px solid #ccc;
  float: left;
  margin-right: 40px;
  width: 155px;
  min-height: 40px;
}

#cookie-alert div#title h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  text-align: center;
}

#cookie-alert a {
  color: wheat;
}

#cookie-alert a {
  color: #000;
  text-decoration: underline;
}

#cookie-alert button {
  background: #000;
  border: 1px solid #000;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: medium none;
  padding: 2px 12px;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
  line-height: normal;
}


/*updates start 30/9/2020 */
.mb_cart_view {
  display: none;
}

/*updates end 30/9/2020*/

.info_panal table {
  margin-top: 25px;
  margin-bottom: 25px;
}


/* media Query */

/* Define mobile styles */

@media (max-width: 767px) {
  .nav_default .menu_default .nav-link {
    color: rgb(6 6 6);
  }

  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 0 0 / 97%);
  }

  .carousel-item .banner-caption-custom {
    display: none;
    top: 40%;
    bottom: auto;
    transform: translateY(-50%);
    left: 0px;
    right: 0;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    background-color: #4b4be1b5;
  }

  .carousel-item .banner-caption-custom h1 {
    font-size: 20px;
  }

  .carousel-item .banner-caption-custom h3 {
    font-size: 15px;
  }

  .carousel-item .banner-caption-custom p {
    font-size: 14px;
  }

  .info_panal table {
    background-color: transparent !important;
    color: #000 !important;
    width: 100% !important;
  }

  .info_panal table>tbody>tr>td span {
    color: #000 !important;
  }

  .info_panal table>tbody>tr>td {
    width: 100%;
    display: block;
  }


  .detail_btn {
    width: 100%
  }

  .detail_pd_col {
    border-right: none;
  }

  .navbar-brand {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .logo_default {
    position: relative;
    margin-top: auto;
  }

  .mobile_book {
    display: none;
    margin-right: 10px;
  }

  .mobile-whatsapp {
    display: none;
  }

  .mobile_call {
    display: none;
    margin-right: 10px;
  }

  .banner_carosel .carousel-control-prev {
    left: 0;
    width: 60px;
    top: 35%;
    transform: translateY(-50%);
  }

  .banner_carosel .carousel-control-next {
    right: 0;
    width: 60px;
    top: 35%;
    transform: translateY(-50%);
  }

  .ui-autocomplete {
    position: absolute;
    background: #fff;
    z-index: 999;
    padding: 0;
    max-height: 353px;
    overflow: auto;
    border-right: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    width: 100% !important;
  }

  .ui-autocomplete li {
    list-style: none;

    border-bottom: 1px solid #EFEFEF;
  }

  .ui-autocomplete li a {
    padding: 10px 10px;
    color: rgb(60, 60, 92);
    cursor: pointer;
    display: block;
  }

  .ui-autocomplete li a:hover {

    background: #fcfcfc;
  }

  .ui-autocomplete li a img {
    margin-right: 5px;
  }

  .search_col form .form-control:focus {
    color: #3c3c5c;
    background-color: #fff;
    border-color: #3c3c5c;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(60, 60, 92);
  }

  .slider_product .carousel-control-prev,
  .slider_product .carousel-control-next {
    width: 25px;
    background-color: #3c3c5c;
    height: 25px;
    top: 40%;
    opacity: 1;
  }

  .mb_wd_btn {
    width: 100%;
  }

  .mobile_search {
    display: block;
    padding: 15px 10px;
  }

  .arraivals_text p {
    min-height: auto;
  }

  .dropdown-menu .sub_head {
    font-size: 20px;
    margin-bottom: 0px;
    min-height: 50px;
    padding: 5px 24px 5px 45px;
    line-height: 1.4;
    white-space: normal;
  }

  .submenu .dropdown-item {
    display: -ms-flexbox;
    -ms-flex-align: center;
    padding: 5px 0 5px 16px;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
  }

  .submenu .back_btn,
  .submenu .back_btn2 {
    display: block;
  }

  .submenu.show {
    margin-left: 0;
    left: 0 !important;
    top: 0px !important;
    position: fixed !important;
    z-index: 1072 !important;
    width: 276px !important;
    background-color: #f3f3f3 !important;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .2) !important;
    height: 100% !important;
  }

  .display-mob {
    display: block;
  }

  .menu-category-level-1 {
    display: block;
    position: static !important;
  }

  .middle_nav_row .cart_col .cart_line {
    float: right;
    position: absolute;
    right: 15px;
    top: -50px;
  }

  .cart_col .input-group .cart_input {
    width: 75px;
  }

  .search_col {
    display: none;
  }

  .cart_input {
    /*display: none;*/

  }

  .top_nav_bg {
    display: none;
  }

  .navbar-collapse.collapse.show {
    left: 0;
  }

  .navbar-collapse.collapse,
  .navbar-collapse.collapsing {
    position: fixed;
    top: 0;
    left: -276px;
    z-index: 1072;
    transition: left .2s ease-in;
    margin-top: 0;
    height: 100%;
    width: 276px;
    background-color: #f3f3f3;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .2);
  }

  .logo_inner .logo_icon {
    width: 50px;
    float: left;
    margin-top: 7px;
    padding-top: 1px;
  }

  .logo_second {
    display: block;
    font-size: 7px;
    margin-top: -12px;
    text-align: left;
    /* width: 190px; */
    margin-top: -8px;
  }

  .logo_inner .logo_red {
    font-size: 25px;
    display: block;
    color: #f00102;
    width: auto;
    text-align: left;
  }

  .logo_inner .logo_red .logo_blue {
    color: #3c3c5c;
    display: flex;
    margin-top: -13px;
  }

  /*.logo_img img{
        width: 50%;
    }*/
  /* .cart_col{
        display: none;
    }*/
  .cart_item_mob {
    display: none;
  }

  #mySidena {
    width: 270px !important;
  }

  .middle_nav_row .logo_col {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .middle_nav_row .search_col {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .post_code_btn {
    background-color: #ffc80f;
    color: #fff;
    width: 100%;
  }

  .basket_item_hd_row {
    display: none;
  }

  .basket_tp_btn_col .basket_bluebtn {
    width: 100%;
  }

  .basket_tp_btn_col .basket_cnbtn {
    width: 100%;
  }

  .bk_item_col .del_icon {
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 10;
  }

  .bk_item_img_col {
    text-align: center;
  }

  .bk_item_img_col img {
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .bk_item_col h5 {
    font-size: 16px;
    padding: 10px 0px;
    text-align: center;
  }

  .none_mob {
    display: none;
  }

  .menu_default .default_dropdown .dropdown-menu {
    height: auto;
    /*position: absolute!important;*/
    margin-left: 0;
    /*left: 0!important;*/
    /*top: 45px!important;*/
    left: -276px !important;
    z-index: 1072;
    transition: left .2s ease-in;
  }


  .sidenav .mini-cart-products {
    height: 400px;
  }

  .menu-category-level-1 {
    z-index: 1;
    width: 100%;
    max-width: none;
  }

  .menu_default .default_dropdown .dropdown-menu.show {
    left: 0 !important;
  }

  .dropdown-item.custom_drop.show {
    position: static;

  }

  .dropdown-menu.submenu {
    background-color: #f8f9fa;
    top: -1px !important;
    left: 316px !important;
    position: static;
    z-index: 1;
    width: 100%;
    max-width: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    height: 100vh;
  }

  .banner_text_col {
    padding: 20px 15px;
  }

  .work_media .work_media_bdy h4 {
    font-weight: 900;
    font-size: 16px;
  }

  .top_ftr_out ul li {
    list-style: none;
    float: none;
    color: #d7d7d7;
    /* text-align: center; */
    padding-right: 20px;
    width: 16.6667%;
    width: calc(100% / 1);
    box-sizing: border-box;
  }

  #filter_btn {
    border: 1px solid;
    font-size: 20px;
    padding: 8px;
  }

  #filter_btn {
    display: block;
    width: 100%;
  }

  .filter_text {
    display: none;
  }

  #filter_side {
    display: none;
  }

  .check_box .form-group {
    width: 100%;
  }

  .check_box .form-group .form-control {
    width: 100%;
    margin-bottom: 2px;
  }

  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }

  .menu_default {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    height: 100vh;
  }

  .dropdown-item {
    padding-left: 5px;
  }

  .list_text .name_text {
    min-height: auto;
  }

  .list_text .ftr_list_crd {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .nav_default {
    padding-top: 5px;
    padding-bottom: 6px;
  }

  .confidence_bar_item {
    width: 100%;
    margin-bottom: 2px;
  }

  .confidence_bar_nav .confidence_bar_item .nav-link {
    font-size: 14px;
    padding: 0px 0px;
  }

  .confidence_bar_nav .confidence_bar_item .bdr_rht {
    border: none;
  }

  .banner_text_col h1 {
    font-size: 24px;
  }

  .work_container {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .delivery_col h5 {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .delivery_col p {
    /*font-size:12px;*/
  }

  .common_row .common_col .blue_hd_text {
    font-size: 26px;
  }

  .top_base_nav .nav-item .nav-link {
    padding: 0px 20px;
  }

  .work_inner_col .card-body .check_box {
    padding: 0 !important;
  }

  .work_img_card {
    min-height: 177px;
  }

  .side_nav_account_btn {
    margin-top: 10px;
  }

  .guide_bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .guide_card {
    padding: 30px 30px;
    left: auto;
    top: auto;
  }

  .guide_img {
    position: relative;
    margin-left: auto;
    width: 100%;
  }

  .mb_cart_view {
    display: block;
  }

  .mb_no_view {
    display: none;
  }
  .card_bg {
      margin: 15px 0;
  }
  .featured_col {
      padding: 0 5px;
  }
  .featured_col .featured_card {
      margin-bottom: 10px;
  }
    .lg_card .price_box h5 {
      font-size: 16px;
    }
    .featured_img img, .arraivals_card .arraivals_img img, .list_img img {
      padding-top: 40px;
    }
    .prc_range {
      font-size: 24px;
    }
}

@media (max-width: 575px) {}

/* Small devices (landscape phones)*/
@media (min-width: 576px) and (max-width: 767px) {
  .confidence_bar_item {
    width: 50%;
  }
}

/* tablet screens */
@media (min-width: 768px) and (max-width: 991px) {
  .nav_default .menu_default .nav-link {
    color: rgb(6 6 6);
  }

  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 0 0 / 97%);
  }

  .carousel-item .banner-caption-custom h1 {
    font-size: 38px;
  }

  .carousel-item .banner-caption-custom p {
    font-size: 18px;
  }

  .detail_btn {
    width: 100%
  }

  .detail_pd_col {
    border-right: none;
  }

  .hm_abt_bg, .guide_bg {
    padding: 30px 0;
  }

  .guide_card {
    padding: 30px 30px;
    left: auto;
    top: auto;
  }

  .guide_img {
    position: relative;
    margin-left: auto;
    width: 100%;
  }

  .logo_default {
    position: relative;
    margin-top: -10px;
  }

  .navbar-toggler {
    background: #4b4be1;
    border-color: #4b4be1;
  }

  .mobile_call {
    display: none;
  }

  .h4,
  h4 {
    font-size: 1.1rem;
  }

  .h5,
  h5 {
    font-size: 1.1rem;
  }

  .header-bottom-nav {
    margin-top: -35px;
  }

  .middle_nav_row .search_col,
  .middle_nav_row .cart_col {
    padding-top: 15px;
  }

  .nav_default {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile_book {
    display: none;
    /*margin: 0 auto;*/
  }

  .arraivals_card .arraivals_img {
    height: auto;
    align-items: center;
    display: flex;
    min-height: 330px;
    max-height: 330px;
  }

  .featured_img {
    height: auto;
    align-items: center;
    display: flex;
    min-height: 330px;
    max-height: 330px;
  }

  .arraivals_text p {
    min-height: auto;
  }

  .list_text .name_text {
    min-height: 125px;
  }

  .submenu.show {
    margin-left: 0;
    left: 0 !important;
    top: 0px !important;
    position: fixed !important;
    z-index: 1072 !important;
    width: 276px !important;
    background-color: #f3f3f3 !important;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .2) !important;
    height: 100% !important;
  }

  .dropdown-menu .sub_head {
    font-size: 26px;
    margin-bottom: 0px;
    min-height: 50px;
    padding: 5px 24px 5px 45px;
    line-height: 1.4;
    white-space: normal;
  }

  .submenu .dropdown-item {
    display: -ms-flexbox;
    -ms-flex-align: center;
    padding: 5px 0 5px 16px;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
  }

  .submenu .back_btn,
  .submenu .back_btn2 {
    display: block;
  }

  .display-mob {
    display: block;
  }

  .menu-category-level-1 {
    display: block;
    position: static !important;
  }

  .none_mob {
    display: none;
  }

  .menu-category-level-1 {
    display: block;
  }

  .dropdown-item {
    padding-left: 5px;
  }

  .menu_default {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    height: 100vh;
  }

  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }

  .navbar-collapse.collapse.show {
    left: 0;
  }

  .navbar-collapse.collapse {
    position: fixed;
    top: 0;
    left: -276px;
    z-index: 1072;
    transition: left .2s ease-in;
    margin-top: 0;
    height: 100%;
    width: 276px;
    background-color: #f3f3f3;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .2);
  }

  .cart_input {
    display: none;
  }

  .logo_inner .logo_red .logo_blue {
    color: #3c3c5c;
    display: flex;
    margin-top: -23px;
  }

  .logo_second {
    margin-top: -22px;
    color: #3c3c5c;
    letter-spacing: 1px;
    width: 100%;
    display: flex;
    font-size: 12px;
  }

  .logo_inner .logo_red {
    font-size: 35px;
    display: block;
    color: #f00102;
    width: 250px;
  }

  .logo_inner .logo_icon {
    width: 70px;
    float: left;
  }

  /*
    .logo_img img{
        width: 100%;
    }*/
  .sidenav .mini-cart-products {
    height: 900px;
  }

  .top_ftr_out ul li h5 {
    font-size: 14px;
    text-transform: uppercase;
  }

  .top_ftr_out ul li {
    list-style: none;
    float: left;
    color: #d7d7d7;
    /* text-align: center; */
    padding-right: 16px;
    width: 16.6667%;
    width: calc(100% / 3);
    box-sizing: border-box;
  }

  .menu_default .default_dropdown .dropdown-menu {
    height: auto;
  }

  .menu-category-level-1 {
    z-index: 1;
    width: 100%;
    max-width: none;
  }

  .dropdown-item.custom_drop.show {
    position: static;
  }

  .dropdown-menu.submenu {
    position: static;
    z-index: 1;
    width: 100%;
    max-width: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    height: 100vh;
  }

  .banner_text_col {
    padding: 20px 15px;
  }

  .confidence_bar_nav {
    padding-left: 0;
    padding-right: 0;
  }

  .confidence_bar_item {
    width: 50%;
  }

  .confidence_bar_nav .confidence_bar_item .nav-link {
    font-size: 0.9em;
  }

  .banner_text_col {
    padding: 15px 15px;
  }

  .banner_text_col h1 {
    font-size: 20px;
  }

  .banner_text_col p {
    font-size: 14px;
  }

  .banner_text_col .banner_btn {
    margin-top: 5px;
    font-size: 12px;
  }

  .work_inner_col .card-body .check_box {
    padding: 15px 15px 47px;
  }

  .work_media .work_media_bdy h4,
  .work_inner_col .card-body .check_box h5 {
    font-size: 15px;
  }

  .work_inner_col .form-inline .form-control,
  .work_inner_col .form-inline .form-group,
  .work_inner_col .form-inline .post_code_btn {
    width: 100%;
  }

  .work_inner_col .form-inline .post_code_btn {
    margin-top: 10px;
  }

  .lg_card .price_box {
    height: auto !important;
    padding: 10px 0px;
  }

  .featured_img,
  .arraivals_img {
    min-height: 251px;
  }

  .featured_text .name_text,
  .arraivals_text .name_text {
    min-height: 80px;
    font-size: 14px;
  }

  .featured_img img,
  .arraivals_card .arraivals_img img {
    max-height: 278px;
  }

  .delivery_col p {
    font-size: 13px;
  }

}

@media (min-width: 992px) {}

/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
  .featured_text .name_text a {
    font-size: 16px;
  }

  .guide_card {
    padding: 90px 65px;
  }

  .guide_bg {
    /*background-color: #fafafa;*/
    /*padding-top: 60px;*/
    /*padding-bottom: 140px;*/
  }

  .logo_second {
    margin-top: -15px;
    color: #3c3c5c;
    letter-spacing: 1px;
    width: 100%;
    display: flex;
    font-size: 12px;
  }

  .logo_inner .logo_red {
    font-size: 40px;
    display: block;
    color: #f00102;
    width: 250px;
  }

  .logo_inner .logo_icon {
    width: 80px;
    float: left;
    padding-top: 13px;
  }

  .nav_default .menu_default .nav-link {
    padding-right: 15px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .logo_default {
    position: relative;
    margin-top: -55px;
    width: 130px;
  }

}

/* Large screens*/
@media (min-width: 1200px) {}


@media (min-width: 1500px) {


  .container {
    max-width: 1450px;
  }
}
.error {
  box-shadow: 5px 5px 20px rgb(0 0 0/5%);
  transition: .3s ease;
  border: none;
  background-color: #840f0f;
  border-radius: 8px;
  padding: 40px 80px;
  margin: 50px 0;
  text-align: center;
  color: #fff;
}
.error h1 {
  font-size: 130px;
  font-weight: 800;
  margin-bottom: 0;
}