:root {
    --bs-body-color: #ffffff;
}
html:after{
	display: none;
}
.heading-text-table {
    white-space: nowrap;
    text-overflow: clip;
    font-weight: bold;
}
/*.btn-buy{}*/
.text-product-line {
    text-overflow: ellipsis;
    max-width: 100%;
    display: flex;
    font-weight: 500;
    position: relative;
    z-index: 0;
    align-items: center;
    /* justify-content: space-between; */
}
.text-product-line>a:first-of-type {
    max-width: calc(100% - 24px);
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
	transition-duration: 0.2s;
}


.hover-full:hover a:first-child {
    max-width: max-content;
}
.cat-badge{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 100%;
}
.cat-badge:not(:last-child) {
    margin-bottom: 2px;
}
.text-product-line.hover-full-active {
    width: auto;
	overflow: visible;
}
.text-product-line .badge{
	
	position: absolute;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	left: -5px;
	top: -5px;
	display: block;
    z-index: -1;
	
}
.card-product-header {
    border-width: 0px 0px 2px 0px;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    z-index: 11 !important;
}

.small-title {
    display: block;
    font-size: 10px;
    /*text-align: ce;*/
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.card-product-element:hover {
    z-index: 100;
    position: relative;
}


img.why-is-better{
	max-width:100%;
	}


@media (min-width:1200px){
	.small-title{
		display: none;
	}
	.card-product-element:not(:last-child){
		border-width: 0px 0px 1px 0px;
		border-color: rgba(255, 255, 255, 0.3);
		border-style: solid;
	}
}


.niches {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.niches i {
    margin: 3px 2px;
    font-size: 18px;
}

.niches_show{
	text-align: left;
	}
.niches_show .col{
	padding: 5px;
	cursor: pointer;
	}
.niches_show .col i{
	margin-right: 10px;
	}
.price_filter_button{
    display: inline-block;
    background-color: #3cd2a5;
    color: #000;
    border-radius: 50%;
    padding: 2px;
    margin-left: 2px;
	}
.price_filter_button i{
	cursor: pointer;
	}
.price_filter_button .dropdown-menu{
	transform: translate3d(5px, 35px, 0px)!important;
    width: auto!important;
    inset: 0px auto auto 0px!important;
	}


.app-header .menu .menu-item .menu-link .menu-badge {
    position: absolute;
    background: 0 0;
    width: 14px;
    height: 14px;
    top: .3rem;
    border-radius: 6px;
    right: 0.6rem;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 500;
}
.card-product-element .options:not(:last-child){
	margin-bottom: 1rem;
}

.nichename {
   
    font-size: 18px;
}
.nichename i{
	margin-right: 0.3rem;
}

@media (max-width: 991px){
	.options .select-niches:not(:first-child) {
		/* border-top: 5px solid rgba(255,255,255,.3);
		
		padding-top: 1rem; */
		
	}
	.options .select-niches:first-child{
		
	}
	.options .select-niches {
		position: relative;
		padding: 0.7rem;
		background-color: rgba(255,255,255,.09);
		border-radius: 0.3rem;
	}
	.options .select-niches::before {
		/* content: '';
		position: absolute;
		
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		z-index: -1;
		border-radius: 0.3rem !important; */
	}
}
.toasts-container {
    z-index: 50;
}
.mx-h-cart{
	max-height: 60vh;
	overflow-y: auto;
}

.header-cart .dropdown-menu{
	width: 450px;
	
}
.error-page {
    min-height: 85vh;
}
.icon-fastcart{
	font-size: 28px;
}
.fastcart{
	position: relative;
}
.full-loading-anim {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.2);
    z-index: 10;
}

.select-niches[data-cart-id] input:disabled,
.select-niches[data-cart-id] select:disabled {
   
    background-color: rgb(236 236 236 / 23%);
}

.filters {
    position: relative;
    z-index: 12;
}
.column-3 .tooltip{
	min-width: 200px;
}
@media (max-width: 460px){
	.filter-items .dropdown-menu{
		width: 100% !important;
	}
}

.filter-items input[type='checkbox']:checked+label,
.filter-items input[type='radio']:checked+label{
	background-color: var(--bs-theme);
	color: #000;
}

.filter-items .btn-outline-theme:hover {
    /* background-color: inherit; */
    color: var(--bs-theme);
    border-color: var(--bs-theme);
    background-color: var(--bs-btn-bg);
}

.filters .irs {
    display: none;
}


.text-normal {
    font-weight: 300;
    font-size: 14px;
    position: relative;
    top: -2px;
    z-index: -1;
}


[class^=column]{
	display: inline-block;
}
.column-1 {
    width: 8%;
}
.column-2 {
    width: 6%;
}
.column-3 {
    /*width: 13%;*/
    width: 17%;
}
.column-4 {
    width: 5%;
}
.column-5 {
    /*width: 8%;*/
    /*width: 7.5%;*/
    width: 6.5%;
}
.column-6 {
    /*width: 7%;*/
    width: 6.5%;
    text-align: center;
}
.column-7 {
    /*width: 7%;*/
    width: 6%;
}
.column-8 {
    /*width: 10%;*/
    width: 9.5%;
}
.column-9 {
    /*width: 9%;*/
    width: 8.5%;
}
.column-10 {
    /*width: 10%;*/
    width: 9.5%;
}
.column-11 {
    /*width: 8%;*/
    width: 9%;
}
.column-12 {
    /*width: 9%;*/
    width: 8.5%;
}

@media (min-width: 1320px){
	.column-3 {
		width: 17.5%;
	}
	.column-7 {
		width: 5%;
	}
	.column-8 {
		width: 8%;
	}
	.column-11 {
		/*width: 10%;*/
		width: 11%;
	}
}

@media (max-width: 1020px){
	.column-1{
		order: 9;
		margin-top: 1rem;
		margin-bottom: 0.6rem;
		width: 100%;
	}
	.column-3 {
		/*width: 25%;*/
		width: 35%;
	}
	.column-11{
		width: calc(100% / 3);
	}
	.column-12{
		width: calc(100% / 3);
	}
	.column-5{
		width: calc(100% / 3);
	}
	.column-8 {
		width: 14%;
	}
	.column-4 {
		width: 7%;
	}
	.column-6 {
		width: 8%;
	}
	.select-option{
		order: 10;
	}
}
@media (max-width: 768px){
	.column-2 {
		width: 16%;
	}
	.column-8{
		width: calc(100% / 3);
	}
	.column-9{
		width: calc(100% / 3);
	}
	.column-10{
		width: calc(100% / 3);
	}
	.column-7 {
		width: 14%;
	}
	.column-6 {
		width: 12%;
	}
	.column-4 {
		width: 9%;
	}
	.column-3 {
		width: 35%;
	}
}
@media (max-width: 450px){
	.column-7 {
		width: 23%;
	}
	.column-4 {
		width: 17%;
	}
	.column-3 {
		width: 65%;
	}
	.column-6 {
		width: 24%;
	}
	.column-11 {
		width: 52%;
		order: 8;
	}
	.column-5 {
		width: 32%;
	}
	.column-12 {
		width: 30%;
	}
}

.fastcart .column-3 {
    width: 25%;
}
.fastcart .column-11 {
    width: 19%;
}
@media (max-width: 768px){
	.fastcart .column-11 {
		width: 38%;
		order: 8;
	}
	.fastcart .column-6 {
		width: 18%;
	}
	.fastcart .column-3 {
		width: 59%;
	}
}

.text-overflow {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}


.module-html h1 {
	font-size: 5rem;
}

/*@media (hover: hover) {
    !* ... *!
}*/

.app-header .brand .brand-logo {
	height: 100%;
	padding: 6px 0px;
}


h1>b,.h1>b,
h2>b,.h2>b,
h3>b,.h3>b,
h4>b,.h4>b,
h5>b,.h5>b,
h6>b,.h6>b{
	color: var(--bs-theme);
}
.para{
	font-weight: 500;
	font-size: 17px;
	line-height: 180%;
	
}
.newh2{
	margin-bottom: 4rem;
}
.sect {
    padding: 80px 0;
}
.faq-click{
	cursor: pointer;
	transition-duration: 0.2s;
}
.faq-title {
    font-weight: 700;
    font-size: 28px;
    padding-right: 20px;
    margin: 0;
}
.ultimate{
	
}
@media (min-width: 991px){
	.newh2{
		font-size: 40px;
	}
}
@media (max-width: 991px){
	.para{
		font-size: 18px;
	}
	.sect {
		padding: 40px 0;
	}
}

@media (max-width: 574px){
	.para{
		font-size: 16px;
	}
	.sect {
		padding: 40px 0;
	}
	.faq-title {
		font-size: 18px;
		
	}
}


.tr-1 {
    font-weight: 600;
    font-size: 1.5rem;
}
.tr-1 {
    font-weight: 400;
    font-size: 1rem;
}
.newp{
	font-size: 1rem;
}


div#app {
    background-color: #1B2633;
}
.banner-button-absolute-card {
    position: relative;
    padding-bottom: 70px;
}
.banner-button-absolute {
    position: absolute;
    bottom: 26px;
    width: calc(100% -  var(--bs-card-spacer-x) * 2);
}
@media (max-width: 992px){
	.module-html h1 {
		font-size: 4rem;
	}
}
@media (max-width: 575px){
	.module-html h1 {
		font-size: 3rem;
	}
	.newh2 {
		margin-bottom: 2.5rem;
	}
}

.register-content{flex:1;max-width:22.5rem;margin:0 auto;position:relative}
.register-content-x2{max-width:45rem;}

.form-control {
	background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
	--bs-bg-opacity: 0.05;
}

.table,
table {
	font-size: inherit;
	font-weight: inherit;
	--bs-table-color: #ffffff;

}

.table-mobile-layout th,
.table-mobile-layout td {
	word-break: break-all;
	max-width: 100;
}

@media (max-width:991.98px){
	.table-mobile-layout {
		display: block;
		overflow: unset;
	}
	.table-mobile-layout table,
	.table-mobile-layout tbody,
	.table-mobile-layout thead,
	.table-mobile-layout tfoot {
		display: block;
	}
	.table-mobile-layout tr {
		display: block;
		box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	}
	.table-mobile-layout tr + tr {
		background-color: var(--bs-table-bg);
		border-top-width: 1px;
		padding-top: 1rem;
		margin-top: 1rem;
	}
	.table-mobile-layout th,
	.table-mobile-layout td {
		display: block;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: unset;
		max-width: 100%;
	}
	.table-mobile-layout th + th,
	.table-mobile-layout th + td,
	.table-mobile-layout td + th,
	.table-mobile-layout td + td {
		margin-top: 0.33rem;
	}

}