/*side nav start*/

.sidenav {
  height: 100%;
  /* 100% Full-height */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Stay on top */
  top: 0;
  left: -500px;
  background: #0578a0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 59px;
  /* Place content 60px from the top */
  transition: 0.2s;
  /* 0.5 second transition effect to slide in the sidenav */
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  animation: fadeInDown .8s;
}


/* The navigation menu links */


/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.sidenav a:focus {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
  position: absolute;
  top: -9px;
  right: 6px;
  font-size: 36px;
  margin-left: 0;
}

.sidenav a {
  text-align: left;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.mobilecontainer span {
  color: #fff;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  font-size: 25px;
  cursor: pointer;
}

.mobilecontainer img {
  width: 50%;
  margin: 10px 0;
}

.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
}

.navigation .caret {
  position: relative;
  left: 5px;
}

#mySidenav ul.dropdown-menu {
  position: static;
  float: none !important;
  width: 100%;
  display: none;
  background: #4a291c;
}

#mySidenav ul.dropdown-menu li {
  float: none;
  display: block;
  padding: 0 0px 4px;
}

#mySidenav .caret {
  display: none;
}

#mySidenav #hassubmenu {
  position: relative;
}

#mySidenav #hassubmenu i.fa.fa-angle-down {
  position: absolute;
  right: 20px;
  background: black;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 0;
  padding-top: 2px;
  top: 6px;
}

#mySidenav div {
  border-top: 1px solid white;
}

#mySidenav div:last-child {
  border-bottom: 1px solid white;
}

#mySidenav a.closebtn+div {
  margin-top: 10px;
}

#mySidenav ul.submenu {
  /*  display: none; */
  padding: 0;
  background-color: #000;
  width: 100%;
  overflow: scroll;
  height: 150px;
}

#mySidenav .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}

.navigation ul li>.dropdown-menu li a i {
  float: right;
  right: 14px;
  font-weight: bold;
  margin-top: 1px;
  position: absolute;
  font-size: 17px;
}

.navigation ul .show-on-hover:hover>ul.submenu {
  left: 101% !important;
  top: -25% !important;
}

.navigation ul li>.dropdown-menu li i.fa.fa-angle-down {
  display: none;
}

/* sidenav-css end */

/* 50729 */
.hei {
  height: 100%;

}

