body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Source Sans Pro", "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  background-color: #eee;

}

.bg-green {
  background-color: #205025;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #205025;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

footer h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #212529 !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 1rem;
  font-weight: bold;
  color: #205025;
}

.list-unstyled a {
  text-decoration: none;
  color: #000;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .col-form-label:before,
div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }

  .product-thumb .description {
    padding: 15px;
    /* min-height: 214px; */
  }
  #woolentor_psa_results_wrapper {
    width: 322px;
    margin: 126px 2px 2px 2px;
}
}

#alert {
  z-index: 9999;
  pointer-events: all;
}

#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}

@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}

@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}

@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}

@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}

@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}

@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}

@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}

@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}

@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}

@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}

@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}

@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}

@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}

@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}

@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}

/* top */
#top {
  /* transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; */
  background-color: #205025;
  /* border-bottom: 1px solid #e2e2e2; */
  padding: 0px 0px 0px 0px;
  margin: 0 0 20px 0;
  /* min-height: 44px; */
  position: relative;
}

#top .nav>.list-inline>.list-inline-item,
#top .nav>.list-inline .list-inline-item>a,
#top .nav>.list-inline .list-inline-item .dropdown>a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}

#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover {
  color: #444;
}

#top a {
  font-size: 15px;
  text-decoration: none;
}

footer a {
  /* font-size: 1.1em; */
  text-decoration: none;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}

#logo img {
  max-width: 200px;
}

/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 15px;
  line-height: 20px;
  padding: 0 10px;
  background: transparent;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  /* padding: 0.57rem 35px; */
  border: 1px solid #205025;
  text-shadow: 0 1px 0 #FFF;
  background: transparent;
}

/* cart */
#header-cart {
  margin-bottom: 10px;
}

#header-cart .btn-lg {
  color: #205025;
  height: 40px;
  padding: 0 1rem;
  border: 1px solid #205025;
  background: transparent;
}

#header-cart .btn:hover {
  color: #205025;
}

#header-cart .dropdown-menu {
  background: #eee;
}

#header-cart .dropdown-menu li {
  min-width: 427px;
}

@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
  #woolentor_psa_results_wrapper {
    width: 336px;
    margin: 126px 2px 2px 2px;
}

}

/* menu */
#menu {
  background-color: #a1c047;
  background-image: linear-gradient(to bottom, #a1c047, #a1c047);
  background-repeat: repeat-x;
  border: 1px solid #a1c047;
  border-color: #a1c047 #a1c047 #a1c047;
  min-height: 40px;
  /* border-radius: 4px; */
}

#menu.navbar {
  padding: 0 1rem;
  /* margin-bottom: 4px; */
}

#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #a1c047, #a1c047);
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  /* background-color: #229ac8; */
  background-image: linear-gradient(to bottom, #a1c047, #a1c047);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

#menu .navbar-nav>li>a {
  color: #fff;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
  font-weight: bold;
  color: #205025;
  letter-spacing: 1px;
}

#menu .navbar-nav>li>a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#woolentor_psa_results_wrapper {
  width: 752px;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }

}

@media (max-width: 767px) {
  #woolentor_psa_results_wrapper {
    width: 336px;
    margin: 126px 2px 2px 2px;
}
  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner>ul .list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

/* content */
#content {
  /* min-height: 600px; */
}

/* footer */
/* footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
} */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #f3f8ee;
  border-top: 1px solid #ddd;
  color: #205025;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  /* border: 1px solid #ddd; */
  border-bottom: 1px solid #a1c047;
  background-color: #fff;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  margin-top: 4px;
  margin-bottom: 4px;
}

.breadcrumb>li.breadcrumb-item>a {
  text-decoration: none;
  color: #000;
}

.breadcrumb>li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: -5px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #a1c047;
  border-bottom: 1px solid #a1c047;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumb>li.breadcrumb-item+li:before {
  content: "";
  padding: 0;
}

.pagination {
  margin: 0;
}

/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #205025, #205025);
  background-repeat: repeat-x;
  margin-right: 2px;
  /* border-color: #1f90bb #1f90bb #145e7a; */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-position: 0;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #205025, #205025);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

