@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
  outline: none !important;
  letter-spacing: 0;
}
a,
a:hover {
  color: #333333;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.imgFull {
  width: 100%;
}

.underlineText {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.imgFull {
  width: 100%;
}

.underlineText {
  text-decoration: underline;
}

.mdl {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.mdl_inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  color: #333333;
}
body a {
  outline: none !important;
}

.navLogo {
  width: 120px;
}

.navLogo img {
  padding: 10px;
}

.header-top {
  background-color: #008444;
}


.header-right {
  display: block;
  vertical-align: middle;
  position: relative;
}
.welcome-msg {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  letter-spacing: 0.025em;
  float: left;
  font-size: 20px;
}
.header-top .welcome-msg a {
  color: #fff;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.mega-menu,
.sidebar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-info-tabs{
  width: 100%;
}
.product-info-tabs td span, .product-info-tabs td {
  text-transform: capitalize;
  font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1.9;
}

#header .top-links {
  font-size: 0.7857em;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  margin-bottom: 3px;
  white-space: nowrap;
}
#header .header-top .mega-menu {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

.header-right {
  text-align: right;
}

ul.top-links li {
  display: inline-block;
  padding: 5px 5px 5px 5px;
  color: #fff;
}
ul.top-links li a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
}

.navmenu {
  position: relative;
}

.navmenu:after {
  content: "";
  position: absolute;
  height: 24px;
  top: 27px;
  right: -20px;
  border: 1px solid #dde0e2;
}
.navmenu li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #161616;
  padding: 10px 0px;
  font-weight: 500;
}
.search-dropdown {
  width: 310px !important;
  max-width: 310px !important;
  padding: 15px;
}

.slidercontainer {
  padding: 0px 40px;
}

.slidercontainer li img {
  width: 100%;
}

.firstcontent h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0;
  color: #151515;
  margin-top: 5%;
}
.firstcontent p {
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}
.firstcontent h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0;
  color: #151515;
  font-weight: 700;
  margin-top: 35px;
}

.firstcontent hr {
  margin-top: 50px;
  background-image: -webkit-linear-gradient(left,
      transparent,
      grey,
      transparent);
  background-image: linear-gradient(to right, transparent, grey, transparent);
}

.productCard img {
  width: 100%;
}

.productCard {
  padding-bottom: 12px;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
}

.productCard:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.productCard .uk-card-body {
  padding: 10px 10px;
  text-align: center;
}
.productCard h3.uk-card-title a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.01em;
  margin-bottom: 0.45rem;
}

.productCard h3.uk-card-title {
  margin: 0px !important;
}

.productCard .uk-card-body p {
  margin: 5px;
  font-weight: 700;
}

.productCard.blogCard .uk-card-body {
  text-align: left;
}

.blogCard span {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #777777;
  letter-spacing: normal;
  line-height: 22px;
}

.productCard.blogCard:hover {
  box-shadow: none;
}

.productCard.blogCard {
  box-shadow: none;
}

.productCard.blogCard .uk-card img {
  width: 100%;
}

.productCard.blogCard .uk-card-body h3 a {
  font-size: 17px;
  line-height: 20.16px;
  color: #151515;
  font-weight: 700;
}
.productCard.blogCard h3.uk-card-title {
  margin: 0px !important;
  line-height: 20px;
}
footer.mainfooter {
  background-color: #161616;
  padding: 90px 0px 0px;
  margin-top: 75px;
}
.footerOne h4 {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 21px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.footerOne ul {
  list-style: none;
  padding: 0;
}
.footerOne ul li a {
  color: #a8a8a8;
  font-size: 14px;
  line-height: 21.1px;
  letter-spacing: normal;
  font-family: "Open Sans", sans-serif;
}
.footerOne.footerfour {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20vh;
}
footer.mainfooter hr {
  color: #212121;
  background-color: #212121;
  margin-bottom: 20px;
  margin-top: 40px;
  border: 1px solid #212121;
}

.copyright {
  text-align: center;
}

.copyright p {
  color: #a8a8a8;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: normal;
}

.copyright p a {
  color: #ff5220;
}

/* product List page */
.pageTitle h1 {
  font-size: 32px;
  line-height: 22.96px;
  letter-spacing: -1.34px;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
  position: relative;
}
.pageTitle h1:after {
  content: "";
  position: absolute;
  width: 13%;
  left: 0;
  border-bottom: 3px solid #008444;
  bottom: -20px;
}

.mainPageTitle {
  border-bottom: 1px solid #eee;
}

section.productMainContent {
  margin-top: 50px;
}

/* product detail */
.pd-wrap {
  padding: 40px 0;
  font-family: "Poppins", sans-serif;
}
.heading-section {
  text-align: center;
  margin-bottom: 20px;
}
.sub-heading {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #2e9ca1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 32px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}

.carousel-testimonial .item {
  padding: 30px 10px;
}

.quote {
  position: absolute;
  top: -23px;
  color: #2e9da1;
  font-size: 27px;
}
.name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  height: 25px;
}
.owl-nav button svg {
  width: 25px;
  height: 25px;
}

.owl-nav button.owl-prev {
  left: 25px;
}

.owl-nav button.owl-next {
  right: 25px;
}

.owl-nav button span {
  font-size: 45px;
  margin: 0px 15px;
}
.owl-item .item {
  width: 89%;
  margin: 0px auto;
}
.product-thumb .item img {
  height: 100px;
}
div#thumb {
  width: 91%;
  margin: 0px auto;
}

.product-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #222529;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 0.2em;
  font-family: "Poppins", sans-serif;
}
.product-price-discount {
  font-size: 22px;
  font-weight: 400;
  padding: 0px 0 20px;
  clear: both;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.product-price-discount span.line-through {
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 14px;
  vertical-align: middle;
  color: #a5a5a5;
}

.display-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.product-info {
  width: 100%;
}

.reviews-counter {
  font-size: 13px;
}

.reviews-counter span {
  vertical-align: -2px;
}

.rate {
  float: left;
  padding: 0 10px 0 0;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 15px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 21px;
  color: #ccc;
  margin-bottom: 0;
  line-height: 21px;
}

.rate:not(:checked)>label:before {
  content: "\2605" !important;
}

.rate>input:checked~label {
  color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #c59b08;
}

.product-dtl p {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
}

.product-dtl .form-control {
  font-size: 15px;
}

.product-dtl label {
  line-height: 16px;
  font-size: 15px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.product-count {
  margin-top: 15px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 1.25rem 0 1rem;
}
.product-count .qtyminus,
.product-count .qtyplus,
.product-count .qtyminus1,
.product-count .qtyplus1 {
  width: 30px;
  height: 3rem;
  background: transparent;
  text-align: center;
  font-size: 19px;
  line-height: 36px;
  color: #000;
  cursor: pointer;
  border: solid 1px #e7e7e7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.crossBtn img {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #000;
}
.product-count .qtyminus, .product-count .qtyminus1{
  border-radius: 3px 0 0 3px;
}

.product-count .qtyplus, .product-count .qtyplus1 {
  border-radius: 0 3px 3px 0;
}

.product-count .qty {
  border: solid 1px #e7e7e7;
  width: 44px;
  font-weight: 700;
  text-align: center;
}
.round-black-btn {
  background: #212529;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border: solid 2px #212529;
  transition: all 0.5s ease-in-out 0s;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Oswald, sans-serif;
  font-weight: 200;
  cursor: pointer;
}
.round-black-btn:hover,
.round-black-btn:focus {
  background: transparent;
  color: #212529;
  text-decoration: none;
}

.product-info-tabs {
  margin-top: 25px;
}

.product-info-tabs .nav-tabs {
  border-bottom: 2px solid #d8d8d8;
}

.product-info-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}

.product-info-tabs .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #323232;
}

