* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  font-family: var(--mainfonts);
}
a {
  text-decoration: none !important;
}
p {
  margin-top: 0;
  margin-bottom: 0 !important;
}
ol,
ul {
  padding-left: 0 !important;
  list-style: none !important;
}
h2 {
}
html,
body {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: black;
}
.global-width {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.global-padding {
  padding: 10px 5px 10px 5px;
}

#header {
  padding: 20px 0;
}
#header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header ul {
  list-style: none;
}
#header .header-nav {
  display: flex;
}
#header .header-nav > li {
  padding: 0 20px;
}
#login-form {
  display: flex;
  flex-direction: column;
}
.header.headerviewwrap {
  padding: 0 20px;
}
.header a h1 {
  display: flex;
  align-items: center;
}
.internal-logo {
  width: 127px;
  height: 40px;
}
.header-search {
  width: 668px;
  display: flex;
  align-items: center;
}
.header-search input {
  width: 100%;
  height: 36px;
  padding: 5px 20px;
}
.search-icon {
  cursor: pointer;
  background-color: var(--maincolor);
  padding: 7px 20px;
  height: 36px;
  color: white;
  margin-left: -15px;
}
.mobile_btncart {
  background-color: black;
  color: white;
  width: 100%;
  border-radius: 10px;
  border: none;
  height: 50px;
}
.userprofile {
  display: flex;
  align-items: center;
  position: relative;
}
.usercart {
  position: relative;
}
.userprofile img {
  padding: 0 5px;
}
.usercart p {
  top: -5px;
  left: -13px;
  position: absolute;
  background-color: red;
  color: white;
  padding: 3px 10px;
  font-size: 11px;
  border-radius: 50%;
}
.usermobile {
  display: none;
}
.featured-display img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.accordion {
  list-style: none;
}
.accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-header h2 {
  position: relative;
  font-size: 16px;
  height: 47px;
  line-height: 47px;
  font-weight: 700;
  text-transform: capitalize;
}

.accordion-content {
  padding: 10px;
  display: none;
  font-size: 12px;
  color: #796666;
}
.info-accord {
  margin-top: 29px;
  padding: 10px;
}
/* pagination */
.custom_pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.custom_pagination {
  margin-top: 20px;
}

.custom_pagination .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
  color: #333;
}

.custom_pagination .page-numbers:hover {
  background-color: #f0f0f0;
}

.custom_pagination .current {
  background-color: var(--maincolor);
  color: #fff;
  font-size: 13px;
  width: 34px;
  text-align: center;
  border-radius: 36px;
}
.ft-row-flex {
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
#newsearch-form {
  position: relative;
  padding: 0 20px;
  display: none !important;
}
#newsearch-button {
  position: absolute;
  right: -14px;
  bottom: 16px;
}
.new-search-pat {
  padding: 10px 0;
}
.logovar-pat a img {
  width: 55%;
}
.mobile-cart-var {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.mobileburg {
  display: flex;
  align-items: center;
}
.header_mobile-ver {
  display: none;
}
.usermanualorder a {
  background-color: var(--maincolor);
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  color: white;
}
/*  */
h3#comments {
  display: none;
}
input#submit {
  background-color: var(--maincolor);
  border: none;
  color: white;
  padding: 10px;
  border-radius: 8px;
}
.commentsection p.logged-in-as {
  display: none;
}
.commentsection label {
  display: none;
}
.commentsection textarea {
  height: 91px;
  resize: vertical;
}
.commentsection .comment.byuser {
  margin-top: 28px;
}
.commentsection span.says {
  display: none;
}
.commentsection h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #80808052;
}
/*  */
.usermanual {
  margin-top: 20px;
}
.usermanual div {
  margin-top: 35px;
}
.usermanual div img {
  border: 2px solid black;
  width: 100%;
  height: inherit;
}
@media (max-width: 923px) {
  .header-desktop-ver {
    display: none;
  }
  .header_mobile-ver {
    display: flex;
    display: flex;
    justify-content: space-between;
  }
  #newsearch-form {
    display: block !important;
    margin: 0 auto;
  }
  .usermobile {
    display: block;
  }
  .userprofile {
    display: none;
  }
  .header-search {
    width: 206px;
    display: flex;
    align-items: center;
  }
  .header-search {
    width: 378px;
  }
  #header {
    padding: 20px 10px;
  }
}
@media (max-width: 752px) {
  .catergory-wrap-pat {
    padding: 10px 0;
    border-bottom: 1px solid rgba(66, 65, 65, 0.123);
  }
}
@media (max-width: 488px) {
  .header-search {
    width: 206px;
  }
  .internal-logo {
    width: 68px;
    height: 44px;
  }
  .header-search input {
    width: 100%;
    height: 15px;
    padding: 5px 8px;
  }
  .search-icon {
    padding: 2px 10px;
    height: 25px;
  }
  #newsearch-button {
    position: absolute;
    right: -13px;
    bottom: 16px;
  }
}
