
.inner-section {
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 300px;
}

.row-category .item {
	background-color: #fff;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075);
	margin-bottom: .7rem;
	border-radius: 5px;
	padding: 15px;
}

.row-category .item:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transform: none;
	transform: none;
	z-index: 11;
}

.row-category .px-2 {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
}

.img-pro a {
	padding: 0 !important;
}

@media screen and (min-width:768px) {

	.row.page-products {
		margin-top: 17px;
	}

	.img-pro a {
		height: 197px !important;
	}
}

.product-box-price-row {
	height: 55px;
}

.product-box-out-of-stock {
	position: relative;
	width: 100%;
	border-bottom: 2px solid #d0d0d0;
	z-index: 2;
	min-height: 33px;
	padding: 4px;
}

.product-box-out-of-stock-text {
	white-space: nowrap;
	font-weight: 700;
	z-index: 4;
	background-color: #fff;
	padding: 0 10px;
}

.product-box-out-of-stock>div {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 100%;
	height: 31px;
}

.product-box-out-of-stock-text {
	color: #ababab;
	font-size: 13px;
	line-height: 1.8;
}

.ng-scopes {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	background: #3d464d;
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-weight: 500;
}

.lbl-pro.wnd span {
	background-color: #cf0b0b !important;
	font-size: 11.5px;
	font-weight: 700;
  }

.block {
position: relative;
margin-bottom: 10px;
width: 100%;
float: right;
background-color: #2d2d2d;
padding: 12px 10px;
box-shadow: 0 1rem 4rem rgba(48, 32, 32, 0.08);
border: 1px solid #2c2c2c;
border-radius: 5px;
}

.filter_pannel ul {
	padding-right: 0;
	text-align: center;
}

.filter_pannel li {
	list-style: none;
	margin-top: 10px;
}

li.block>label:nth-child(3) {
	width: 100% !important;
	cursor: pointer;
}

.block label {
	z-index: 2;
	position: relative;
}

.filter-cation {
text-align: right;
font-size: 14px;
color: #ccc;
font-weight: 700;
}

label {
	font-size: 12px;
}

.filter_pannel ul li input[type="checkbox"]:checked+i {
	background: url(../images/slices.png) no-repeat !important;
	transition: all .15s ease;
	display: block;
	position: absolute;
	top: 19px;
	left: 16px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	content: "";
	background-position: -33px -727px !important;
	-webkit-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	z-index: 1;
}

.filter_pannel ul li input[type="checkbox"]+i {
	background: url(../images/slices.png) no-repeat;
	display: block;
	position: absolute;
	top: 15px;
	left: 16px;
	width: 15px;
	height: 15px;
	transition: all .15s ease;
	content: "";
	background-position: -33px -727px;
	cursor: pointer;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.input-quick-search {
	margin: 9px 0 8px;
	display: block;
	width: auto;
	border-color: #00bfd6;
	font-size: 12px;
	border-radius: 7px;
	border: 1px solid #00bed5;
	position: relative;
}

.filter_pannel ul li input[type="checkbox"] {
	display: none;
}

.block.cat-filter .options {
	max-height: 333px;
	overflow-y: auto;
}

.filter_pannel .options {
	height: 0;
	display: block;
}

.filter_pannel ul li input[type="checkbox"]:checked~.options {
	width: 100%;
	height: auto;
	display: block;
	min-height: 40px;
	margin: 0 auto;
}

.c-ui-statusswitcher {
	position: absolute !important;
	right: 20px;
	top: 10px;
}

.c-ui-statusswitcher input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
}

.c-ui-statusswitcher__slider {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 40px;
	height: 21px;
	border-radius: 29px;
	border: 1px solid #7e7e7e;
	background: #7e7e7e;
	transition: .15s ease-in;
}

.c-ui-statusswitcher__slider__toggle {
	display: block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #959595;
	transition: all .4s ease;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	right: 2px;
}

input[type="checkbox"]:checked+.c-ui-statusswitcher__slider {
	background-color: #2ad500;
	border-color: #2ad500;
}

input[type="checkbox"]:checked+.c-ui-statusswitcher__slider span {
	right: 21px;
}

.status {
	margin-right: 55px;
	font-size: 14px;
color: #ccc;
font-weight: 700;
}

filter_pannel ul ul {
	background: #fff;
	margin: 0;
}

.cost-rang li {
	display: inline-block;
	width: 49%;
}

.noUi-horizontal {
	width: 84%;
	margin: 10px auto;
	margin-top: 10px;
}