.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none;
}

.product-info-tabs .nav-tabs .nav-item.show .nav-link,
.product-info-tabs .nav-tabs .nav-link.active,
.product-info-tabs .nav-tabs .nav-link.active:hover {
  border: none;
  border-bottom: 2px solid #d8d8d8;
  font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
  padding: 30px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #7a7a7a;
}

.review-form .form-group {
  clear: both;
}

.mb-20 {
  margin-bottom: 20px;
}

.review-form .rate {
  float: none;
  display: inline-block;
}
.review-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #000;
}

.review-form .form-control {
  font-size: 14px;
}

.review-form input.form-control {
  height: 40px;
}

.review-form textarea.form-control {
  resize: none;
}

.review-form .round-black-btn {
  text-transform: uppercase;
  cursor: pointer;
}
.variations {
  width: auto;
  min-width: 70%;
}
.variations .label {
  display: table-cell;
  padding-right: 1em;
}
.variations .label {
  font-size: 1em;
  color: inherit;
  text-align: left;
  padding-left: 0;
  vertical-align: top;
}

.variations tr td {
  padding-top: 2px;
}

.filter-item-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.filter-item-list .filter-color {
  display: inline-block;
  margin: 3px 6px 3px 0;
  padding-right: 0 !important;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  white-space: nowrap;
  position: relative;
  text-align: left;
  float: left;
}

a.filter-color.enabled {
  border: solid #008444 2px !important;
}

.product-info-tabs li {
  font-weight: 700;
  color: #818692;
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 7px 0px 0px 20px;
  border-radius: 0;
  margin-right: 0px;
}

.product-info-tabs .uk-subnav-pill>.uk-active>a {
  background-color: transparent;
  color: #222529;
  border-bottom: 2px solid #222529;
}

.product-info-tabs .uk-subnav-pill>*>a:hover {
  background-color: transparent;
  color: #666;
}

.product-info-tabs li a {
  font-size: 14px;
}

.TabReview h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.TabReview p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.9;
  text-transform: none;
}
.TabReview p a {
  color: #008444;
  font-weight: 400;
}
.product-info-tabs ul.uk-subnav.uk-subnav-pill {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}

/* custom radio button */

.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  /* margin: 5px; */
  cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
  content: "";
  /* background: #fff; */
  border: solid #008444 2px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  /* margin-right: 10px; */
  text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
  content: "\e876";
  font-family: "FontAwesome";
  background: rebeccapurple;
  color: #fff;
}
/* .product-slider .item{
    width: 464px;
    height: 464px;
    margin: 0px auto;
} */
/* .radio-custom + .radio-custom-label:before {
    border-radius: 50%;
} */

.product-thumb .owl-item .item {
  padding: 10px 0px 0px 0px;
}

ul.filter-item-list li {
  display: inline-block;
}

.radio-custom:checked+.radio-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #bbb;
  font-size: 23px;
  top: 4px;
  color: #fff;
}

.uncheckedlabel:before {
  content: "" !important;
  font-family: "FontAwesome";
  color: #bbb;
  font-size: 23px;
  top: 4px;
  color: #fff;
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
  outline: 1px solid #ddd;
  /* focus style */
}

td.label .Labelcolor {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #8c8585;
}

.product-count form {
  display: flex;
  float: left;
  margin-right: 0.5rem;
}
.addtoCart:before {
  display: inline-block;
  content: "\f290";
  font-family: "FontAwesome";
  margin-right: 0.5rem;
  font-size: 1.125rem;
  line-height: 1;
}
.round-black-btn:hover,
.round-black-btn:focus {
  color: #fff;
  border-color: #006b37;
  background-color: #006b37;
}

/* checkout page */
.cart-table td {
  text-align: left;
  padding: 20px 10px;
  vertical-align: middle;
  position: relative;
}
.crossBtn{
  position: absolute;
  top: 0;
  right: 5px;
}
/* .crossBtn .clear {
  border: 1px solid;
  padding: 0px 5px 1px 5px;
  border-radius: 64px;
  background: #fff;
  font-size: 12px;
  line-height: 45px;
  font-weight: bold;
} */
.selectize-dropdown .selected {
  background-color: #008444 !important;
  color: #fff !important;
}
.UpdateCartBtn button {
  color: #fff;
  background-color: #008444;
  border: none;
  text-align: center;
  padding: 16px;
  margin-top: 20px;
  display: block;
  float: left;
  width: 20%;
  cursor: pointer;;
}
.Mainspinner {
  width: 100%;
  display: flex !important;
  position: relative;
  background: rgb(1 1 1 / 5%);
  justify-content: center;
  align-items: center;
  height: 80vh;
}
.img-overlay {
  width: 100vw;
  height: 80vh;
  background: #000;
  position: absolute;
  background: rgba(0,0,0,.6);
  opacity: 0;
  transition: opacity .15s linear;
}
form.cart-form .uk-overflow-auto{
  overflow-y: hidden;
}
.cart_item a img {
  max-width: 80px;
}
.cart-table thead span {
  color: #222529;
  text-transform: uppercase;
  font-size: 14px;
}

.cart-table th.product-name {
  width: 33%;
}

.cart-table th {
  text-align: left;
  padding: 10px;
}
.cart-table thead tr,
.cart-table tr:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}

.cart-table a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  line-height: 45px;
  letter-spacing: 0;
}

span.Price-amount {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
}
.cart-table tbody td.product-name {
  font-weight: 500;
  word-break: break-word;
}

.cart-table td.product-name {
  color: #222529;
}

td.product-price {
  font-weight: 400 !important;
}

.product-quantity .product-count {
  display: flex;
  border: none;
  padding: 0.25rem 0 1rem;
}

.cart-table th.product-price {
  width: 17%;
}

.text-center {
  text-align: center !important;
}

th.product-quantity {
  width: 27%;
}

.cart-v2 .card.card-default {
  padding: 24px 30px;
  border: 2px solid #e7e7e7;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card.card-default {
  padding: 24px 30px;
  border: 2px solid #e7e7e7;
}
.cart-total tbody tr th {
  /* padding: 10px; */
  font-weight: 400;
  line-height: 1.4;
  text-align: left !important;
}
tr.cart-subtotal h4 {
  letter-spacing: -0.01em;
  font-size: 14px;
  font-weight: 600;
  font-family: Open Sans, sans-serif;
}
.cart-total tbody tr td:last-child {
  color: #777;
  text-align: right !important;
  font-weight: 400;
  padding: 0px;
  line-height: 1.4;
  vertical-align: top;
}

tr.cart-subtotal {
  border: 1px solid #000;
}

tr.shipping h4 {
  font-size: 14px;
  color: #151515;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  /* border-top: 1px solid #dcdcdc; */
  padding-top: 10px;
}

.flatRate span {
  font-size: 13px;
}