::-moz-selection {
  color: black;
  background: #205025;
}


.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.product-thumb {
  border: 1px solid #205025;
  margin-bottom: 15px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .21);
}

.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
  /* min-height: 165px; */
}

.product-thumb .button-group {
  display: flex;
  /* border-top: 1px solid #fff;
  background-color: #fff; */
  width: 80px;
  float: right;
  /* margin-left: 10px; */
}

.product-thumb .button-group button {
  flex: 24%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: transparent;
  color: #205025;
  /* line-height: 38px; */
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  margin-left: 3px;
}

.product-thumb .button-group button:hover {
  color: #205025;
  border: 2px solid #205025;
  text-decoration: none;
  cursor: pointer;
}

/* .product-thumb .button-group button + button {
  border-left: 1px solid #4dc247;
} */
::selection {
  color: rgb(255, 255, 255);
  background: #205025;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }

  div#woolentor_psa_results_wrapper {
    width: 47%;
    margin: 2px 2px 2px 2px;
}
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }

  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}

.rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  width: 20px;
}

.rating.fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star+.fa-star {
  color: #E69500;
}

/* product list */
.price {
  color: #205025;
}

.price-new {
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #205025;
  background-image: linear-gradient(to bottom, #205025, #205025);
  background-repeat: repeat-x;
  border-color: #205025 #205025 #205025;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}

#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#information-contact .card {
  margin-bottom: 20px;
}

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}


/* -----------------tannu------------ */

.bolder {
  font-weight: bolder;
}

.top-head.text-center.text-light {
  text-align: center;
  color: #FFFFFF;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.8;
  text-transform: uppercase;
}

.container-fluid.nav-bg {
  /* padding: 24px; */
  background: #a1c047;
}

.collapse.navbar-collapse.nav-bg-green {

  padding: 7px 12px;
  justify-content: center;

}

.container-fluid.bg-green {
  background: #205025;
}

.description h4 {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  text-decoration: none;
  min-height: 55px;
}

/* p.sub-head {
  padding-top: 2px;
  padding-bottom: 4px;
} */

.top-social-icons {
  display: flex;
  justify-content: center;
  list-style: none;
  text-decoration: none;
}

.social-icon {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  margin-right: 12px;
  cursor: pointer;
}

span.social-icon.social-facebook {
  background-color: #3b5999;
}

.social-instagram {
  background-color: #dd4b39;
}

.social-linkedin {
  background-color: #0077B5;
}

.icon {
  list-style: none;
  text-decoration: none;
  font-size: 18px;
  margin-top: 2px;
}

h2.section-title.px-5 .span {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 600;
}

p.text-center.bold {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 24px;
}

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  #woolentor_psa_results_wrapper {
    width: 324px;
    margin: 126px 2px 2px 2px;
}
  .whatsapp-icon {
    margin-top: 10px;
  }

  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}

#whatsapp-chat-widget {
  display: block;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.wa-chat-box {
  display: none;
}

.wa-messenger-svg-whatsapp {
  fill: white;
  width: 41px;
  height: 50px;
  stroke: none;
  pointer-events: none;
}

#wa-widget-send-button {
  margin: 0 0 50px 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 0 !important;
  text-align: center !important;
  height: 50px;
  min-width: 50px;
  border-radius: 25px;
  visibility: visible;
  transition: none !important;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  left: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-chat-box-send {
  background-color: white;
}

.wa-chat-box-content-send-btn-text {
  margin-left: 8px;
  margin-right: 8px;
  z-index: 1;
  color: rgb(255, 255, 255);
}

.wa-chat-box-poweredby {
  text-align: center;
  font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
  margin-bottom: 15px;
  margin-top: -10px;
  font-style: italic;
  font-size: 12px;
  color: lightgray;
}

.wa-chat-box-content-send-btn {
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-appearance: none;
  padding: 8px 12px;
  border-radius: 25px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background-color: #4dc247 !important;
  margin: 20px;
  overflow: hidden;
}

svg:not(:root) {
  overflow: hidden;
}