.noUi-horizontal {
	margin-top: 50px;
}

.min-value-mob,
.max-value-mob,
.min-value-desc,
.max-value-desc {
	width: 104px;
	text-align: center;
	padding: 10px 0;
	border-radius: 30px;
	text-align: center;
	border: 1px solid #252525;
color: #ccc;
font-weight: 700;
}

.checkmark {
	position: absolute;
	top: 3px;
	right: 0;
	height: 20px;
	width: 20px;
	border-radius: 4px;
	background: #7e7e7e;
	border: 1px solid #7e7e7e;
}

.customradio input:checked~.checkmark::after {
	display: block;
}

.checkbox-icon.customradio .checkmark::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #9ae80b;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f00c";
	color: #2d2d2d;
	vertical-align: middle;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
}

.checkmark::after {
	content: "";
	position: absolute;
	display: none;
}

.name-factur {
	float: left;
	width: 40px;
height: 40px;
background-color: #fff;
border-radius: 100%;
border:1px solid #333;
padding: 6px;
}
.name-factur img {
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
}
.li-item li label {
	padding-right: 27px;
	cursor: pointer;
	max-width: 100%;
	position: relative;
	width: 100%;
	text-align: right;
	color: #333;
text-align: right;
font-weight: 600;
font-size: 13px;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
background: #2ad500;
  background-color: rgb(156, 233, 13);
color: #252525;
fill: #3d464d;
padding: 8px 20px;
font-size: 13px;
line-height: 20px;
font-weight: 700;
border-radius: 0;
box-shadow: none !important;
border-radius: 10px;
height: 40px !important;
}

.btn-primary:hover {
background: #2ad500 !important;
  background-color: rgb(156, 233, 13) !important;
color: #252525 !important;

}

.btn.btn-sm {
	height: calc(2.1rem + 2px);
}

#offcanvasRightLabel {
	color: #666;
	font-size: 14px;
	font-weight: 300;
}

.product-top {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 9px;
}

.my-white-box.my-text-style.my-trim-text h2 {
	font-size: 16px;
}

.my-white-box p,
.my-white-box {
	font-size: 12px;
	line-height: 220%;
	font-weight: 300;
}

.sort_label input:checked~span {
	border-radius: 25px;
	background-color: #2ad500;
	color: #252525 !important;
}

.sort_label span:hover {
	color: #858585;
}

.sort-des .sort_label {
	height: 30px;
	margin: 4px;
	border-radius: 3px;
	overflow: auto;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
}

.row-btn-filter label {
	font-size: 12px;
	line-height: 20px !important;
	font-weight: normal !important;
}

.button_radio {
	display: none;
}

.sort_label span {
display: block;
height: 100%;
padding: 5px 10px;
font-size: 13px;
line-height: 17px;
color: #ccc;
font-weight: 500;
}

.row.row-filter-desc {
	margin-bottom: 17px;
}

.f-search.search-filter {
	box-shadow: inset 0 0 0 2px #e5e5e5;
	background-color: #fff;
	height: 46px;
	padding: 5px;
	border-radius: 3px;
}

.f-search.search-filter input {
	height: 39px !important;
}

.btn-filter {
	color: #222;

}

  .col-sm-12.col-xs-12.more-view-info {
	text-align: center !important;
  }