h4.card-sub-title {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
tr.shipping p {
  margin: 10px 0px;
  font-size: 13px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wc-proceed-to-checkout {
  color: #fff;
  background-color: #222529;
  border: none;
  text-align: center;
  padding: 16px 0px;
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
  cursor: pointer;
}

.wc-proceed-to-checkout a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -0.3px;
  font-family: Oswald, sans-serif;
  width: 100%;
  max-width: 100%;
  float: left;
}

i.vc_btn3-icon.fas.fa-arrow-right.ps-3 {
  padding-left: 15px;
}

tr.order-total h4 {
  color: #151515;
  font-weight: 500;
  font-size: 16px;
  font-family: Open Sans, sans-serif;
}

tr.order-total td {
  padding: 0;
}

span.woocommerce-Price-amount.amount {
  font-size: 16px;
  color: #000;
}
.cartHeader ul.uk-subnav.uk-subnav-pill {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cartHeader .uk-subnav-pill>.uk-active>a {
  color: #008444 !important;
}

.cartHeader .uk-subnav-pill li a {
  background-color: transparent;
  color: #22252980 !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  font-family: Open Sans, sans-serif !important;
  letter-spacing: -0.03em !important;
  transition: opacity 0.3s;
}
.custom-Accordion a {
  position: relative;
  /* display: flex; */
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  padding: 15px 10px 15px 20px;
  background-color: #f7f7f7;
  color: #008444;
  /* padding-right: 40px; */
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0 !important;
}

a.loginBtn {
  color: #fff;
  background-color: #008444;
  border-color: #008444 #008444 #00512a;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
  font-weight: 300;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s,
    box-shadow 0.15s;
  cursor: pointer;
  padding: 0.533rem 0.933rem;
  font-size: 0.8rem;
  line-height: 1.42857;
}
li .uk-accordion-content {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0;
  padding: 2rem 2.25rem;
}
.uk-accordion-content .box-content {
  border-top: 4px solid #dfdfdf;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 30px 20px 10px;
}
.box-content p {
  color: #777;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.box-content p input {
  width: 182px;
  height: 33px;
  color: #777777;
  background-color: #ffffff;
  font-size: 12.6px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #dfdfdf;
  padding: 15px;
  float: left;
  margin-right: 15px;
}
button.ApplyCoupon {
  background-color: #f4f4f4;
  color: #222529;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -0.015em;
  padding: 8px 12px;
  font-family: Oswald, sans-serif;
  cursor: pointer;
}

.PaymentMethod label {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Open Sans, sans-serif;
  margin-bottom: 5px;
  margin-top: 15px;
}

.Billing-Shipping h3,
.OrderReview h3,
.PaymentMethod h3 {
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 32px;
  font-family: Open Sans, sans-serif;
}
.Billing-Shipping label {
  margin-bottom: 3px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #777;
  font-family: Open Sans, sans-serif;
  display: block;
}

.Billing-Shipping .uk-form-controls input,
.Billing-Shipping .uk-select,
.Billing-Shipping .uk-textarea {
  color: #777;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.shoppingCart {
  padding-top: 40px;
}

.cartHeader {
  padding-bottom: 20px;
}

.cartHeader span i {
  position: absolute;
  top: 10px;
  right: -10px;
}

.fa-greater-than:before {
  content: "\3e";
  color: #22252980;
  font-weight: 900;
}

.desc span {
  line-height: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #777;
}

.disclaminer {
  position: relative;
  float: left;
  display: block;
}

.disclaminer span {
  padding: 0 8px;
  font-size: 13px;
  line-height: 23px;
  color: #8a8b8e;
  border-top: 1px solid #eee;
  float: left;
  padding-top: 15px;
  margin-top: 25px;
}

.disclaminer ul {
  list-style: none;
  padding: 0;
}

.disclaminer ul li {
  display: inline-block;
  width: 50%;
  float: left;
}

.disclaminer ul li p {
  margin: 10px 0 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 32px;
}

.disclaminer ul li~li p {
  float: right;
}

.disclaminer span a {
  color: #008444;
}

.thankMain p {
  padding: 36px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.025em;
  border: 2px solid #0cc485;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin: 25px 0 20px;
}

.thankMain p .fa-check:before {
  content: "\f00c";
  color: #0cc485;
  font-weight: 900;
  margin-right: 0.5rem;
  font-size: 16px;
}

.thankuTable.uk-table th {
  padding: 10px 12px 0px;
  vertical-align: bottom;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #444;
  letter-spacing: 0;
  text-transform: capitalize !important;
}

.thankuTable tr td {
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  padding: 5px 0px;
  color: #222529;
  font-weight: 700;
}

.thankuTable tr td.status {
  color: #008444;
  text-transform: uppercase;
}

.PayCash p {
  font-size: 14px;
  line-height: 1.5;
  margin: 25px 0 20px;
}

.productcounter {
  position: absolute;
  left: 11px;
  top: 10px;
  background: #ff5722;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  z-index: 1;
}

section.mainPage404 {
  padding: 60px 0px 0px 0px;
}

.Nav404 h5 {
  color: #008444;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.Nav404 ul {
  /* list-style: none; */
  position: relative;
}

/* .Nav404 ul li a:before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 9px;
  opacity: .7;
  font-size: .45rem;  
} */
.Nav404 ul li a {
  font-family: "Open Sans", sans-serif;
  padding: 8px 0 8px 0px;
  display: block;
  color: #666;
  font-size: .9em;
  text-decoration: none;
  line-height: 15px;
}

/* talha start */

.blogPage {
  padding: 12px 0;
}

.blogPage .bolgPageHeading {
  position: relative;
}

.blogPage .bolgPageHeading h2 {
  display: inline-block;
  font-size: 2.2em;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.2;
  position: relative;
  letter-spacing: -0.05em;
  text-transform: none;
  color: #151515;
  font-family: Open Sans, sans-serif;
}

.blogPage .bolgPageHeading h2::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #008444;
  bottom: -13px;
}

.blogPage hr {
  margin: 0;
}

.blogPage .blogWrapper {
  padding-top: 30px;
}

.blogPage .blogWrapper .blogBox .blogBoxContent {
  padding: 20px 15px 20px 15px;
  background-color: #f9f9f9;
}

.blogPage .blogWrapper .blogBox .blogBoxHeading h4 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #151515;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blogPage .blogWrapper .blogBox .blogBoxPara p {
  font-size: 14px;
  color: #777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blogPage .blogWrapper .blogBox .btnwrp a {
  border: 1px solid #008444 !important;
  background-color: #008444 !important;
  color: white !important;
  padding: 0.533rem 0.933rem;
  border-radius: 4px;
  font-size: 0.8rem;
  text-transform: capitalize;
}

/* =======================blog inner page=========================== */

.blogInnerPage {
  padding-top: 12px;
}

.blogInnerPage .bolgPageHeading {
  max-width: 1170px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

.blogInnerPage .bolgPageHeading h2 {
  display: inline-block;
  font-size: 2.2em;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.2;
  position: relative;
  letter-spacing: -0.05em;
  text-transform: none;
  color: #151515;
  font-family: Open Sans, sans-serif;
}

.blogInnerPage .bolgPageHeading h2::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #008444;
  bottom: -13px;
}

.blogInnerPage .topHr {
  margin: 0;
}

