@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

.df {
  display: flex;
}

.tac {
  text-align: center;
}

.aic {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.fww {
  flex-wrap: wrap;
}

.mt_150 {
  margin-top: 150px;
}

.mt_110 {
  margin-top: 110px;
}

.bg_wt {
  background-color: #fff;
  padding         : 20px;
  border-radius   : 10px;
}

input:focus,
input:focus-visible {
  outline: none;
}

@media screen and (max-width: 992px) {
  .mt_150 {
    margin-top: 100px;
  }
}

title {
  font-size  : 47px;
  font-weight: 700;
  line-height: 56.4px;
  color      : #0f172a;
}

.reload {
  background-color: transparent;
  border          : none;
}

.error_sms {
  color    : red;
  font-size: 12px;
  display  : none;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  box-shadow   : inset 0 0 5px grey;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background   : #02955f;
  border-radius: 10px;
}

.paynow_modal button {
  width                : 40%;
  height               : 50px;
  border-radius        : 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius   : 6px;
  -ms-border-radius    : 6px;
  -o-border-radius     : 6px;
  color                : #fff;
  font-size            : 14px;
  font-weight          : 600;
}

.paynow_modal .g_bg_lg {
  background      : linear-gradient(#6ce096, #448a68 150%);
  background-color: transparent;
  border          : none;
  color           : #fff;
}

.paynow_modal .cancel {
  border          : 1px solid #349256;
  color           : #000;
  background-color: transparent;
}

.page_title p {
  display    : flex;
  align-items: center;
  flex-wrap  : wrap;
  gap        : 8px;
}

.page_title p span {
  font-size  : 14px;
  font-weight: 500;
  line-height: 21.6px;
  color      : #666;
}

.page_title p svg {
  color: #666;
}

.page_title p span.active {
  color: #010101;
}

.filter .filter_layer .category h5 {
  font-size: 14px;
  margin   : 0;
}

.filter .filter_layer .category .accordion {
  overflow     : hidden;
  max-height   : 350px;
  overflow-y   : auto;
  padding-right: 10px;

  &:nth-child(1) {
    margin-bottom        : 5px;
    border-bottom        : 1px solid #ccc;
    padding              : 0 0 10px 0;
    border-radius        : unset;
    -webkit-border-radius: unset;
    -moz-border-radius   : unset;
    -ms-border-radius    : unset;
    -o-border-radius     : unset;
  }

  &:last-child {
    margin-bottom: 5px;
    border-bottom: none;
    padding      : 0;
  }
}

.filter .filter_layer .category .accordion::-webkit-scrollbar {
  width: 2px;
}

.filter .filter_layer .category .accordion::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.filter .filter_layer .category .accordion::-webkit-scrollbar-thumb {
  background: #888;
}

.filter .green_full_bg {
  position: absolute;
  left    : 140px;
  top     : 200px;
  z-index : -1;
}

.filter h3 {
  padding        : 20px 20px 10px 20px;
  font-size      : 20px;
  font-weight    : 600;
  line-height    : 28px;
  color          : #17181a;
  border-bottom  : 1px solid #ccc;
  display        : flex;
  justify-content: space-between;
  align-items    : end;
}

.filter h3 span {
  font-size  : 14px;
  font-weight: 500;
  line-height: 21.6px;
  color      : green;
}

/* .filter .category {
  padding: 12px;
} */

.filter .category input {
  border-radius: 6px;
  border       : 1px solid #e4e5e8;
  width        : 100%;
  padding      : 6px 10px;
  background   : #fff;
  margin-top   : 20px;
  color        : #9199a3;
  font-size    : 12px;
  height       : 40px;
}

.filter .category input::placeholder {
  color      : #9199a3;
  font-weight: 400;
}

.filter .category .accordion {
  margin-top: 20px;
}

.filter .filter_layer .category .accordion {
  overflow     : hidden;
  max-height   : 350px;
  overflow-y   : auto;
  padding-right: 10px;
}

.filter .category .accordion .rmthcsbsclphaf {
  font-size    : 13px;
  font-weight  : 500;
  line-height  : 29.75px;
  color        : #1e1e1e;
  cursor       : pointer;
  display      : flex;
  align-items  : center;
  gap          : 15px;
  margin       : 0;
  margin-bottom: 10px;

}

.filter .category .accordion .rmthcsbsclphaf.active {
  color: green;
}

.filter .category .accordion .accordion-item {
  border          : none;
  background-color: transparent;
  margin          : 0;
  margin-bottom   : 10px;

}



.filter .filter_layer .category .accordion:nth-child(8n+1) {
  margin-bottom        : 5px !important;
  border-bottom        : 1px solid #ccc !important;
  padding              : 0 0 10px 0 !important;
  border-radius        : unset !important;
  -webkit-border-radius: unset !important;
  -moz-border-radius   : unset !important;
  -ms-border-radius    : unset !important;
  -o-border-radius     : unset !important;
}

.filter .category .accordion .accordion-item .accordion-button {
  padding           : 0;
  font-size         : 13px !important;
  gap               : 15px;
  font-weight       : 600;
  font-size         : 15px;
  background-color  : transparent;
  /* &              :not(.collapsed)::after {
		 background-image : url("../images/minus.png") !important;
	}
	 */
}

.filter .category .accordion .accordion-item .accordion-button:not(.collapsed) {
  color           : #000;
  background-color: transparent;
  box-shadow      : none;
}

.filter .category .accordion .accordion-item .accordion-button:focus {
  z-index   : 3;
  outline   : 0;
  box-shadow: none;
}

.filter .category .accordion .accordion-item .accordion-button::after {
  /* background-image: url("../images/plus.png") !important;
	 */
  /* margin-left : unset;
	 */
  background-size: 14px;
  position       : relative;
  right          : 10px;
}

.filter .category .accordion .accordion-item .accordion-body {
  padding     : 0;
  padding-top : 10px;
  padding-left: 40px;
}

.recently_added .sec_title {
  text-align   : center;
  font-size    : 34px;
  font-weight  : 700;
  position     : relative;
  left         : 175px;
  line-height  : 52.4px;
  color        : #0f172a;
  margin-bottom: 20px;
}

.recently_added .page_show {
  font-size    : 22px;
  font-weight  : 600;
  line-height  : 28px;
  color        : #17181A;
  margin-bottom: 20px;
  margin-left  : 20px;
}

.recently_added .all_products {
  gap              : 16px;
  display          : flex;
  flex-wrap        : wrap;
  /*justify-content: center;*/
}

.recently_added .all_products .product_cards {
  width           : 220px;
  border-radius   : 6px;
  background-color: #ffffff3b;
  text-decoration : none;
  border          : 1px solid #fff;
  z-index         : 1;
  cursor          : pointer;
  overflow        : hidden;
  /*flex-grow     : 1;*/
}

.recently_added .all_products .product_cards .product_img {
  position: relative;
  height  : 188px;
  overflow: hidden;
  display: block;
}

.recently_added .all_products .product_cards .product_img img {
  width : 100%;
  height: 100%;
}

.recently_added .all_products .product_cards .product_img svg {
  position: absolute;
  right   : 10px;
  top     : 10px;
  color   : #F13434;
  z-index: 100;
}

.recently_added .all_products .product_cards .product_details {
  padding: 10px;
}

.recently_added .all_products .product_cards .product_details .place,
.recently_added .all_products .product_cards .product_details .date {
  font-size    : 14.2px;
  font-weight  : 400;
  margin-bottom: 8px;
  line-height  : 17.6px;
  color        : #94a3b8;
}


.recently_added .all_products .product_cards .product_details :where(.place, .date) svg {
  margin-right: 5px;
}

.recently_added .all_products .product_cards .product_details .productname {
  font-size    : 14px;
  font-weight  : 500;
  line-height  : 22px;
  color        : #2c2c2c;
  min-height   : 36px;
  margin-bottom: 0px;
}

.recently_added .all_products .product_cards .price {
  font-size    : 21px;
  font-weight  : 600;
  line-height  : 32.68px;
  color        : #2c2c2c;
  margin-bottom: 0px;
}

.author_info {
  display: flex;
  gap    : 15px;
}

.author_info img {
  width        : 55px;
  height       : 55px;
  border-radius: 50%;
}

.author_info .authoe_name {
  font-size     : 16px;
  font-weight   : 600;
  color         : #0f172a;
  /* line-height: 37.04px;
	 */
  margin        : 0;
}

.author_info .author_place {
  font-size  : 12px;
  font-weight: 500;
  line-height: 13.03px;
  margin     : 0;
}

.author_info .author_view a {
  font-size      : 14px;
  font-weight    : 500;
  line-height    : 24.03px;
  color          : #007aff;
  text-decoration: none;
}

.filter_products {
  position: relative;
}

.filter_products .sortby .dropdown {
  position: absolute;
  right   : 3%;
  top     : 0;
}

.filter_products .sortby .dropdown button {
  font-size            : 14px;
  height               : 35px;
  width                : 120px;
  display              : flex;
  gap                  : 10px;
  background           : linear-gradient(#6ce096, #448a68 150%);
  background-color     : transparent;
  border               : none;
  border-radius        : 6px;
  -webkit-border-radius: 11px;
  -moz-border-radius   : 6px;
  -ms-border-radius    : 6px;
  -o-border-radius     : 6px;
}

.filter_products .sortby .dropdown button::after {
  display: none;
}

.filter_products .filter_products_section {
  display : flex;
  gap     : 10px;
  position: relative;
}

.filter_products .filter_products_section .navbar-toggler {
  border: none;
}

.filter_products .filter_products_section .navbar-toggler:focus-visible,
.filter_products .filter_products_section .navbar-toggler:focus {
  outline   : none;
  box-shadow: none;
}

.filter_products .filter_products_section .collapsing {
  display: none;
}

.filter_products .filter_products_section .navbar-collapse {
  flex-grow: 2;
}

.filter_products .filter_products_section .green_half_bg {
  position: absolute;
  right   : 0;
  top     : 500px;
  z-index : -1;
}

.filter_products .filter_products_section .filter {
  width                : 22%;
  position             : sticky;
  top                  : 0;
  height               : 100%;
  border               : 1px solid #fff;
  border-radius        : 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius   : 12px;
  -ms-border-radius    : 12px;
  -o-border-radius     : 12px;
}

.recently_added {
  width: 78%;
}

.recently_added .page_title {
  margin-left: 20px;
}

/* Login -- End */
/* Contact Us -- Start */
.contact_us {
  background-image : url("../images/search_page_bg.png");
  background-repeat: no-repeat;
  background-size  : 100%;
}

.contact_us h3 {
  font-size  : 42px;
  font-weight: 700;
  line-height: 56.4px;
  color      : #0f172a;
}

.contact_us .get_in_touch {
  background-color: #fff;
  border-radius   : 10px;
  padding         : 60px;
  margin-top      : 10px;
}

.contact_us .get_in_touch .row .left_side {
  display        : flex;
  flex-direction : column;
  justify-content: center;
}

.contact_us .get_in_touch .row .left_side h2 {
  font-size  : 48px;
  font-weight: 700;
  line-height: 63.39px;
  text-align : left;
}

.contact_us .get_in_touch .row .left_side h2 span {
  color: #02955f;
}

.contact_us .get_in_touch .row .right_side label {
  width: 100%;
}

.contact_us .get_in_touch .row .right_side .name,
.contact_us .get_in_touch .row .right_side .email,
.contact_us .get_in_touch .row .right_side .phone_no {
  margin-bottom: 30px;
  position     : relative;
}

.contact_us .get_in_touch .row .right_side .name span,
.contact_us .get_in_touch .row .right_side .email span,
.contact_us .get_in_touch .row .right_side .phone_no span {
  position: absolute;
  left    : 0;
  bottom  : -20px;
}

.contact_us .get_in_touch .row .right_side input {
  border       : 1px solid #afafaf !important;
  border-radius: 6px;
  font-size    : 14px;
  height       : 50px;
  width        : 80%;
  padding      : 0 10px;
}

.contact_us .get_in_touch .row .right_side .mail_call_us {
  display   : flex;
  margin-top: 40px;
  flex-wrap : wrap;
}

.contact_us .get_in_touch .row .right_side .mail_call_us label {
  color      : Grey;
  font-size  : 16px;
  font-weight: 600;
  line-height: 19.2px;
}

.contact_us .get_in_touch .row .right_side .mail_call_us a {
  color          : #000;
  text-decoration: none;
  width          : fit-content;
  height         : 50px;
  border         : 1px solid #afafaf;
  display        : inline-flex;
  align-items    : center;
  border-radius  : 6px;
  padding        : 0 10px;
  margin-top     : 10px;
  font-size      : 14px;
  gap            : 20px;
}

.contact_us .get_in_touch .row .right_side button {
  background      : linear-gradient(#6ce096, #448a68 150%);
  background-color: transparent;
  border          : none;
  border-radius   : 6px;
  color           : #fff;
  font-size       : 14px;
  width           : 80%;
  height          : 50px;
}

/* Contact Us -- End */
.terms_conditions h4 {
  background-color: #f3f3f3;
  height          : 40px;
  padding         : 10px;
  font-size       : 17px;
}

#reportModel .reports-comments #comments {
  width : 100%;
}

.select2-container {
  width  : 100% !important;
  z-index: 9999;
}

.select2-container--open .select2-dropdown {
  left : 12px !important;
  width: 466px !important;
}