@media screen and (max-width:767px) {
	.col-10.cost.text-end.pl-md-0 {
		padding: 0 !important;
	  }

	.filter_pannel li {
		color: #565656;
		font-weight: 300;
	}

	.row-filter-desc {
		display: none !important;
	}
	.btn.btn-primary.filter-mob {
		height: 42px;
		border-radius: 3px;
		position: relative;
		padding-right: 35px;
		font-weight: 500;
		width: 100%;
	}
	.btn.btn-primary.filter-mob i {
		display: inline-block;
		line-height: 1;
		vertical-align: middle;
		font-size: 17px;
		margin-left: 5px;
		position: absolute;
		right: 4px;
		right: 12px;
		top: calc(50% - 9px);
	}
	.radio.radio-primary {
		text-align: right;
	}
	.radio.radio-primary {
		margin-top: 14px;
	}
	.checkbox-icon.customradio {
		display: inline-block;
		position: relative;
		padding-right: 30px !important;
		margin-bottom: 0px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.radiotextsty {
		font-size: 13px !important;
	}
	.checkbox-icon.customradio input {
		display: none;
	}
	.modal-title {
		font-size: 14px;
	}
	.btn.btn-sort {
		color: #252525;
		outline: none !important;
		background: none;
		background-color: rgba(0, 0, 0, 0);
		padding-right: 40px;
		font-weight: 600;
		height: 42px;
		border-radius: 3px;
		position: relative;
		padding-right: 35px;
		font-weight: 500;
		width: 100%;
		background-color: #2ad500;
		border: none;
		font-size: 13px;
		box-shadow:none !important;
	}
	.btn.btn-sort i {
		display: inline-block;
		line-height: 1;
		vertical-align: middle;
		font-size: 17px;
		margin-left: 5px;
		position: absolute;
		right: 4px;
		right: 12px;
		top: calc(50% - 9px);
	}
	.sticky_column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.row.row-category {
		margin-left: -0.25rem !important;
		margin-right: -0.25rem !important;
	}
	.page-item {
		text-align: center;
	}
	.paginat {
		padding-right: 0 !important;
		text-align: center;
	}
}

.slide-progress {
	width: 100%;
	height: 1px;
	background: #ed1c24;
	z-index: 3;
	border-radius: 25px;
	position: absolute;
	top: 51px;
	right: 0;
	left: 0;
}

.block.cat-filter .block-headline {
	height: 47px;
	line-height: 46px;
	font-weight: 300;
	color: #6e6e6e;
	margin: 0 13px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.897rem;
	font-size: 0.875rem;
	text-align: center;
}

.product-basket-add-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	-webkit-transform: translateY(103%) translateZ(0);
	transform: translateY(103%) translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 9;
}

.owl-wnd-process .item:hover .product-basket-add-btn {
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
}

.d-block.img-wnd {
	position: relative;
	overflow: hidden;
}

.btn.btn-primary.btn-block.btn-basket {
	width: 100%;
}

.product-actions-btn {
	top: 0;
	right: 0;
	position: absolute;
	visibility: hidden;
	z-index: 9;
}

.product-actions-btn ul {
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	-webkit-transform: translateX(103%) translateZ(0);
	transform: translateX(103%) translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.product-options li {
	display: block;
	position: relative;
}

.btn-option {
	line-height: 100%;
}

.btn-option {
	vertical-align: top;
	z-index: 6;
	border: none;
	width: 26px;
	height: 19px;
	padding: 3px;
	background: none;
	font-size: 16px;
}

.btn-option i {
	color: #929292;
}

element {}

.product-actions-btn .product-options .btn-option {
	line-height: 100%;
}

.product-actions-btn .product-options .btn-option {
	vertical-align: top;
	z-index: 6;
	border: none;
	width: 26px;
	height: 19px;
	padding: 3px;
	background: none;
	font-size: 16px;
}

.owl-wnd-process .item:hover .product-actions-btn ul {
	-webkit-transform: translateX(-0.5rem) translateZ(0);
	transform: translateX(-0.5rem) translateZ(0);
}

.owl-wnd-process .item:hover .product-actions-btn {
	visibility: visible;
	opacity: 1;
}

.product-actions-btn .c-tooltip {
	padding: 5px 10px;
	font-size: .6rem;
}

.product-actions-btn .c-tooltip {
	padding: 5px 10px;
	font-size: .6rem;
}

.c-tooltip--left,
.c-tooltip--left::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-tooltip--short {
	white-space: nowrap;
}

.c-tooltip--left,
.c-tooltip--left::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-tooltip--left {
	right: calc(100% + 10px);
	margin-right: 10px;
}

.c-tooltip {
	position: absolute;
	display: none;
	opacity: 0;
	padding: 9px 15px;
	background-color: #3d464d;
	color: #fff;
	z-index: 4;
	-webkit-animation-name: tooltip-animation;
	animation-name: tooltip-animation;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: .1s;
	animation-duration: .1s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	font-size: .827rem;
	font-size: .829rem;
	line-height: 1.692;
	font-weight: 300;
	letter-spacing: 0;
}

.product-actions-btn .c-tooltip {
	padding: 5px 10px;
	font-size: .6rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	white-space: nowrap;
}

.product-options {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 51px;
	flex: 0 0 51px;
	list-style: none;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	margin-right: 0;
	position: absolute;
	top: 10px;
	background: #fff;
	padding: 10px !important;
	box-shadow: 0 1rem 4rem rgb(0 0 0 / 8%) !important;
}

.owl-wnd-process .item:hover .c-tooltip {
	display: block;
}

.icon-col {
	width: 100%;
	border-radius: 8px;
	color: #3d464d;
	border: 1px solid #e0e0e2;
	padding: 12px;
	padding-right: 12px;
	padding-left: 12px;
	background: #fff;
}

.product-custom-banner-image {
	display: inline-block;
	position: relative;
	display: inline-block;
	width: 45px;
	height: 100%;
	text-align: center;
	font-size: .897rem;
	line-height: 32px;
	vertical-align: middle;
	border-radius: 3px;
}

.product-custom-banners img {
	height: 45px;
	width: 45px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.product-icon-h4 {
	font-size: .9rem;
	color: #565656;
	font-weight: 600;
	margin-bottom: 0 !important;
}

.product-icon-h5 {
	font-size: 12px;
	color: #565656;
	font-weight: 300;
}

.block.col-sale {
	padding: 0 !important;
	border: none !important;
	background-color: transparent !important;
}

.cost-rang {

	margin-top: 10px !important;
	margin-bottom: 20px !important;
}

/*.cost-rang>li:first-child {*/
/*	border-left: 1px solid #575151;*/
/*}*/
.cost-rang{
    display:flex;
    align-items:center;
    justify-content:space-around;
}
.lbl-prise{
    display:none;
}
.offcanvas-start {
	width: 95% !important;
}

.more-desc-info {
	z-index: 2;
	background-color: #252525 !important;
	color: #fff;
	padding: 4px 15px 4px;
	position: relative;
	font-weight: 300;
	font-size: .8rem;
	line-height: 24px;
	vertical-align: middle;
	border-radius: 30px;
	white-space: nowrap;
	cursor: pointer;
}

.more-view-info.shaodow::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	opacity: 1;
	bottom: 30px;
	height: 105px;
	z-index: 1;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 99%, .99) 99%, #fcfcfc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#fcfcfc", GradientType=0);
}