.blogInnerPage .imgwrp {
  margin-top: 30px;
  padding-top: 10px;
}

.blogInnerPage .imgwrp img {
  width: 100%;
}

.blogInnerPage .blogInnerContent {
  display: flex;
  align-items: baseline;
}

.postDate p {
  margin: 0;
  color: #008444;
  font-weight: 700;
  padding: 10px;
  background: #f4f4f4;
}

.postDate p.colorPara {
  padding: 0 10px;
  background-color: #008444;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
}

.blogInnerPage .blogInnerContent .blogHeading {
  margin-left: 10px;
}

.blogInnerPage .blogInnerContent .blogHeading h2 {
  font-size: 25px;
  font-weight: 700;
  color: #008444;
}

.blogInnerPara p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.contentList ul {
  list-style: none;
  margin-top: 60px;
}

.contentList ul .listHeading {
  display: flex;
  align-items: baseline;
  padding-left: 1rem;
  margin-bottom: 20px;
}

.contentList ul .listHeading h3 {
  margin: 0 0 0 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  color: #151515;
}

.contentList ul .listHeading span {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.contentList ul .listPara p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.contentList ul .listStyleItem {
  margin: 0;
  list-style: initial;
  margin-bottom: 20px;
}

.contentList ul .listStyleItem li {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.sharePost {
  padding-left: 30px;
  margin-top: 60px;
}

.sharePost .heading {
  margin: 0 0 20px;
}

.sharePost .heading h3 {
  font-size: 1.4em;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
  color: #151515;
}

.sharePost .heading h3 img {
  width: 20px;
}

.sharePost .socialIcons {
  display: flex;
  align-items: center;
}

.sharePost .socialIcons .socialIconsItem {
  margin-right: 15px;
}

.sharePost .socialIcons .socialIconsItem a span {
  color: #fff;
  padding: 5px;
  transition: 0.25s;
}

.sharePost .socialIcons .socialIconsItem a span svg {
  width: 18px;
}

.sharePost .socialIcons .socialIconsItem a span:hover {
  opacity: 0.9;
  color: #fff;
}

.sharePost .socialIcons .socialIconsItem a span.facebook {
  background: #3b5a9a;
}

.sharePost .socialIcons .socialIconsItem a span.twitter {
  background: #1aa9e1;
}

.sharePost .socialIcons .socialIconsItem a span.linkedin {
  background: #0073b2;
}

.sharePost .socialIcons .socialIconsItem a span.google {
  background: #dd4b39;
}

.sharePost .socialIcons .socialIconsItem a span.mail {
  background: #dd4b39;
}

.blogInnerPage .bottomHr {
  margin: 50px 0;
}

.blogInnerPage .moreBlogs {
  padding-left: 30px;
}

.blogInnerPage .moreBlogs h4 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #151515;
  font-size: 1.2em;
}

.blogInnerPage .blogBoxSlider ul li .blogBoxContent {
  display: flex;
  margin-top: 20px;
}

.blogInnerPage .blogBoxSlider ul li .blogBoxContent .blogBoxContentItem {
  margin-left: 15px;
  padding-bottom: 20px;
}
.btnwrp a {
  border: 1px solid #008444 !important;
  background-color: #008444 !important;
  color: white !important;
  padding: 0.533rem 0.933rem;
  border-radius: 4px;
  font-size: 0.8rem;
  text-transform: capitalize;
}

.blogInnerPage .blogBoxSlider ul li .blogBoxContent .blogBoxContentItem h4 {
  color: #008444;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 7px;
}

.blogInnerPage .blogBoxSlider ul li .blogBoxContent .blogBoxContentItem p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
  margin: 0;
}

.blogInnerPage .blogBoxSlider ul li .uk-panel {
  overflow: hidden;
}

.blogInnerPage .blogBoxSlider ul li .uk-panel img {
  transition: 0.3s all ease;
}

.blogInnerPage .blogBoxSlider ul li img:hover {
  transform: scale(1.1);
}

/* .blogInnerPage .blogBoxSlider ul li .blogBoxContent .blogBoxContentItem .btnwrp a {
.blogInnerPage
  .blogBoxSlider
  ul
  li
  .blogBoxContent
  .blogBoxContentItem
  .btnwrp
  a {
  font-family: "Oswald", Open Sans, sans-serif;
  color: #222529;
  font-size: 0.9em;
  font-weight: 600;
} */

.numberPara {
  margin-top: 20px !important;
}

.numberPara li {
  list-style: decimal;
}

.numberPara li p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
  margin: 0 0 5px;
}

.numberPara li .subNumbers {
  margin-top: 0px;
  margin-bottom: 20px;
}

.numberPara li .subNumbers li {
  list-style: lower-roman;
}

.contentList .listStyleItem {
  margin-top: 20px;
}

.contentList .listStyleItem li {
  list-style: initial;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.contentList ul .listPara img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contentList ul .listPara p a {
  color: #009e52;
}

/* talha end */

/* talha start 22-5-2023 */

.loginPage {
  padding: 12px 0;
}

.loginPage .loginPageHeading h2 {
  display: inline-block;
  font-size: 2.2em;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.2;
  position: relative;
  letter-spacing: -0.05em;
  text-transform: none;
  color: #151515;
  font-family: Open Sans, sans-serif;
}

.loginPage .loginPageHeading h2::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #008444;
  bottom: -13px;
}

.loginPage hr {
  margin: 0;
}

.leftForm {
  margin-top: 30px;
  padding-top: 10px;
}

.leftForm form h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 10px 0;
}

.leftForm form .inputFields {
  margin-bottom: 15px;
}

.leftForm form .inputFields label {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  display: block;
  margin-bottom: 0.25rem !important;
}

.leftForm form .inputFields label span {
  border: none;
  cursor: default;
  color: #c10000;
}

.leftForm form .inputFields input {
  color: #777;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: none;
  text-align: left;
  line-height: 1.42857;
  padding: 8px 12px;
  font-size: 0.85rem;
  vertical-align: middle;
  height: 50px;
}

.leftForm form .checkboxLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leftForm form .checkboxLink .checkboxItem label {
  font-size: 12px;
  color: #777;
  display: inline-flex;
  align-items: center;
}

.leftForm form .checkboxLink .checkboxItem input {
  margin-right: 5px;
}

.leftForm form .checkboxLink .forgetLink a {
  color: #222529 !important;
  font-weight: 600;
  font-size: 14px;
}

.leftForm form .submitBtn {
  margin-top: 1.5rem;
}

.leftForm form .submitBtn button {
  width: 100%;
  color: #fff;
  background-color: #222529;
  border: none;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
  font-weight: 300;
  font-size: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.leftForm form .submitBtn button:hover {
  color: #fff;
  background-color: #31373d;
}

.rightForm {
  margin-top: 30px;
  padding-top: 10px;
}

.rightForm form h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 10px 0;
}

.rightForm form .inputFields {
  margin-bottom: 15px;
}

.rightForm form .inputFields label {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  display: block;
  margin-bottom: 0.25rem !important;
}

.rightForm form .inputFields label span {
  border: none;
  cursor: default;
  color: #c10000;
}

.rightForm form .inputFields input {
  color: #777;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: none;
  text-align: left;
  line-height: 1.42857;
  padding: 8px 12px;
  font-size: 0.85rem;
  vertical-align: middle;
  height: 50px;
}