.wa-chat-box-content-chat-welcome {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.wa-chat-box-content-chat-brand {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.wa-chat-box-content-chat {
  background-color: white;
  display: inline-block;
  margin: 20px;
  padding: 10px;
  border-radius: 10px;
}

.wa-chat-bubble-close-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.wa-chat-bubble-close-btn img {
  pointer-events: none;
}

.wa-chat-box-content {
  background: url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);
}

.wa-chat-box-brand-subtitle {
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
}

.wa-chat-box-brand-text {
  margin-left: 20px;
}

.wa-chat-box-brand-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.wa-chat-box-brand {
  margin-left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.wa-chat-box-header {
  height: 100px;
  max-height: 100px;
  min-height: 100px;
  background-color: #0a5f54;
  color: white;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
}

.wa-chat-box {
  background-color: white;
  z-index: 16000160 !important;
  margin-bottom: 60px;
  width: 360px;
  position: fixed !important;
  bottom: 50px !important;
  left: 0px;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
}

#wa-widget-send-button {
  margin: 0 0 50px 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 0 !important;
  text-align: center !important;
  height: 50px;
  min-width: 50px;
  border-radius: 25px;
  visibility: visible;
  transition: none !important;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  left: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-right {
  justify-content: center;
  display: grid;
}

/* 27-10-23 */
.wrap {
  background: #205025;
}

.fa-phone:before {
  content: "\f095";
}

.social-media p a {
  width: 34px;
  height: 34px;
  background: #5e8963b3;
  margin-right: 1px;
}

.social-media {
  display: inline-block;
}

.social-media p a span {
  color: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.social-media p a:hover {
  background: #a1c047;
  border-color: #a1c047;
}

.wrap .phone a {
  color: #fff;
  font-size: 12px;
}

section.brand_section {
  background-color: #f8fafc;
  margin-top: 5%;
  margin-bottom: 0;
  padding: 3% 0;
}

h3.elementor-image-box-title {
  font-size: 18px;
  color: #000000;
  text-align: justify;
}

.col-12.col-lg-4.text-center.display_shipping {
  display: flex;
}

p.elementor-image-box-description {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}

.col-12.col-lg-4.text-center.display_shipping img {
  margin-right: 15px;
}

.module_customer_benfits.my-4 {
  background-color: #f8fafc;
  padding: 40px;
}

.text-blue {
  color: rgb(32 80 37);
}

.description h4 a {
  color: #205025 !important;
  text-decoration: none !important;

}

.description p {
  font-size: 14px;
}


/* 20-11-2023*/

a.list-group-item.active {
  background-color: #a1c047;
  border-color: #205025;
}

a.btn.btn-primary.d-block.btn-light-green {
  background: #a1c047 !important;
  border-color: #205025;
}

:root {
  scroll-behavior: smooth;
  /* width: 100%; */
  position: relative;
  overflow-x: hidden;
}

.content {
  background: #e2edd4;
  border-radius: 0px 0px 20px 20px;
}

.col-12.descp-height {
  min-height: 85px;
}

.row.border-top-dark {
  border-top: 1px solid #205025;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 10px;
}

button.btn.btn-primary.btn-lg.btn-block.btn-green {
  border: 1px solid #205025;
  color: white;
  font-weight: bolder;
  /* width: 18%; */
  background: #205025 !important;
  font-size: 15px;
}

button.btn.btn-primary.btn-lg.btn-block.btn-green:hover {
  border: 1px solid #205025;
  color: #205025;
  background: #a1c047 !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #205025 !important;
  border-color: #205025 !important;
}

/* scrolbar-left */
aside.col-3.d-none.d-md-block.scroll {
  overflow-y: scroll;
  height: 100vh;
  /* position: sticky; */
}

.col.scroll-two {
  overflow-y: scroll;
  height: 100vh;
}

button.btn.btn-primary.btn-dark-green {
  /* background: #205025; */
  border-color: #205025;
}

input.form-check-input.right {
  margin-right: 10px !important;
  margin-top: 8px !important;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #a1c047 !important;
  border-color: transparent !important;
}

a.active.txt-none {
  text-decoration: none;
}

a.txt-none {
  text-decoration: none;
}

.list-group-item.active {
  color: #fff !important;
}

.list-group-item {
  color: #205025 !important;
}

a.btn.btn-primary {
  /* background: #205025; */
  border: transparent;
  color: #fff !important;
  font-weight: 600;
}

a.btn.btn-primary:hover {
  background: #a1c047;
  border: 2px solid #205025 !important;
  color: #205025 !important;
  font-weight: 600;
}

.list-group.mb-3.accordion.scroll {
  overflow-y: scroll;
  height: 100vh;
}

.input-group-text {
  border: var(--bs-border-width) solid #a1c047 !important;
  background-color: #a1c047 !important;
}

#input-sort {
  border: var(--bs-border-width) solid #a1c047 !important;
}

#input-limit {
  border: var(--bs-border-width) solid #a1c047 !important;
}

.btn.btn-danger {
  border: #205025 !important;
}

.text-dark {
  color: #205025 !important;
}

.brand-one {
  font-size: 20px;
  font-weight: bold;
}

#input-quantity {
  max-width: 100px;
}