.more-view-info {
	position: relative;
}

.c-desc-wrapper {
	max-height: 160px;
	overflow: hidden;
}

.c-more-info.more.expand::after {
	content: '\f078' !important;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 10px;
}

.c-more-info.more::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: '\f077';
	vertical-align: middle;
	font-size: 10px;
}

.c-more-info .less,
.c-more-info.expand .mores {
	display: none;
}

.c-more-info.expand .less {
	display: inline-block !important;
}

.sort_label {
	cursor: pointer;
}

  .input-search {
	width: calc(100% - 25px);
	padding: 0 17px;
	line-height: 3.5;
  }
  .btn-search {
	background-color: transparent;
	box-shadow: none !important;
	color: #bfbfbf;
	font-size: 20px;
	width: 42px;
  }
  .f-search {
	display: flex;
	align-items: center;
  }
.noUi-tooltip {

  border: 1px solid #7e7e7e;
  background: #7e7e7e;
  color: #e9e6e6;
  font-weight: 600;
  font-size: 15px;
}
#from_datepicker,#upto_datepicker,#from_datepicker-mob,#upto_datepicker-mob {
  padding: 5px 10px;
  border-radius: 5px;
}
.offcanvas {
  z-index: 10000;
  background-color: #252525;

}
.offcanvas-header .btn-close {
  background-color: #ccc;
}
.block {

    background-color: #ffffff !important;

}
.filter-cation {
    color: #333;
}
.status {

    color: #333;
}
.panel.panel-default.filter_pannel  ul:first-child{
display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column-reverse;
    
} 
.sort_label span {
    color: #333;
}
.min-value-mob, .max-value-mob, .min-value-desc, .max-value-desc {

    color: #1e9202;
    font-weight: 700;
    background: #fff;
    /*border:solid 1px #adadad;*/
    border-radius:10px;
    border:none;
    width:85px;
}
#input-quantity {

    color: #ddd !important;
}
.noUi-connect{
        background: #2ad500;
        border:1px solid #2ad500;
}
.noUi-handle {
     border: 3px solid #2ad500; 
    border-radius: 100%;
    background: #2ad500;
    background-color: #fff;
    cursor: default;
    /* box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb; */
    background-color: #fff;
}
.noUi-tooltip{
    display:none;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -15px;
    top: -7px;
}
.block{
    border-radius: 10px;
    box-shadow: 0 2px 18px #00000014;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 18px #00000014;
    margin-bottom: 5px;
    position: relative;
}
.noUi-horizontal{
    height:7px;
}
.cost-rang li {
    border:solid 1px #adadad;
    border-radius:10px;
    
    display:flex;
    align-items:center;
    width:40%;
}