.rightForm form .checkboxLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rightForm form .checkboxLink .checkboxItem label {
  font-size: 12px;
  color: #777;
  display: inline-flex;
  align-items: center;
}

.rightForm form .checkboxLink .checkboxItem input {
  margin-right: 5px;
}

.rightForm form .checkboxLink .forgetLink a {
  color: #222529 !important;
  font-weight: 600;
  font-size: 14px;
}

.rightForm form .submitBtn {
  margin-top: 1.5rem;
}

.rightForm form .submitBtn button {
  width: 100%;
  color: #fff;
  background-color: #222529;
  border: none;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
  font-weight: 300;
  font-size: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.rightForm form .submitBtn button:hover {
  color: #fff;
  background-color: #31373d;
}

.noPadding {
  padding-right: 0;
}

.rightForm form .txtwrp {
  margin: 0;
}

.rightForm form .txtwrp p {
  font-size: 12px;
  line-height: 23px;
  color: #8a8b8e;
}

.rightForm form .txtwrp p a {
  color: #008444;
}

.rightForm form .submitBtn {
  margin-top: 1.5rem;
}

.rightForm form .submitBtn button {
  width: 100%;
  color: #fff;
  background-color: #222529;
  border: none;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
  font-weight: 300;
  font-size: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.error {
  color: red !important;
}

.termPage {
  padding: 12px 0;
}

.termPage .termHeading {
  position: relative;
}

.termPage .termHeading h2 {
  display: inline-block;
  font-size: 2.2em;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.2;
  position: relative;
  letter-spacing: -0.05em;
  text-transform: none;
  color: #151515;
  font-family: Open Sans, sans-serif;
}

.termPage .termHeading h2::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #008444;
  bottom: -13px;
}

.termPage hr {
  margin: 0;
}

.termContent {
  margin-top: 30px;
  padding-top: 10px;
}

.termContent .termHeading {
  margin-bottom: 1.25rem;
}

.termContent .termHeading span {
  color: #008000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.termContent .termPara p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.termContent .termPara ul li {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.termContentItem {
  margin-bottom: 60px;
}

.forgetPassBox {
  /* padding-top: 10px; */
  width: 565px;
  margin: 40px auto 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  min-height: 100px;
}

.forgetPassBox .boxContent {
  padding: 30px 20px;
  border-top: 4px solid #008444;
}

.forgetPassBox .boxContent .txtwrp {
  margin-bottom: 1.25rem;
}

.forgetPassBox .boxContent .txtwrp p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #777;
}

.forgetPassBox .boxContent .inputFields label {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #777;
  display: block;
}

.forgetPassBox .boxContent .inputFields input {
  border: 1px solid rgba(0, 0, 0, 0.09);
  outline: none;
  box-shadow: none;
  text-align: left;
  line-height: 1.42857;
  padding: 8px 12px;
  font-size: 0.85rem;
  vertical-align: middle;
  height: auto;
  width: 100%;
  color: #777;
}

.forgetPassBox .boxContent .btnwrp {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}

.forgetPassBox .boxContent .btnwrp .loginLink a {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #009e52;
}

.forgetPassBox .boxContent .btnwrp .resestBtn button {
  font-family: Oswald, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
  font-weight: 300;
  cursor: pointer;
  color: #fff;
  background-color: #008444;
  border-color: #008444;
  padding: 8px 12px;
  font-size: 0.875rem;
  border: none;
}

.forgetPassBox .boxContent .btnwrp .resestBtn button:hover {
  border-color: #006b37;
  background-color: #006b37;
}

.privacyPage {
  padding: 12px 0;
}

.privacyPage .privacyHeading {
  position: relative;
}

.privacyPage .privacyHeading h2 {
  display: inline-block;
  font-size: 2.2em;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.2;
  position: relative;
  letter-spacing: -0.05em;
  text-transform: none;
  color: #151515;
  font-family: Open Sans, sans-serif;
}

.privacyPage .privacyHeading h2:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #008444;
  bottom: -13px;
}

.privacyPage hr {
  margin: 0;
}

.privacyContent {
  margin-top: 30px;
  padding-top: 10px;
}

.listHeading {
  font-weight: 700;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.privacyContent .privacyContentItem ol li {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.privacyContent .privacyContentItem ul li {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.privacyContent .privacyContentItem table tbody tr td {
  border: 1px solid;
  padding: 0.5em;
  vertical-align: middle;
}

.returnPageContent {
  margin-top: 30px;
  padding-top: 10px;
}
.returnPageContent .returnPageItem p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #777;
}
.returnPageContent .returnPageItem ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
.returnPageContent .returnPageItem ol li {
  line-height: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.trackBtnwrp {
  justify-content: right !important;
}

/* talha end */


/* talha start 24-5-2023 */

.accountHeading {
  padding: 12px 0;
}

.accountHeading .heading {
  position: relative;
}

.accountHeading .heading h2 {
  display: inline-block;
  font-size: 2.2em;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.2;
  position: relative;
  letter-spacing: -0.05em;
  text-transform: none;
  color: #151515;
  font-family: Open Sans, sans-serif;
}

.accountHeading .heading h2:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #008444;
  bottom: -13px;
}

.accountHeading hr {
  margin: 0;
}

.sideNav {
  padding-top: 10px;
  margin-top: 30px;
  width: 292px;
}

.sideNav .sideNavContent h5 {
  font-family: Open Sans, sans-serif;
  line-height: 18px;
  letter-spacing: 0;
  color: #151515;
  font-weight: 700;
  font-size: 1rem;
}

.sideNav .sideNavContent ul {
  padding: 0;
  list-style: none;
}

.sideNav .sideNavContent ul li {
  padding: 8px 0;
}

.sideNav .sideNavContent ul li a {
  transition: background 0.1s;
  display: block;
  color: #777;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.025em;
  text-decoration: none;
}

.sideNav .sideNavContent ul li:not(:last-child) {
  border-bottom: 1px solid #ededde;
}

.sideNav .sideNavContent ul li a.active {
  color: #222529;
  font-weight: bold;
}

.dashboard {
  margin-top: 30px;
  padding-top: 10px;
}

.dashboard .dashboardContent .txtwrp p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #777;
}

.dashboard .dashboardContent .txtwrp p b {
  color: #000;
}

.dashboard .dashboardContent .txtwrp span {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #777;
}

.dashboard .dashboardContent .txtwrp span a {
  color: #008444;
}

.dashboard .dashboardContent .boxwrp {
  margin-top: 40px;
}

.dashboard .dashboardContent .boxwrp .boxItem {
  text-align: center;
  border: 2px solid #e7e7e7;
  padding: 30px 0;
  width: 250px;
}

.dashboard .dashboardContent .boxwrp .boxItem a i {
  font-size: 60px;
  color: #d3d3d4;
  display: inline-block;
  padding: 0;
  margin-bottom: 10px;
  line-height: 73px;
  transition: transform .2s, transform .2s;
}

.dashboard .dashboardContent .boxwrp .boxItem a h4 {
  margin: 4px 0 0px;
  color: #353a40;
  letter-spacing: -.01em;
  font-weight: 400;
  line-height: 1.42857;
  font-size: 1rem;
  text-transform: uppercase;
}

.dashboard .dashboardContent .boxwrp .boxItem a:hover i {
  transform: scale(1.1);
}

.orders {
  padding-top: 10px;
  margin-top: 30px;
}

.orders .ordersContent .txtwrp {
  display: flex;
  align-items: center;
}

.orders .ordersContent .txtwrp i {
  color: #d3d3d4;
  font-size: 35px;
}

.orders .ordersContent .txtwrp span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-left: 10px;
}