.auto {
  display: block;
  margin: 0 auto;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text_center {
  text-align: center;
}

.topbar {
  padding: 0 0 50px 0;
}

p.text_center.auto {
  width: 60%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 
.how-it-work {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.how-it-work p {
  line-height: 25px;
}

section.how-it-work-sec {
  margin: 80px 0px;
}

.how-work-box1 {
  border: 5px solid #ffde59;
  text-align: center;
  padding: 40px 0px;
  border-radius: 14px;
}

.how-work-box1 img {
  height: 40px;
  margin-bottom: 20px;
}

.how-work-box1 h3 {
  margin-bottom: 10px;
}

.how-work-box1 p {
  line-height: 25px;
}

span.btm-1colo {
  color: #ffde59;
  font-size: 30px;
  font-weight: 600;
}

.how-work-box2 {
  border: 5px solid #098e49;
  text-align: center;
  padding: 40px 0px;
  border-radius: 14px;
  margin-top: 50px;
}

span.btm-2colo {
  color: #098e49;
  font-size: 30px;
  font-weight: 600;
}

.how-work-box2 img {
  height: 40px;
  margin-bottom: 20px;
}

.how-work-box2 h3 {
  margin-bottom: 10px;
}

.how-work-box2 p {
  line-height: 25px;
}









.blog-image {
  position: relative;
}

.blog-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 440px;
}

.blog-text {
  width: 92%;
  padding: 0;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-text ul {
  display: flex;
  margin: 10px 0;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  gap: 17px;
}

.blog-text ul li {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
}

.blog-text ul li i {
  color: #098e49;
}

.blog-box {
  position: relative;
}

.blog-text h4 {
  margin-bottom: 15px;
}

.blog-text p {
  line-height: 25px;
}


.inner-banner-box h2 {
  display: grid;
}

section.blogs-details {
  padding: 100px 0;
}

.blogs-img-text ul li i {
  color: #000000;
  font-size: 20px;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
}

.blogs-img-text ul {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 20px;
}

.blogs-img-text h5 {
  font-weight: 600;
  font-size: 60px;
  margin-top: 15px;
  color: #000000;
  font-family: 'Poppins';
  border-bottom: 1px solid #00000057;
  text-transform: uppercase;
  padding-bottom: 0px;
  display: inline-block;
}

.blogs-img-text p {
  font-weight: 400;
  font-size: 18px;
  color: #636161;
  line-height: 32px;
  text-align: justify;
  padding: 0px 0;
}

.search a {
  width: 100px;
  height: 51px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 17px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #003366;
  color: #fff !important;
}

.search {
  position: relative;
  display: flex;
}

.search input {
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 12px 10px;
  border-radius: 10px 0px 0px 10px;
}

.blog-categories h4 {
  font-weight: 700;
  font-size: 34px;
  margin-top: 30px;
  padding-bottom: 5px;
  position: relative;
  color: #000;
  text-transform: uppercase;
}

.blog-categories h4:before {
  content: '';
  position: absolute;
  width: 58px;
  height: 2px;
  background: #c61414;
  bottom: 0;
  transition: .5s ease-in-out;
}

.blog-categories a {
  display: block;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.blog-categories p {
  font-weight: 500;
  color: #646464;
  font-size: 14px;
}

.postss {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
  margin-top: 0;
}

.postss i {
  color: #000000;
  font-size: 18px;
  margin-right: 10px;
}

.postss h6 {
  font-weight: 400;
  font-size: 16px;
  color: #676767;
  margin-bottom: 0;
  margin-top: 4%;
  text-transform: uppercase;
  font-family: 'Poppins';
}

.blog-categories {
  padding: 0 0px;
}

.blogs-img-text img {
  width: 100%;
  border-radius: 10px;
}

.postss p {
  font-weight: 700;
  color: #000;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 23px;
  font-family: 'Rajdhani';
  text-align: left;
}

.postss ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.postss ul li p {
  margin-bottom: 0;
}

.search button {
  position: absolute;
  right: 0;
  border: none;
  height: 50px;
  width: 130px;
  background: #098e49;
  font-size: 15px;
  border-radius: 0px 10px 10px 0px;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
}

.blog-categories h4:hover:before {
  width: 100%;
  background: #78b921;
}

.postss img {
  width: 180px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
}






.add-to-cart {

  position: relative;

  padding: 120px 0px;

}



.add-to-cart thead {

  background-color: #ffac1c;

  color: #fff;

  border-radius: 0px;

}



.add-to-cart .table>thead>tr>th {

  border-bottom: 0;

  padding-left: 20px;

  padding-bottom: 25px;

  padding-top: 25px;

  text-align: left;

}



.table-space {

  display: flex;

  align-items: center;

}



.add-to-cart thead tr th {

  font-family: 'AGENCYB';

  font-size: 26px;

  color: #fff;

  font-family: 'Oswald';

  font-weight: 400;

  line-height: 20px;

  text-transform: uppercase;

}



.add-to-cart thead tr th:first-child {

  border-top-left-radius: 4px;

  border-bottom-left-radius: 4px;

}



.add-to-cart thead tr th:last-child {

  border-top-right-radius: 4px;

  border-bottom-right-radius: 4px;

}



.table-space h3 {

  text-transform: uppercase;

  font-size: 18px;

  color: #666666;

  font-weight: 500;

  margin-bottom: 5px;

  font-family: 'Roboto';

  font-weight: 500;

  line-height: 30px;

}



.table-space span {

  font-size: 16px;

  text-transform: uppercase;

  font-weight: 500;

  color: #000;

  font-family: 'Cerebrisans Regular';

}



.product-img {

  display: inline-block;

  width: 100%;

  height: auto;

  border-radius: 10px;

  margin-right: 20px;

}



.no-space {

  display: block;

  margin-left: 15px;

}



.product-img img {

  width: 90%;

  border-radius: 9px;

  border: 2px solid #cbcbcb;

  margin: 10px 0;

  height: 141px;

  object-position: top;

}



.add-to-cart input {

  width: 100%;

  text-align: center;

  height: 49px;

  border-radius: 6px;

  border: 1px solid #eeeeee;

  font-size: 23px;

  color: #000;

  font-weight: 500;

  margin-top: 24px;

  background-color: #f7f7f7;

}



.add-to-cart a {

  font-size: 18px;

  display: block;

  text-align: center;

  padding-top: 9px;

  color: rgba(0, 0, 0, 0.50);

  font-weight: 500;

  text-decoration: none;

  color: #333;

  font-family: 'Roboto';

}



.add-to-cart h4 {

  font-size: 18px;

  font-weight: 700;

  color: #666666;

  text-align: center;

  margin-top: 40px;

  font-family: 'Roboto';

  font-family: 'Montserrat';

  font-family: "Bai Jamjuree", sans-serif;

}



.table {

  width: 100%;

  max-width: 100%;

  margin-bottom: 20px;

}



tr.space {

  border-bottom: 1px solid #ccc;

}



a.remove {

  background: #ffac1c;

  color: #fff;

  font-size: 29px;

  padding: 0px 15px;

  border: 1px solid #ffac1c;

  margin-top: 25px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.proceed a {

  color: #333;

  text-align: left;

  font-size: 20px;

  font-family: 'Roboto';

  font-weight: 400;

  text-transform: capitalize;

  font-family: 'Montserrat';

}



.proceed i {

  margin-left: 10px;

}



.proceed .checkout-btn {

  background-color: #ffac1c;

  border: none;

  padding: 16px;

  border-radius: 0;

  width: 100%;

  font-family: 'Montserrat';

  font-size: 18px;

  font-weight: 300;

  margin-top: 4px;

  border-radius: 0;

  text-align: center;

  text-transform: uppercase;

  color: #fff;

  font-family: 'Montserrat';

}



.or-amazon {

  margin-top: 50px;

  position: relative;

  border: 1px solid #000;

  top: 25px;

  padding: 30px 50px;

  border-radius: 5px;

  background-color: #fff;

}



.or-amazon p {

  width: fit-content;

  font-size: 18px;

  font-family: 'Montserrat';

  position: absolute;

  background: #fff;

  top: -18px;

  left: 50%;

  padding: 2px 7px;

  color: #000;

  display: block;

  text-transform: uppercase;

  transform: translateX(-50%);

  border: 1px solid #000;

  border: transparent;

}



.or-amazon img {

  width: 80%;

}



.or-amazon a {

  text-decoration: none;

  text-align: center;

}



.total-section {

  border: 1px solid #eeeeee;

  padding: 27px 40px;

  background-color: #f7f7f7;

}



.total-section li {

  font-size: 24px;

  padding-bottom: 20px;

  font-family: 'Roboto';

  color: #000;

  font-weight: 500;

  font-family: 'Montserrat';

}



li.color-change {

  color: #ffac1c;

  text-transform: uppercase;

  font-size: 32px;

  font-family: 'Roboto';

  font-weight: 500;

  margin: 0;

  font-family: 'AGENCYB';

}



.total-section li span {

  float: right;

  font-weight: 600;

}



.ship-estimate {

  padding: 10px 40px;

  margin-top: 10px;

  border: 1px solid #eeeeee;

  background-color: #f7f7f7;

}



.ship-estimate ul {

  margin-top: 20px;

  margin-bottom: 50px;

}



.ship-estimate li {

  font-size: 23px;

  color: #333;

  margin-bottom: 5px;

  font-family: 'resgak-light';

  font-weight: 600;

  color: #ffac1c;

  text-transform: uppercase;

  font-size: 32px;

  font-family: 'Roboto';

  font-weight: 500;

  margin: 0 0 10px 0;

  font-family: 'AGENCYB';

}



.ship-estimate .grey-style {

  color: #000;

  font-size: 20px;

  font-family: 'Roboto';

  font-weight: 500;

  text-transform: capitalize;

}



.billing_form {

  padding: 40px;

  background-color: #0e194a;

}



.billing_form h3 {

  margin-bottom: 30px;

  font-size: 26px;

  color: #ffb84f;

  margin: 0;

  margin-bottom: 20px;

  text-transform: uppercase;

  line-height: 40px;

  font-family: 'Recoleta';

  font-weight: 400;

}



.billing_form label {

  font-size: 14px;

  color: #8d8d8d;

  line-height: 20px;

  font-weight: 500;

  font-family: 'droid';

}





input[type="text"]::placeholder {

  font-size: 14px;

  color: #7c7c7c;

  font-weight: 500;

  line-height: 14px;

}



.radiosss p {

  color: #8d8d8d;

  font-size: 12px;

  font-weight: 400;

  font-family: 'droid';

}





.billing_form input {

  width: 100%;

  height: 45px;

  border: 1px solid #c5c5c5;

  margin-bottom: 20px;

  padding-left: 15px;

  background-color: #fff0;

  border-radius: 0px;

  font-size: 14px;

  color: #8d8d8d;

  line-height: 20px;

  font-weight: 400;

  font-family: 'Poppins';

}



.billing_form input::placeholder {

  font-size: 14px;

  color: #8d8d8d;

  line-height: 20px;

  font-weight: 400;

  font-family: 'Poppins';



}



.cart_sidebar .cart_lst li:not(:last-child) {

  margin-bottom: 15px;

  font-family: 'Montserrat';

  color: #8d8d8d;

  font-family: 'droid';

}



.cart_sidebar .cart_lst li {

  font-size: 14px;

  color: #000;

  font-weight: 500;

}



.cart_sidebar .cart_lst li span {

  float: right;

}





.cart_sidebar .cart_lst li:last-child {

  font-size: 24px;

  font-weight: 500;

  color: #000;

  font-family: 'AGENCYB';

  text-transform: uppercase;

}







.cart_sidebar .cart_lst {

  margin-top: 20px;

  margin-bottom: 40px;

}







.thankyou_txt {

  padding: 50px;

  border: 2px solid #b7b7b7;

}



.thankyou_txt h3 {

  font-size: 35px;

  color: #000;

  font-weight: 800;

  margin: 0;



}



.thankyou_txt h3 i {

  font-size: 40px;

  margin-right: 15px;

}



.order_det h5 {

  font-size: 20px;

  color: #7c7c7c;

  font-weight: 400;



}



.order_det p {

  font-weight: 700;

  font-size: 20px;

  color: #000;

  margin: 0;

}



.order_complete_detail h3 {

  font-size: 22px;

  color: #000;

  font-weight: 700;



}



.order_detail_table {

  padding: 40px;

  border: 1px solid #b7b7b7;

}



.order_detail_table h5 {

  margin-top: 0px;

  padding-bottom: 15px;

  border-bottom: 1px solid #dbdbdb;

  font-size: 16px;

  font-weight: 700;

  color: #000;



}



.order_detail_table ul {

  margin-top: 20px;

  margin-bottom: 30px;

}



.order_detail_table ul li:not(:last-child) {

  margin-bottom: 25px;



}



.order_detail_table ul li {

  font-size: 14px;

  color: #7c7c7c;

}



.order_detail_table ul li span {

  float: right;

}



.order_detail_table ul li:last-child {

  font-weight: 700;

  color: #000;

}



.order_detail_table h6 {

  font-size: 17px;

  font-weight: 700;

  color: #000;



  padding: 25px 0;

  border-top: 1px solid #dbdbdb;

  margin: 0;



}



.order_detail_table h6 span {

  float: right;

}



.check_menu ul {

  text-align: center;

  margin-bottom: 40px;

}



.check_menu ul li {

  display: inline-block;

  font-size: 22px;

  font-weight: 700;

  color: #7c7c7c;

  margin: 0 14px;

}



.check_menu ul li i {

  font-size: 18px;

}



.check_menu ul li.purp {

  color: #4b902c;

}



.cart_sidebar {

  padding: 40px 25px;

  border: 2px solid #bfbfbf;

  border-radius: 0px;

}







.cart_sidebar h3 {

  font-size: 24px;

  color: #000;

  margin-top: 0px;

  line-height: 25px;

  margin-bottom: 20px;

  font-weight: 500;

  text-transform: uppercase;

}



.cart_sidebar button {

  border: none;

  padding: 12px 117px;

  color: #fff;

  border-radius: 0;

  background: #ffb84f;

  font-size: 19px;

  font-family: montserrat;

  margin-top: 20px;

  display: block;

}







.cart_sidebar .h-sub {

  font-weight: 500;

  color: #000;

  font-size: 24px;

  border-bottom: 1px solid #373a33;

  margin-bottom: 20px;

  line-height: 0;

  padding-bottom: 30px;

  padding-top: 20px;

  font-family: 'AGENCYB';

}



.cart_sidebar h5 span {

  float: right;

}



.cart_sidebar h4 {

  font-size: 24px;

  font-weight: 500;

  color: #000;

}



.cart_sidebar ul li input {

  padding: 0;

  height: initial;

  width: initial;

  margin-bottom: 0;

  display: none;

  cursor: pointer;

}



.cart_sidebar ul li label {

  position: relative;

  cursor: pointer;

  font-size: 14px;

  font-weight: 500;

  color: #000;

  font-family: 'Montserrat';

  color: #8d8d8d;

  font-family: 'droid';

}





.cart_sidebar ul li label:before {

  content: '';

  -webkit-appearance: none;

  background-color: transparent;

  border: 1px solid #c4c4c4;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);

  padding: 10px;

  display: inline-block;

  position: relative;

  vertical-align: middle;

  cursor: pointer;

  margin-right: 10px;

}



.cart_sidebar ul li input:checked+label:after {

  content: '';

  display: block;

  position: absolute;

  top: 4px;

  left: 9px;

  width: 6px;

  height: 14px;

  border: solid #ffbf4f;

  border-width: 0 2px 2px 0;

  transform: rotate(45deg);

}



.cart_sidebar ul li:not(:last-child) {

  margin-bottom: 15px;

  font-family: 'Nova Square';

}



.cart_sidebar form {

  margin-top: 30px;

  padding-bottom: 40px;

  border-bottom: 1px solid #b7b7b7;

}



.cart_sidebar form h4 {

  font-size: 14px;

  font-weight: 400;

  color: #b7b7b7;



}



.cart_sidebar form select {

  width: 100%;

  height: 40px;

  padding-left: 15px;

  border-radius: 0;

  border: 1px solid #b7b7b7;

  margin-bottom: 20px;

  appearance: auto;

  color: #b7b7b7;

}



.cart_sidebar form select option {

  color: #000;

}



.cart_sidebar form input {

  width: 100%;

  height: 40px;

  padding-left: 15px;

  border-radius: 0;

  border: 1px solid #b7b7b7;

  margin-bottom: 20px;

  appearance: auto;

  color: #b7b7b7;

}



.cart_sidebar form input::placeholder {

  color: #b7b7b7;

}



.cart_sidebar form button {

  color: #000;

  font-size: 15px;

  border-radius: 0px;

  font-family: 'Poppins', sans-serif;

  padding: 10px 40px;

  background-color: #ebebeb;

  border: 2px solid #ebebeb;

}



.cart_sidebar form button:hover {

  background-color: transparent;

  transition: 0.3s ease-in-out;

}



.checkout_btn {

  padding: 14px 50px;

  display: block;

  width: 100%;

  text-align: center;

  color: #fff;

  font-size: 17px;

  font-weight: 500;

  background: linear-gradient(180deg, #63ab1e 60%, #4a8f2c 100%);

  text-transform: uppercase;

  border-radius: 100px;

}



.Quick_info ul li a {

  text-transform: lowercase;

  font-size: 14px;

}





ul.shipping-ul {

  border-bottom: 1px solid #000;

  margin: 0;

  padding-bottom: 30px;

}



h6.payment-h {

  font-weight: 400;

  color: #000;

  font-size: 24px;

  margin-bottom: 30px;

  font-family: 'AGENCYB';

  text-transform: uppercase;

}



label {

  display: inline-block;

  font-size: 16px;

  line-height: 20px;

  color: #7c7c7c;

  font-weight: 500;

  margin-bottom: 12px;

}



.cart_sidebar .radiosss-payments li label:before {



  content: '';

  -webkit-appearance: none;

  background-color: transparent;

  border: 1px solid #b7b7b7;

  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);

  padding: 10px;

  display: inline-block;

  position: relative;

  vertical-align: middle;

  cursor: pointer;

  margin-right: 10px;

  border-radius: 50px;

}



.cart_sidebar .radiosss-payments li input:checked+label:after {

  content: '';

  display: block;

  position: absolute;

  top: 6px;

  border-radius: 20px;

  left: 6px;

  border: 0;

  width: 10px;

  height: 10px;

  background-color: #ffb84f;

}







.radiosss-payments .card.card-body {

  padding: 0;

  border: 1px solid #e9e9e9;

  margin-left: 0;

  padding: 10px;

  background-color: #ffffff9e;

}



.radiosss-payments {

  border-bottom: 1px solid #e9e9e9;

}







.billing_form {

  border: 1px solid #b7b7b7;

  padding: 20px;

  border-radius: 7px;

}



section.checkout_page {



  background-image: url(../images/cont-bg.png);

  width: 100%;

  height: 100%;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: left;

} */