/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.light-style .menu .app-brand.demo { 
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 150px;
  height: 30px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}
.catalog_url a{
  word-break: break-word;
}
.catalogueMain.first-section-pt {
	padding-top: 5.2rem;
	position: relative;
}
.catalogueMainInner {
	position: relative;
	margin-bottom: 80px;
}
.catalogueMain.first-section-pt .catalogueMainInner img {
	width: 100%;
}
.mainBanner {
	width: 100%;
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.mainBanner > .mainBannerInner {
	display: table-cell;
	vertical-align: middle;
	background: rgba(108,109,113,0.3);
}
.mainBannerInner h2 {
	 font-family: Poppins, sans-serif;
	color: #333;
	font-size: 45px;
	line-height: 1.067em;
	letter-spacing: -1.125px;
	font-weight: 700;
}
.mainBannerInner p {
	  font-family: Poppins, sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}
.bannerBtn {
	text-align: center;
}
.bannerBtn a, .shortProductBtn {
	background: #b51019 !important;
	color: #fff !important;
	border: #b51019 solid 2px !important;
	font-family: Poppins, sans-serif;
	font-weight: 600 !important;
	font-size: 14px !important;
	padding: 17px 31px !important;
	border-radius: 4px !important;
}
.bannerBtn a:hover, .shortProductBtn:hover {
	background: #fff !important;
	border: #b51019 solid 2px !important;
	color: #b51019 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	padding: 17px 31px !important;
	background-color: transparent !important; 
}
.catalogueBackground {
	/* background: #efefef; */
	padding-bottom: 60px;
}
.shortProductContainer {
	position: relative;
	margin-bottom: 30px;
	/* border: #fff solid 1px;
	background: #fff; */
	padding: 15px;
	display: table;
	width: 100%;
}
.shortProductContainerInner {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.shortProductContainer img {
	width: 100%;
	transition: transform .2s;
}
.shortProductContainer img:hover {
	transform: scale(1.1);
}
.shortProductDetails h3 a, .shortProductDetails h3 {
	/* color: #fff; */
	color: #333;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	/* text-transform: uppercase; */
	margin-top: 20px;
	display: block;
	font-family: Poppins, sans-serif;
}
.catPriceDiv {
	justify-content: space-between;
}
.shortProductDetails p {
	color: #333;
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.05em;
}
/* .colorWhite {
	color: #fff;
} */
.bgWhite {
	background: #fff;
}
.shortProductBtn {
	background: #b51019 !important;
	color: #fff !important;
	border: #b51019 solid 2px !important;
	/* font-size: 16px !important; */
	text-transform: uppercase;
	font-family: Poppins, sans-serif !important;
	width: 48%;
	border-radius: 4px !important;
	/* height: 45px; */
}
.shortProductBtn:hover {
	background: #fff !important;
	color: #b51019 !important;
	border: #b51019 solid 2px !important;
}
.shortProductDetails {
	display: table;
}
.shortProductDetailsInner {
	display: table-cell;
	vertical-align: middle;
}
.shortProductPopBtn {
	background: #fff !important;
	color: #6c6d71 !important;
	border: #6c6d71 solid 1px !important;
}
#quoteForm .form-floating-outline .form-control:focus, #quoteForm .form-floating-outline .form-select:focus {
	border-color: #6c6d71 !important;
}
#quoteForm .form-floating > .form-control:focus ~ label, #quoteForm .form-floating > .form-control:focus:not(:placeholder-shown) ~ label, #quoteForm .form-floating > .form-select:focus ~ label, #quoteForm .form-floating > .form-select:focus:not(:placeholder-shown) ~ label {
	color: #6c6d71 !important; 
}

.product__carousel {
  display: block;
  margin: 1.5em 30px 3em 0;
}