.orders .ordersContent .orderTable table thead {
  border-bottom: 1px solid #e7e7e7;
}


.orders .ordersContent .orderTable table thead tr th {
  color: #222529;
  text-transform: uppercase;
  font-weight: bold;
}


.orders .ordersContent .orderTable table tbody tr td {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.orders .ordersContent .orderTable table tbody tr td a.cartBtn {
  font-family: Oswald, sans-serif;
  letter-spacing: .04em;
  background-color: #f4f4f4;
  color: #222529;
  font-weight: bold;
  transition: color .15s, background-color .15s, border-color .15s, box-shadow .15s;
  padding: 8px 16px;
}

.orders .ordersContent .orderTable table tbody tr td a:hover {
  color: #009e52;
}

.orders .ordersContent .orderTable table tbody tr td a.cartBtn:hover {
  background-color: #006b37;
  color: #fff;
}

.orders .ordersContent .orderTable .noItemBox {
  padding: 3rem 0;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}

.orders .ordersContent .orderTable .noItemBox p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #777;
}

.orders .ordersContent .btnwrp {
  text-align: center;
  padding: 3rem 0 0;
}

.orders .ordersContent .btnwrp a {
  color: #fff;
  background-color: #222529;
  font-family: Oswald, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: none !important;
  font-weight: 300;
  min-width: 200px;
  padding: 16px 0;
  font-size: 15px;
  width: 200px;
  display: block;
  margin: 0 auto;
}

.orders .ordersContent .btnwrp a:hover {
  color: #fff;
  background-color: #31373d;
}

.downloads {
  padding-top: 10px;
  margin-top: 30px;
}

.downloads .downloadsContent .txtwrp {
  display: flex;
  align-items: center;
}

.downloads .downloadsContent .txtwrp i {
  color: #d3d3d4;
  font-size: 35px;
}

.downloads .downloadsContent .txtwrp span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-left: 10px;
}

.downloads .downloadsContent .downloadsItem {
  margin-top: 1rem;
}

.downloads .downloadsContent .downloadsItem p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.downloads .downloadsContent .btnwrp {
  margin-top: 2rem;
}

.downloads .downloadsContent .btnwrp a {
  font-family: Oswald, sans-serif;
  letter-spacing: .04em;
  background-color: #f4f4f4;
  color: #222529;
  font-weight: bold;
  transition: color .15s, background-color .15s, border-color .15s, box-shadow .15s;
  padding: 8px 16px;
  text-transform: uppercase;
}

.downloads .downloadsContent .btnwrp a:hover {
  background-color: #006b37;
  color: #fff;
}

.addresses {
  padding-top: 10px;
  margin-top: 30px;
}

.addresses .addressesContent .txtwrp {
  display: flex;
  align-items: center;
}

.addresses .addressesContent .txtwrp i {
  color: #d3d3d4;
  font-size: 35px;
}

.addresses .addressesContent .txtwrp span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-left: 10px;
}

.addresses .addressesContent .addressesItem {
  margin-top: 1rem;
}

.addresses .addressesContent .addressesItem p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.addresses .addressesContent .addressesList h3 {
  font-weight: 700;
  letter-spacing: -.01em;
  font-size: 1.2em !important;
  color: #151515;
  margin-bottom: 10px;
}

.addresses .addressesContent .addressesList p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
  margin: 0;
}

.addresses .addressesContent .btnwrp {
  margin-top: 2rem;
}

.addresses .addressesContent .btnwrp a {
  font-family: Oswald, sans-serif;
  letter-spacing: .04em;
  background-color: #f4f4f4;
  color: #222529;
  font-weight: bold;
  transition: color .15s, background-color .15s, border-color .15s, box-shadow .15s;
  padding: 8px 16px;
  text-transform: uppercase;
}

.addresses .addressesContent .btnwrp a:hover {
  background-color: #006b37;
  color: #fff;
}

.payment .paymentContent .paymentItem {
  margin-top: 1rem;
}

.payment .paymentContent .paymentItem p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.payment .paymentContent .btnwrp {
  margin-top: 2rem;
}

.payment .paymentContent .btnwrp a {
  font-family: Oswald, sans-serif;
  letter-spacing: .04em;
  background-color: #f4f4f4;
  color: #222529;
  font-weight: bold;
  transition: color .15s, background-color .15s, border-color .15s, box-shadow .15s;
  padding: 8px 16px;
  text-transform: uppercase;
}

.payment .paymentContent .btnwrp a:hover {
  background-color: #006b37;
  color: #fff;
}

.approvalMsg {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-top: 30px;
}

.approvalMsg span {
  color: #0cc485;
}

.approvalMsg p {
  margin: 0;
  color: #222529;
  font-size: 18px;
  font-weight: 500;
}

.accountDetail {
  padding-top: 10px;
  margin-top: 30px;
}

.accountDetail .accountDetailContent .txtwrp {
  display: flex;
  align-items: center;
}

.accountDetail .accountDetailContent .txtwrp i {
  color: #d3d3d4;
  font-size: 35px;
}

.accountDetail .accountDetailContent .txtwrp span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-left: 10px;
}

.accountDetail .accountDetailContent .formwrp {
  margin-top: 1.5rem;
}