.btn.btn-light {
  background: #f3f8ee;
  font-weight: bold;
}

.btn.btn-light:hover {
  background: #a1c047;
  border: 2px solid #205025 !important;
}

.fa-solid.fa-heart {
  font-size: 25px;
  font-weight: 100;
  color: #205025;
}

.list-unstyled {
  line-height: 28px;
}

button.btn.btn-light:hover {
  background: transparent;
}

hr.divider-line-one {
  color: #a1c047;
  height: 2px !important;
  margin-top: 25px;
}

.container-fluid.border-top {
  border-top: 1px solid #dee2e6 !important;
  background: #f3f8ee;
  display: none;
}

/* ----scrollbar-style-start-------- */

.scrollbar {
  /* margin-left: 30px; */
  /* float: left; */
  height: 100vh;
  /* width: 65px; */
  /* background: #f5f5f5; */
  overflow-y: scroll;
  overflow-x: hidden;
  /* margin-bottom: 25px; */
}

.force-overflow {
  min-height: 450px;
}

#wrapper {
  text-align: center;
  width: 500px;
  margin: auto;
}


#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #a2a4a6;
}

/* two-scroll */
#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #a2a4a6;
}

.force-overflow.right {
  padding: 0px 15px 0px 0px;
}


/*-------------------end-scroll-bar------------- */
@media (min-width: 1024px) {
  .product-thumb .description {
    padding: 14px;
    /* min-height: 234px; */
  }

  .col-12.descp-height {
    min-height: 115px;
  }
}

@media (min-width: 1920px) {
  .product-thumb .description {
    padding: 15px;
    min-height: 70px;
  }

  .col-12.descp-height {
    min-height: 80px;
  }
}

/*  */

a {
  color: #0d6efd;
  text-decoration: none !important;
}

.brand-logos {
  border: solid 1px #e3e3e3;
  -webkit-box-shadow: -1px 10px 28px -13px rgba(0, 0, 0, .43);
  -moz-box-shadow: -1px 10px 28px -13px rgba(0, 0, 0, .43);
  box-shadow: -1px 10px 28px -13px rgba(0, 0, 0, .43);
  border-radius: 10px;
}

.col-sm-3.brand-logos {
  padding: 20px;
  text-align: center;
}

.brd-green {
  padding: 0px 25px 9px 25px;
}

.btn.btn-primary:hover {
  background: #a1c047 !important;
  border: 2px solid #205025 !important;
  color: #205025 !important;
  font-weight: 600;
}