.product__carousel .gallery-top {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 150%;
  min-height: 150%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
  color: #fb8197;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  -webkit-transition: border 0.15s linear;
  transition: border 0.15s linear;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #fb8197;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}
ul.navbar-nav {
	margin-left: auto;
}
.layout-navbar-fixed .layout-navbar {
	background: #fff;
}
.imgContainer {
	width: 100%;
	height: 560px;
	overflow: hidden;
}
.imgContainer img#images {
	object-fit: cover;
	height: 100%;
}
.shortDetailContainer h5 {
	color: #333;
	text-transform: uppercase;
	margin-top: 20px;
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.025em;
}
.shortDetailContainer h6, .shortDetailContainer > span {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .03em;
	text-transform: uppercase;
	display: block;
	font-family: Poppins, sans-serif;
	/* padding-bottom: 15px;
	border-bottom: #cacaca solid 1px; */
}
.shortDetailContainer strong {
	font-size: 16px;
	font-weight: 600;
 font-family: Poppins, sans-serif;
	color: #333;
	display: block;
	margin-bottom: 10px;
}
.shortDetailContainer p {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	font-family: Poppins, sans-serif;
	margin-bottom: 7px;
	line-height: 1.5;
}
#accordionContainer p {
	font-size: 14px;
}
.light-style .navbar.landing-navbar.navbar-active {
	box-shadow: 0 0.125rem 0rem rgba(58, 53, 65, 0.08) !important;
	border-radius: 0;
}
.footerInner {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footerColumns {
    flex: 0 1 auto;
	padding: 0 20px;
}
.footerBottomInner {
	padding: 0 30px;
}
.light-style .landing-footer .footer-title {
	color: #1c1b1b !important;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
	letter-spacing: 2px;
}
.light-style .landing-footer .footer-link, .light-style .landing-footer .footer-text, a.widget-about-call, p.widget-about-title {
	color: #666 !important;
	font-weight: 300;
	font-size: 13px;
	font-family: Poppins, sans-serif;
}
a.widget-about-call:hover {
	color: #b51019 !important;
}
.landing-footer .footer-top {
	font-family: Poppins, sans-serif;
  background: #f8f8f8 !important;
}
.maxW320 {
	flex-basis: 380px;
}
.footerColumns input[type="email"] {
	border: #dbdbdb solid 1px;
	height: 40px;
	color: #fb8197;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 300;
}
.footerColumns input[type="email"]:focus {
	outline: none;
}
.footerColumns input[type="submit"] {
	border: none;
	background: #fb8197;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 600;
	transition: transform .2s;
}
.footerColumns input[type="submit"]:hover {
	background: #000;
}
.landing-footer .footer-bottom {
	/* background-color: #efefef !important; */
	background-color: #f8f8f8 !important;
}
.footerInner .bg-primary {
	background-color: #fb8197 !important;
}
.catalogueBack a, .catalogueBack a:hover {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
}
.catalogueBreadcrumb a, .catalogueBreadcrumb a:hover {
	color: #666;
}
.shortDetailContainer h5 span {
	float: right;
}
.shortDetailContainer h5 span a, .shortDetailContainer h5 span a:hover {
	color: #b51019;
}
@media (max-width: 1440px) {
	.imgContainer {
		height: 400px;
	}
}
@media (max-width: 1280px) {
	.imgContainer {
		height: 360px;
	}
}
@media (max-width: 1200px) {
	.imgContainer {
		height: 280px;
	}
}
@media (max-width: 991px) {
	.mainBanner > .mainBannerInner {
		padding: 30px 0;
	}
	.mainBannerInner h2 {
		font-size: 30px;
	}
	.mainBannerInner p {
		font-size: 16px;
	}
	.bannerBtn .mt-5 {
		margin-top: 0rem !important;
	}
	.footerInner {
		padding: 0;
	}
	.maxW320 {
		flex-basis: 370px;
	}
}
@media (max-width: 480px) {
	.maxW320 {
		margin-top: 40px;
	}
	.navbar.landing-navbar.px-3 {
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}
	.footerColumns {
		padding: 0 0px;
	}
	.catalogueMainInner {
		min-height: 210px;
	}
	.shortProductBtn {
		font-size: 12px !important;
		/* padding: 0 !important; */
		margin-bottom: 20px;
	}
	.shortProductContainer {
		padding-right: 0;
		padding-left: 0;
	}
	.imgContainer {
		height: 440px;
	}
}




.row.main_row_card {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    width: 100%;
}
.row.main_row_card .cards_Dashboard{
	width: 100%;
}

.row.main_row_card .cards_Dashboard .card-body .products_headings {
	margin: 30px 0 10px;
}

.row.main_row_card .cards_Dashboard .card-body {
	padding: 32px 25px;
}

.card.card-border-shadow-primary:hover::after {
	border-bottom-color: none;
}
.card.card-border-shadow-primary::after {
	border: none;
}

.content-wrapper .card-body .card .p-2 .col-md-6{
	width: 100%;
}
.content-wrapper .card-body .card .p-2 .col-md-6 .main-image .img-fluid{
	width: 100%;
}

.content-wrapper .card-body .accordion {
	margin-top: 45px;
}

#chapterOne .accordion-body .form-check{
	padding-left: 0;
}
#chapterOne .accordion-body .form-check p span{
	float: right;
}