.accountDetail .accountDetailContent .formwrp form .inputFields label {
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.accountDetail .accountDetailContent .formwrp form .inputFields label span {
  color: red;
}

.accountDetail .accountDetailContent .formwrp form .inputFields input {
  width: 100%;
  color: #777;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .09);
  outline: none;
  box-shadow: none;
  text-align: left;
  padding: 8px 12px;
  font-size: .85rem;
  vertical-align: middle;
  height: auto;
  line-height: 32px;
}

.accountDetail .accountDetailContent .formwrp form .inputFields p {
  font-size: .8125rem;
  color: #777;
  margin: 0;
}

.accountDetail .accountDetailContent .formwrp form .passFields {
  margin: 40px 15px 40px 0;
  border: 2px solid #e7e7e7;
  padding: 30px;
}

.accountDetail .accountDetailContent .formwrp form .passFields h4 {
  color: #222529 !important;
  font-size: 1rem !important;
  font-weight: 700;
}

.accountDetail .accountDetailContent .formwrp form .btnwrp button {
  color: #fff;
  background-color: #222529;
  font-family: Oswald, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: none !important;
  font-weight: 300;
  min-width: 200px;
  padding: 16px 0;
  font-size: 15px;
  width: 200px;
  display: block;
  cursor: pointer;
}

.accountDetail .accountDetailContent .formwrp form .btnwrp button:hover {
  color: #fff;
  background-color: #31373d;
}

.editAddress {
  padding-top: 10px;
  margin-top: 30px;
}

.editAddress .editAddressContent .txtwrp p {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  color: #151515;
}

.editAddress .editAddressContent .formwrp {
  margin-top: 1.5rem;
}

.editAddress .editAddressContent .formwrp form .inputFields label {
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.editAddress .editAddressContent .formwrp form .inputFields label span {
  color: red;
}

.editAddress .editAddressContent .formwrp form .inputFields input {
  width: 100%;
  color: #777;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .09);
  outline: none;
  box-shadow: none;
  text-align: left;
  padding: 8px 12px;
  font-size: .85rem;
  vertical-align: middle;
  height: auto;
  line-height: 32px;
}

.editAddress .editAddressContent .formwrp form .inputFields span {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777;
}

.editAddress .editAddressContent .formwrp form .btnwrp {
  margin-top: 2rem;
  text-align: right;
  margin-right: 15px;
}

.editAddress .editAddressContent .formwrp form .btnwrp button {
  color: #fff;
  background-color: #222529;
  font-family: Oswald, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: none !important;
  font-weight: 300;
  min-width: 200px;
  padding: 16px 0;
  font-size: 15px;
  width: 200px;
  cursor: pointer;
}

.editAddress .editAddressContent .formwrp form .btnwrp button:hover {
  color: #fff;
  background-color: #31373d;
}

.viewOrder {
  padding-top: 10px;
  margin-top: 30px;
}

.viewOrder .viewOrderContent .txtwrp {
  display: flex;
  align-items: center;
}

.viewOrder .viewOrderContent .txtwrp i {
  color: #d3d3d4;
  font-size: 35px;
}

.viewOrder .viewOrderContent .txtwrp span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-left: 10px;
}

.viewOrder .viewOrderContent .orderDeatils {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}

.viewOrder .viewOrderContent .orderDeatils .orderDetailItem {
  text-align: center;
}

.viewOrder .viewOrderContent .orderDeatils .orderDetailItem p {
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #777;
  margin-bottom: 5px;
}

.viewOrder .viewOrderContent .orderDeatils .orderDetailItem span {
  display: block;
  color: #222529;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
}

.viewOrder .viewOrderContent .orderDeatils .orderDetailItem span.canceled {
  color: #008444;
}

.viewOrder .tablewrp {
  margin-top: 30px;
  border: 2px solid #e7e7e7;
  padding: 1.5rem 30px;
}

.viewOrder .tablewrp h4 {
  font-weight: 700;
  letter-spacing: -.01em;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  color: #151515;
  font-size: 1rem;
}

.viewOrder .tablewrp .tableContent {
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}

.viewOrder .tablewrp .tableContent span {
  text-align: left;
  padding: 10px;
  color: #222529;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 700;
}

.viewOrder .tablewrp .tableContentList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.viewOrder .tablewrp .tableContentList:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}

.viewOrder .tablewrp .tableContentList .tableDetail {
  text-align: center;
  padding-left: 15px;
}

.viewOrder .tablewrp .tableContentList .tableDetail a {
  display: flex;
  color: #222529;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.viewOrder .tablewrp .tableContentList .tableDetail p {
  margin: 0;
  display: flex;
  color: #222529;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 600;
  margin-left: 3px;
}

.viewOrder .tablewrp .tableContentList .tableDetail span {
  font-size: 12px;
  color: #999;
}

.viewOrder .tablewrp .tableContentList .tablePrice p {
  color: #777;
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.viewOrder .tablewrp .tableContentList .tablePrice p.totalPrice {
  font-size: 22px;
  font-weight: 700;
  color: #222529;
}

.viewOrder .tablewrp .tableContentList .cnicDetail p {
  color: #777;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.viewOrder .tablewrp .tableContentList .cnicNum p {
  color: #777;
  font-weight: 400;
}

.viewOrder .tablewrp .tableContentList .tableDetail a:hover {
  color: #008444;
}

/* talha end 24-5-2023 */





/* talha start 26-5-2023 */

.navBtn {
  background: #008444;
  border: none;
  color: #fff;
  padding: 7px 5px;
  border-radius: 0.25rem;
  display: none;
}

.mobileNav {
  padding: 30px 0 0;
}

.mobileNav ul {
  padding: 0;
}

.mobileNav ul li:not(:last-child) {
  border-bottom: 1px solid #fff
}

.mobileNav ul li {
  list-style: none;
  margin-bottom: 8px;
}

.mobileNav ul li a {
  line-height: 25px;
  font-weight: 400;
  transition: .25s;
  font-size: 14px;
}

.moblileSideNav {
  display: none;
}

.wc-proceed-to-checkout button{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -0.3px;
  font-family: Oswald, sans-serif;
  background: none;
  border: none;
  cursor: pointer;
  width:100%;
}
.Billing-Shipping label span {
  color: red;
}

.Billing-Shipping label.error {
  font-size: 14px;
}
a.round-black-btn.viewCart {
  background: #f4f4f4;
  color: #000;
  border-color: #f4f4f4;
  font-weight: 800;
}
.uk-modal-dialog.uk-modal-body {
  text-align: center;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.uk-spinner>* {
  animation: uk-spinner-rotate 1.4s linear infinite;
  color: #fff;
}

tr.shipping .amount {
  padding-top: 8px;
  display: block;
  /* border-top: 1px solid #dcdcdc; */
  margin-top: 1px;
}

hr.productborder {
  position: relative;
  top: 50px;
}
tr.order-total.shipping.one {
  position: relative;
}
tr.order-total.shipping.one:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
}
.feedbackForm .feedbackHeading h2:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #008444;
  bottom: -13px;
}

.feedbackForm hr{
  margin: 0;
}

.feedbackForm .formwrp{
    margin-top: 30px;
    padding: 10px 60px;
}
.feedbackForm .formwrp form{}
.feedbackForm .formwrp form .formFields input{
    width: 100%;
    height: 44px;
    padding-left: 16px;
    font-size: 16px;
    margin-bottom: 24px;
    border: 1px solid #E4E4E4;
    padding-right: 10px;
}

