@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");


:root {
  --fontFamily: 'Open Sans', sans-serif;
  --fontFamily2: 'Hind Siliguri', sans-serif;
  --mainColor: #275C53;
  --optionalColor: #696969;
  --whiteColor: #ffffff;
  --blackColor: #111111;
  --greenColor: #275C53;
  --yelColor:#E2BB52;
  --fontSize: 15px;
  --transition: .5s;
}

body {
  padding: 0;
  margin: 0;
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--fontFamily2);
  font-weight: 700;
  color:var(--greenColor)
}
.btn-outline-primary{color: var(--greenColor);
  border-color: var(--greenColor)}
.btn-outline-primary:hover {
    background-color: var(--greenColor);
    border-color: var(--greenColor);
}
.btn-primary {
  background-color: var(--greenColor);
  border-color: var(--greenColor);
}
.btn-primary:hover {
  color: #000;
  background-color: var(--yelColor);
  border-color: var(--yelColor);
}

a {
  color: var(--greenColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--yelColor);
  text-decoration: none;
}
.linkblack{color: #275C53;}
.linkblack:hover{color: #000;}
:focus {
  outline: 0 !important;
}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f24{font-size: 24px;}
.txtblue{color: var(--mainColor);}
.listitem{list-style: none;}
.padding5{padding-left: 5px;padding-right: 5px;}
.error{color: red;}
.product-title{
  position: relative;
  padding-bottom: 10px;
}
.product_img{width: 100%;}
.product-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--yelColor);
}

.top-header {
    background-color: var(--greenColor);
    padding-top: 4px;
    padding-bottom: 4px;
    color: var(--whiteColor);
  }
  
  .top-header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }
  
  .top-header-contact-info li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    padding-left: 24px;
    font-size: 14px;
  }
  
  .top-header-contact-info li a {
    
    display: inline-block;
    color: var(--whiteColor);
  }
  
  .top-header-contact-info li i {
    position: absolute;
    left: 0;
    top: 2.5px;
    color: var(--whiteColor);
    font-size: 17px;
  }
  
  .top-header-contact-info li:last-child {
    margin-right: 0;
  }
  
  .top-header-menu {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }
  
  .top-header-menu li {
    display: inline-block;
    margin-left: 18px;
    position: relative;
  }
  
  .top-header-menu li::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 4.5px;
    width: 1.4px;
    height: 14px;
    background-color: #dfdfdf;
  }
  
  .top-header-menu li:first-child {
    margin-left: 0;
  }
  
  .top-header-menu li:first-child::before {
    display: none;
  }
  
  .top-header-menu li:nth-child(2)::before {
    top: 6.5px;
  }
  
  .top-header-menu li .language-switcher {
    position: relative;
  }
  
  .top-header-menu li .language-switcher .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    color: var(--blackColor);
    font-weight: 600;
    font-size: 14.5px;
  }
  
  .top-header-menu li .language-switcher .dropdown-toggle::after {
    display: none;
  }
  
  .top-header-menu li .language-switcher .dropdown-toggle img {
    width: 35px;
    border-radius: 3px;
    border: 2px solid var(--whiteColor);
    position: relative;
    top: -2px;
  }

  .top-header-menu li a {
    font-weight: 600;
  }

.main-nav a.active {
    color: var(--mainColor) !important;
}
.fix_header{position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-bottom: solid 1px #E2BA51;
}
.bg-skyblue{background-color: #EDF5FA;}
.bg-yel{background-color: var(--yelColor);}

.w-70px {
  width: 70px;
}
.h-70px {
  height: 70px;
}
.item-desc{text-align: justify;}

.footerbg{
  background-color: #E2BB52; color: var(--blackColor);
}
.fothead{ 
  margin: 0 0 15px;
  text-transform: uppercase;
  color: var(--mainColor);
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  position: relative;}

  .fothead:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #000;}
.bg-copyright{background-color:var(--mainColor); color: #dfdfdf;}
ul.flist{text-decoration: none; list-style: none;}
.flist a{color:var(--blackColor); display: block; font-size: 14px;}

.cart_product {
  border-radius: 2px;
  border: 1px solid #dee2e6;
}
.cart_product .cart_product_heading {
  padding: 10px 20px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #dee2e6;
}
.cart_product .cart_item {
  padding: 20px;
  border-bottom: 1px solid #dee2e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}
.cart_product .cart_item .cart_item_image {
  width: 75px;
  height: 75px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 0.2rem;
}
.cart_product .cart_item .c-item-body {
  width: 90%;
}
.qty-input {
  border: 1px solid #6c757d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding-left: 0;
  padding-right: 0;
  border-radius: 5px;
}
.qty-input input {
  border: 0px solid;
  outline: none;
  max-width: 54px;
  text-align: center;
  margin: 0 auto;
}
.cart-summary .cart-summary-wrap {
  margin-bottom: 20px;
  padding: 35px 20px;
  background-color: #edf1fc;
  color: #343a40;
}
.cart-summary .cart-summary-wrap h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 30px;
  text-decoration: underline;
  text-transform: capitalize;
}
.cart-summary .cart-summary-wrap p {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  color: inherit;
}.cart-summary .cart-summary-wrap p span {
  float: right;}
  .cart-summary .cart-summary-wrap h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    padding-top: 9px;
    border-top: 1px solid #343a40;
}
.cart-summary .cart-summary-wrap h2 span {
  float: right;
  font-size: 1rem;
}
@media (min-width: 992px){
.main-nav .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}
}
@media (min-width: 570px){
  .main-mobile-btn{display: none !important;}
}
@media (max-width: 570px){
  .navbar-brand img {
      max-width: 180px !important;
  }
  .top-header-contact-info li {
    font-size: 12px;
}
.top-header-contact-info li i {
  font-size: 13px;
}
.navbar {
  padding: 0rem; display: block;
}
.main-nav{
  position: absolute;
  background: #dfdfdf;
  width: 100%;
  left: 0px;
  z-index: 1;
  top: 95px;
}
.navbar-collapse{
  padding: 20px;
}
.main-mobile-btn{color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  height: 40px;
  margin-top: 5px;
}
  .main-mobile-btn i{color: var(--greenColor)}
  .navbar-toggler:focus {
    box-shadow: none;
}
}