.content-wrapper .card-body .products_head {
	font-weight: 500;
}
span.orignalprice {
	font-size: 16px;
	color: #b51019;
  text-decoration: line-through;

}

.prices {
		padding-bottom: 15px;
   border-bottom: #cacaca solid 1px;
  margin-bottom: 15px;
}
.offerprice{
	font-size: 14px;
  color: #0a8000;
}
.shortDetailContainer span.orignalprice {
	font-size: 30px;
	font-weight: 700;
}
.shortDetailContainer .offerprice {
	font-size: 26px;
}

#accordionContainer .cardOuter {
  margin-bottom: 20px;
  border: 0;
}

#accordionContainer .cardOuter .cardInner {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
  
}

#accordionContainer .cardOuter .cardInner .btn-header-link {
  display: block !important;
  text-align: left;
  background: #b51019;
  color: #fff;
  padding: 5px 20px;
  position: relative;
  border-bottom: #b51019 solid 1px;
}
#accordionContainer .cardOuter .cardInner .btn-header-link strong {
	color: #fff;
}
#accordionContainer .cardOuter .cardInner .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 7px;
}

/* #accordionContainer .cardOuter .cardInner .btn-header-link.collapsed {
  background: transparent;
}
 */
#accordionContainer .cardOuter .cardInner .btn-header-link.collapsed:after {
  content: "\f106";
}

#accordionContainer .cardOuter .collapsing {
  /* background: #fff; */
  line-height: 1.2;
  padding: 15px 20px;
}

#accordionContainer .cardOuter .collapse {
  border: 0;
}

#accordionContainer .cardOuter .collapse.show {
  background: transparent;
  line-height: 1.2;
  color: #222;
  padding: 15px 20px;
  border: #cacaca solid 1px;
  margin-top: -1px;
}
.cardInner strong {
	margin-bottom: 0 !important;
}
.cardInner .detailProduct p {
	font-size: 15px;
}
.searchIconImg img {
	max-width: 30px;
}
.searchIconImg {
	padding: 6px;
	border: #ddd solid 1px;
	border-radius: 4px;
	box-shadow: 0 .25rem .625rem #2e263d33;
	cursor: pointer;
}
.hideBeforeClick {
	display: none;
}

