@import url("https://fonts.cdnfonts.com/css/roboto");
.bmargin {
  margin-bottom: 2% !important;
}
*,
::before,
::after {
  margin: 0;
  box-sizing: border-box;
}
a,
a:hover {
  text-decoration: none;
}
image {
  vertical-align: bottom;
}
label {
  display: inline-block;
}
button {
  padding: 0;
  cursor: pointer;
}
:disabled {
  cursor: pointer;
}
iframe {
  border: none;
}
ul,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

html {
  font-size: 15px;
}
body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
}
::-webkit-scrollbar {
  height: 1px;
  width: 1px;
  border: 1px solid #fff;
}
header {
  -webkit-box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.75);
  background-color: #fff !important;
}
.sticky-area {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  align-self: flex-start;
  z-index: 9999;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-one {
  flex: 1;
}
.g10 {
  gap: 10px;
}
.fa-trash:before {
  content: "\f1f8";
  font-size: 16px;
  color: #86338a;
}
.orange-button {
  background-image: -webkit-linear-gradient(0deg, #ff934b 0%, #ff5e62 100%);
  width: 100%;
  font-size: 16px;
  height: 48px;
  line-height: 38px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  box-shadow: 0px 2px 12px -3px rgb(0 0 0 / 75%);
  border: 1px solid #ff000003;
}

.image-responsive {
  width: 100%;
  height: auto;
  display: block;
}
.viewallbutton {
  font-size: 14px;
  border-radius: 4px;
  padding: 10px;
  text-transform: uppercase;
  background: #e96520;
  color: #fff;
  transition: all ease-in-out 0.25s;
  border: 1px solid #e96520;
}
.background {
  background-color: #ecf4f7 !important;
}

.topNav {
  margin-bottom: -1%;
  /* height: 20px; */
  /* background-color: red; */
}
.centerNav {
  /* padding-bottom: 1%; */
}
.mycontainer {
  max-width: 1400px;
  margin: auto;
  padding: 0 1rem;
}
.cart-wrapper ul {
  display: flex;
  justify-content: end;
}
.left-top-bar ul {
  display: flex;
  justify-content: end;
}
.left-top-bar ul li {
  padding: 1% 1%;
}
.left-top-bar a {
  color: #666;
  font-size: 13px;
}
.left-top-bar a:hover {
  color: #ff5e62;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile-burger-icon,
.mobile-login-header,
.menu-footer {
  display: none;
}
.logo-wrapper {
  flex: 3;
}
.search-wrapper {
  flex: 3;
  position: relative;
  margin: 0;
  width: 100%;
  border: 1px solid #c7c3c3;
  border-radius: 3px;
}
.search-wrapper input {
  border: none;
  border-radius: 0px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  /* background-color: #f8f8f8 !important; */
  z-index: 0;
  height: 40px;
  padding: 1% 18% 1% 2%;
  font-size: 14px;
  width: 100%;
  background-color: #fff;
}
.search-wrapper button {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  padding: 0 35px;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background-image: -webkit-linear-gradient(0deg, #ff934b 0%, #ff5e62 100%);
  border: 1px #ff934b solid;
}
.cart-wrapper {
  flex: 4;
  display: flex;
  justify-content: center;
}
.icon-wrapper {
  padding-left: 5% !important;
  position: relative;
}

.counter {
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: -6px;
  left: 56px;
  font-size: 12px;
  color: #fff;
  background-color: #232f3e;
  border: 1px solid #fff;
}
.cart-amount {
  position: absolute;
  top: 28%;
  left: 77px;
  width: 200%;
}
.cart-amount a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}
.icon-c {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  text-align: center;
  line-height: 40px;
  background-image: -webkit-linear-gradient(0deg, #ff934b 0%, #ff5e62 100%);
  background-image: -ms-linear-gradient(0deg, #ff934b 0%, #ff5e62 100%);
}
.icon-c i {
  font-size: 18px;
  color: #fff;
}
.bottomNav {
  background-color: #ffffff !important;
  /* border-bottom: 1px #89ff3d solid; */
}
.main-nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.main-nav li {
  /* position: relative; */
}
.main-nav i {
  font-size: 16px;
  padding-left: 3px;
}
.offer-tag {
  position: relative;
}
.offer-tag span {
  position: absolute;
  background-color: #5e73e5;
  left: 50%;
  top: -57px;
  padding: 1% 4%;
  font-size: 12px;
  font-weight: 400;
  color: white;
  z-index: 1;
}
.offer-tag div {
  width: 10px;
  background-color: #5e73e5;
  height: 10px;
  position: absolute;
  top: -45px;
  left: 51.4%;
  transform: rotate(49deg);
  z-index: 0;
}
.main-nav li:hover {
  border-bottom: 2px solid red;
  transition: border-bottom 0.3s;
}
.main-nav > ul > li > a {
  padding: 9px 24px 18px 24px;
  line-height: 3.8;
  color: #413e3e;
  font-size: 14px;
}
.main-nav ul a:hover {
  color: #ff5e62 !important;
}
.nav-active {
  color: #ff5e62 !important;
  border-bottom: 2px solid red;
  transition: border-bottom 0.3s;
}

.ileft {
  padding-right: 8px;
}
.iright {
  padding-left: 8px;
}
.main-nav strong {
  font-weight: 400;
}
.mobile-button-close {
  display: none;
}
/* ********** Sub Menu start******************************** */
.main-nav > ul > li:hover > .mega-menu-wrapper {
  display: block;
  transition: 20s;
}
.mega-menu-wrapper {
  position: absolute;
  background-color: #e9e5e5;
  left: 17%;
  width: 80%;
  display: none;
  z-index: 999;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.mega-menu {
  display: flex;
  flex-direction: row;
}
.mega-menu li {
  min-width: 20%;
  padding: 2%;
  justify-content: center;
}
.mega-menu > li > a {
  font-size: 14px;
  font-weight: 700;
  color: #3f3d3d;
}
.mega-menu > li:nth-child(odd) {
  background: rgb(245, 244, 244);
}

.sub-menu {
  display: flex;
  flex-direction: column;
}
.sub-menu > li > a {
  padding: 4% 0%;
  color: #666363;
}

/* ********** Sub Menu start******************************** */

/************** popular Search Start Here ********/

.popular-search {
  margin-bottom: 2%;
  background-color: #fff;
  padding: 2% 1%;
}
.popular-search ul {
  display: flex;
  flex-wrap: wrap;
}

.popular-search ul li {
  padding: 1% 1% 0% 1%;
  border-right: 1px solid gray;
  height: 38px;
}
.popular-search ul li:last-child {
  border-right: 0px solid gray;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ***********footer start from here *********************/

.footerWrapper {
  background-color: #fff;
  height: 500px;
  padding: 4% 0;
}
.footerWrapper menu li a {
  font-size: 16px;
  color: cadetblue;
}
.footer-row-1 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-col {
  width: calc(25% - 5px);
  /*background-color: red;*/

  flex-wrap: wrap;
}

.footer-col:not(:last-child) {
  border-right: 2px solid #dfdcdc;
}
.footer-col:not(:first-child) {
  padding-left: 5%;
}
.footer-col p {
  text-align: justify;
  padding: 8% 5%;
}
footer menu li {
  margin-top: 10px;
}

footer menu {
  /* margin-left: -2.5em; */
}

.footer-row-2 {
  height: 100px;
  background-color: #e1dada;
  border: 3px dashed yellow;
  border-radius: 45px;
  padding: 2%;
  margin-top: 5%;
  justify-content: space-between;
}
.footer-row-2 .contact {
  text-align: center;
  align-items: center;
  display: flex;
  flex: 1;
}

.footer-row-2 a {
  font-size: 22px;
  padding-left: 1%;
  color: #088888;
  font-weight: 600;
}

.footer-row-2 .email {
  text-align: center;
  align-items: center;
  display: flex;
  flex: 1;
}
.footer-row-2 .social-media {
  text-align: center;
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: space-around;
}

.footer-row-2 i {
  font-size: 41px;
}
.breadcrumb-wrapper {
  margin-top: 1%;
  padding-left: 2%;
}
.breadcrumb-delim {
  height: 7px;
  width: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
.gray-font {
  color: gray;
}

@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 460px) {
  .topNav,
  .search-wrapper,
  .cart-amount,
  .offer-tag,
  .cart-wrapper li:not(:nth-child(1)) {
    display: none;
  }
  .mobile-burger-icon {
    display: block;
    flex: 2;
  }
  .mobile-burger-icon i {
    font-size: 27px;
    padding-left: 10%;
  }
  .cart-wrapper {
    justify-content: end;
  }
  .logo-wrapper {
    flex: 6;
    text-align: center;
    padding: 2% 0;
  }
  .logo-image {
    width: 150px !important;
  }
  .cart-wrapper {
    flex: 2;
  }
  .counter {
    top: 0;
    left: 32px;
  }
  .main-nav > ul {
    flex-direction: column;
  }
  .bottomNav {
    display: block;
    background-color: #00000073 !important;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition-duration: 0.5s;
    z-index: 99999999;
  }
  .bottomNav > nav {
    background-color: #ffffff;
    width: 80%;
    margin-left: 0;
    height: 100%;
    position: relative;
    padding: 7% 1%;
  }
  .mobile-button-close {
    display: block;
    position: absolute;
    right: -8px;
    padding: 5% 5%;
    top: -11px;
  }
  .mobile-button-close i {
    font-size: xx-large;
  }
  .ileft {
    padding-right: 20px;
  }
  #toggle-btn {
    display: none;
  }
  .main-nav > ul > li > a {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding: 8px 24px 7px 24px;
    line-height: 3;
    border-bottom: 1px solid #b8b4b4;
  }
  /* .main-nav > ul > li :hover > .mega-menu-wrapper ul {
    display: flex;
    flex-direction: column;
  } */
  .mega-menu-wrapper ul {
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
  .mega-menu > li:nth-child(odd) {
    background: #fff;
  }

  .main-nav > ul > li:hover > .mega-menu-wrapper .sub-menu {
    display: block;
  }
  .mega-menu-wrapper {
    position: relative;
    background-color: #e9e5e5;
    left: 6%;
    width: 91%;
    overflow-y: scroll;
    box-shadow: none;
  }

  .mega-menu li a {
    padding-left: 3%;
  }
  .mega-menu li ul {
    /* padding-left: 10%; */
  }
  .main-nav > ul > li:hover > .mega-menu-wrapper {
    display: none;
    transition: 20s;
  }
  .main-nav {
    overflow-y: auto;
    height: calc(100vh - 345px);
    /*background-color: white;*/
  }
  .mobile-login-header {
    display: block;
    /*background-color: white;*/
  }
  .user-image {
    text-align: center;
    padding-bottom: 10%;
  }
  .user-buttons {
    display: flex;
  }
  .user-buttons a {
    flex: 1;
    padding: 2%;
    font-size: 19px;
    margin-bottom: 6%;
    background-image: -webkit-linear-gradient(0deg, #ff934b 0%, #ff5e62 100%);
    font-weight: 700;
    border: 2px solid white;
    color: #fff;
    text-align: center;
  }
  .menu-footer {
    position: absolute;
    bottom: 4%;
    left: 20%;
    display: block;
  }

  .footer-col {
    width: calc(50% - 5px);
  }
  .footer-col:nth-child(odd) {
    border-right: 2px solid #dfdcdc;
  }
  .footer-col:nth-child(even) {
    border-right: 0px solid #dfdcdc;
  }
  .footer-col:nth-child(-n + 2) {
    border-bottom: 2px solid #dfdcdc;
    padding-bottom: 4%;
  }
  .footer-col:not(:nth-child(-n + 2)) {
    padding-top: 4%;
  }
  .footer-row-2 {
    display: none;
  }

  /* /*#toggle-btn:checked + .bottomNav {
    display: block;
  } */
}
