@import url('https://fonts.googleapis.com/css2?family=Corben:wght@400;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;800&display=swap');

/*@font-face {*/
/*  font-family: 'Roboto';*/
/*  src: url(fonts/frankfurtbold-webfont.woff);*/
/*}*/
/*@font-face {*/
/*  font-family: 'Roboto';*/
/*  src: url(fonts/frankfurtregular-webfont.woff);*/
/*}*/

/*@font-face {*/
/*  font-family: 'dunkin_sans';*/
/*  src: url(dunkin_sans-webfont.woff);*/
/*}*/

:root {
    --main-bg-color: #D0ad6c;
    --text-color: #204234;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
}

.nav-item .nav-link {
    font-family: 'Roboto';
}
.center-txt span{
    font-family: 'Montserrat';
}
.footer-section p{
    margin: 0;
}
/* header */
.top-bar {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0px auto;
    border-bottom: 1px solid rgb(242, 242, 242);
    background: rgb(255, 255, 255)
}
.navbar-collapse{
  z-index: 999 !important;
  font-family: 'Roboto';
}
.search-icon{
  cursor: pointer;
}
.reg-wraper {
    padding: 10px;
}
.sign-in button {
	display: inline-flex;
    text-decoration: none;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	outline: currentcolor none 0px;
	border: 2px solid #204234;
	cursor: pointer;
	vertical-align: middle;
	font-family: 'Roboto';
	line-height: 1.75;
	text-transform: uppercase;
	min-width: 64px;
	border-radius: 25px;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	box-shadow: none;
	padding: 4px 27px;
	font-size: 12px;
	background-color: #204234;
	color: rgb(255, 255, 255);
    font-weight: 800;
}
  .sign-up button{
    background-color: #fff !important;
    color: #204234  !important;
    border: 2px solid #204234  !important;
    margin-right: 16px;
  }
  .sign-up button:hover {
        background-color: #204234 !important;
        color: #fff !important;
        border: 2px solid #204234 !important;
  }
  .crat-icon {
	padding: 11px 87px 5px 12px;
    position: relative;
    display: flex;
    align-items: center;
}
  .cart-svg {
	user-select: none;
	width: 1em;
	fill: currentcolor;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	color: #204234;
	font-size: 30px;
	height: 50px;
    position: relative;
}
.cart-count {
	position: absolute;
	top: 6px;
    right: 73px;
	font-size: 12px;
	font-weight: bold;
    background-color: var(--main-bg-color) !important;
	/* background-color: rgb(255, 110, 12); */
	color: rgb(255, 255, 255);
	border: 1px solid;
	border-radius: 25px;
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.search-svg {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #204234;
    font-size: 30px;
}
.container-fluid{
    max-width: 1150px;
}

.nav-wrapper{
    background-color: rgb(255, 255, 255);
    height: 70px;
    min-height: auto;
}
.navbar .navbar-nav .nav-link {
    color: #000000 !important;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover{
    color: var(--main-bg-color) !important; !important;
}
.navbar-logo-centered .navbar-nav .nav-link{
    padding: .5em 1em;
}
.logo-img{ 
    width: 143px;
}
.navbar-expand-lg .navbar-nav {
width: 100%;
justify-content: space-between;
}
.bottom-bar{
    background-color: #204234;
}
.bottom-bar p{
    color: #fff;
    font-weight: 400;
    font-size: large;
    text-align: center;
    padding: 12px;
    font-family: 'Roboto';
    margin-bottom: 0px;
}
/* header */

/* buttons-section */
.pg-button{
	text-decoration: none;
	text-align: center;
	background-color: var(--main-bg-color) !important; 
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 30px;
	color: #fff;
	border: none;
	padding: 6px 16px;
    font-weight: bold;
    /* font-weight: 500; */
    /* font-size: 0.875rem; */
    font-size: 16px;
    line-height: 1.75;
    width: 100%;
    font-family: 'Roboto';
}
.pg-button:hover {
	background-color: #204234 !important;
	color: #FFF;
}
.pg-button-1{
	text-decoration: none;
	text-align: center;
	background-color:  rgb(229, 229, 229);;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 30px;
	color: #333;
	border: none;
	padding: 6px 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
}
.sec-buttons {
	padding: 30px 0px;
}
.sec-buttons a{
  text-decoration: none;
}


/* buttons-section Ends */

/* product-card-start */
.p-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
    cursor: pointer;
	padding: 8px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
  }
  .p-card:hover{
    border: 2px solid var(--main-bg-color) !important;
    border-radius: 20px;
  }
  .p-card .p-image{
    width:100% ;
    padding: 10px;
    position: relative;
    margin: auto; 
    border-radius: 20px;
    overflow: hidden;
    height: 220px;
    object-fit: contain;
  }
  .heart-icon {
	padding: 5px;
	font-size: 40px;
	border-radius: 50px;
	position: absolute;
	top: 12px;
	bottom: 0px;
	right: 11px;
	cursor: pointer;
	background-color: none;
	color: red;
	border: 1px solid red;
    user-select: none;
    width: 36px;
    height: 32px;
    display: inline-block;
    fill: currentcolor;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .price {
    color: var(--main-bg-color) !important; !important;
    font-size: 14px;
    font-weight: bold;
  }
  .product-heading{
	color: rgb(17, 17, 17);
	font-size: 16px;
	margin-top: 14px;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
    font-family: 'Roboto';
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
  .p-card button {
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	outline: currentcolor none 0px;
	border: 0px none;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: Poppins, Roboto, Corben;
	font-weight: 500;
	line-height: 1.75;
	text-transform: uppercase;
	min-width: 64px;
	border-radius: 25px;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	box-shadow: none;
	padding: 10px 16px;
	font-size: 13px;
	background-color :#D0AD6C;
	color: rgb(255, 255, 255);
}
  
  .p-card button:hover {
        background-color: #204234;
        color: rgb(255, 255, 255);
        box-shadow: none;
        text-decoration: none;
  }
  .product-section .product-card .p-card h1,.price{
    font-family: 'Roboto';
  }

  /* product-card-end */
 
  /* home page start */
  .fresh-text {
	position: absolute;
	top: 28%;
	bottom: 0;
	left: 10%;
	text-align: center;
	margin: 0 auto;
}
.fresh {
	position: relative;
}
.fresh img {
	width: 100%;
}



  /* home page start */

  @media(max-width:991px) {
    .svg-icons{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .crat-icon {
        padding: 11px 20px 5px 12px !important;
    }
    .cart-count {
        right: 6px !important;
        
    }
    .nav-wrapper-collapse {
        background-color: #fff;
        z-index: 1;
    }
    .reg-wraper {
        background: rgb(251, 247, 244);
        text-align: center;
        padding: 15px 0px!important;
    }
    .nav-wrapper-collapse li.nav-item {
        padding: 0px 40px !important;
    }
    .navbar .navbar-nav .nav-link {
        line-height: 2;
    }
    .navbar-light .navbar-toggler {
        color: #fff !important;
    }
    .fresh-text {
        position: absolute !important;
        top: 10%;
        bottom: 0;
        left: 30px !important ;
        text-align: center;
        margin: 0 auto;
    }
    .fresh-text {
        position: relative;
        left: 0;
    }
    .fresh-text h2{
        font-size: 40px !important;
    }
  }
  @media(max-width:767px){
    .fresh img, .fresh-text {
        display: none;
    }
    .fresh-text {
        position: relative !important;
        left: 0 !important;
    }
    .fresh-text h2{
        font-size: 25px !important;
    }
}
 
  @media(max-width:375px){
    .logo-img {
        width: 120px;
    }
    .search-svg {
        font-size: 22px;
    }
    .cart-svg {
        font-size: 20px;
    }
    .cart-count {
        top: 13px;
        width: 20px;
        height: 20px;
    }
    .navbar-toggler-icon {
        width: 1em !important;
        height: 1em important;
    }
    .p-card button {
        padding: 8px 11px;
        font-size: 10px;
    }
  }


/* footer start*/

.footer-section{
    padding: 50px 30px;
}
.footer-comp-info{
   display: flex;
}
.footer-comp-info strong{
   font-size: 16px;
   font-family: 'Roboto';
}
.style-fa-icon{
   width: 15%;
   text-align: center;
}
.offical-contact{
   width: 85%;
}
.offical-contact a{
   text-decoration: none;
   color: #000;
}
.offical-contact a:hover{
  color: #000;
}
.branch-name{
   font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto';
}
.time-shedual p{
   color: rgb(147, 147, 147);
   line-height: 1.7;
   font-family: 'Roboto';
   font-size: 14px;
   line-height:2;
}
.offical-contact span{
   color: rgb(147, 147, 147);
}
.per-week .days{
   margin-bottom: 20px;
   display:flex;
   justify-content:space-between;
}
.per-week .days p{
   line-height: 1.8;
   font-family: 'Roboto';
}
.dunkin-logo{
   display: flex;
   align-items: center;
}
.time-slot{
   display: flex;
   padding-top:30px;
}
.set-view{
   display: inline-grid;
   align-items: center;
}
.company-info{
   line-height: 1.8;
}
.social-link p{
   font-size: 14px;
   font-weight: 700;
   font-family: 'Roboto';
}
.copyright{
   text-align: center;
   font-size: 14px;
   font-family: 'Roboto';
}
.social-img a{
   text-decoration: none;
   margin-right: 20px;
}
.copyright a{
    text-decoration: none;
    color: var(--main-bg-color) !important; !important;;
}
.copyright a:hover{
    text-decoration: none;
    color: #c63663;
}
@media(max-width:375px){
    .offical-contact span {
    font-size: 12px;
}
}
@media(max-width:480px){
    .per-week .days p {
    font-family: 'Roboto';
    font-size: 13px;
}
    .menu-list-name{
        font-size:18px !important;
    }
}
@media(max-width:767px){
   .company-info{
   margin-top: 40px !important;
}
.per-week{
   margin-top: 40px !important;
}
.time-slot{
   margin-top: 40px !important;
}
}
@media(max-width:1200px){
    .time-shedual p{
        font-size:12px;
    }
}
/* footer end*/

/*Modal start*/

.modal.show .modal-dialog {
    transform: none;
    max-width: 1000px;
}
.required-popup span{
    background: rgb(220, 53, 69);
    color: #fff;
    padding: 5px 10px;
    text-align: right;
    border-radius: 5px;
}
.menu-item{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.menu-item:hover{
    color: #000;
}
tr{
    line-height: 2.4;
}
.modal-body {
  padding: 0 12px !important;
}
#yes{
  border:2px solid white;
  box-shadow:0 0 0 1px rgb(255, 110, 12);
  appearance:none;
  border-radius:50%;
  width:20px;
  height:20px;
  background-color:#fff;
  transition:all ease-in 0.2s;
  margin: 0px 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;

}
#yes:checked{
  background-color:rgb(255, 110, 12);
}
.modal-header{
    border-bottom: none !important;
    padding: 0px !important;
    margin: 0;
}
.modal-img-text{
    background: linear-gradient(0deg,rgba(0,0,0,0.85),rgba(0,0,0,0.35) 50%,transparent);
    padding: 0px 0px 5px 0px;
}
.modal-img-text h3{
    color: #fff;
    font-weight: 700;
    font-family: Poppins, Roboto, Corben;
    font-size: 40px;
    padding: 0px 10px;
}
.modal-img-text p {
    color: #fff;
    font-weight: 600;
    margin: 0 !important;
    padding: 0px 10px;
}
.modal-footer{
    padding: 0 !important;
}
.btn-close {
  position: absolute;
  top: 18px;
  right: 24px;
  left: 0;
  bottom: 0;
  z-index: 999;
  opacity: 1;
  border: 1px solid #ccc !important;
  padding: 5px !important;
  background-color: rgb(245, 243, 243) !important;
}
.footer-modal {
  position: relative;
  text-align: right;
  margin: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-modal .Addtocart-btn {
  background-color: rgb(101, 54, 0) !important;
  color: #fff !important;
  font-weight: bold;
  padding: 5px 10px!important;
}
.footer-modal .Addtocart-btn:hover{
    background-color: rgb(101, 54, 0);
    color: #fff;
}
/*Modal end*/

/* Single product start*/
    .breadcrum a{
    text-decoration: none;
    color: #ccc;
    }
    .breadcrum a:hover{
     text-decoration: none;
     color: rgb(255, 110, 12);
    }
    .addToFav a {
     text-decoration: none;
     color: #000;
     font-family: Poppins, Roboto, Corben;
    }
    .addToFav span:hover{
     color: rgb(255, 110, 12);
    }
    .addToCart a {
     text-decoration: none;
     background-color:#D0AD6C;
     color: #fff;
     padding: 10px 80px;
     border-radius: 10px;
     font-weight: 700;
     font-family: Poppins, Roboto, Corben;
    }
    .addToCart a:hover{
     background-color: #204234;
     color: #fff;
    }
   .price {
     font-size: 16px;
     font-weight: 700;
     margin-bottom: 25px;
   }
   .cart-name {
     margin-bottom: 20px;
     font-family: 'Roboto';
   }
   .cart-name h2{
       font-size: 22px;
   }
   .shipping-address {
     margin-bottom: 50px;
     line-height: 2.7;
     font-family: Poppins, Roboto, Corben;
   }
   .shipping-address p{
       margin: 0;
       font-size: 14px;
       line-height:1.7;
   }
   .addToFav {
     margin-bottom: 10px;
   }
   .set-img img{
     width: 20px;
     height: 20px;
   }
   .provided-method{
     background-color: #f8f9fa;
     padding: 10px;
     border-radius: 15px;
     margin: 15px;
     font-family: 'Poppins', sans-serif;
   }
   .service-img img {
     width: 40px;
     height: 40px;
   }
   .cashOnDel{
     display: flex;
     border-bottom: 1px solid #ccc;
     align-items: center;
     padding: 10px;
   }
   .font-style{
     margin: 0;
     font-size: 16px;
     font-weight: 700;
   }
   .service-img {
     margin: 0px 10px;
   }
   .product-description{
     padding: 20px 10px;
   }
   .product-description h3{
     font-weight: 700;
     font-size: 22px;
     font-family: Poppins, Roboto, Corben;
   }
   .product-description p{
     color: #ccc;
     font-family: Poppins, Roboto, Corben;
   }
   .font-litle{
     font-size: 14px;
     font-weight: 400;
   }
 
   @media(max-width:767px){
     .provided-method{
         margin-top: 50px;
     }
   }

/* Single product end*/

/* Modal search start*/
 .modal .modal-dialog-1 {
  transform: none;
  max-width: 600px !important;
  position: relative;
  width: auto;
  margin: 0 auto;
  pointer-events: none;
}
.search-modal-product{
  display: flex;
  align-items: center;
  padding: 10px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.search-modal{
  width: 100%;
   margin-top: 20px;
  margin-bottom:20px;
  padding: 10px 20px;
}
.search-modal [type=search] {
  outline-offset: 0 !important;
  -webkit-appearance: textfield;
}
.search-product-detail {
  padding-left: 20px;
}
.search-product-detail h4{
  font-size: 16px;
  font-weight: bold;
}
.modal-header .modal-title{
  padding: 10px 10px;
}
.viewAllResult p{
  color: rgb(255, 110, 12);
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.viewAllResult a{
  text-decoration: none;
}
.no-record p{
  text-align: center;
  padding: 50px;
}
.redirect{
  text-decoration: none;
  color: #000;
}
.redirect:hover{
  color: #000;
}
/* Modal search end*/

/* Custom owl carousel start*/
.product-card{
    width: 100% !important;
    padding: 10px !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block !important;
}
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border: 1px solid #000 !important;
    padding: 0 20px !important;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    display: none !important;
  }
  .owl-dots {
    display: none !important;
  }
  .btn-check:focus + .btn, .btn:focus {
    outline: none !important;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
  }
  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--main-bg-color) !important; !important;
    color: #204234 !important;
    text-decoration: none;
  }
  .btn{
    padding: 0 !important;
  }
  .btn:focus {
    outline: none !important;
    box-shadow: none !important;
    }
  /* Custom owl carousel end*/

  /* search-singlr-product start */
  .search-result p{
    font-size: 30px;
    font-weight: 700;
  }
  .search-result{
    margin-bottom: 30px;
  }
  
   /* search-singlr-product end */

    /* about us page end */
  .about-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 11%;
    justify-content: center;
    align-items: center;
    bottom: 0;
  }
  .about-text h1 {
    font-size: 60px;
    font-weight: bold;
      color:var(--text-color) !important;;
      font-family: 'Roboto';
  
  }
  .about-text p {
    font-size: 16px;
    font-weight: bold;
      color:  var(--text-color) !important;
  }
  
  
          @media(max-width:480px){
  .about-text h1 {
    font-size: 32px;
  }
  .about-text p {
    font-size: 10px;
  }
  }
  @media(max-width:375px){
  .about-text h1 {
    font-size: 25px;
  }
  .about-text p {
    font-size: 8px;
  }
  .cont-heading h1{
      font-size: 25px;
  }
  }
   /* about us page end */


   /*Add to cart start*/

/* .empty-addtocart-wrap .modal.show .modal-dialog {
  max-width: 400px !important;
  height: 100%;
}
.empty-addtocart-wrap .modal-dialog {
  margin: auto 0 0 auto !important;
}
.empty-addtocart-wrap .modal-header{
  background-color: rgb(245, 245, 245);
}
.empty-addtocart-wrap .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100% !important;
}
.empty-addtocart-wrap .modal-content{
  height: 100%;
} */
.cart-detail .cart-detail-product{
  padding: 10px;
}
.addtocart-wrap .modal.show .modal-dialog {
  max-width: 400px !important;
  height: 100%;
}
.addtocart-wrap .modal-dialog {
  margin: auto 0 0 auto !important;
}
.addtocart-wrap .modal-header{
  background-color: rgb(245, 245, 245);
}
.addtocart-wrap .modal-body .show-addTocart-Product{
  display: flex;
  line-height: 1.7;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  width: 100%;
}
.addtocart-wrap .modal-body{
  max-height: 500px;
  overflow-y: auto;
}
.addtocart-wrap .modal-body .show-addTocart-Product p{
  margin: 0;
}
.addtocart-wrap .modal-body .show-addTocart-Product span{
  color: #838f9b;
}
.addtocart-wrap .modal-content{
  height: 100%;
}
.addtocart-wrap .modal-header a{
      color: rgb(255, 110, 12);
      font-weight: 700;
      padding-right: 60px;
      font-size: 1.25rem;
}
.addtocart-wrap .footer-addToCart .checkout-popup a{
  text-decoration: none;
  background-color: rgb(101, 54, 0);
  color: #fff;
  padding: 5px 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
}
.addtocart-wrap .footer-addToCart{
  margin: 10px;
  border-top: 1px solid #ccc;
}
   /*Add to cart end*/

   
  /* Career page start */
.FAQBox.mb-2 {
	border-radius: 4px 4px 4px 4px;
	overflow: hidden;
	border-width: 0px;
	border-style: solid;
	border-color: #d9d9d9;
	box-shadow: 0px 8px 22.6px 6.4px rgba(0,0,0,0.05) !important;
	border-radius: 10px;
}
 .FAQTitle {
	background: url(./images/plus.png) no-repeat center right 15px;
	background-size: 15px;
	border: 1px solid #E9E9E9;
	padding: 18px;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto';
}
.FAQTitle.current{
  background: url(./images/minus.png) no-repeat center right 15px;
	background-size: 15px;
}
.FaqParagraph{
  border: 1px solid #E9E9E9;
	padding: 18px;
	margin: 0;
	line-height: 20px;
}
.FaqParagraph h2 {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	font-family: 'Roboto';
}
.FaqParagraph p {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	font-family: 'Roboto';
}
.FaqParagraph>strong {
	margin: 10px 0;
	display: inline-block;
}
/* Career page end */

 /* career form page start */
 
 .apply-form{
  border-radius: 4px;
  overflow: hidden;
  border-width: 0px;
  border-style: solid;
  border-color: #d9d9d9;
  box-shadow: 0px 8px 22.6px 6.4px rgba(0,0,0,0.05) !important;
  border-radius: 10px;
  padding: 30px;
}
/* career form page start */
.sec-buttons .owl-theme .owl-nav {
  display: none;
}

/* Sign up start*/
  
.btn-primary {
  background-color: #3b71ca;
  color: #fff;
  box-shadow: 0 4px 9px -4px #3b71ca;
}
.form-outline {
  position: relative;
}
.flex-fill {
  flex: 1 1 auto!important;
}
.form-outline .form-control {
  min-height: auto;
  padding: 0.33em 0.75em;
  background: transparent;
  transition: all .2s linear;
}
.form-outline .form-control~.form-label {
  position: absolute;
  top: 0;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0.75rem;
  padding-top: 0.37rem;
  pointer-events: none;
  transform-origin: 0 0;
  transition: all .2s ease-out;
  color: rgba(0,0,0,.6);
  margin-bottom: 0;
}

/*Sign up End*/

/*Check out start*/
.check-out-wrapper {
  padding: 20px 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
}
.check-input {
  font-family: Poppins, Roboto, Corben;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375em;
  color: rgb(36, 40, 43);
  cursor: text;
  width: 100%;
  border-radius: 4px;
  padding: 16.5px 14px;
}
.check-sections h2{
  font-size: 21px;
  padding: 10px 0;
  font-weight: 600;
}
.your-cart {
  padding: 10px 15px;
  background-color: rgb(245, 245, 245);
  font-weight: 600;
}
@media(max-width:375px){
.your-cart {
font-size: 12px;
}
}  

/* Check out end*/

/*Location start*/

.location-wrap p{
 font-family: 'Roboto';
}
.location-wrap .location-branch{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Profile page start*/

.form-wrapper {
  background-color: white;
  border-radius: 4px;
  border-width: 0px;
  border-style: solid;
  border-color: #d9d9d9;
  box-shadow: 0px 8px 22.6px 6.4px rgba(0,0,0,0.05) !important;
  border-radius: 10px;
  font-family: Poppins, Roboto, Corben;
}
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
.fields-wrapper {
width: 100%;
max-width: 500px;
margin: 0 auto;
padding: 20px;

} 
.form-input{
color: rgb(36, 40, 43);
height: 37px;
padding: 4px 12px;
font-size: 14px;
font-family: Poppins, Roboto, Corben;
}
.registerbtn {
  background-color:rgb(101, 54, 0);
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  font-weight: bold;
  text-transform: unset;
  font-family: Poppins, Roboto, Corben;
}

.registerbtn:hover {
  opacity: 1;
}  
/* Profile page End*/

/*Haseeb Contact-Us  Start*/

.ftco-section {
  padding: 7em 0; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #000; }

.wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18); }

.wrapper .contact-wrap {
  background: #fff; }

.wrapper .info-wrap {
  color: rgba(255, 255, 255, 0.8); }

.wrapper .info-wrap h3 {
    font-family: 'Roboto';
    color: #fff; }

.wrapper .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px; }

.wrapper .info-wrap .dbox:last-child {
      margin-bottom: 0; }

.wrapper .info-wrap .dbox p {
      margin-bottom: 0; }

.wrapper .info-wrap .dbox p span {
        font-weight: 500;
        color: #fff; }

.wrapper .info-wrap .dbox p a {
        color: #fff;
        text-decoration: none;
       }
.wrapper .info-wrap .dbox .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.2); }
.wrapper .info-wrap .dbox .icon span {
        font-size: 20px;
        color: #fff; }
.wrapper .info-wrap .dbox .text {
      width: calc(100% - 50px);
      padding-left: 10px;
     }
.wrapper .btn:hover, .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; }
.wrapper .btn.btn-primary {
    background: #204234  !important;
    border-color: #204234  !important;
    padding: 10px !important;
    color: #fff; }
.wrapper .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: var(--main-bg-color) !important; !important;
      background:  var(--main-bg-color) !important; !important;}

.wrapper .contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 600; }

.wrapper .contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'Roboto';
  padding: 0; }

.wrapper #contactForm .error {
  color: red;
  font-size: 12px; }
  
.wrapper .bg-primary {
        background: #204234 !important; 
    
}
  
.wrapper #contactForm .form-control {
  font-size: 16px; }

.wrapper #message {
  resize: vertical; }

.wrapper #form-message-warning, #form-message-success {
  display: none; }

.wrapper #form-message-warning {
  color: red; }

.wrapper #form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold; }

.wrapper .submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold; }

.wrapper .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: none;
    box-shadow: none !important;
    border-bottom: 1px solid #c63663 !important;
  }
.wrapper .form-group {
    margin: 10px 0px;
    font-family: 'Roboto';
  }
.contact-wrap h3{
    font-family: 'Roboto';
}
  /*Haseeb Contact-Us End */
  
  
  
.logo-img {
    border-radius: 50%;
    width: 100px;
    margin-top: -50px;
}
.Register:hover{
    background: var(--main-bg-color) !important;
}
}