/* List view styles */
        .list-view tbody tr {
            display: table-row;
        }
        .list-view tbody td {
            padding: 8px;
            text-align: left;
            font-size: 13px;
        }

        /* Grid view styles */
        .grid-view tbody {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .grid-view tbody tr {
              display: inline-block;
            width: 23%; /* Adjust the size of each card */
            margin-bottom: 40px;
            box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
            cursor: pointer;
            margin: 10px;
            border-radius: 10px;
					  text-align: center;
        }
        .grid-view tbody td {
            border: 1px solid #ddd;
            padding: 10px;
            text-align: center;
            display: block;
        }
        .grid-view tbody td:nth-child(1) {
            font-weight: bold;
			padding: 0;
			height: 0;
        }
		.grid-view tbody tr.activeTr td {
			height: auto;
		}
		.grid-view tbody td:nth-child(1) input[type="checkbox"] {
			opacity: 0;
			width: 0;
			height: 0;
		}
		.grid-view tbody td {
			position: relative;
		}
		tr.parent .btn-outline-primary, tr.parent .btn-outline-primary:hover {
			background: #1f7f77 !important;
			border: none !important;
			color: #fff !important;
			border-radius: 100%;
			width: 20px;
			height: 20px;
			line-height: 18px;
			margin-left: 10px;
		}
		.grid-view tbody tr.parent .btn-outline-primary {
			position: absolute;
			width: 100%;
			left: 0;
			height: 40px;
			border: #1f7f77 solid 1px;
			background: #1f7f77;
			color: #fff;
			z-index: 1;
			border-radius: 0;
			margin-left: 0px;
		}
		.grid-view tbody tr .btn-outline-primary span {
			display: inline-block !important;
		}

        /* Hide headers in Grid View */
        .grid-view thead {
            display: none;
        }

.attributes {
  display: none;
}
.grid-view tr{
  background: #fff;
  transition: transform .4s;
  padding: 0 !important;
  border: #ccc solid 1px;
  border-radius: 4px;
}
.grid-view .attributes{
  display: inline-block;
  color: #000;
  font-size: 14px;
}
.grid-view tr td{
  border: none;
  padding: 0.5rem 0 0 0;
  text-align: center;
  display: block; 
  font-size: 14px;
  color: #1f7f77;
  font-weight: 400;
}

.grid-view tr td >.img-fluid {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

#example.grid-view tr td{
	/* text-align: left;  */
	  padding-left: 10px;
}
.grid-view tr td.productimg{
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative !important;
  padding: 0px !important;
  border-radius: 10px 10px 0px 0px !important;
}



.grid-view tr td.productname{
 /* font-family: "Abhaya Libre", serif; */
  /* color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: .5rem; */
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: .5rem;
}
.grid-view tr td.productname .product-source{
width: 50%;
  font-size: 12px;
}
.grid-view tr td span.user-price {
	 color: #000; 
	font-weight: 300;
}
.grid-view tr {
	padding-bottom: 20px !important;
}
.grid-view tr:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background: #fff;
  /* padding: 20px !important;*/ 
  transition: transform .4s;
  border: #ccc solid 1px;
  border-radius: 4px;
} 
@media (max-width: 991px) {
	.grid-view tbody tr {
		width: 32%;
	}
}
@media (max-width: 767px) {
	.grid-view tbody tr {
		width: 49%;
	}
}
@media (max-width: 450px) {
	.grid-view tbody tr {
		width: 100%;
	}
}


#producttable.list-view .product-name{
	display: flex;
}

#producttable.grid-view .product-name img.rounded-2{
	width: 100% !important;
  height: 100% !important;
  object-fit: cover;
 /* border-radius: 0rem !important;*/
}
#producttable.grid-view .product-name .avatar-wrapper{ 
	margin-right:0px !important;
}

#producttable.grid-view .product-name .productimg{
	width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative !important;
  padding: 0px;
  border-radius: 10px 10px 0px 0px !important
}
#producttable.grid-view .productuserid, #producttable.grid-view .hideingrid{
	display: none;
}

#producttable.grid-view .product-name .imagespace{
	margin-top: 25px;
	/* text-align: start;
  padding-left: 20px; */
}
#producttable.grid-view.sellpriceup .product-name .imagespace{
margin-bottom: 10px;
}
#producttable.grid-view .product-name .imagespace .nameparoduct{
	color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: .5rem;
}
#producttable.grid-view tr > td.tdtextalign{
	text-align: center !important;
  /* padding-left: 20px;	
  padding-right: 20px;*/	
}

#producttable.grid-view tr > td.tdtextalign span.attributes{
	color: #000;
	  font-size: 14px;
	  font-weight: 400;
}
#producttable.grid-view tr > td.tdtextalign span.user-price{
font-size: 14px;
}
.card-datatable.productlisting {
	padding: 15px;
}
#addonsModal .modal-dialog{
	max-width: 40%;
  width: 40%;
}

#producttable tr {
	position: relative;
	border-radius: 10px;
  text-align: center;
}
#producttable tr.outsystem-red, #example tr.outsystem-red {
	  border: 2px solid #ff1b1bb2;
	  box-shadow: 0px 1px 5px 1px #ff1b1b17;
	  background: #ff1b1b0a;
}

#producttable tr.insystemg, #example tr.insystemg {
	  border: 2px solid #0080007d;
	box-shadow: 0px 1px 5px 1px #0080002b;
	  background: #0080000a;
}
#producttable.grid-view tr td.checkboxOuter {
	position: absolute !important;
	padding-top: 0px !important;
	z-index: 1;
	text-align: right !important;
	top: 0px;
	right: 0px;
}
#producttable tr td.noPaddingTop {
	padding-top: 0px !important;
}
#producttable tr td.hideBeforeClick {
	display: none;
}

