.news-block .news-col .news-area .news-img img {
    width: 100%;
/*    height: 15rem;*/
    object-fit: cover;
}
.popup-store-list label.tab{
    margin: 15px 30px;
}
.blog-slider-two.slick-initialized .slick-arrow{
    bottom: -15px;
}
.news-block .col-md-12.margin-auto .primery-btn{
    margin-top: 2rem;
}
.enquery-btn{
    margin: 1rem 0 1.5rem;
}

/* The checkbox-style */
.checkbox-style {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 0.85rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-style input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 1px solid #000000;
}

/* On mouse-over, add a grey background color */
.checkbox-style:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-style input:checked ~ .checkmark {
  background-color: #000000;
}
.cust-checkbox input:checked ~ .checkmark {
  background-color: #000000;
}
.cust-checkbox input:checked ~ .checkmark:after {
  left: 7px;
  top: 3px;
  
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-style input:checked ~ .checkmark:after {
  display: block;

}

/* Style the checkmark/indicator */
.checkbox-style .checkmark:after {
  left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.d-mob{
        display: none;
    }

.corporate-block .row{
    justify-content: center;
}
.my-gallerys a{
    display: block;
}
.my-gallerys img {
    width: 100%;
    height: auto;
    height: 25rem;
    object-fit: cover;
}

@media (max-width: 767px){
    .popup-store-list label.tab {
        margin: 10px 30px;
        text-align: left;
    }
    .request-form {
        max-width: 100%;
        margin: 0px auto;
    }
    
    .d-mob{
        display: inline-block;
    }
    .mobile-menu-bottom ul{
        justify-content: center;
    }
}


.mobile-menu-bottom ul li a span {
/*    display: block !important;*/
}
.table-number {
    width: 100%;
    border: #51342D solid 1px;
    background: #FFF url(../assets/icons8-tablecloth-50.png) no-repeat center left 10px;
    padding: 13px 0 13px 40px;
    background-size: 20px;
}
.form-area .email-icon {
    background-image: url(../assets/email.png);
    background-repeat: no-repeat;
    background-position: top 10px left 0px;
    padding-left: 35px;
    background-size: 26px auto;
    height: auto;
}
.page-content.inner-block.myaccontSec{
    padding: 0;
}
/*.myaccount{
    background: #f3f3f3;
}*/
.myaccount .col-lg-9{
/*    background-color: #f3f4f6;*/
}
.myaccount .account-left-block {
    border-right: none !important;
    height: 100%;
}
.myaccount .account-nav li{
    padding: 0 0.5rem;
    border-radius: 10px;
    margin: 2px 0;
}
.myaccount .account-nav li:hover{
    background-color: rgba(17,24,39,.075);
    
}
.myaccount .account-left-head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.myaccount .account-left-block .account-menu-block{
/*    padding: 0 0 20px;*/
}
.myaccount .account-left-block .account-menu-block .account-nav li a{
    color: rgba(75,85,99, 1);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}
.myaccount .account-left-head img{
    max-width: 100%;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 3px solid #bc8f28;
}
.myaccount .account-left-block .account-left-head .account-name {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #323232;
    margin-top: 0.75rem;
}
.myaccount .account-left-block .account-left-head p {
    font-size: 13px;
    line-height: 18px;
    padding-top: 2px;
    color: #606060;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.myaccount .account-left-block .account-left-head p:last-child{
        background: #000000;
    color: #fff;
    padding: 2px 10px;
    margin-top: 0.75rem;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 14px;

}
.myaccontSec .container-fluid, 
.account-container .container-fluid{
    max-width: 100%;
}
.account-container .container-fluid{
    padding: 0;
}
.account-right-block{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.account-right-block .pagination {
    justify-content: flex-end;
}
.row.myaccount{
    margin: 0 !important;
}
.myaccount .product-listing .product .img-fluid{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.add-cart .primery-btn{
    display: inline-block;
    padding: 4px 8px !important;
    font-size: 0.8rem !important;
    background-color: #e7c85c;
}
.add-cart{
    display: inline-block;
        padding: 0 !important;
    font-size: 0.8rem !important;
    width: 100%;
}
.myaccount .add-cart i {
    font-size: 16px;
}
.myaccount .order-block .order-list .order-top{
        background-color: #ffffff;
        border-radius: 0;
}
.myaccount  .order-block .order-list{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.myaccount .order-block .order-list .order-top .order-left .order-id{
    padding: 0 !important;
}
.myaccount .order-block .order-list .order-top .order-right .invoice a{
/*    background-color: #02a758;*/
    padding: 4px 10px;
    color: #FFF;
    border-radius: 0;
    font-size: 0.85rem;
}
.myaccount .order-block .order-list .order-top{
    padding: 15px 20px 15px 20px;
}
.header-align.sticky-header .brand img{
    height: 3rem;
    transition: 0.5s ease-in-out;
}
.header-align{
    background-color: #fff;
}
.header-align,
.header-align.sticky-header{
    transition: 0.75s ease-in-out !important;
}
.header-align.sticky-header .yourLocation p,
.header-align.sticky-header .yourLocation h5,
.header-align.sticky-header .yourLocation i{
     transition: 0.5s ease-in-out;
}

.header-align.sticky-header .yourLocation p {
    font-weight: 600;
    font-size: 0.85rem;
   
}
.header-align.sticky-header .yourLocation h5{
    font-size: 0.8rem;
}
.header-align.sticky-header .yourLocation i {
    font-size: 1rem;
}
.myaccount .table>thead{
    background: #f3f4f6;
}
header .header-align.sticky-header .desk-menu .menu-container .menu>li a{
    font-size: 13px;
}
.dash-widget {
    margin-bottom: 25px;
    border-radius: 0;
    padding: 20px;
    border: 1px solid #E8EBED;
    display: flex;
    height: 80%;
}
.dash-widget .dash-widgetimg span {
    width: 48px;
    height: 48px;
    background: #f3f3f3;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.dash-widget .dash-widgetcontent {
    margin-left: 20px;
}
.dash-widget .dash-widgetcontent h5 {
        color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}
.dash-widget .dash-widgetcontent h6 {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
.dash-widget img{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    width: 100%;
    height: 100%;
}
.dashWidgets{
    padding-top: 2rem;
}

.dashWidgets .col-md-4:nth-child(1) .dash-widget{
   background: #000000;
}
.dashWidgets .col-md-4:nth-child(2) .dash-widget{
   background:  #000000;
}
.dashWidgets .col-md-4:nth-child(3) .dash-widget{
   background:  #000000;
}
.dashWidgets .col-md-4:nth-child(4) .dash-widget{
   background:  #000000;
}
.dashWidgets .col-md-4:nth-child(5) .dash-widget{
   background:  #000000;
}
.dashWidgets .col-md-4:nth-child(6) .dash-widget{
   background:  #000000;
}


.dashWidgets .col-md-6:nth-child(1) .dash-widget{
   background: #000000;
}
.dashWidgets .col-md-6:nth-child(2) .dash-widget{
   background:  #000000;
}
.dashWidgets .col-md-6:nth-child(3) .dash-widget{
   background:  #000000;
}
.dashWidgets .col-md-6:nth-child(4) .dash-widget{
   background:  #000000;
}
.dashWidgets .col-md-6:nth-child(5) .dash-widget{
   background:  #000000;
}
.dashWidgets .col-md-6:nth-child(6) .dash-widget{
   background:  #000000;
}

.dash-widgetimg i{
    font-size: 1.3rem;
        line-height: 0;
}
.dash-widgetcontent a{
    background: #fff;
    margin-top: 0.5rem;
    color: #000;
    padding: 0.2rem 0.75rem;
    font-size: 0.85rem;
    border: 1px solid #dadada;
    border-radius: 4px;
}
.dash-widgetcontent a:hover{
    background: #00a85a;
    margin-top: 0.5rem;
    color: #fff;
    padding: 0.2rem 0.75rem;
    font-size: 0.85rem;
    border: 1px solid #fff;
    border-radius: 4px;
}

.product-details-btn .cart-btn{
/*    width: auto;*/
    display: inline-block;
}
.product-details-btn .cart-btn,
.product-details-btn .primery-btn{
        padding: 6px 29px;
    font-size: 0.85rem;
    letter-spacing: 0;
}
.product-details-btn{
   
}
.product-details-btn i{
        margin-right: 10px;
        font-size: 20px;
}

.copy-url-btn, .generate-link{
    background-color: #fff !important;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 600;
}
.copy-url-btn:hover, .generate-link:hover{
    background-color: #000000 !important;
    color: #fff;
}
.qty-count .input-number{
        border: 1px solid #DED1C4;
    color: #666666;
    font-weight: 600;
    font-size: 1rem;
    width: 3rem;
    border-left: none;
    border-right: none;
    height: 2.75rem;
}
header .desk-menu .menu-container .menu>li:hover.menu-item-has-children .sub-menu{
    z-index: 3;
}
header .desk-menu .menu-container .menu>li.menu-item-has-children .multi-menu{
    min-width: 18rem;
    width: 100%;
}
header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu .drop-menu {
    width: 100%;
    float: ;
}
.menu-img-block{
        width: 100%;
    float: left;
}
header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu .menu-img img {
    width: auto;
    height: 4rem;
    object-fit: contain;
}
.pin-filter-location .pin-list li .pin-box {
    border-radius: 0;
    border: #ccedde solid 1px;
    padding: 1.25rem 0.75rem;
    border: 1px solid #a9d1bf;
    text-align: center;
}
.swal2-actions button{
    min-width: 10rem;
}
button:focus{
    outline: none !important;
    box-shadow: none !important;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover{
    background-color: #60c444;
}
.shopping-cart .product-cart-img{
            background-color: #f9eedf;
    padding: 0;
    height: 100%;
    width: 25%;
    border-radius: 15px;
    overflow: hidden;
}
.shopping-cart .product-cart-img a {
        height: 100%;
    width: 100%;
    margin: auto;
}
.shopping-cart .product-cart-img img {
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.accountSec{
    padding: 0;
/*        background-color: #f3f4f6;*/
}
.accountSec .myaccount .col-lg-3 {
/*    background-color: #fff;*/
}
.accountSec .myaccount .account-nav li.active,
.accountSec .myaccount .account-nav li:hover{
    background-color: #fae7c9;
}
.accountSec .account-left-block .account-left-head p:last-child{
    background-color: transparent !important;
    border: none;
    color: #606060;
}
.account-right-block .address-list-block .address-list{
    border: none;
    background-color: #f9eedf;
    border-radius: 10px;
}
.account-right-block .address-list-block .address-right{
    width: 30px;
}
.account-right-block .address-list-block .address-left p {
    width: 95%;
    margin-top: 10px;
    font-size: 0.95rem;
}
.address-list{
    box-shadow: 1px 1px 4px #b9b9b9;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.address-list-block .col-lg-6{
    padding:  10px;
}
.account-right-block .address-list-block{
    border: none;
}
.account-right-block .address-list-block .address-list{
    padding: 15px;
}
.account-right-block .address-list-block .address-right .address-edit i{
    font-size: 1.5rem;
}

.account-right-block h5 {
    font-size: 1rem;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
}
.address-left .fa-star{
    color: #dadada;
    margin-left: 1rem;
}
.address-left .fa-star.default_checked{
    color: #498D53;
}
.date-range{
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
    padding: 0.7rem 0.25rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 0px;
    width: 100%;
}
.input-group-prepend span{
    padding: 0.5rem 1rem;
    background: #fff;
    border: none;
}
.dateRangeGroup{
     display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.dateRangeGroup .iconGroup{
     display: flex;
    align-items: center;
     padding-left: 10px;
     background: #fff;
     border-radius: 0;
     width: 13rem;
}
.dateRangeGroup input{
    background: #fff;
}
.dateRangeGroup a{
    display: block;
    padding: 0.5rem 0.5rem;
     background: #ff1100;
    color: #fff;
    font-size: 0.9rem;
    border-radius:0;

}

.daterangepicker .ranges li.active {
    background-color: #61c43a;
    color: #fff;
}
.daterangepicker .ranges li:hover {
    background-color: rgba(97,196,58,0.2);
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #00b066;
    border-color: transparent;
    color: #fff;
}
.datePad{
    padding-top: 0.5rem;
}
footer{
    position: relative;
}
/*footer:before{
    position: absolute;
    content: '';
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    z-index: 0;
}*/
footer .footer-bottom, .copy-part{
    position: relative;
    z-index: 1;
}
.preloader.themeLoader{
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.resetBtn{
        display: block;
    text-align: right;
        font-size: 0.95rem;
    color: #878787;
}
.resetBtn:hover{
    color: #333;
}
.inner-listing .product-col{
    margin-top: 15px;
    margin-bottom: 15px;
        transition: all 0.5s ease-in-out;
}
.day-rem {
    text-align: center;
    margin-top: 5px;
    color: #0b5f61;
    font-weight: 600;
}
.day-rem .scnd {
    font-size: 12px;
    line-height: 6px;
}
.day-rem .fst {
    font-size: 14px;
}
.day-rem .fst span{
    font-size: 16px;
    font-weight: 800;
    color: #498D53;
}

.coupon {
/*  width: 400px;*/
  height: 200px;
  border-radius: 0;
  overflow: hidden;
  margin: auto;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
  display: flex;
  align-items: stretch;
  position: relative;
  text-transform: uppercase;
}
.coupon::before,
.coupon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.coupon::before {
  left: 0;
  background-image: radial-gradient(
    circle at 0 50%,
    transparent 25px,
    #000000 26px
  );
}

.coupon::after {
  right: 0;
  background-image: radial-gradient(
    circle at 100% 50%,
    transparent 25px,
    #000000 26px
  );
}

.coupon > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupon .left {
  width: 20%;
  border-right: 2px dashed rgba(0, 0, 0, 0.13);
}
.coupon .left div {
  transform: rotate(-90deg);
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
}

.coupon .center {
  flex-grow: 1;
  text-align: center;
/*  background-color: #096163;*/
}

.coupon .right {
  width: 120px;
  background-image: radial-gradient(
    circle at 100% 50%,
    transparent 25px,
    #fff 26px
  );
}
.coupon.right div {
/*  font-family: "Libre Barcode 128 Text", cursive;*/
  font-size: 1.5rem;
  font-weight: 600;
  transform: rotate(-90deg);
  
}
.coupon .center h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.coupon .center h2 {
  background: #000;
  color: #fff;
  padding: 0 10px;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: 600;
}
.coupon .center h5 {
  
  color: #fff;
  padding: 02px 10px;
   font-size: 0.75  rem; 
  white-space: nowrap;
}
.center h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background: #498D53;
}
.coupon .center small {
  font-size: 0.75rem !important;
  color: #fff;
  text-transform: lowercase;
}

@media screen and (max-width:500px){
  .coupon {
    display:grid;
    grid-template-columns:1fr;
  }
  .coupon.left div {
    transform: rotate(0deg);
  }
  .coupon.right div {
    transform: rotate(0deg);
    
  }
  .coupon.right {
    width: 100%;
    background: #fff;
    padding: 10px 0;
  }
  .coupon .left {
    width: 100%;
    background: #fff;
    padding: 10px;
  }
  .coupon {
    height: auto;
  }
}
.loyality_card {
    border-radius: 0;
    overflow: hidden;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
    align-items: stretch;
    position: relative;
    align-items: center;

}
.dash-widget.loyality_card a{
    margin-left: 2rem;
background: #fff;
height: 2.25rem;
padding: 0.25rem 1rem;
}
.order-block{
    position: relative;
}
.order-block{
    background: #f9eedf;
    padding: 2rem 1rem;
    margin-top: 1rem;
    border: 1px solid #c39d4d;
    border-radius: 10px;
}
.order-block .loyality-datatable{
    width: 100% !important;
}
.coupon{
    margin-bottom: 0.75rem;
}
.coupon .left{
/*    background: #498D53;*/
}
.coupon .center, .coupon .center h4, .coupon .center h2, .coupon .center h5{
    color: #fff;
}
.coupon .center h4{
    font-size: 1rem;
}
.coupon .center h2{
    font-size: 1.75rem;
}
.coupon .center h5{
    font-size: 0.85rem;
}

.coupon-row{
    display: flex;
    align-items: center;
    margin: 8px auto;
    width: fit-content;

}
#cpnCode{
    border: 1px dashed #fff;
    padding: 10px 20px;
    border-right: 0;

}
#cpnBtn{
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 20px;
    color: #096163;
    cursor: pointer;
}
.grecaptcha-badge {
  display: none
}

/*featured*/
.featured .banner-left-icon {
    position: relative;
    background: #F4F6FA;
    padding: 20px;
    border-radius: 0;
}
.featured .banner-left-icon .banner-icon {
    max-width: 60px;
    margin-right: 20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.featured .banner-left-icon .banner-text h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.featured .banner-left-icon .banner-text p {
    margin-bottom: 0;
    color: #adadad;
}


._loyality h2 {
        font-size: 1.75rem;
    font-weight: 500;
}
.b-img {
    width: 15px;
    margin-top: -5px;
}
.coupon .burn {
    text-transform: none;
}
.l-down {
    display: flex;
    justify-content: center;
}
.l-down .img-sec img{
    width: 400px;
}
.l-down .img-sec p {
    margin-top: 1rem;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: red;
}