.feedbackForm .formwrp form .formFields input::placeholder{
  font-style: italic;
}
.feedbackForm .formwrp form .formFields label{
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.feedbackForm .formwrp form .formFields textarea{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    width: 100%;
    height: 195px;
    padding-left: 16px;
    padding-top: 10px;
    border: 1px solid #E4E4E4;
    padding-right: 10px;
}

.feedbackForm .formwrp form .formFields textarea::placeholder{
  font-style: italic;
}

.feedbackForm .txtwrp{
    padding-top: 64px;
}
.feedbackForm .txtwrp h3{
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.feedbackForm .txtwrp p{
    font-size: 16px;
    color: #000;
}

tr.order-total h4 {
  color: #151515;
  font-weight: 800;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
}
table.cart-total {
  margin: 0;
  width: 100%;
}
tr.cart-subtotal.one h4 {
  font-weight: 800;
}
.cartHeader .uk-subnav-pill li a.notactive{
  color: #000 !important;
}
a.OrderComplete {
  cursor: default;
}
a.reset_variations {
  display: inline-block;
  line-height: 1;
  padding: 0.4375rem 0.5rem;
  margin-top: 0.7em;
  background: #f4f4f4;
  color: inherit;
  font-size: .625rem;
  text-transform: uppercase;
  text-decoration: none;
  width: 22%;
}
a.reset_variations:hover {
  background: #008000;
  color: #fff;
}
/* alert */
.alert.alert-success.alert-dismissible.fade.show {
  background: #edfbf6;
  padding: 10px;
  border-radius: 5px;
}
.alert.alert-danger {
  background: #fef4f6;
  padding: 10px;
  border-radius: 5px;
}
.d-none{
  display: none;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
  position: relative;
}
.rate:not(:checked) > input {
  position: absolute;
  top: 15px;
  left: 12px;
  visibility: hidden;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: 'Ã¢Ëœâ€¦ ';
}
.rate > input:checked ~ label {
  color: #008444;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #008444;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #008444;
}

.feedbackForm .ratingForm{
    padding-top: 26px;
}
.feedbackForm .ratingForm .ratingFormField{
    margin-bottom: 30px;
}
.feedbackForm .ratingForm .ratingFormField h4{
    font-size: 24px;
    color: #000;
}
.feedbackForm .ratingForm .ratingFormField label{
    padding-left: 40px;
}
.feedbackForm .ratingForm .starRatingHeading h4{
    font-size: 24px;
    color: #000;
}
.feedbackForm .ratingForm .starRating{
    display: flex;
    justify-content: left;
    padding-left: 40px;
    margin-bottom: 20px;
}
.feedbackForm .ratingForm .starRating .ratingTxt{
    margin-right: 92px;
}
.feedbackForm .ratingForm .starRating .ratingTxt span{
    font-size: 16px;
    color: #505050;
}

.feedbackForm .ratingForm .rate{
    margin-right: 82px;
}

.feedbackForm .ratingForm .sugessionBox{
    padding-top: 40px;
}
.feedbackForm .ratingForm .sugessionBox label{
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.feedbackForm .ratingForm .sugessionBox textarea{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    width: 100%;
    height: 195px;
    padding-left: 16px;
    padding-top: 10px;
    border: 1px solid #E4E4E4;
    padding-right: 10px;
}

.feedbackForm .ratingForm .sugessionBox textarea::placeholder{
  font-style: italic;
}

.feedbackForm .ratingForm .submitBtn{
    text-align: right;
    padding-top: 26px;
}
.feedbackForm .ratingForm .submitBtn button{
    padding: 12px 24px;
    background: #008444;
    border: none;
    color: #fff;
    font-size: 18px;
}

.thankyouPage{
    /* height: 20vh; */
}
.thankyouPage .thankyouwrp{
    padding: 50px 0;
    margin-top: 30px;
}
.thankyouPage .thankyouwrp .imgwrp{
    text-align: center;
    margin-bottom: 32px;
}
.thankyouPage .thankyouwrp .imgwrp svg{
    fill: #00A651;
    width: 144px;
}
.thankyouPage .thankyouwrp .txtwrp{
    text-align: center;
    padding: 0 20px;
}
.thankyouPage .thankyouwrp .txtwrp h1{
    font-size: 72px;
    width: 540px;
    text-align: left;
    font-weight: 700;
    margin: 0 auto;
    color: #000;
}
@media (min-width: 0px) and (max-width: 769px) {
  .navmenu {
    display: none;
  }
    .product-thumb .item img {
        height: 70px;
    }
  .navLogo {
    width: 100px;
  }

  .firstcontent h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .navCenter {
    left: 80% !important;
  }

  .closeBtn {
    right: -80%;
    top: 20px;
  }


  .navBtn {
    display: block;
  }

  .firstcontent h1 {
    font-size: 27px;
  }

  .firstcontent p {
    font-size: 13px;
  }

  .firstcontent h2 {
    font-size: 23px;
  }

  .productBox {
    width: 50%;
    padding: 5px;
  }

  .slidercontainer {
    padding: 0;
  }

  .mega-menu,
  .sidebar-menu {
    display: none;
  }

  .mobileNavbar {
    overflow: inherit;
  }

  .pageTitle h2 {
    font-size: 23px;
  }

  .pageTitle p {
    font-size: 13px;
  }

  .product-info-tabs ul.uk-subnav.uk-subnav-pill {
    margin: 0px 0px 40px -10px;
  }

  .blogInnerPage .blogInnerContent .blogHeading h2 {
    font-size: 23px;
  }

  .blogInnerPara p {
    font-size: 13px;
  }

  .contentList ul .listPara p {
    font-size: 13px;
  }

  .blogInnerPage .blogBoxSlider ul li .blogBoxContent {
    display: block;
  }

  .blogInnerPage .blogBoxSlider ul li .blogBoxContent .blogBoxContentItem {
    margin-left: 0;
  }

  .blogInnerPage .blogBoxSlider ul li .blogBoxContent .blogBoxContentItem h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .blogInnerPage .blogBoxSlider ul li .blogBoxContent .blogBoxContentItem p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .blogInnerPage .bolgPageHeading h2 {
    font-size: 27px;
  }

  .mobilePadding {
    padding-right: 0;
  }

  .forgetPassBox {
    width: 100%;
  }

  .fullWidth {
    width: 100%;
  }

  .customMargin {
    margin-left: -30px;
    margin-right: 0;
  }

  .moblileSideNav {
    display: block;
  }

  .sideNav {
    display: none;
  }

  .customGrid {
    flex-direction: column;
  }

  .moblileSideNav ul {
    margin-bottom: 10px;
  }

  .dashboard {
    margin-top: 0;
    padding-top: 0;
  }

  .dashboard .dashboardContent .boxwrp .boxItem {
    width: 100%;
  }

  .orders {
    padding-top: 0;
    margin-top: 0;
  }

  .downloads {
    padding-top: 0;
    margin-top: 0;
  }

  .approvalMsg{
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px !important;
  }

  .customDisplay{
    display: block;
  }

  .addresses {
    padding-top: 0;
    margin-top: 0;
  }
  .feedbackForm .formwrp{
    padding: 10px 0;
  }

  .feedbackForm .ratingForm .starRating .ratingTxt{
    margin-bottom: 20px;
  }

  .feedbackForm .ratingForm .starRating{
    display: block;
  }

  .thankyouPage .thankyouwrp .txtwrp h1{
    width: 100%;
    font-size: 42px;
    text-align: center;
  }
  .firstcontent h1 {
    font-size: 26px !important;
    line-height: 30px !important;
}
.product-thumb .owl-item .item {
    padding: 0px;
}
.owl-item .item {
    width: 95%;
}
.UpdateCartBtn button {
    color: #fff;
    background-color: #008444;
    border: none;
    text-align: center;
    padding: 16px;
    margin-top: 20px;
    display: block;
    float: left;
    width: 50%;
    cursor: pointer;
}
td.product-name a {
    line-height: 23px;
}
.crossBtn {
    position: absolute;
    top: 10px;
    right: 5px;
}
.cartHeader .uk-subnav-pill li a {
    padding: 5px 0px;
}
span.welcome-msg {
    width: 100%;
    text-align: center;
}
button#updatecart {
    margin-bottom: 20px;
}
.orders .ordersContent .orderTable table tbody tr td a.cartBtn {
    margin-top: 5px;
    display: block;
}
.dashboardside .uk-dropdown.uk-drop.uk-open{

    max-width: 345.2px;
    top: 31px;
    left: 22.1px !important;

}
.product-thumb .item img {
        height: 70px;
    }
    div#thumb {
    margin: 5px auto;
}
}


/* talha end 26-5-2023 */