.btn-primary {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.between {
  padding: 0px 5px;
}

/*------------------------------------------------------------------
      						icons
-------------------------------------------------------------------*/

.fa-solid.fa-cart-plus {
  font-size: 25px;
}

.fa-regular.fa-heart {
  font-size: 25px;
  color: #205025;
}

.fa-regular.fa-heart:hover {
  font-size: 25px;
  color: #a1c047;

}

.fas.fa-user {
  font-size: 25px;
  color: 205025;
}

.fas.fa-user:hover {
  font-size: 25px;
  color: #a1c047;
}

/*  */
.col-sm-2.brand-logos {
  padding: 20px;
  text-align: center;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #a1c047;
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

.dropdown-content a:hover {
  background-color: #a1c047;
  color: #205025 !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #205025;
  color: #ffffff !important;
}

.btn.btn-primary.bdr {
  background: transparent !important;
  color: #205025 !important;
}

.form-check-input:checked {
  background-color: #205025 !important;
  border-color: #a1c047 !important;
}

.green {
  color: #205025 !important;
  font-weight: bold !important;
}

.bg-light-box {
  background-color: #e2edd4 !important;
}

button.add.cart {
  background: transparent;
  border: transparent;
  color: #205025;
}

button.add.cart:hover {
  background: transparent;
  border: transparent;
  color: #a1c047;
}

.card-header.list-group-item.active.collapsed.greenone {
  background: #205025 !important;
}

a.list-group-item.collapsed {
  background: #a1c047;
}

a.list-group-item.bg-light-green.active.module_all {
  color: #205025 !important;
  background: #e2edd4 !important;
}

.count-badge {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  background: rgb(161 192 71);
  border-radius: 50%;
  float: inline-end;
  margin-top: -8px;
  width: 25px;
  height: 25px;
  margin-left: -4px;
  position: relative;
  z-index: 1;
  text-align: center !important;
  justify-content: center !important;
  display: flex;
}

span.count-badge.wishlist-badge.one.between {
  margin-left: -10px;
}

/* ========28-11-2023======= */
.accordion-button:focus {
  z-index: 3;
  border-color: #205025 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(161 192 71 / 28%) !important;
}

.accordion-button:not(.collapsed) {
  color: #205025 !important;
  background-color: #e5edcc47 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}

.form-check-input:focus {
  border-color: #acc549 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(220 234 156) !important;
}

.form-select:focus {
  border-color: #acc549 !important;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(220 234 156) !important;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #205025 !important;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #acc549 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(248 250 241) !important;
}

.text-end.price {
  width: 90px !important;
}

.text-end.quantity {
  width: 50px !important;
}

td.text-end.oder-prc {
  width: 90px !important;
}

td.text-end.shopping-prc {
  width: 90px !important;
}


/* out-of-stock-css-start */
.hovereffect {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: default;
}

.hovereffect .overlay {
  width: 115%;
  position: relative;
  padding-right: -5px !important;
  margin-left: -16px;
  margin-bottom: -32px;
}

.hovereffect img {
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 15px;
  background: rgb(220 81 44);
  padding: 8px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}


/* out-of-stock-css-end */

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #000;
  background-color: #a1c047 !important;
  border-color: #205025 !important;
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}

.fa-whatsapp:before {
  content: "\f232";
  margin-right: 10px !important;
  font-size: 18px !important;
  /* padding-top: 15px !important; */
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /* color: #ffffff !important; */
    /* background-color: #205125 !important; */
     border-color: #205025 #205025 #fff !important;
    /* font-size: 12px; */
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    /* font-size: 12px; */
    background: 0 0;
    color: #205125 !important;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs {
    border-bottom: 1px solid #205125 !important;
}


/* -------start-----only---for----mobile----view----footer---styling--- */
.p-3.mobile-footer {
  background-color: #f3f8ee !important;
}
nav.f-mobile {
  font-size: 12px;
}
/* --------end----only---for----mobile----view----footer---styling--- */
.collapse.show {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

/* .collapse {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
} */

#woolentor_psa_results_wrapper {
    top: 130px;
    position: absolute;
    background: #fff;
    z-index: 999;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
}
.woolentor_psa_inner_wrapper {
    padding: 8px 10px;
    max-height: 300px;
}
.woolentor_psa_inner_wrapper {
    overflow-y: auto;
    overflow-x: hidden;
}
.woolentor_psa_content {
    margin-left: 8px;
}
.woolentor_psa_content h3 {
  font-size: 16px;
  font-family: revert;
}
.woolentor_single_psa a {
    display: flex;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    align-items: center;
    text-decoration: none;
}
#woolentor_psa_results_wrapper .woolentor_psa_image img {
    max-width: 50px;
	height: 50px;
}
.woolentor_psa_content p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}
#woolentor_psa_results_wrapper .amount {
    font-size: 12px;
    font-family: "Verdana";
    margin: 0;
}

