/*------------------- developed by JJD front-end developer ------------------*/
/*-------------------------------Apr 2022--------------------------------*/
/*------------------- developed by JJD front-end developer ------------------*/
/*-------------------------------Dec 2020--------------------------------*/
.beforeHover {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s;
}
.afterHover {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.transition {
  transition: all 0.3s;
}
.cateWrap {
  width: 100%;
  display: flex;
  gap: 20px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  flex-wrap: wrap;
}
.cateSing {
  width: calc( (100% - (20px * 3) ) / 4 );
  display: flex;
  flex-direction: column;
}
.cateSingImg {
  width: 100%;
  height: 200px;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.cateSingImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.cateSingData {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.cateSingLink {
  color: #0E8E39;
  font-weight: 600;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  position: relative;
}
.cateSingLink:hover {
  color: #096026;
}
.cateSingLink:hover [class^="tl"] {
  left: 5px;
}
.cateSingLink [class^="tl"] {
  left: 10px;
  font-weight: 600;
  transition: all 0.3s;
  display: flex;
}
.cateSingHead {
  color: #18251C;
  font-size: 20px;
  font-weight: 600;
}
.cateSingCont {
  height: 45px;
  overflow: hidden;
  margin-bottom: 5px;
}
.cateSing:hover .cateSingImg img {
  transform: scale(1.1);
}
.proSing {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #E2EFE4;
  box-shadow: 0 0 6px 0px #0000001c;
  transition: all 0.3s;
}
.proSing .imgBlock {
  width: 100%;
  height: 240px;
  display: flex;
  background-color: #F3F8F4;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.proSing .imgBlockIn {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.proSing .imgBlockIn img {
  width: 100%;
  height: 100%;
  max-height: 90%;
  max-width: 90%;
  object-fit: contain;
  transition: all 0.3s;
}
.proSing .whishBlock {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #425147;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
}
.proSing .whishBlock.isActive {
  color: #ee5253;
}
.proSing .whishBlock.isActive span::before {
  content: "\e921";
}
.proSing .proCont {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 14px;
  color: #425147;
  font-weight: 500;
}
.proSing .proContHead {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: column;
}
.proSing .proContHeadIn {
  font-size: 18px;
  color: #18251C;
  font-weight: 600;
}
.proSing .proContRating {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.proSing .proContRating .priceBlock {
  font-size: 18px;
  color: #0E8E39;
  font-weight: 500;
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: flex-end;
}
.proSing .proContRating .priceBrkup {
  font-size: 13px;
  color: #485242;
  text-decoration: line-through;
}
.proSing .proContRating .proRating {
  width: auto;
  display: flex;
  gap: 5px;
  align-items: center;
}
.proSing .proCont .btnTwo {
  margin-right: auto;
}
.proSing:hover {
  box-shadow: 0 0 6px 0px #0000002e;
}
.proSing:hover .imgBlockIn img {
  transform: scale(1.1);
}
.proWrap {
  width: 100%;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: flex-start;
}
.proWrapL {
  width: calc( 25% - 25px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.proWrapLIn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E2EFE4;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 0 6px 1px #0000000d;
}
.proWrapR {
  width: 75%;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.proWrapRIn {
  width: 100%;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.proWrapR .proSing {
  width: calc( (100% - 50px) / 3);
}
.proCateHead {
  width: 100%;
  font-size: 16px;
  color: #1C311E;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F2F5F3;
}
.proCateWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.proCateBlock {
  font-size: 14px;
  font-weight: 500;
  color: #1C311E;
}
.proCateBlock .collapseHead {
  border-radius: 8px;
  padding: 3px 0 3px 15px;
  transition: all 0.3s;
  height: 41px;
}
.proCateBlock .collapseHead:hover {
  background-color: #ECFAF0;
  color: #0E8E39;
}
.proCateBlock .collapseBody ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.proCateBlock .collapseBody ul li {
  width: 100%;
  display: flex;
  padding: 10px 15px 10px 30px;
}
.proCateBlock.isActive .collapseHead {
  background-color: #ECFAF0;
  color: #0E8E39;
}
.proMWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 25px;
}
.proMSing {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 4px 1px #0000003b;
  font-size: 18px;
  font-weight: 400;
  color: #485242;
  line-height: 1.7em;
  gap: 30px;
  display: flex;
  transition: all 0.3s;
}
.proMSing .productBlock {
  width: 220px;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F3F8F4;
  position: relative;
}
.proMSing .productBlockImg {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 15px;
}
.proMSing .productBlockImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.proMSing .whishBlock {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #425147;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
}
.proMSingBlock {
  width: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 30px;
}
.proMSingBlock .headTxt {
  font-size: 22px;
  color: #1C311E;
  font-weight: 600;
}
.proMSingBlock .btnWrap {
  width: auto;
  display: flex;
  gap: 15px;
  align-items: center;
}
.proMSing:hover {
  box-shadow: 0 0 7px 1px #0000006b;
}
.proMSing:hover .productBlockImg img {
  transform: scale(1.1);
}
.proTSearch {
  width: auto;
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  gap: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #7E8E84;
}
.proTSearchBlock {
  width: 180px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #A1A89D;
  border-radius: 5px;
  background-color: #fff;
}
.proTSearchBlock input {
  width: 100%;
  border: none;
}
.proTSearchBlock [class^="tl"] {
  font-size: 18px;
}
.proTSearch select {
  width: 180px;
  min-height: 40px;
  border: 1px solid #A1A89D;
  border-radius: 5px;
  color: #7E8E84;
  font-size: 14px;
}
.proTSearch select:focus-visible {
  outline: none;
}
.proTab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  box-shadow: 0 0 6px 1px #00000017;
  margin-top: 20px;
}
.proTabRow {
  width: 100%;
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #F2F5F3;
  font-size: 16px;
  font-weight: 500;
  color: #18251C;
}
.proTabRow:last-child {
  border-bottom: 0;
}
.proTabRow.head {
  padding: 15px 30px;
}
.proTabCol {
  flex: 1;
  display: flex;
  align-items: center;
}
.proTabCol.lg {
  flex: 2;
}
.proTabCol select {
  border-radius: 5px;
  border: 1px solid #A1A89D;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.proTabCol select:focus-visible {
  outline: none;
}
.proTabCol.unit {
  gap: 50px;
}
.proTabCol.proBlock {
  color: #0E8E39;
  gap: 15px;
}
.proTabCol.proBlock .proBlockIn {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #F3F8F4;
  padding: 5px;
  flex: 0 0 auto;
}
.proTabCol.proBlock .proBlockIn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proTabIn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  border-bottom: 1px solid #F2F5F3;
}
.proTabIn .proTabRow {
  padding: 15px 0;
}
.proTabFoot {
  width: 100%;
  display: flex;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 400;
  color: #485242;
  justify-content: space-between;
}
.proTabFootNav {
  display: flex;
  align-items: center;
  gap: 15px;
}
.proTabFootNavIn {
  width: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.proTabFoot select {
  border-radius: 5px;
  border: 1px solid #A1A89D;
  padding: 3px 5px;
  cursor: pointer;
}
.proTabFoot select:focus-visible {
  outline: none;
}
.proTabFoot .inerBlock {
  width: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
.proTabFoot .inerBlock * {
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proTabFoot .inerBlock *.isActive {
  color: #0E8E39;
}
.proTabFoot .totPag {
  color: #425147;
  font-weight: 600;
}
.cateRespBtn {
  width: 20%;
  padding: 10px 30px;
  box-shadow: 0 0 7px 3px #0000002e;
  border-radius: 30px;
  background-color: #13bc4c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cateRespBtnWrap {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  gap: 15px;
}
.cateRespBtnWrap.isActive {
  display: flex;
}
.cateRespWrap {
  width: 35vw;
  position: fixed;
  left: -40vw;
  top: 0;
  height: 100vh;
  z-index: 101;
  overflow: hidden;
  overflow-y: scroll;
  transition: all 0.3s;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cateRespWrap.isActive {
  left: 0;
}
.cateRespSort {
  width: 35vw;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -50vh;
  background-color: #fff;
  height: auto;
  margin: auto;
  z-index: 101;
  overflow: hidden;
  overflow-y: scroll;
  box-shadow: 0 0 7px 3px #0000002e;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s;
  padding: 15px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.cateRespSort.isActive {
  bottom: 0;
}
.cateRespSort .singleSort {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  position: relative;
}
.cateRespSort .singleSort input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.cateRespSort .singleSort input:checked ~ span::after {
  opacity: 1;
}
.cateRespSort .singleSort span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #0E8E39;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cateRespSort .singleSort span::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0E8E39;
  left: auto;
  top: auto;
  opacity: 0;
  transition: all 0.3s;
}
.priceFltr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.priceFltr #slider-range {
  width: 100%;
}
.priceFltr p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
.priceFltr .btnOne {
  width: 100%;
}
.priceFltr span {
  border-color: #0E8E39 !important;
}
.priceFltr span.ui-state-focus {
  background-color: #13bc4c !important;
  color: #0E8E39 !important;
}
.priceFltr .ui-widget-header {
  background-color: rgba(14, 142, 57, 0.2) !important;
}
.ratingFilter {
  width: 100%;
  display: flex;
}
.ratingFilter ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
}
.ratingFilter ul li {
  width: 100%;
}
.ratingFilter [class^="single-rating"] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ratingFilter [class^="single-rating"] input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.ratingFilter [class^="single-rating"] input:checked ~ span::after {
  opacity: 1;
}
.ratingFilter [class^="single-rating"] span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #0E8E39;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ratingFilter [class^="single-rating"] span::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  left: auto;
  top: auto;
  background-color: #0E8E39;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.proSortSearch {
  width: calc( (100% - 25px) / 3);
  margin-left: auto;
  border: 1px solid #A1A89D;
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.proSortSearch input {
  border: 0;
  flex: 1;
  height: 100%;
  padding: 0px 15px;
  width: 100px;
  font-size: 14px;
  color: #A1A89D;
}
.proSortSearch .btnOne {
  border-radius: 0;
}
.proSortBlock {
  width: calc( (100% - 25px) / 3);
  display: flex;
}
.proSortBlock select {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #A1A89D;
  border-radius: 6px;
  color: #1C311E;
}
.proSortBlock select:focus-visible {
  outline: none;
}