.checkbox.style-e {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-e input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark {
  background-color: #207e7b;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark:after {
  left: 21px;
}
.checkbox.style-e:hover input ~ .checkbox__checkmark {
  background-color: #bbd5cd;
}
.checkbox.style-e:hover input:checked ~ .checkbox__checkmark {
  background-color: #207e7b;
}
.checkbox.style-e .checkbox__checkmark {
  position: absolute;
  top: -13px;
  left: 0;
  height: 22px;
  width: 40px;
  background-color: #bbd5cd;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
.checkbox.style-e .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.25s ease;
}
.grid-view .noPaddingTop .product-source {
  width: 50%;
}

.menu-vertical .menu-sub>.menu-item>.menu-link::before{
	content: "";
  height: 11.67px;
  width: 11.67px;
  border-radius: 50rem;
  position: absolute;
  left: 1.55rem;
  border: 1px solid #89868d;
}

.menu-vertical .menu-item .menu-link{
	font-size: .9775rem !important;
  letter-spacing: .15px !important;
}

.menu-sub .menu-item.open .menu-sub{
	padding-left: 11px;
}
a.priceUpdations {
	color: #fff !important;
	background: #207e7b;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	margin-top: 5px;
	line-height: 26px;
}
.grid-view a.priceUpdations {
	color: #fff !important;
	background: #207e7b;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	margin-top: 5px;
  margin-right: 5px
	line-height: 26px;
	  align-content: center;
}

.content-wrapper{
	margin-top: 65px;
}
@media (max-width: 1280px) {
	.shortProductContainer {
		padding: 0;
	}
}


#producttable th.hideable,
#producttable td.hideable {
  display: table-cell;
}

/* grid mode: hide them */
#producttable.grid-view th.hideable,
#producttable.grid-view td.hideable {
  display: none;
}

/* list mode: force-show them (in case any script had hidden them) */
#producttable.list-view th.hideable,
#producttable.list-view td.hideable {
  display: table-cell;
}
#producttable.list-view .show-all-btn{
  display: none !important;
}
#producttable.list-view .control.hideingrid{
    display: none !important;
}
.grid-view .text-center.nothideable {
	display: initial;
	padding: 5px;
	padding-top: 30px;
}
.searchForm {
  display: none;
}

/* ********************************************************************************************************************************** */

footer.landing-footer .footer-top h3.widget-title,
footer.landing-footer .footer-top .widget h4.widget-title {
    /* padding: 0 0 0.6rem 0; */
    margin-bottom: 1.6rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-transform: capitalize;
    color: #333;
    border: none;
    cursor: text;
}

footer.landing-footer .footer-top ul.widget-body {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer.landing-footer .footer-top ul.widget-body li {
    line-height: 1.2;
    margin-bottom: 15px;
}

footer.landing-footer .footer-top ul.widget-body li a {
    color: #666;
}

footer.landing-footer .footer-top ul.widget-body li:hover a {
    color: #b51019;
}

footer.landing-footer .footer-top .widget-about-call.text-dark {
    display: block;
    color: #333 !important;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.9rem;
}
#example {
	text-align: center;
}
#example .grid-view tr.parent {
position: relative;
  border-radius: 10px;
  text-align: center;
  background: #fff;
    background-color: rgb(255, 255, 255);
  transition: transform .4s;
  padding: 0 !important;
    padding-bottom: 0px;
  border: #ccc solid 1px;
}

 #example .grid-view tr td.productimg{
 	width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative !important;
  padding: 0px;
  border-radius: 10px 10px 0px 0px !important;
}
#example .grid-view tr td.productname{
	margin-top: 10px;
}
  #example.grid-view td.hideable {
  display: none;
}
 #example.grid-view .nothideable{
  display: initial;
  padding: 5px;
  padding-top: 30px;
}
.listlogs {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 15px;
    gap: 15px;
}


.featured-tag-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #f44336; /* red or use your theme color */
  color: white;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 4px;
  z-index: 1;
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.featured-tag-badge {
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
}

.new-arrivals {
    background-color: green; /* Green for "New arrivals" */
}