@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');

/* General-------------------------------- */

:root {
	--color-primary: #47C100;
	--color-secondary: #FF681E;
	--color-dblue: #2E384D;
	--color-accent: #ffffff;
	--font-color: #000000;
	--top_bar_caolor_text: #000;
	--nav-color: #000;
	--nav-color-hover: #707070;
	--section-bg-color: #F3F3F3;
	--bs-font-body: "Lato", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
	--bs-font-title: "Lato", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bs-font-title);
	font-weight: bold;
}

section,
header,
.header,
.section,
.wd100 {
	width: 100%;
	float: left;
}


/* STICKY HEADER STYLES
--------------------------------------------*/
/* Default header */
.header {
    width: 100%;
    position: relative;
    
    background: transparent;
    transition: all 0.4s ease;
    z-index: 999;
}

/* Sticky animation state */
.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 0px 0px;
        z-index: 100000
 
}

/* Smooth slide-down */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
 
 
.header.sticky .__topXberz{
    display: none;
}
.header.sticky .__cctest {
    padding: 4px 0;
}


.__mobVerxViwWp{
    display: none;
}


/*==========================*/
.__alpgBrand .form-check {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.__alpgBrand .form-check-input {
	margin-right: 10px;
}

.__alpgBrand .form-check-label {
	flex: 1;
}

.__alpgBrand .counno {
	position: static !important;
	margin-left: auto;
	padding-left: 10px;
	text-align: right;
	min-width: 30px;
}

.brand-list-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.brand-list-wrapper li {
	padding: 5px 10px;
}

/* ================================= */
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 45px;
	display: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #BBBBBB;
	color: #fff;
	text-align: center;
	padding-top: 13px;
	font-size: 18px;
	transition: all 1s;
	z-index: 100000;
	border: #BBBBBB 1px solid;
}

.back-to-top:hover {
	border: var(--color-primary) 1px solid;
	transition: all 1s;
	color: #fff;
	background: var(--color-primary);
}

.dpx-whatsapp-lower {
    bottom: 90px;
	padding: 0;
	position: fixed;
	right: 38px !important;
	z-index: 10000000;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon {
	display: inline;
	margin: 0px auto;
	color: #FFF;
	text-align: center;
	font-size: 36px;
	z-index: 100;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon img {}


.modal-content {
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
}


/* ====================== */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


/*overlay */

[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}

[data-overlay=light]::before {
	background-color: #fff;
}

[data-overlay=theme-2]::before {
	background-color: #2d48c3;
}

[data-overlay=dark]::before {
	background-color: #181b1d;
}

[data-overlay=theme]::before {
	background-color: #43824f;
}

[data-opacity="1"]::before {
	opacity: 0.1;
}

[data-opacity="2"]::before {
	opacity: 0.2;
}

[data-opacity="3"]::before {
	opacity: 0.3;
}

[data-opacity="4"]::before {
	opacity: 0.4;
}

[data-opacity="5"]::before {
	opacity: 0.5;
}

[data-opacity="6"]::before {
	opacity: 0.6;
}

[data-opacity="7"]::before {
	opacity: 0.7;
}

[data-opacity="8"]::before {
	opacity: 0.8;
}

[data-opacity="9"]::before {
	opacity: 0.9;
}

/* End Overlay */


/* General-------------------------------- */


.header_nav {
	float: left;
	width: auto;
	position: relative;
	z-index: 9;
	margin-right: 10px;
	display: none;
}

.header_nav a:before,
.header_nav a:after {
	content: '';
	display: block;
	background: #000;
	height: 4px;
}

.header_nav a span {
	background: #000;
	display: block;
	margin: 4px 0;
	width: 30px;
	height: 4px;
}

.header {
	transition: transform .9s;
}

.__hedrScr {
	background: #fff;

}

.__hedrScr .container {}

.__logo {
	min-width: 220px;
}

.__hercre {
	background: #fff;
	padding: 20px 0;
}

.__topXberz {
	background: #FF681E;
	color: #fff;
	padding: 7px 0;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}

.__cctest {
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.__hdrtWrp {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.__searcWrpM {
	display: flex;
	margin-left: 15px;
	width: 100%;
	position: relative;
	max-height: 35px;
}

.__dripSrc .form-select {
	border: none;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	height: 100%;
}

.__dripSrc .form-select:focus {
	border: none;
	height: 100%;
}


.__dripSrcfedz .form-control {
	border: none;
	height: 100%;
	border-radius: 0;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.__dripSrcfedz .form-control::placeholder {
	color: #808080;
}

.__dripSrc {
	min-width: 130px;
	border-right: #ccc 1px solid;
}

.__dripSrcfedz {
	/* min-width: 300px; */
	width: 100%;
}

.__searcWrpM .__srcBtn {
	background: #F8F8F8;
	border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 19px;
	color: #fff;
	min-width: 60px;
	border: none;
	padding: 0;
	min-height: 35px;
}

.__signITop svg path {
	fill: #000;
}


.__wishlistTop {
	display: flex;
}

.__cartTop:hover,
.__wishlistTop:hover {
	color: #000;
}

.__wisgTxt {
	margin-right: 10px;
}

.__cartTop {
	display: flex;
}

.__notificationTop {}

.__htRTool {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 5px;
	align-items: flex-end;
}

.__toactz {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.__HelpDro {
	margin-left: 5px;
}

.__HelpDro svg {
	margin-right: 10px;
}

.__searcIoz,
.__signITop,
.__wishlistTop,
.__cartTop,
.__notificationTop {
	padding: 0 10px;
	position: relative;
	color: #000;
}

.__searcIoz {
	cursor: pointer;
}

.__signITop {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.__signITop svg {}


.__signITop:hover {
	color: #000;
}


.__wishlistTop {}

.__notificationTop {
	/*border-left: #ccc 1px solid;*/
	/*margin-left: 10px;*/
}

.__tTag {
	position: absolute;
	width: 18px;
	height: 18px;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	right: 6px;
	top: -7px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding-top: 0px;
	font-weight: bold;
}

.__whiLap {
	background: #FFC107;
}

.__cartTag {
	background: #FF841B;
}

.__nofiTag {
	background: #2DACAD;
}


/*************sss***********/




/*************Menu**********/
/* ============ desktop view ============ */


.__sectionMenu {
	background: #fff;
	/* box-shadow: 0px 1px 6px rgb(0 0 0 / 14%);  */
}

.__sectionMenu .container {
	position: relative;
	overflow: inherit;
}

.__navM {}




@media all and (min-width: 992px) {
	.dropdown-menu li {
		position: relative;
	}

	.dropdown-menu .submenu {
		display: none;
		position: absolute;
		left: 100%;
		top: -7px;
	}

	.dropdown-menu .submenu-left {
		right: 100%;
		left: auto;
	}

	.dropdown-menu>li:hover {
		background-color: #f1f1f1
	}

	.dropdown-menu>li:hover>.submenu {
		display: block;
	}
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */

@media (max-width: 991px) {
	.dropdown-menu .dropdown-menu {
		margin-left: 0.7rem;
		margin-right: 0.7rem;
		margin-bottom: .5rem;
	}
}

/* ============ small devices .end// ============ */

.navbar-light .navbar-toggler {
	border-radius: 0px;
	background: #038ed1;
}

.navbar-toggler {
	padding: 3px 8px;
	font-size: 19px;
	line-height: 1;
	background-color: #2fc1d2;
	border: 1px solid transparent;
	border-radius: 0;
	float: right;
}

.menu_wrap {
	font-weight: bold;
	display: inline-block;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 12px;
}


.menu_wrap .navbar-expand-lg .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
	align-items: center;
	justify-content: flex-start;
}

.menu_wrap .nav-item.dropdown::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	color: var(--color-primary);
	position: absolute;
	right: 3px;
	top: 21px;
	font-size: 14px;
}

.menu_wrap .nav-item.dropdown.__allCategoriesSTM {
	border-right: #E1E1E1 1px solid;
	padding-right: 14px;
	min-width: 220px;
}


/* .__allCategoriesSTM a{
	 color: var(--color-primary) !important; 
} */


.__allCategoriesSTM .nav-link.dropdown-toggle {
	color: var(--color-primary) !important;
	white-space: nowrap;


}


.__allCategoriesSTM .dropdown-toggle.nav-link:hover,
.__allCategoriesSTM .dropdown-toggle.nav-link:focus .__allCategoriesSTM .nav-link:hover,
.__allCategoriesSTM .nav-link:focus,
.__allCategoriesSTM .nav-link.dropdown-toggle:hover {
	/* color: #fff !important; */


}

.__allCategoriesSTM .dropdown-toggle.nav-link:focus svg path,
.__allCategoriesSTM .nav-link.dropdown-toggle:hover svg path {
	/* fill: #fff !important;
	color: #fff !important;
	stroke: #fff; */
}

.__allCategoriesSTM .dropdown-toggle.nav-link:focus svg,
.__allCategoriesSTM .nav-link.dropdown-toggle svg {
	margin-top: -4px;
	margin-right: 0px;
	/* color: var(--color-primary) !important; */
}




.menu_wrap .nav-item.dropdown:hover::after {
	/* color: #fff !important; */
}

.menu_wrap .nav-item.dropdown {
	padding-right: 7px;
}


.menu_wrap .nav-item {}

.menu_wrap .navbar {
	padding: 0px;
}

.menu_wrap ul li {
	display: block;
}

.menu_wrap ul>li>a {
	padding: 10px 17px !important;
	border-radius: 0px;
	color: #000 !important;
	line-height: 18px;
	/* text-transform: uppercase; */
	font-weight: 600 !important;
	font-size: 15px;
	/* white-space: nowrap; */
	/* white-space: initial; */
	/* width: 111px; */
	text-align: left;
	/* line-height: 25px; */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* max-height: 42px; */
	border-radius: 35px;
}

.menu_wrap ul>li>a.dropdown-toggle {
	white-space: normal;
}

.menu_wrap ul>li>a:hover,
.menu_wrap ul>li>a:focus {
	transition: all .1s;
	/* background: var(--color-primary);
	color: #fff !important; */
	background: #FFF0E8;
}

.menu_wrap ul>li>a.dropdown-toggle::after {
	display: none;
}


.__Navoffers {
	background: var(--color-primary);
	color: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 8px 10px;
	white-space: nowrap;
}

.__Navoffers:hover {
	color: #fff;
}

/* 
.menu_wrap ul > li.nav-item.dropdown:hover .dropdown-menu  {
background: #098400;
}
*/


.menu_wrap ul li.dropdown>ul li a {
	text-transform: none;
	padding: 9px 10px !important;
	font-size: 12px;
	color: #000 !important;
	border: none;
	font-weight: 600;
	white-space: break-spaces;
	line-height: 13px;
	display: block;
	border-bottom: #ddd 1px solid;
	max-width: 100%;
	width: 100%;
	text-align: left;

	-webkit-line-clamp: inherit;
	-webkit-box-orient: inherit;
	overflow: inherit;
	text-overflow: inherit;
	max-height: inherit;

}

.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu {
	color: #000
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 100%;
	padding: 0px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	-moz-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);

	min-width: 180px;
	/*min-width: auto !important;*/


}

.__allCategoriesSTM .dropdown-menu {
	/*min-width: 250px !important;*/
	min-width: auto;
}


.__allCategoriesSTM .submenu.dropdown-menu {
	/*min-width: 160px !important;*/
	/*width: 160px !important;*/
	top: 0;
}


.menu_wrap ul li:hover>a {
	/* color: #fff !important;
	background: var(--color-primary) !important; */
	font-weight: 600;
}


.menu_wrap ul li.dropdown>ul li a:hover,
.menu_wrap ul li.dropdown>ul li a:focus {
	transition: none;
	/* color: #fff !important;
	background: var(--color-primary) !important; */
}


.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu:hover {
	color: #fff;
}

.menu_wrap ul li.active a {
	border-bottom: 3px solid var(--color-secondary);
	transition: all 1s;
}


.menu_wrap .navbar-light .navbar-nav .nav-link:hover,
.menu_wrap .navbar-light .navbar-nav .nav-link:focus {
	background: var(--color-secondary);
	color: var(--nav-color-hover);
}

.menu_wrap .dropdown-menu>li:hover,
.menu_wrap .dropdown-menu>li:focus {
	color: #16181b;
	text-decoration: none;
	background: #f8c324 !important;
}

.__menu_arrow {
	float: right;
}

.__cumSubNvAw::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	color: #0000009e;
	position: absolute;
	top: 12px;
	font-size: 14px;
	transform: rotate(270deg);
	right: 7px;
}

.menu_wrap .dropdown-menu>li:hover::after,
.menu_wrap .dropdown-menu>li:focus::after {
	color: var(--color-primary);
}


.nav-item.dropdown.dropdown-mega {
	position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
	width: 100%;
	top: auto;
	left: 0%;
	right: 0%;
	margin: 0 auto;
}

.navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 11;
	float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
	position: absolute;
	transform: translate(-50%, -50%) rotate(0deg);
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #333;
	border-radius: 2px;
	z-index: 1;
	transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
	left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
	top: 10%;
	transform-origin: 50% 50%;
	transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
	left: 0px;
	top: auto;
	bottom: 10%;
	transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
	position: absolute;
	margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	top: 45%;
	transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	left: 50%;
	width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	top: 45%;
	transform: rotate(-45deg);
}


.menu_wrap .nav-item.dropdown:hover {
	background: var(--color-secondary);
}

.menu_wrap .nav-item.dropdown:hover>.dropdown-menu {
	display: block !important;
}



/*************sss***********/





/* ========================== */

.__banner {
	/* margin-bottom: 45px; */
}

.__banner .carousel-item img {
	/* height: 550px; */
	/* object-fit: cover;  */
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	opacity: 10;
	border-radius: 50%;
	border: #fff 1px solid;
}

.carousel-indicators .active {
	border: #fff 1px solid;
	background: #fff;
	opacity: 0.5;
}

/* ========================== */
/* ========================== */
.__sercMinrx {
	position: relative;
	padding: 50px 0;
	min-height: 395px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/banner1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.__bnrSerFz {
	position: relative;

	margin: 0 auto;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: #0000001a 5px 8px 10px;
	padding: 25px;
	gap: 15px;
	display: flex;
	max-width: 920px;
	border-radius: 15px;
	flex-direction: column;

}

.__srcRowz {
	display: flex;
	width: 100%;
	gap: 15px;
}

.__flrImz {
	width: 100%;
}

.__flrImz .form-control,
.__flrImz .form-select {
	color: #333333;
	min-height: 50px;
	border-color: #BCBCBC;
	border-radius: 7px;
}

.__fklrBtnz {
	background: var(--color-primary);
	padding: 1px 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 7px 7px 0;
	margin-left: -18px;

}

.form-control::placeholder {
	color: #000;
}

.__flrImz .form-control::placeholder {
	color: #333333;
}



/* ============================ */
/* ============================ */
.__lisCatWrzp {
	padding: 50px 0;
}


.__aRbrandxSnx h2,
.__brandxSnx h2,
.__proSubSldr h2,
.__lisCatWrzp h2 {
	color: #000;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}


.__aRbrandxSnx h6,
.__brandxSnx h6,
.__proSubSldr h6,
.__lisCatWrzp h6 {
	color: #3D3D3D;
	font-size: 22px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 10px;
}

.__catIrmWoz {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	position: relative;
	margin-bottom: 15px;
}

.__catIqzm {
	text-align: center;
	border-right: #E5E5E5 1px solid;
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
	z-index: 10;
}

.__catiozx {
	margin-bottom: 20px;
	min-height: 85px;
}

.__catIqzm h4 {
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	font-weight: 600;
	min-height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
}

.__catIqzm h4 a:hover {
	color: #47c100;
}

.__catIqzm::after {
	content: " ";
	border-bottom: #E5E5E5 1px solid;
	position: absolute;
	bottom: -30px;
	z-index: 0;
	width: 100%;
	left: 0;
	right: 0;
}

.__catIqzm:last-child {
	border-right: none;
	color: white;
}

.__catIrmWoz::before {
	content: " ";
	border-right: #fff 1px solid;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 250px;
	right: 0;
}

.__catactoz {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.__showBtn {
	background: var(--color-primary);
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 30px;
	font-weight: 600;
}

.__showBtn:hover {
	background: #fff;
	border: var(--color-primary) 1px solid;
	color: var(--color-primary);
}

.__showBtn:hover svg path {
	stroke: var(--color-primary)
}

/* ============================ */
/* ============================ */

.__infoWpzr {
	margin-bottom: 35px;
}

.__infoWpzr .container {
	display: flex;
	gap: 15px;
}

.__infoWpxIm {
	background: linear-gradient(180deg, #FFFFFF 0%, #F0FFE8 100%);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	width: 100%;
	padding: 20px;
	margin-bottom: 15px;
}

.__inmgdzwpz {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.__inicxz {}

.__intxthedz {
	font-size: 18px;
	font-weight: 600;
	padding-left: 20px;
	line-height: normal;
}

.__infodcrpz {}

/* ============================ */

.__adblkWsconr h2,
.__categoriesSldr h2,
.__products_sct h2 {
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	color: var(--font-color);
	margin-bottom: 30px;
	position: relative;
}

.__adblkWsconr h2::before,
.__categoriesSldr h2::before,

.__products_sct h2::before {
	content: "";
	background: #E5E5E5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 40%;
	height: 1px;
	margin: 0 auto;
}

.__adblkWsconr h2::after,
.__categoriesSldr h2::after,
.__products_sct h2::after {
	content: "";
	background: #AA0029;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 25%;
	height: 3px;
	margin: 0 auto;
}

.__catBozImg {
	background: #F5F5F5;
	float: left;
	width: 100%;
	overflow: hidden;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #fff 1px solid;
}

.__catBozImg img {
	min-height: 150px;
	max-height: 150px;
	width: 100%;
	object-fit: cover;
}

.__catHed {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 50px;
	max-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 15px;
}

.__catGBozWr {
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.__btnView {
	position: absolute;
	z-index: 999;
	color: #000;
	font-size: 12px;
	right: 0;
	top: 10px;
	background: #FFFFFF;
	border: 1px solid #A61036;
	border-radius: 30px;
	padding: 5px 10px;
	font-weight: 600;
}

.__btnView svg {
	margin-left: 10px;
}

.inside_box {
	position: relative;
	overflow: initial;
	z-index: 0;
	overflow: hidden;
}

/* ============================ */
/* ============================ */

.__brandxSnx {
	margin-bottom: 50px;
}

.__brandgGridx {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
	overflow: hidden;
	margin-bottom: 25px;
}

.__brandgGrImx {
	border: #ccc 1px solid;
	border-radius: 10px;
	overflow: hidden;
}

/* ============================ */

.__aRbrandxSnx {
	margin-bottom: 50px;
}

.__aRbrandxGridx {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
	overflow: hidden;
	margin-bottom: 25px;
}

/*.__aRbrandgGrImx {*/
/*	border: #ccc 1px solid;*/
/*	border-radius: 10px;*/
/*	overflow: hidden;*/
/*}*/

/*.__aRbrandxGridx {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); */
/*    gap: 20px; */
/*    justify-items: center; */
/*}*/

.__aRbrandgGrImx {
	display: flex;
	justify-content: center;
	align-items: center;
	border: #ccc 1px solid;
	border-radius: 10px;
}

.__aRbrandgGrImx img {
	max-width: 100%;
	max-height: 100px;
	object-fit: contain;
}

/* ============================ */
/* ============================ */
/* ============================ */

.__adblkWsc {}

.__adblkWsc {}

.__adblkWsconr {
	margin-bottom: 50px;
}

.__adblkWsconr h2 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.__adblkWBozad1 img {
	border-radius: 10px;
}

.__adblkWBozad2 img {
	border-radius: 10px;
}

/* ============================ */
.__Lubricant_Battery {}

/* ============================ */

.__flatOfrBwrp {}

.__flBoz {
	background: #F5F5F5;
	box-shadow: 0px 1px 11px rgb(0 0 0 / 25%);
	border-radius: 10px;
	display: flex;
	border: #fff 5px solid;
	position: relative;
}

.__flBoz .__btnView {
	top: -20px;
	right: -5px;
}





.__fltOProList {
	width: 100%;
	padding: 0;
	padding-right: 7px;
	overflow: hidden;

}



/* ============================ */
/* ============================ */


.__proLisVw {}

.__proGdBoz {}

.__proGdBozInr {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgb(117 117 117 / 14%);
	border-radius: 15px;
	padding: 0px;
	overflow: overlay;
	position: relative;
}


.__proGdMGrp {
	padding: 2px 15px 15px;
	display: flex;
	flex-direction: column;
}

.__proGdimg {
	border-radius: 5px;
	overflow: revert;
	background: #fff;
	position: relative;
}

.__proGdimg img {
	width: 100%;
	/*	min-height: 240px;
	max-height: 240px;
    object-fit: contain;*/

	min-height: 300px;
	max-height: 300px;
	/* object-fit: cover; */
	object-fit: contain;


	-webkit-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}


.__proGdMtils {

	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
	min-height: 34px;
	text-align: left;
	width: 100%;

}


.__proGdMSubtils {
	color: #767676;
	font-size: 12px;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}




.__proGdMPricWr {
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;

}

.__proGdMOldPri {
	color: #8C8C8C;
	font-size: 13px;
	text-decoration: line-through;
}

.__offBoz {
	margin-left: 20px;
	color: #ffffff;
	text-transform: uppercase;
	background: #FF0146;
	padding: 3px 10px;
	border-radius: 35px;
	font-size: 12px;
	font-weight: 500;
}

.__proGdMPricCarWv {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 5px;
	font-weight: 500;
	margin-top: 10px;
    width: 100%;
}

.__proGdMPricCarWv svg {
	margin-right: 10px;

}


.__proCartBtnBzInr {
	width: 60px;
	height: 60px;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	box-shadow: 0px -2px 4px rgb(0 0 0 / 25%);
	top: -19px;
	right: 5px;
	cursor: pointer;
	transition: all .5s;
	border: #fff 1px solid;
}

.__proCartBtnBzInr.__active,
.__proCartBtnBzInr:hover {
	border: var(--color-primary) 1px solid;
	transition: all .5s;
}

.__proCartBtnBzInr svg path {
	transition: all .5s;
}

.__proCartBtnBzInr.__active svg path,
.__proCartBtnBzInr.__active:hover svg path,
.__proCartBtnBzInr:hover svg path {
	fill: #007879;
	transition: all .5s;
}

.__proGdMstarWr {}

.__proGdMstarWr svg {
	cursor: pointer;
}


.__ofrTag {
	position: absolute;
	left: 11px;
	top: 17px;
}

.__ttxfor {
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 7px;
	top: 6px;
	line-height: 13px;
	text-transform: uppercase;
}

.__stock {
	color: #47C100;
	font-weight: 600;
}

.__proXcsz {
	margin-bottom: 15px;
}

/* ============================ */

.__proInfShprtWpz {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
	position: relative;

}

.__PrShIntmz {
	font-size: 13px;
	width: 25%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
}

.__proInfShprtWpz::after {
	content: "";
	border-bottom: #E5E5E5 1px solid;
	position: absolute;
	z-index: 1px;
	top: 50%;
	width: 100%;
}

.__proTxtSmlz {
	color: #847E7E;
}

._proTxtHdx {}



/* ============================ */
/* ============================ */
.__adswow {}

.__adswow .__bozshow {
	background: #FFFFFF;
	border-radius: 10px;
}




/* ============================ */
/* ============================ */

.__fullwidAds {}

.__adswow {}

/* ============================ */
/* ============================ */

.__tagNew {
	position: absolute;
}

.__tagNewTx {
	position: absolute;
	left: 5px;
	top: 7px;
	color: #7B0724;
	font-weight: 500;
	font-size: 13px;
}



/* ============================ */
/* ============================ */

.__tagOffer {
	background: #FF0146;
	color: #fff;
	position: absolute;
	bottom: 5px;
	right: 15px;
	padding: 2px 8px;
	border-radius: 35px;
	font-size: 12px;
}

.__proBratgx {
	text-transform: uppercase;
	color: #4C4C4C;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 3px;
}

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


.__pricanmt {
	font-size: 15px;
	font-weight: 600;

}

.__priOldx {
	font-size: 14px;
	font-weight: 400;
	color: #5B5B5B;
	text-decoration: line-through;
}


/* ============================ */
/* ============================ */


.__GetTouchWrap {
	padding-left: 0px;
}

.__GetTouchBoz {
	background: #00A0A1;
	display: flex;
	min-height: 326px;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	padding: 0 15%;
	min-height: 326px;
	color: #fff;
}


.__GetTuchBozIntr {
	display: flex;
	width: 100%;
	align-items: center;
}


.__GetTuchBozIcon {
	margin-right: 25px;
}

.__GetTuchBozNuber {
	width: 100%;
}

.__GetTuchBozNuber h6 {
	font-size: 28px;
	margin: 0;
	padding: 0;
}

.__GetTuchBozNuber h6 a {
	color: #fff;
}

/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */
.__categoriesSldr {
	margin-bottom: 10px;
}

.__categoriesSldr .__srbk3 {
	border-radius: 5px;
	overflow: hidden;
}


.swiper-container-pointer-events {
	overflow: hidden;
}

.swiper-container-initialized {
	overflow: hidden;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0 !important;
}



.__fltOProList .swiper-button-prev:after,
.__fltOProList .swiper-button-next:after,
.__proSubSldr .swiper-button-prev:after,
.__proSubSldr .swiper-button-next:after,
.__categoriesSldr .swiper-button-prev:after,
.__categoriesSldr .swiper-button-next:after {
	font-size: 18px !important;
}



.__fltOProList .swiper-button-next,
.__fltOProList .swiper-button-prev,
.__proSubSldr .swiper-button-prev,
.__proSubSldr .swiper-button-next,
.__categoriesSldr .swiper-button-prev,
.__categoriesSldr .swiper-button-next {
	width: 40px !important;
	height: 40px !important;
	background: #F8FFF4;
	border-radius: 100%;
	color: #3b3b3b;
	-webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
	box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);

}

.__categoriesSldr .swiper-button-prev,
.__proSubSldr .swiper-button-prev {
	left: 5px;
}

.__proSubSldr .swiper-button-next,
.__categoriesSldr .swiper-button-next {
	right: 5px;
}

.__categoriesSldr {
	background: url(../images/catBg.jpg) no-repeat top center fixed var(--color-primary);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 70px 0;
}

.__categoriesSldr h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}


.__catsdrwbZ {
	width: 230px;
	height: 230px;
	margin: 0 auto;
	background: #00A0A1;
	border: #fff 5px solid;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 6px 10px rgb(0 0 0 / 25%);
	margin-bottom: 10px;
}

.__ctarBraNme {
	font-size: 22px;
	color: #FFF;
	max-width: 170px;
	text-transform: uppercase;
	line-height: 26px;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.__ctarBraNme:hover {
	color: #FFF;
}

.__categoriesSldr .swiper-slide {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* ============================ */
/* ============================ */

.__proSubSldr {
	padding: 0 0 50px;
}


.__proSubSldr .__proGdBoz {
	padding: 0 15px;
}


.__proSubSldr .inside_box {

	padding: 10px;
}

.__proSubSldr .inside_box .__proGdBozInr {}

.__proSubSldr .__proGdimg {
	background: #ffffff;
}

/* ============================ */
/* ============================ */


.__proBWish {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
	cursor: pointer;
	display: flex;
}

.__proBWish.__active .__wishNrm,
.__proBWish .__wishNrmAtv {
	display: none;
}

.__proBWish.__active .__wishNrmAtv {
	display: block;
}



.__baskWrap .__product_quantity .add,
.__baskWrap .__product_quantity .sub {
	width: 40px;
	height: 40px;
}


/* ============================ */
/* ============================ */



/* ============================ */
/* ============================ */
.footer {
	background: #000;
	padding: 30px 0 0;
}


.__fotrInx {
	border-bottom: #333333 1px solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.__fotrInx .container {
	display: flex;
	color: #fff;
	align-items: center;
	gap: 25px;
}

.__ftLogox {
	min-width: 230px;
}

.__fttxtz {}


.__social_wrap h6,
.__ftnvll h6 {
	margin-bottom: 10px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}

.__ftnvll ul {
	list-style: none;
	margin: 0 0 0px;
	padding: 0px 0px;
	float: left;
	width: 100%;
}

.__ftnvll ul li {
	margin: 3px 0;
	color: #fff;
	padding: 0px 0px;
	margin-bottom: 15px;
}

.__ftnvll ul li a {
	color: #fff;
	transition: all .5s;
	font-weight: normal;
}

.__ftnvll ul li a:hover {
	color: #fff;
	transition: all .5s;
	text-decoration: underline;
}

.__qlistFtm ul li {
	float: left;
	width: 50%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
}

.__ftContact {}

.__ftContact svg {
	margin-right: 5px;
	width: 15px;
}

._social_icons_top {
	float: left;
	/* margin-bottom: 30px; */
}

._social_icons_top i {
	border-radius: 50%;
	float: left;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 7px;
	margin-right: 5px;
	color: #000;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function:
		ease-in-out;
	transition-timing-function:
		ease-in-out;
	font-size: 21px;
	background: #fff;
}

._social_icons_top i:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fa-facebook-f {
	background: #fff;
}

.fa-twitter {
	background: #fff;
}

.fa-linkedin-in {
	background: #fff;
}

.fa-youtube {
	background: #fff;
}

.fa-instagram {
	background: #fff;
	/* background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1); */
}

._social_icons_top .fa-whatsapp {
	background: #25D366;
}



.__rexz {
	display: flex;
	gap: 2px;
	align-items: center;
	margin-bottom: 15px;
}

.__icxzTxz {
	color: #fff;

}

.__icxzTxz a {
	color: #fff;
}

.__icxzTxz a:hover {
	text-decoration: underline;
}

.__icozx {
	min-width: 25px;
}


/* ============================ */
/* ============================ */

.__appdowWrp {
	margin-top: 20px;


}



/* ============================ */
/* ============================ */
.__NewslettersFtr {
	margin-top: 25px;
}

.__NewslettersFtrFbz {}

.__NewslettersFtr .form-control {
	background: none;
	border: #ccc 1px solid;
}

.__NewslettersFtr .btn.btn-light {}

/* ============================ */
/* ============================ */

.__ftBotm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.__ftBotmWp {
	border-top: #333333 1px solid;
	padding-top: 15px;
	margin-top: 20px;
	padding-bottom: 15px;
}

.__ftRxrz {
	color: #fff;
}

.__ftRxrz a {
	color: #fff;
}

.__ftRxrz a:hover {
	color: #fff;
	text-decoration: underline;
}


/* ============================ */
/* ============================ */






/* ====================== */
/* ====================== */

.__innerBnr {
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*min-height: 125px;*/
	/*max-height: 125px;*/
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	height: -webkit-fill-available;
	/* background-size: 100% !important; */
	background-size: cover !important;
	color: #fff;
	text-align: center;
	font-size: 22px; 
    padding: 20px;

}

.__innerBnr .container {
	position: relative;
}

.__innerBnr .container h2 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 0;
}

/* .__pro_catalogue_banner {
	color: #fff;
	min-height: 130px;
	max-height: 130px;
	text-align: center;
} */

.__pro_catalogue_banner h2 {
	text-transform: uppercase;
}



.__about {
	text-align: center;
}




/* ====================== */
/* ====================== */



/* ========================== */
/* ========================== */


.breadcrumb_wrap {
	padding: 15px 00;
	margin: 0px 0;
	border-top: 1px #D9D9D9 solid;
}

.breadcrumb_wrap .breadcrumb {
	margin-bottom: 0px;
	/* background: #fff; */
	padding: 5px 0px;
	font-size: 14px;
	padding-left: 0;
	color: #7C7C7C;
	font-weight: 500;
}

.breadcrumb_wrap .breadcrumb .breadcrumb_wrap a {
	color: #7C7C7C;
}

.breadcrumb_wrap a:hover {
	text-decoration: underline;
	color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #7C7C7C;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 8px;
	margin-top: 6px;
}

.__dbricx {
	margin-top: -1px;
}

.breadcrumb-item {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	align-items: flex-start;
}

.breadcrumb-item a {
	font-weight: 600;
}

/* ====================== */
/* ====================== */



/* ====================== */
/* ====================== */


.__cttilspr h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0;
	color: #000;
}

.__cttilspr h6 {
	color: #3D3D3D;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 10px;
}


.__sortByWrap {
	background: #fff;
	border: #E3E3E3 1px solid;
	border-radius: 5px;
}

.__cttilspr small {
	color: #515151;
	font-size: 13px;
	padding: 4px 9px 0;
}



/* ====================== */
.__all_productsLxz {}

.__all_productsLxz .__catIrmWoz {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.__all_productsLxz .__catiozx {
	margin-bottom: 15px;
	min-height: 85px;
}

.__procontArxWpz {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	padding: 25px;
}

.__procontArxWpz h2 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0;
	color: #3D3D3D;
}

/* ====================== */
/* ====================== */





/* ====================== */
/* ====================== */

.__inerWrp {
	/* padding-top: 20px; */
	padding-bottom: 50px;
}


/* ====================== */
/* ====================== */


.__sub_categories {
	background: #fff;
}

.__sub_categories h2 {
	font-size: 23px;
}

.__sLnrWrp {
	display: flex;
}

.__sLtFirtWrp {
	min-width: 280px;
	max-width: 280px;
}

.__sLtFirtInr {}


.__sLtFirtInr h4 {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
}

.__sLtFirtInr h4 svg {

	margin-right: 7px;
}

.__sLtFirtInr h4 svg rect {
	fill: var(--color-primary)
}

.__ltAcdWrap {}

.__pp_categories {
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
	border-radius: 5px;
	margin-bottom: 15px;
}

.__pp_categories h6 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	padding: 15px 15px 0;
}






.__pp_categories ul {
	padding: 5px 15px;
	margin: 0px 0px;
	max-height: 290px;
	overflow-y: auto;
	list-style: none;

	margin-right: 4px;
}


.__pp_categories ul li {
	margin-bottom: 3px;
}

.__pp_categories ul li a {
	color: #363636;
	padding: 1px 0px;
	display: inline-block;
}

.__pp_categories ul li ul {
	margin: 0 10px 15px;
	padding: 0px 0px;
}

.__pp_categories ul li ul li {}

.__pp_categories ul li ul li a {
	color: #5C5C5C;
}

.__pp_categories ul li ul li a:hover {
	color: #000;
}

.__pp_categories ul li a.__active {
	color: #000;
	font-weight: 600;
}

.__pp_categories ul li ul li a.__active {
	color: var(--color-secondary);
}

.__pp_categories ul::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px #EAEAEA; */
	border-radius: 10px;
	background-color: #EAEAEA;
}

.__pp_categories ul::-webkit-scrollbar {
	width: 6px;
	background-color: #EAEAEA;
	border-radius: 10px;
}

.__pp_categories ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #ccc;
}

.brand__.__pp_categories ul {
	/*max-height: 300px;*/
}


.__pp_categories ul li.__active .form-check-label,

.__pp_categories ul li a:hover {}


.__alpgctgy.__pp_categories ul {
	max-height: 650px;
}


.__subsuLifirt.__pp_categories ul {
	max-height: 500px;
}





.__pp_categories ul li .form-check-label {
	cursor: pointer;
	width: 100%;
}

.counno {
	font-size: 12px;
	color: #7b7b7b;
	text-align: right;
	position: absolute;
	right: 15px;
}

.__seeBtn {
	color: #808080;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	padding: 7px 0;
	background: #fff;
	z-index: 1;
	position: relative;
	border-top: #E5E5E5 1px solid;
}

.__seeBtn:hover {
	color: var(--color-primary);
}

.__clearBtn {
	color: #303030;
	position: absolute;
	right: 15px;
	font-size: 12px;
	font-weight: 600;
}

.__clearBtn:hover {
	text-decoration: underline;
	color: var(--color-primary);
}

.__not_found {
	text-align: center;
	min-height: 370px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #000;
	font-size: 17px;
	font-weight: 500;
}

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

.__wgt_price {
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
	border-radius: 5px;
	margin-bottom: 15px;

}


.__wgt_price_fler {
	padding-top: 10px;
	width: 90%;
	margin: 0 auto;
	float: none;
	padding-right: 10px;
	padding-left: 10px;
}

.__wgt_price_fler .slider.slider-horizontal {
	width: 100%;
}

.__wgt_price_fler .slider-track-low {
	background: #666666;
}

.__wgt_price_fler .slider-selection {
	background: var(--color-primary);
}

.__wgt_price_fler .slider-handle {
	background: #ffffff;
	border: var(--color-primary) 3px solid;
}

.__wgt_price_fler_relt {
	padding: 15px 25px;
	text-align: center;
}

.__wgtrle {
	padding-top: 8px !important;
	font-weight: 600;
	font-size: 12px;
}

.__wgt_price_fler_relt .form-control {
	text-align: center;
}

.__wgt_price_fler .slider-track-low,
.__wgt_price_fler .slider-track-high {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	background: #00000054;
}

/*************************/
/*************************/
.__brand {}

.__pp_categories.__brand ul li {
	color: #5C5C5C;
}

.__pp_categories.__brand ul li:hover {
	color: var(--color-primary);
}

.__pp_categories.__brand ul li .form-check-label {
	cursor: pointer;
}

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

.__ProBrand {
	color: #847E7E;
	margin-bottom: 7px;
	margin-top: 5px;
}

.__ProBrand span {
	color: #000;
	font-weight: 500;
}

.__tlPtg {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.__tlPtg .__pric {
	font-size: 22px;
	margin-right: 2px;
}

.__tlPtg .__crttr {
	font-size: 22px;

}

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






/* ====================== */

.__sLtResutWrp {
	width: 100%;
	padding-left: 30px;
}


.__sLtResutWrp h2 {
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 28px;
}

.__ctagmin {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;

}

.__cttilspr {
	display: flex;
	align-items: center;
}

.__sortByWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 250px;
}

.__sortByWrap span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 165px;
	padding-right: 10px;
}

.__sortByWrap .form-select {
	color: #000000;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	border: none;
	border-left: #ccc 1px solid;
	border-radius: 0;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 32px;
}

.__sortByWrap span svg {
	margin-right: 5px;
}

.__wsherhQE {
	padding: 0 5px;
}

.__wsherhQE .__proGdBozInr {
	position: relative;
	margin: 0 0;
}

.__wsherhQE .__proBWish {
	position: absolute;
	right: 10px;
	top: 10px;
}

.__wsherhQE .__tagNew,
.__wsherhQE .__ofrTag {
	position: absolute;
	left: 0;
	top: 0;
}

.__wsherhQE .__suPrLstz {
	margin-bottom: 15px;
	padding: 0 7px;
}



.__priGrp {
	min-height: 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 17px;
}


.__wsherhQE .__proGdMtils {}


.__wrsCatAds {
	margin: 0;
	/* margin-left: -5px;
    margin-right: -5px; */
}

.__wrsCatAds .row {
	padding: 0 0px;
}


.__wrsCatAds img {
	border-radius: 5px;
	min-height: 250px;
	object-fit: cover;
}

.__acrad {
	padding: 0 5px;
	margin-bottom: 15px;
}





/* ====================== */

/* ====================== */




/* ====================== */



.scrollbar {
	margin-bottom: 60px;
	overflow-y: auto;
}


.scrollbar::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px #EAEAEA; */
	border-radius: 10px;
	background-color: #EAEAEA;
}

.scrollbar::-webkit-scrollbar {
	width: 9px;
	background-color: #BBBBBB;
	border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #BBBBBB;
}


/* ====================== */
/* ====================== */





.__pageNavigation {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	font-size: 14px;
	font-weight: 500;
}


/* ====================== */
/* ====================== */


/* ================================= */
/* ================================= */



/* ====================== */
/* ====================== */




/* ================================= */
/* ================================= */
.__proDetails {
	margin: 25px 0;
}

.__prolistslid {
	overflow: hidden;
	position: relative;
}


.__prolistslid .__ofrTag {
	left: 0;
	top: 0;
	z-index: 99;
}

.__prolistslid .__proBWish {
	right: 5px;
	top: 5px;
	z-index: 999;
}

.__prolistslid .__proBWish svg {
	width: 35px;
	height: 35px;
}


.__proDetaViw {}

.__proDetaViw h2 {
	font-size: 22px;
	color: #000;
}

.__prodlsStrawp {
	margin: 10px 0;
}

.__prodlsStrawp svg {
	cursor: pointer;
}

.__proDetails .__proGdMPricWr {
	margin: 5px 0;
}






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

.__ProQuantityBoz {}


.__ProQuantityBoz .product-quantity button {
	position: absolute;
	background: none;
	top: 0;
	right: 0;
	border: 1px solid #ebebeb;
	padding: 0;
	width: 24px;
	height: 22px;
	font-size: 14px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.__ProQuantityBoz .product-quantity button:hover {
	background-color: #f1f1f1
}

.__ProQuantityBoz .product-quantity input {
	width: 60px;
	height: 42px;
	border: 1px solid #ccc;
	border-right: 0;
	padding: 5px 8px;
	font-size: 14px;
	outline: none;
	text-align: center;
}

.__ProQuantityBoz .product-quantity *:first-child {
	top: auto;
	bottom: 0
}

.__ProQuantityBoz .product-cart {
	margin-top: 10px
}

.__ProQuantityBoz .product-additional-info {
	padding-top: 10px
}

.__ProQuantityBoz .product-additional-info .panel-product-actions {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 10px;
	display: none;
}




.__ProQuantityBoz .product-quantity button {
	position: absolute;
	background: none;
	top: 0;
	right: 0;
	border: 1px solid #ccc;
	padding: 0;
	width: 24px;
	height: 21px;
	font-size: 14px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.__ProQuantityBoz .product-quantity {
	position: relative;
}

.__ProQuantityBoz .product-quantity {
	position: relative;
	min-width: 80px;
}


/*********************/
.__product_quantity {
	border-radius: 5px;
	border: #B8B8B8 1px solid;
}



.__product_quantity .add,
.__product_quantity .sub {
	width: 40px;
	height: 48px;
	border: none;
	background: #F6F6F6;
	font-size: 11px;
	border-radius: 0;
}

.__product_quantity .sub {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.__product_quantity .add {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.__product_quantity .sub:hover,
.__product_quantity .add:hover {
	background: #D0D0D0;
}

.__quantitySuTx {
	color: #818181;
	margin-top: 5px;
}


.__qtyInpt {
	text-align: center;
	border: none;
	outline: none;
	font-size: 15px;
	max-width: 100px;
}



.__product_quantity input {
	width: 50px;
	text-align: center;

}


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

.__qtysRV {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	/* margin-right: 5px; */
}

.__qtysRV h6 {
	font-weight: 500;
	font-size: 12px;
	color: #686868;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}


.__qtyWrp {
	max-width: 90px;
	margin-right: 10px;
}

.__qtyWrp input {
	text-align: center;
	border-radius: 5px !important;
	min-height: 45px;
}

.__qtyWrp .input-group-btn {
	position: absolute;
	width: 100%;
}

.__qtyWrp .input-group-btn .quantity-right-plus {
	float: right;
	padding: 10px 5px;
	font-size: 15px;
	background: #dfdfdf;
	color: #888888;
	min-height: 45px;
	border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

}

.__qtyWrp .input-group-btn .quantity-left-minus {
	float: left;
	padding: 10px 5px;
	font-size: 15px;
	background: #dfdfdf;
	color: #888888;
	border-radius: 0;
	min-height: 45px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.__qtyWrp .input-group-btn .quantity-right-plus:hover,
.__qtyWrp .input-group-btn .quantity-left-minus:hover {
	color: var(--color-primary);
	background: #c6c6c6;
}



.__carBtnPro {
	margin-right: 10px;
}

.__carBtnPro .__btnPriy {
	padding: 10px 25px;
	min-width: 180px;
	font-weight: bold;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.__carBtnPro .__btnPriy img {
	margin-right: 10px;
}

.__wholesaleOdr {}

.__wishlist {
	width: 50px;
	height: 50px;
	background: #BFC1D6;
	color: var(--color-primary);
	border-radius: 100%;
	text-align: center;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .5s;
}

.__wishlist .fas {
	display: none;
}

.__wishlist.__active {
	background: var(--color-primary);
	color: #ffffff;
	transition: all .5s;
}

.__wishlist.__active .far {
	display: none;
}

.__wishlist.__active .fas {
	display: block;
	transition: all .5s;
}


.__descriptionPro {
	margin: 5px 0;
	font-size: 14px;
	line-height: 20px;
}

.__descriptionPro h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.__descriptionPro h5 {
	font-size: 15px;
	font-weight: 500;
	color: #555555;
	text-decoration: underline;
}

/*******************/
.__SimilarProducts {
	margin-top: 100px;
}

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





.__oderPouOdr {}

.__oderPouOdr .form-label {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 14px;
}

.__oderPouOdr .modal-header {
	border-bottom: none;
	padding-bottom: 0;
}

.__oderPouOdr .modal-footer .btn {
	padding: 9px 25px;
	min-width: 170px;
	font-weight: bold;
}

.__oderPouOdr .modal-footer {
	border-top: none;
	padding-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}




.__sbDcrpLiPar {
	border-top: #E5E5E5 1px solid;
	padding-top: 15px;
}

.__sbDcrpLiPar ul {
	margin: 0 0 5px;
	padding: 0;
}

.__sbDcrpLiPar ul li {
	list-style: none;
	margin: 3px 0;
	padding: 0 0;
}

.__sbDcrpLiPar ul li span {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	min-width: 120px;
	max-width: 120px;
	display: inline-block;
}




.__proBtActWrp {
	display: flex;
	align-items: center;
	gap: 15px;
	/* margin: 15px 0; */
	width: 100%;
}


.__cartProBtn,
.__ProWishlist {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	border-radius: 5px;
	position: relative;
}

.__cartProBtn svg,
.__cartProBtn i,
.__ProWishlist i {
	margin-right: 5px;
	margin-top: -5px;
}

.__ProWishlist .fas {
	display: none;
}

.__ProWishlist.__active .far {
	display: none;
}

.__ProWishlist.__active .fas {
	display: inline-block;
}




.__cartProBtn {
	width: 100%;
	padding: 10px;
	font-size: 18px;
	font-weight: 600;
	min-height: 50px;
}


.__cartProBtn i {
	display: none;
}

.__cartProBtn.__active svg {
	/* display: none; */
}

.__cartProBtn.__active i {
	display: inline-block;
}

.___proCarwrp {
	display: flex;
	gap: 15px;
	margin-bottom: 35px;
}



/* ================================= */
/* ================================= */
.__proSherBz {
	position: absolute;
	right: 10px;
	bottom: 110px;
	z-index: 999;
	cursor: pointer;
}

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */


.__futruSl {
	background: #F8F8F8 !important;
	padding-bottom: 15px;
}

.__proSubSldr.__futruSl .inside_box {
	background: #F8F8F8;
	padding: 5px 5px;
}

.__futruSl .container h2 {
	padding-top: 30px;
	font-size: 20px;
	padding-left: 10px;
	position: relative;
}

.__futruSl.__proSubSldr .__proGdBoz {
	padding: 0 10px;
}

.__futruSl .swiper-button-prev,
.__futruSl .swiper-button-next {}


/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */


.__futruSlTyp2 {
	background: #ffffff;
	margin-top: 0;
	padding-bottom: 15px;
}

.__proSubSldr.__futruSlTyp2 .inside_box {
	background: #ffffff;
	padding: 5px 5px;
}

.__futruSlTyp2 .container h2 {
	padding-top: 30px;
	font-size: 20px;
	padding-left: 10px;
	position: relative;
}

.__futruSlTyp2.__proSubSldr .__proGdBoz {
	padding: 0 10px;
}

.__futruSlTyp2 .swiper-button-prev,
.__futruSlTyp2 .swiper-button-next {}


/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */


.__futruSlTyp3 {
	padding-top: 30px;
	background: #F8F8F8;
	margin-top: 0;
	padding-bottom: 15px;
}

.__proSubSldr.__futruSlTyp3 .inside_box {
	background: #F8F8F8;
	padding: 5px 5px;
}


.__futruSlTyp2 .container h2 {
	padding-top: 30px;
	font-size: 20px;
	padding-left: 10px;
	position: relative;
}

.__futruSlTyp3.__proSubSldr .__proGdBoz {
	padding: 0 10px;
}

.__futruSlTyp3 .swiper-button-prev,
.__futruSlTyp3 .swiper-button-next {}


/* ================================= */
/* ================================= */
.sidebar {
	position: sticky;
	top: 0;
}


/* ================================= */
/* ================================= */



.__prolistslid .swiper-container {
	width: 100%;
	height: 100%;
}

.__prolistslid .swiper-slide {

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.__prolistslid .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*min-height: 500px;*/
	min-height: 600px;
}

/* .swiper-button-prev, 
.swiper-button-next {
	width: 40px !important;
	height: 40px !important;
	background: #fff;
	border-radius: 100%;
	color: #3b3b3b;
	-webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
	box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
} */
/* 
.swiper-button-prev {
	left: 2px;
}

.swiper-button-next {
	right: 2px;
} */

/* .swiper-button-prev:after, 
.swiper-button-next:after {
	font-size: 18px !important;
} */

/* ========================== */

/* ================================= */
/* ================================= */
/* 
-----------------------------------------------------------------------
  product-single CSS
-----------------------------------------------------------------------
*/





.product-single-item .swiper-button-prev,
.product-single-item .swiper-button-next {
	width: 40px !important;
	height: 40px !important;
	background: #fff;
	border-radius: 100%;
	color: #3b3b3b;
	-webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
	box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
}

.product-single-item .swiper-button-prev {
	left: 2px;
}

.product-single-item .swiper-button-next {
	right: 2px;
}

.product-single-item .swiper-button-prev:after,
.product-single-item .swiper-button-next:after {
	font-size: 18px !important;
}


.product-single-item .product-thumb {
	border: #D3D3D3 1px solid;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.product-single-item .product-thumb .sale-title {
	left: 10px;
	position: absolute;
	top: 10px;
}

.product-single-item .product-thumb .percent-count {
	right: 10px;
	position: absolute;
	top: 10px;
}

.product-single-item .product-thumb .sticker {
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}

.product-single-item .product-thumb .lightbox-image {
	cursor: crosshair;
}

.product-single-item .product-thumb .zoomImg {
	pointer-events: none;
}


.product-single-item .product-nav {
	margin-top: 12px;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
}

.product-single-item .product-nav img {
	cursor: pointer;
	border: 1px solid #C1C1C1;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	border-radius: 10px;
	min-height: auto;
	min-height: 100px;
}

.product-single-item .product-nav .swiper-wrapper .swiper-slide {
	opacity: 0;
}

.product-single-item .product-nav .swiper-wrapper .swiper-slide-thumb-active img {
	border-color: var(--color-primary);
}

.product-single-item .product-nav .swiper-wrapper .swiper-slide-visible {
	opacity: 1;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.product-single-item .product-nav .swiper-button-prev {
	background-color: #fff;
	color: #000;
	left: 3px;
	opacity: 1;
}

.product-single-item .product-nav .swiper-button-prev:hover {
	color: #fff;
	background-color: var(--color-primary);
}

.product-single-item .product-nav .swiper-button-next {
	background-color: #fff;
	color: #000;
	right: 3px;
	opacity: 1;
}

.product-single-item .product-nav .swiper-button-next:hover {
	color: #fff;
	background-color: var(--color-primary);
}


.product-single-item .swiper-button-prev.swiper-button-disabled,
.product-single-item .swiper-button-next.swiper-button-disabled {
	opacity: 0.35 !important;
}





@media only screen and (max-width: 991px) {
	.product-single-item .product-single-info {
		margin-top: 50px;
	}
}

.product-single-item .product-single-info .title {
	color: #222;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 14px;
	text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
	.product-single-item .product-single-info .title {
		font-size: 25px;
	}
}

.product-single-item .product-single-info .prices {
	margin-bottom: 10px;
}

.product-single-item .product-single-info .prices .price {
	font-size: 16px;
	font-weight: 400;
	color: var(--color-primary);
}

.product-single-item .product-single-info .prices .price-old {
	color: #000;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: 400;
	margin-left: 8px;
}

.product-single-item .product-single-info .rating-box-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.product-single-item .product-single-info .rating-box-wrap .rating-box {
	color: #dc9a0e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 5px;
	position: relative;
	top: -1px;
}

.product-single-item .product-single-info .rating-box-wrap .review-status a {
	color: #585858;
	font-size: 15px;
	margin-left: 5px;
}

.product-single-item .product-single-info .rating-box-wrap .review-status a:hover {
	color: var(--color-primary);
}

.product-single-item .product-single-info p {
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 29px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 31px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty {
	margin-right: 15px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty {
	width: 100px;
	position: relative;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty input {
	border: 1px solid #ededed;
	height: 42px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn {
	color: #606060;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn:hover {
	color: var(--color-primary);
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn.inc {
	right: 20px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn.dec {
	left: 20px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .btn-product-add {
	background-color: #222;
	color: #fff;
	height: 40px;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .btn-product-add:hover {
	background-color: var(--color-primary);
}

.product-single-item .product-single-info .product-action-simple .product-wishlist .btn-wishlist {
	color: #222;
	border: 1px solid #ededed;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 45px;
	line-height: 43px;
	text-align: center;
	width: 170px;
	margin-bottom: 30px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .product-wishlist .btn-wishlist:hover {
	background-color: var(--color-primary);
	color: #fff;
}

.product-single-item .product-single-info .product-action-simple .amazon-button .btn-amazon {
	background-color: #222;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 23px;
	display: inline-block;
	margin-bottom: 30px;
}

.product-single-item .product-single-info .product-action-simple .amazon-button .btn-amazon:hover {
	background-color: var(--color-primary);
}

.product-single-item .product-single-info .product-action-simple .payment-button .btn-payment {
	color: #fff;
	background-color: #222;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 96px 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .payment-button .btn-payment:hover {
	background-color: var(--color-primary);
}

.product-single-item .product-single-info .product-action-simple .social-sharing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-single-item .product-single-info .product-action-simple .social-sharing span {
	color: #222;
	font-size: 14px;
	font-weight: 600;
	margin-right: 15px;
}

.product-single-item .product-single-info .product-action-simple .social-sharing .social-icons a {
	color: #363636;
	font-size: 14px;
	font-weight: 400;
	margin-right: 15px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .social-sharing .social-icons a:hover {
	color: var(--color-primary);
}

.product-single-item .product-single-info .product-select-action {
	margin-bottom: 30px;
}

.product-single-item .product-single-info .product-select-action .select-item {
	margin-bottom: 25px;
}

.product-single-item .product-single-info .product-select-action .select-item label {
	color: #626262;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	width: 80px;
}

.product-single-item .product-single-info .product-select-action .select-item .form-select {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border: solid 1px #e8e8e8;
	border-radius: 0px;
	color: #808080;
	cursor: pointer;
	display: inline-block;
	margin-left: -4px;
	font-size: 14px;
	font-weight: 400;
	height: 45px;
	width: 330px;
	padding: 10px;
}

@media only screen and (max-width: 575px) {
	.product-single-item .product-single-info .product-select-action .select-item .form-select {
		width: 100%;
	}
}

.product-single-item .product-single-info .product-select-action .select-item .form-select:active,
.product-single-item .product-single-info .product-select-action .select-item .form-select:focus {
	border: 1px solid #999;
}

.product-single-item .product-single-info .product-select-action .select-item .form-select option {
	background-color: #fff;
	color: #000;
}

.product-single-item .product-single-info .ht-countdown-style2 {
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 0;
}


/* 
  -----------------------------------------------------------------------
	product-single CSS
  -----------------------------------------------------------------------
  */




/* ====================== */
/* ====================== */


/* ====================== */
/* ====================== */



.__shoppingBagPg {
	background: #F3FFF3;
	padding-top: 30px;
	min-height: 550px;
}

.__shipBagWrp {
	display: flex;
}

.__shipBagBig {
	width: 100%;
	padding-right: 40px;
}

.__shipBagBig h2,
.__shoppingBagPg h2 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
	padding-top: 0;
}

.__shipBagBig h2 small,
.__shoppingBagPg h2 small {
	font-weight: normal;
	font-size: 15px;
	color: #AAAAAA;
	padding-left: 7px;
}

.__shiptisM {
	display: flex;
	border-top: #DEDEDE 1px solid;
	border-bottom: #DEDEDE 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
}

.__shiptisMdlrs {
	width: 60%;
}

.__shiptisMdRices {
	width: 40%;
}

.__shpctBozwrp {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
	border-radius: 10px;
	position: relative;
}


.__shiMg {}

.__shiMg img {
	width: 110px;
	height: 110px;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #D3D3D3;
}

.__carInfotg {
	display: inline-block;
	color: #000;
	font-size: 14px;
}

.__basKtagOfr {
	color: #000;
	font-size: 14px;
}

.__basKtagOfr small {
	font-size: 11px;
}

.__basKtPrics {
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	right: -130px;
	z-index: 100;
	text-align: center;
	min-width: 150px;
	padding-top: 10px;
}

.__basKtPrics small {
	font-size: 14px;
	font-weight: normal;
}



.__shipcontz {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 17px;
}


.__shipcontz .__proNme {
	margin: 0 0 5px;
	font-weight: 600;
	font-size: 17px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	padding-right: 10px;
	/* min-height: 35px; */
}

.__shipcontz .__proNme small {
	font-size: 18px;
	font-weight: lighter;
}

.__shipcontz .__pricSxz {
	margin-top: 10px;
	font-size: 18px;
}

.__shipcontz .__pricSxz .__pricanmt {
	font-size: 18px;
}

.__shiQuantity,
.__shiSize,
.__shiColor {
	color: #767676;
	font-size: 12px;
	font-weight: 500;
	margin: 4px 0;
}

.__shiSize span,
.__shiColor span {
	color: #000;
	padding-left: 5px;
}


.__shiQuantity .__product_quantity {
	margin: 0px 0;
}






.__shipbtmAction {
	margin: 0px 0 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}



.__removeBtn,
.__move_wishlist {
	color: #fff;
	font-weight: 500;
	background: var(--color-primary);
	border-radius: 35px;
	padding: 10px 15px;
	white-space: nowrap;
}

.__removeBtn i,
.__move_wishlist i {
	padding-right: 3px;
}



.__removeBtn:hover,
.__move_wishlist:hover {
	background: var(--color-secondary);
	color: #fff;
}


.__shipbtmAction .__proBWish {
	position: relative;
	right: 0;
	top: 0;
	margin-left: 10px;
}

.__shipbtmAction .__proBWish svg {
	width: 32px;
	height: 32px;
}

.__move_wishlist .fas {
	display: none;
}

.__move_wishlist.__active .far {
	display: none;

}

.__move_wishlist.__active .fas {
	display: inline-block;
}


.__removeBtn:hover {
	color: red;
}


.__removeBtnTy2 {
	Width: 37px;
	height: 35px;
	position: absolute;
	color: #fff;
	background: #FFACAC;
	border-radius: 0px 10px 0px 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding-bottom: 3px;
	top: -44px;
	right: -10px;
}

.__removeBtnTy2:hover {
	background: red;
	color: #fff;
}

.__shiQuantityTyp {}




.__shipCrboRt {}

.__shipCrboRt .__HVPointsdpg {
	margin: 7px 0;
}

.__shippingLoction {
	color: #828282;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin: 1px 0
}

.__shippingLoction b {
	font-weight: 500;
	padding-left: 4px;
	color: #000;
}

.__shippingLoction .__flgIocn {
	width: 17px;
	height: 17px;
	margin-top: -3px;
}

.__non_return {
	display: flex;
	align-items: center;
	margin: 7px 0;
	color: #000;
}

.__non_return .__Iocn {
	width: 17px;
	height: 17px;
	margin-top: -2px;
	margin-right: 10px
}

.__prolibtWv {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.__probzPric {
	color: var(--color-secondary);
	font-size: 16px;
	font-weight: 600;
	margin: 1px 0;
}


.__taxTxt {
	font-weight: 500;
	font-size: 11px;
	padding-left: 10px;
	color: #828282;
}


.__baskWrap {}


.__shiZepRt {
	position: relative;
	min-width: auto;
	/* padding-right: 10px; */
	display: flex;
	gap: 12px;
}

.__lowstock {
	color: var(--color-secondary);
}


.__carSuBHiBz {
	min-height: 72px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
}



.__cartBtmWrp {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.__cartBtmWrp .btn {
	border-radius: 35px;
	padding: 10px 30px;
	white-space: nowrap;
	font-weight: 600;
}

.__cartBtmWrp .btn:hover {
	color: #fff;
	background: var(--color-secondary);
	border-color: var(--color-secondary);
}


.__bstBtScrZqc {
	gap: 10px;
	display: flex;
}

.__cartsdzx {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.__cartsdzx .__carInfotg {
	font-weight: 500;
	font-size: 15px;
}


.__checkoutPzCsp {}

.__checkoutPzCsp .__shpctBozwrp .__shiZepRt {
	padding-right: 0 !important;
}


/* ================================= */
/* ================================= */
.__basket_empty {
	text-align: center;
	margin: 50px auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
	border-radius: 10px;
	padding: 40px 20px;
	max-width: 465px;

}

.__bsketyImg {
	text-align: center;
	margin-bottom: 15px;
}

.__basket_empty h4 {
	text-align: center;
}

.__basket_empty .btn {
	text-align: center;
	padding: 10px 30px;
	border-radius: 35px;
	font-size: 17px;
}


/* ================================= */
/* ================================= */
.__elvrAdrs {}

.__elvrAdrsPopup {
	max-width: 620px;
	margin: 0 auto;
}

.__elvrAdrsPopup .btn-close {
	position: absolute;
	right: 10px;
	top: -9px;
	opacity: 10;
	color: #fff;
	background: none;
}

.__elvrAdrsPopup .modal-header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.__elvrAdrsPopup .modal-header h5 {
	font-size: 18px;
	font-weight: 500;
}

.__elvrAdrsPopup .nav-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: none;
	margin-bottom: 15px;
}

.__elvrAdrsPopup .nav-tabs .nav-link {
	background: #E7E7E7;
	color: #000;
	border-radius: 35px;
	min-width: 150px;
	font-weight: 500;
	margin: 0 5px;
	border: none;
}

.__elvrAdrsPopup .nav-tabs .nav-link.active {
	background: var(--color-primary);
	color: #fff;
}

.__elvrAdrsPopup .modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-top: none;
	padding-top: 0;
}

.__elvrAdrsPopup .modal-footer .btn.btn-primary {
	padding: 12px 35px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.__mapicVwe {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 45%;
	width: 90px;
}

/* ================================= */
/* ================================= */

.__gPsBoz {
	max-width: 1000px;
}

.__gPSelvrAdrs {}

.__gpdSercWr {
	position: relative;
	margin-top: -5px;
	padding: 0 15px;
	padding-bottom: 10px;
	padding-right: 35px;
}

.__gpdSerIcos {
	position: absolute;
	right: 35px;
	top: 1px;
	background: #cccccc30;
	width: 40px;
	height: 34px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.__gPsBoz .modal-body {
	padding: 0;
}

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */




.__shipBagSmll {
	min-width: 330px;
	max-width: 330px;
}

.__wdgtRt {
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
	border-radius: 10px;
	margin-top: 40px;
	padding: 15px;
	margin-bottom: 15px;
}

.__wdgtRt h6 {
	font-size: 17px;
}

.__oderItemBtWV {
	padding: 0px 0px 0px;
}

.__oderItemBtWV table {
	width: 100%;

	color: #000;
}

.__oderItemBtWV table td {
	padding: 7px 0;
	line-height: 25px;
}

.__ordtd.__rellt {
	color: #000;

	width: 46%;
	text-align: right;
}

.__ordtd.__rellt.__amutbline {
	font-weight: 600;
	/* color: var(--color-primary); */
}

.__amutbline {
	font-weight: 600;
}

.__amutbline small {
	font-weight: 600;
	color: #adadad;
}

.___crtChkBtnWrpwv {
	margin-bottom: 10px;
}

.__tbrw_discount .__ordtd.__rellt {
	color: #C4131E;
}

.__oderItemBtWV h6 {
	font-size: 17px;
}

.__applyCodeBoz {
	margin-bottom: 20px;
	background: #F0F0F0;
	padding: 15px;
	border-radius: 5px;
}

.__applyCodeBoz h6 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
}

.__applyCodeBoz .btn {
	min-width: 80px;
	text-transform: uppercase;
}

.__applyCodeBoz .form-control:focus {
	border: var(--color-primary) 1px solid;
}

.__ordFrees {
	color: var(--color-primary);
	font-weight: 500;
}

.__shiZeprt {
	width: 100%;
}

.__crtChkBtn {
	padding: 12px 10px;
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	min-height: 50px;
	border-radius: 10px;
	background: var(--color-secondary);
	color: #000;
	border: 1px solid var(--color-secondary);
}

.__crtChkBtn:hover {
	background: var(--color-secondary);
}

.__nxtBtncx {
	padding: 15px 10px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	border-radius: 10px;
}

/* ================================= */
/* ================================= */

.__dlyPicWv {

	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}

/* ================================= */
/* ================================= */

.__payMthWrp {
	max-width: 660px;
	margin: 0 auto;
}

.__payMthWrp .__chkjSwch .form-check-label {
	padding: 19px 15px;
	color: #000;
	width: 100%;
	padding-left: 40px;
	cursor: pointer;
	background: #FFFFFF;
	/* border: 0.4px solid #bfbfbf; */
	box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
	border-radius: 10px;
	font-weight: 600;
}

.__payMthWrp .__chkjSwch {
	position: relative;
	display: flex;
	gap: 0;
	align-items: center;
	width: 100%;
	float: none;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0px;
}

.__payMthWrp .__chkjSwch .form-check-input {
	border: #000000 1px solid;
	background: #ffffff;
	left: 40px;
	top: 18px;
	width: 20px;
	height: 20px;
}

.__payMthWrp .__chkjSwch .form-check-input:checked[type=radio] {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.__payMthWrp .__chkjSwch .form-check.form-check-inline.__checked .form-check-label {
	border: var(--color-primary) 1px solid;
}

.__payMthWrp .__chkjSwch .form-check.form-check-inline {
	margin: 0 0 15px;
	padding: 0 5px;
	width: 50%;
}

.__payMthWrp .__wdgtRt {
	margin: 10px 0 0;
}

.__payMthWrp .__wdgtRt .__oderItemBtWV {
	padding: 0px 0px 0px;
}

.__payMthWrp .__ordtd.__rellt.__amutbline {
	color: var(--color-primary);
	font-size: 17px;
}

.__payMthWrp .__oderItemBtWV table td,
.__payMthWrp .__oderItemBtWV h6 {
	font-size: 16px;
}

.__pasIcseye {
	position: absolute;
	right: 0;
	bottom: -2px;
}


/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */
.__checkoutWrap {
	padding: 35px 0;
}

.__checkoutWrap h4 {
	font-size: 17px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	padding-top: 0;
}

.__ckShipAdrsWrap {
	margin-bottom: 15px;
}

.__ckShipAdrsWrap h5 {
	font-size: 15px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;

}

.__ckShipAdrsWrap h5 span {
	background: #007879;
	padding: 10px;
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: inline-block;
}



/* ---------------- */

.__chkAdlisVw {
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px rgb(167 167 167 / 25%);
	border-radius: 5px;
	min-height: 183px;
	height: 95%;
	border: #fff 2px solid;
}

.addresslisttefdf.active .__chkAdlisVw {
	border: #aa0029 2px solid;
}

.__adSetdefault {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px;
	cursor: pointer;
}

.__adSetdefault .form-check-input {
	cursor: pointer;
}

/* .__chkAdlisVw .form-check,
.__chkAdlisVw .select_address{
    position: absolute;
    right: 10px;
    top: 8px;
} */

.__chkAdlisBtnWrp {
	margin-top: 5px;
}

.__chkBtnedit,
.__chkBtnRemov {
	border-radius: 7px;
	border: var(--color-primary) 1px solid;
	padding: 4px 15px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	color: #fff;
	transition: all .5s;
	background: var(--color-primary);
	margin-right: 5px;


}

.__chkBtnedit:hover,
.__chkBtnRemov:hover {
	background: #F04E3E;
	border: #FF6464 1px solid;
	transition: all .5s;
	color: #fff;
}


.__chkBtnedit {
	border: #000 1px solid;
	color: #fff;
	background: #000;

}

.__chkBtnedit:hover {
	background: var(--color-secondary);
	border: var(--color-secondary) 1px solid;
}


.__chkAdlisVw_Add {
	background: #FFFFFF;
	border: 1px dashed #D0D0D0;
	box-sizing: border-box;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;

	flex-direction: column;
	font-size: 15px;
	color: #505050;

	min-height: 90%;
	max-height: 90%;
	min-height: 80px;

	transition: all .5s;
	margin-bottom: 15px;
}

.__chkAdlisVw_Add:hover {
	transition: all .5s;
	border: 1px solid var(--color-primary);
}

.__ckShipAdrsWrap {
	margin-bottom: 15px;
}


.__ckkCheboz {}

.required {
	color: red;
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
}




.__addarssWrp .modal-content .btn-close {
	top: 20px !important;
}


.__addarssWrp .modal-content .modal-body {
	padding: 15px !important;
}

.__addarssWrp .modal .modal-dialog {}

.__chAdse {
	min-height: 80px;
	min-height: 135px;
}


.addresslisttefdf.active .__chkAdlisVw {}

.__chAdseSubTex {
	margin-top: 10px;
	color: #565656;
}

.__AdditionalBkl {
	margin-top: 20px;
	margin-bottom: 20px;
}

.__AdditionalBkl .form-control {
	background: #F1F1F1;
}

.__ckAddressesWr {
	margin-top: 20px;
}

.__ckAddressesWr h5 {
	font-size: 17px;
	font-weight: 600;
}

.__addresslist {}

.__addresslist h2 {
	margin-bottom: 0;
	padding-top: 0;
	display: flex;
	align-items: center;
	flex-direction: row;
	position: relative;
}

.aditionla {
	position: absolute;
	left: 20px;
	z-index: 999;
	top: 9px;
}


.__addresslist #headingTwo .accordion-button {
	padding-left: 55px;
}


.accordion-button:not(.collapsed) {
	color: #aa0029;
	background-color: #aa00291f;
	/* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
}

/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */
.__cheRwgt {
	padding: 15px 15px;
	border-bottom: #ccc 1px solid;
}

.__cheRwgt .__shiMg img {
	width: 45px;
	height: 45px;
}

.__cheRwgt .__shipcontz .__proNme {
	margin: 0 0 5px;
	font-weight: 500;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #424242;
	padding-right: 0;
	min-height: auto;
}

.__rtSumry_rate {
	color: var(--color-secondary);
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.__Summary2 {
	padding-top: 0px;
}

.__Summary2 h6 {
	background: var(--color-primary);
	padding: 12px 15px;
	color: #fff;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.__crSryradio {
	padding: 25px 15px 15px;
	border-top: #CECECE 1px solid;
	border-bottom: #CECECE 1px solid;
	margin-bottom: 15px;
	font-weight: 500;
}

.__crSryradio label,
.__crSryradio .form-check-inline {
	cursor: pointer;
}

.__crSryradio h5 {
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* ================================= */
/* ================================= */

.__addAdrsPopup {
	max-width: 900px;
}

.__addAdrsPopup .btn {
	margin: 0 auto;
	min-width: 160px;
	font-size: 14px;
	border-radius: 30px;
	padding: 10px;
	text-transform: uppercase;
}

/* ================================= */
/* ================================= */


/* ====================== */
.__successWrap {
	max-width: 533px;
	margin: 5% auto 200px;
	padding: 50px 10px;
	text-align: center;
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 14px rgb(0 0 0 / 20%);
	background: #FFFFFF;
	border-radius: 15px;
}

.__successWrap h2 {
	margin-top: 10px;
	color: var(--color-primary);
	font-weight: 600;
	font-size: 24px;
	padding: 10px 0 0;
	margin-bottom: 5px;
}

.__successWrap p {
	margin: 0 0 5px;
}

.__green {
	color: #fff;
}

.__txtPrcor {
	color: var(--color-primary);
}

.__txtPrcor b {
	font-weight: bold;
}


/* ================================= */
/* ================================= */


.__FeedbackPg {
	background: var(--color-primary);
}


.__feedbackBoxWrap {
	max-width: 350px;
	margin: 0 auto;
	text-align: center;

}

.__feedbackBoxWrap h4 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #fff;
}

.__feedbackBoxWrap h5 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #fff;
}

.__feedbackBimg {}


.__strWrpz {
	font-size: 25px;
	color: #FFCB06;
	margin: 0 5px 25px;
	position: relative;
}

.__strWrpz i {
	position: relative;
	cursor: pointer;
}

.__strWrpz .fa-star {
	display: none;
}

.__strWrpz i:hover .fa-star {
	display: block;
}


.__feedbackBzFms {}

.__feedbackBzFms .form-control::placeholder {
	color: #fff;
}

.__feedbackBzFms .form-control {
	background: var(--color-primary);
	border-radius: 10px;
	color: #fff;
	border: #fff 1px solid;
}

.__feedbackBzFms .btn {
	border-radius: 35px;
	min-width: 150px;
	padding: 10px;
	font-size: 15px;
	color: #A61036;
	text-transform: uppercase;
	font-weight: 600;
}


/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */


/*login_registration S*/


.breadcrumb_wrap.__hshwp {
	background: #F3FFF3;
}

.__signwrap {
	padding-top: 45px;
	padding-bottom: 45px;
	position: relative;
	background: #F3FFF3;

}


.__signwrap::after {
	content: "";
	position: absolute;
	background: url(../images/ssspyu.png) no-repeat right top;
	width: 207px;
	height: 250px;
	right: 0;
	top: -31px;
}

.__signInerPG {
	padding: 0px;
	margin-bottom: 35px;

	max-width: 472px;
	margin: 0 auto;


}


.__signInerPG h3 {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0 10px;
	padding: 0px;
}

.__signInerPG h4 {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	margin: 0px 0 5px;
	padding: 0px;
}

.__signInerPG h6 {
	text-align: center;
	font-size: 15px;
	color: #000;
	margin: 0px 0 15px;
	padding: 0px;
	font-weight: 400;
}

.__signInerPG h6 a {
	color: var(--color-primary);
	font-weight: 600;
}

.__signInerPG h6 a:hover {
	color: #000;
}

.register_box,
.login_box {
	padding: 35px 45px 15px;
}

.register_box {
	border-left: #dddddd 1px solid;
}



.forgot_a {
	float: right;
	color: #000000;
}






.social_login_wrap {
	float: left;
	width: 100%;
	margin: 0px 0;
	text-align: center;
	border-top: none;
	padding-top: 25px;
	display: none;
}

.social_login_wrap h5 {
	font-size: 14px;
}

.social_fb {
	padding: 7px 7px;
	float: none;
	width: auto;
	cursor: pointer;
	margin-bottom: 10px;
	color: #444;
	font-size: 16px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border: none;
}


.__ctm_btn {
	text-align: center;
	min-width: 240px;
	max-width: 240px;
	padding: 9px 11px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin: 0 auto;
	border-radius: 10px;
	min-height: 55px;

	background: #47C100;
	box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.05);
	border-radius: 10px;

}

.__ctm_btn.login_submit {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.__forgot_passwordWp .__signInerPG {
	max-width: 400px;

	padding-bottom: 10px;
}

.__tcLinks a:hover {
	text-decoration: underline;
}


.__RememberPass {
	display: flex;
	justify-content: flex-start;
}

.__chkjSwch {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	gap: 10px;
}

.__chkjSwch .form-check.form-check-inline {
	margin: 0;
	padding: 0;
	width: 50%;
	position: relative;
}

.__chkjSwch .form-check-input {
	position: absolute;
	z-index: 0;
	top: 10px;
	left: 35px;
	border: #ffffff 1px solid;
	background: var(--color-primary);
}


.__chkjSwch .form-check-label {
	background: var(--color-primary);
	border: 1px solid #FFFFFF;
	box-shadow: 0px 3px 3px rgb(0 0 0 / 16%);
	border-radius: 6px;
	padding: 10px;
	color: #fff;
	width: 100%;
	padding-left: 35px;
	cursor: pointer;
}





.__telcoddro {
	display: flex;
}

.__codrop {
	min-width: 130px;
}

.__telrop {
	width: 100%;
	padding-left: 15px;
}


.__rIGIR .__signInerPG {
	max-width: 866px;
}

.__fldFocation {
	position: relative;
}

.__fllamaci {
	background: #F1F1F1;
	padding: 0;
	width: 45px;
	height: 55px;
	right: 12px;
	position: absolute;
	bottom: 0;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;

}

.__richliswr {
	display: flex;
	align-items: center;
	justify-content: center;
}

.__richliswr a {
	color: var(--color-primary);
}

.__richliswr a:hover {
	color: #000;
}

.__rigObjtEmt {
	margin: 85px auto 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}


.__otpVerification {
	max-width: 450px;
	min-height: 450px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.__otpVerification h3 {
	font-size: 22px;
}

.__otpWrp {
	display: flex;
}

.__lfls {
	padding: 0 10px;
}

.__lfls .form-control {
	background: none;
	border-bottom: 1px #BABABA solid;
	color: #000;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	max-width: 77px;
	min-height: 87px;
	background: #fff;
}

.__profile_verifiedPg {
	padding-top: 70px;
}

.__profile_verifiedPg .container {
	max-width: 800px;
}

.__fmrLogz {}

.__fmrLogz .form-select,
.__fmrLogz .form-control {
	min-height: 55px;
	border-radius: 10px;
	border: none;
	padding-left: 45px;
	color: #000;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.__fmrLogz .form-control::placeholder {
	color: #737373;

}

.__fricxz {
	position: absolute;
	left: 12px;
	top: 15px;
}

.__fricxz svg {
	width: 20px;
}

.__fricxz svg path {
	fill: #737373;

}

.__RememberPass .form-check {
	display: flex;
}

.__RememberPass .form-check-input[type=checkbox] {
	width: 20px;
	min-width: 20px;
	height: 20px;


	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	border: none;
	margin-right: 12px;
	margin-top: 2px;
}

.form-check-input[type=checkbox] {}



/*login_registration E*/


/* ================================= */
/* ================================= */


/* ====================== */
/* ====================== */

.__inrDashWrp {
	padding: 32px 0;
	background: #f3fff3;
}

.__dashWrinr {
	display: flex;
}

.__dashLefNav {
	min-width: 250px;
}

.__dashLefNav h5 {
	font-size: 15px;
	font-weight: 500;
}

.__dashLefNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.__dashLefNav ul li {
	padding: 0;
	margin: 0;
}

.__dashLefNav ul li a {
	display: block;
	padding: 12px 10px;
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 5px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
}

.__dashLefNav ul li.active a,
.__dashLefNav ul li a:hover {
	color: #fff;
	background: var(--color-primary);
}

.__dashLefNav ul li a svg {
	margin-right: 10px;
	width: 30px;
	height: 30px;
}

.__dashLefNav ul li a svg path {
	fill: #000;
	fill: var(--color-primary);
}



.__dashRetViw {
	width: 100%;
	padding-left: 30px;
}

.__dashRetViw h4 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 500;
}

.__cnbrs {
	background: var(--color-primary);
	border-radius: 5px 0px 20px 0px;
	width: 40px;
	height: 38px;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin-top: 0;
	margin-left: -16px;
	position: absolute;
}

.__cnbrs a {
	color: #fff;
}

.__odrtime {}

.__dashRetViw h4 a {
	color: #000;
}

.__dashRetViw h4 a:hover {
	color: #000;
	text-decoration: underline;
}

.__dashRetViw h4 small {
	font-size: 14px;
	color: #7a7a7a;
	font-weight: normal;
}

.__orderWrp {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 10px 2px rgb(0 0 0 / 9%);
	-moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 1px 10px 2px #d8d8d8;
	color: #000;
}

.__ordrtobar {
	padding: 8px 15px;
	/* border-bottom: #E6E6E6 1px solid;    */
	display: flex;
	align-items: center;
	position: relative;
}

.__odrid {
	color: #000;
	font-weight: 500;
	padding-right: 40px;
	padding-left: 40px;
}

.__odrid span {
	color: #AAAAAA;
}

.__odrtime {
	color: #AAAAAA;
}

.__arowOdr {
	font-size: 12px;
	color: #ffffff;
	margin-top: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	background: #C4C4C4;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: 3px;
}

.__dashRetViwLIston2p .__ordrBody {
	border-top: #ccc 1px solid;
}

.__ordrBody {
	padding: 15px;

}

.__ordrBody h6 {
	font-size: 19px;
}

.__ordrBody .flex-shrink-0 img {
	width: 80px;
	height: 80px;
	border: #ccc 1px solid;
	padding: 1px;
	border-radius: 7px;
	object-fit: cover;
}


.__status {
	padding: 5px 11px 5px;
	text-align: center;
	float: left;
	margin-top: 5px;
	font-weight: 600;
	border-radius: 5px;
	margin-right: 5px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
}

.__process {
	color: #795548;
	border: #795548 1px solid;
	background: #79554840;
}

.__delivered {
	color: #00C30D;
	border: #00C30D 1px solid;
	background: #DFF7E1;
}

.__pending {
	color: #F04E3E;
	border: #F04E3E 1px solid;
	background: #FFE4E1;
}

.__canceled {
	color: #A6A6A6;
	border: #A6A6A6 1px solid;
	background: #fff;
}

.__success {
	color: #0cb52a;
	border: #0cb52a 1px solid;
	background: #c2e5c8;
}

.__dah_wishlist {}


.__orderTbBatl {
	display: flex;
	flex-wrap: wrap;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px rgb(140 140 140 / 25%);
	border-radius: 5px;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 15px;
	margin-bottom: 15px;
	gap: 10px;
}


.__statusLabV {
	margin-right: 15px;
}

.__orderTbBatl .__status {
	margin: 0;
	margin-right: 15px;
}

.__tarkBtn {
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	margin-right: 15px;
	white-space: nowrap;
}

.__tarkBtn:hover {
	color: #fff;
	background: #810021;
}


.__orderTbBatl .__trOrclnr,
.__orderTbBatl .__status,
.__orderTbBatl .__tarkBtn {
	padding: 5px 15px;
	font-size: 13px;
}

.__trOrclnr {
	background: #626262;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-right: 0px;
	padding: 3px 11px !important;
	font-size: 15px !important;
}

.__trOrclnr:hover {
	background: red;
	color: #fff;
}

.__ordlsZv,
.__ordtsWrboz {
	background: #FFFFFF;
	box-shadow: 0px 0px 12px rgba(140, 140, 140, 0.25);
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
}

.__ordtsWrboz {
	min-height: 194px;
}

.__ordtsWrboz h5 {
	font-size: 16px;
	font-weight: 600;
	border-bottom: #ccc 1px solid;
	padding-bottom: 10px;
}



.__dah_wishlist .__cartbozImg img {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
}


.__ordlsZv {}

.__ordlsZv .__oderItemBtWV {
	padding: 0;
	margin: 0;
}

.__ordlsZv .__oderItemBtWV h6 {
	font-size: 16px;
	font-weight: 600;
	border-bottom: #ccc 1px solid;
	padding-bottom: 10px;
}

.__ordlsZv .__oderItemBtWV table td {
	padding: 3px 0;

}







.__dah_wishlist .__cartPrice {
	/* margin-top: -42px; */
}

.__isdvg {
	/* border-left: #ccc 1px solid; */
	margin-bottom: 15px;
}

.__isdvg:first-child {
	border-left: none;
}

.__isdvg h6 a {
	color: #000;
	font-size: 16px;
}

.__isdvg h6 a small {
	color: #585858;
}

.__dashRetViw .__chkAdlisVw_Add {}

.__dashRetViw h6 {
	font-weight: 600;
	font-size: 13px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
}


.__crtBozWrp {
	background: #fff;
	border: #D8D8D8 1px solid;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
}


.__cartbozItm {}

.__cartbozImg {
	text-align: center;
}

.__cartbozImg img {

	border: #D8D8D8 1px solid;
	border-radius: 10px;
	overflow: hidden;
	width: 220px;
	min-width: 220px;
	max-width: 220px;
	object-fit: cover;
}

.__cartbozVew {

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.__cartbozVew h5 {
	font-size: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.__cartbozVew h5 a {
	color: #000;
}

.__cartWigt {}

.__cartRemPriWrp {
	margin: 5px 0;
	display: flex;
	justify-content: space-between;
}

.__carRrbInrBtn {
	border-radius: 30px;
	border: #ccc 1px solid;
	padding: 3px 15px;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	color: #757575;
	transition: all .5s;
}

.__carRrbInrBtn:hover {
	color: red;
	transition: all .5s;
	border: red 1px solid;
}

.__cartPrice {
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	color: var(--color-primary);
}

.__cartQty {
	margin: 5px 0;
}

.__cartQty .__qtyWrp .form-label {
	color: #686868;
	margin-bottom: 2px;
	text-align: center;
	font-size: 14px;
}

.__cartQty .__qtyWrp .form-select {
	text-align: center;
}

.__cartbozVew .__scientificName {
	font-size: 16px;
	font-weight: normal;
}


.__carBtmBtnWrap {
	margin: 5px 0;
	display: flex;
	justify-content: space-between;
}

/*
.__crtChkCouShop,
.__crtChkBtn{
	padding: 10px;
	font-weight: bold;
	min-width: 200px;
	font-size: 19px;
}
*/
.__crtChkCouShop {
	font-size: 17px;
}


.__cartQty .__qtyWrp input {
	min-height: 35px;
}

.__cartQty .input-group-btn .quantity-left-minus,
.__cartQty .input-group-btn .quantity-right-plus {
	min-height: 35px;
	padding: 7px 5px;


}

.__movtocart {
	background: var(--color-secondary);
	border: var(--color-secondary) 1px solid;
	color: #fff;
}

.__movtocart:hover {
	background: #fff;
	border: var(--color-secondary) 1px solid;
	color: var(--color-secondary)
}


/* ====================== */
.__proflWrp {
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 20px 20px 15px;
	margin-bottom: 15px;
}



.__Fldpassword {
	position: relative;
}

.__FldpasswordIcos {}

.field-icon.toggle-password {
	float: right;
	margin-top: -36px;
	position: relative;
	z-index: 2;
	font-size: 16px;
	cursor: pointer;
	margin-right: 10px;
	color: #7a7a7a;
}


/* ====================== */
/* ====================== */
/* ====================== */
.__about_us {
	min-height: 130px;
	max-height: 130px;
	text-align: center;
}

.__abzSrvBox {
	padding: 25px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
	border-radius: 10px;
	margin-top: -65px;
	z-index: 999;
	position: relative;
	text-align: center;
	margin-bottom: 25px;
}

.__abzSrvBox .row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.__abzSrvBox h2 {
	font-size: 25px;
	margin-bottom: 20px;

}

.__abTxt ul {
	padding: 0;
	margin: 0 auto 10px;
	max-width: 180px;
}

.__abTxt ul li {
	margin: 0;
	padding: 0 0 2px;
	list-style: none;
	text-align: left;
	font-weight: 500;
}

.__abTxt .btn {
	min-width: 180px;
}

/* ====================== */
/* ====================== */
.__scoutinner {
	margin: 25px 0;
}

/* ====================== */
/* ====================== */

.order-id .order-date {
	font-size: 13px;
	line-height: 19px;
	text-transform: capitalize;
	color: #6a6a6a;
	margin-left: 15px;
}

.order-id .order-date {
	font-size: 13px;
	line-height: 19px;
	text-transform: capitalize;
	color: #6a6a6a;
	margin-left: 15px;
}

.tab-info-main {
	background: #ffffff;
	box-shadow: 0px 0px 12px rgb(140 140 140 / 25%);
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 15px 20px;
}

.tab-orders-info {
	padding: 5px 00px;
	border-right: 1px solid #d3d3d375;
	height: auto;
}

.tab-info-main .tab-orders-info h3 {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
}

.tab-orders-info p {
	font-weight: normal;
	font-size: 15px;
	color: #484848;
	margin-bottom: 0;
}

.tab-orders-info .table-cart.table tr td {
	font-size: 13px;
	line-height: 19px;
	padding: 2px 0;
	color: #565656;
}

.tab-orders-info .table-cart.table tr td b {
	font-weight: bold;
	color: #000;
}

.orders-content {
	background: #ffffff;
	box-shadow: 0px 0px 12px rgb(140 140 140 / 25%);
	border-radius: 5px;
	margin-bottom: 15px;
}

.orders-content .orders-header {
	border-bottom: 1px solid #d3d3d375;
	padding: 10px 15px;
	padding-right: 10px;
}

.orders-content .orders-header p {
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
}

.tab-orders-list {
	padding: 5px 20px;
	margin-bottom: 10px;
	border-right: 1px solid #d3d3d375;
	margin-top: 10px;
}


.tab-orders-list .media img {
	background: #ffffff;
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	border-radius: 10px;
	width: 120px;
	height: 120px;
	padding: 1px;
	object-fit: cover;
	margin-right: 15px;
}




.tab-orders-detail .tab-orders-list .media .media-body h5 {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}

.tab-orders-detail .tab-orders-list .media .media-body h6 {
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	color: #686868;
	margin-bottom: 2px;
}

.tab-orders-detail .tab-orders-list .media .media-body h3 {
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 2px;
}

.tab-write-review {
	background: #e8f6f6;
	border: 1px solid #009688;
	border-radius: 5px;
	font-weight: 500;
	font-size: 12px;
	line-height: 13px;
	color: #009688;
	margin-right: 10px;
	padding: 6px 10px;
	height: auto;
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.__tab_retrun_orderBtn svg,
.__tab_retrun_orderBtn svg {
	margin-right: 2px;
	position: relative;
	top: -1px;
	height: 16px;
}

.__tab_retrun_orderBtn {
	padding: 5px 11px 4px;
	text-align: center;
	float: left;
	margin-top: 5px;
	font-weight: 600;
	border-radius: 5px;
	margin-right: 5px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	background: #ffd495;
	border: #fd6636 1px solid;
}

.__ddrLisw .__ordrBody {
	border: none;

}

.__ddrLisw .__isdvg {
	margin: 5px 0;
}

.tab-orders-list .media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.tab-orders-list .media-body {
	width: 100%;
}



.tab-write-review:hover {
	opacity: 0.8;
	color: #000;
}

.tab-retrun-order:hover {
	color: #ff0000;
	opacity: 0.8;
}


.__odrrtnoneb {
	border-right: none;
}


.__reoderopoup {}

.__reoderopoup .modal-dialog {
	max-width: 550px;
}

.__reoderopoup .modal-dialog .modal-content .modal-body {
	padding: 15px;
}

.__reoderopoup .modal-dialog .modal-content .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.__ordtpwbuwp {
	display: flex;
	margin-top: 5px;
}

.__paymentMethod {
	padding-top: 10px;
	margin-top: 10px;
}

/* ================================= */
/* ================================= */

.__progressCmbzx {
	padding: 25px;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px rgba(140, 140, 140, 0.25);
	border-radius: 5px;

}

.__progreCmbzx {}

.pops {
	text-align: center;
	/* margin: 25px auto;  */
	min-width: 600px;
	width: 100%;

}

.pops ul.progress-bar {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	list-style: none !important;
	background-color: #337ab700 !important;
	-webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.pops li.section {
	display: inline-block !important;
	padding-top: 35px !important;
	font-size: 12px !important;
	line-height: 16px !important;
	color: #000;
	vertical-align: top !important;
	position: relative !important;
	text-align: center !important;
	/* overflow: hidden !important; */
	float: inherit !important;
	border-bottom: none;
	text-overflow: ellipsis !important;
	font-weight: 500;
}

.pops li.section:before {
	content: ' ';
	position: absolute;
	top: 9px;
	left: calc(50% - 5px);
	z-index: 1;
	width: 15px;
	height: 16px;
	color: white;
	border: 2px solid white;
	border-radius: 17px;
	line-height: 23px;
	background: #8C8C8C;
	font-size: 17px;
}

.pops .status-bar {
	height: 2px;
	background: #CFCFCF;
	position: relative;
	top: 33px;
	margin: 0 auto;
}



.pops .current-status {
	height: 2px;
	width: 0;
	border-radius: 1px;
	background: mediumseagreen;
}

@keyframes changeBackground {
	from {
		background: gray
	}

	to {
		background: #01B537;
	}
}

.pops li.section.visited:before {
	/*	content: '\2714';*/
	content: ' ';
	animation: changeBackground .5s linear;
	animation-fill-mode: forwards;
}

.pops li.section.visited.current:before {
	box-shadow: 0 0 0 2px #01B537;
}

.progress-bar {
	overflow: inherit;
	display: inline-block;
}

.otext .fa-chevron-right {
	font-size: 14px;
}

.__prosName {
	line-height: 14px;
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.___smatdfi {

	font-size: 11px;
	color: #858585;
	line-height: 12px;
	margin-top: 7px;

}

.__progressCmbzx h6 {
	font-weight: bold;
	font-size: 16px !important;
	line-height: 21px;
	text-align: center;
	margin-bottom: 0;
}

/****  progress END*/


/* ================================= */
/* ================================= */
.__FLDOB {
	position: relative;
}

/* ================================= */
/* ================================= */

.__notificationsMaxld {
	/* max-height: 560px;
	min-height: 560px;
	padding-right: 10px; */
}

.__notificationsMaxld.scrollbar {
	margin-bottom: 10px;
	overflow-y: scroll;
}

/* -------------------------------- */

.__notificationsWrp {
	display: inline-block;
	width: 100%;
}

.__notificationsWrp h5 {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
}

.__notficitmBoz {
	padding: 10px 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	margin-bottom: 15px;
}

.__notficitmBoz svg path {
	fill: var(--color-primary);
}

.__notficitmBoz .flex-grow-1 {
	color: #4e4e4e;
}

.__notficitmCotex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.__notfihdz {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	width: 100%;
}

.__notfidate {
	min-width: 180px;
	color: #323232;
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
}

.__notfidate span {
	padding-left: 10px;
}

.__notficitmBoz .flex-grow-1 p {
	margin-bottom: 5px;
}


.__notficitmBoz.__notRead {
	background: #fff5f0;
	border: var(--color-secondary) 1px solid;
	cursor: pointer;
}



/* -------------------------------- */
/* -------------------------------- */


/* ================================= */
/* ================================= */
.dash {
	display: flex;
	align-items: center;
	min-height: 22px;
	max-height: 22px;
}

.after_login .nav-link.dropdown-toggle {
	padding: 0px;
	display: flex;
	flex-direction: row;
	line-height: 16px;
	padding-right: 2px;
	color: #000;
	align-items: center;
}

.after_login .nav-link.dropdown-toggle:hover {
	color: #000;
}

.after_login .nav-link.dropdown-toggle svg {
	margin-top: -2px;
	margin-left: 3px;
}

.after_login .__afPic {
	float: left;
	margin-right: 7px;
	height: 35px;
	width: 35px;

	padding: 2px;
	margin-top: -4px;
}

.after_login .__afPic img {
	border: var(--color-secondary) 1px solid;
	/* padding: 1px; */
	border-radius: 50%;
	height: 35px;
	width: 35px;
	object-fit: cover;
	background: #ccc;
	min-width: 35px;
}


.lim {
	max-width: 65px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}

.after_login .dropdown-toggle h6 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
}


.after_login .dropdown-toggle::after {
	position: absolute;
	right: -4px;
	top: 40%;
}


.after_login .dropdown-menu {
	top: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	border: none;
	min-width: 155px;
	border-radius: 7px;
	padding: 0;
	font-size: 13px;
	overflow: hidden;
}

.after_login .dropdown-menu a {
	font-weight: 500;
	padding: 8px 15px !important;
	/*border-bottom: #ddd 1px solid;*/
}

.after_login .dropdown-menu a:hover {
	color: #fff !important;
	background: var(--color-primary);
	padding: 0;
}


/* ================================= */
/* ================================= */

.__term_conditions {
	min-height: 200px;
	text-align: center;
	color: #fff;
}

.__statipg {
	/* font-size: 14px; */
}

.__statipg h2 {
	font-size: 22px;
}

.__statipg h2 {
	font-size: 20px;
}

.__statipg h3 {
	font-size: 18px;
}

.__statipg h4 {
	font-size: 16px;
}

.__statipg h5 {
	font-size: 15px;
}


.__statipg h5 {
	font-size: 14px;
}

.__statipg ul {
	margin: 0 auto;
	padding: 15px 15px
}

.__statipg ul {
	margin: 0 auto;
	padding: 15px 15px
}



/* ================================= */
/* ================================= */
.custom-tooltip {
	--bs-tooltip-bg: var(--color-primary);
}

/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */

.__contactPg {
	padding: 0px 0 45px;
}

.__contactPgInrBoz {
	/* max-width: 975px;
	margin: 0 auto;
	padding: 25px;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
	border-radius: 5px; */
}

.__ctsWhatsapp,
.__ctscall,
.__ctsemail,
.__ctsLocton {
	margin: 5px 0;
}

.__ctsWhatsapp img,
.__ctscall img,
.__ctsemail img,
.__ctsLocton img {
	margin-right: 5px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.__contactPg h3 {
	font-size: 20px;
}


.__contactPg h5 {
	font-size: 16px;
}



.__cusBoz {
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
	border-radius: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 200px;
}

.__cuicos {
	margin-bottom: 15px;
}


.__cuiTex {}


.__cuNur {}

.__grmps {
	/* color: #fff;
	background: var(--color-primary); */
}

.__cuNur a {
	/* color: #fff;
	font-size: 16px;
	font-weight: 500; */
}

.__contact_bnr {
	min-height: 382px;
	max-height: 382px;
}

.__contact_bnr h2 {
	text-align: center;
	font-size: 28px;
	color: #000;
	padding-top: 100px;
}

.__mpaVr {
	margin-top: 30px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.__mpaVr iframe {
	float: left;
	border-radius: 10px;
	overflow: hidden;
	border: #ccc 1px solid;
}

.__dsfboz {
	position: relative;
	z-index: 100;
	padding: 0 55px;
	margin-top: -80px;
}

.__notificationsPg {

	width: 80%;
	padding-left: 0;
	margin: 0 auto;
}

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */

.__faqAccwrp {
	margin-bottom: 15px;
}

.__faqAccwrp .accordion-item {
	margin-bottom: 10px;
	border-radius: 10px !important;
}

.__faqAccwrp .accordion-button:focus {
	border: var(--color-primary);
}

.__faqAccwrp .accordion-button {
	color: #ffffff;
	background-color: var(--color-primary);
	font-size: 15px;
	padding: 18px 20px;
	font-weight: 600;
	border-radius: 10px !important;
}

.__faqAccwrp .accordion-button::after {
	background-image: url(../images/btm_arw_Vector.svg);
}

/* ================================= */
/* ================================= */

.__allCategoriesPg {
	background: #F1F8FF;
	padding: 25px 0;
}

.__allCategoriesPg h2 {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.__aCtgGrid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	position: relative;
	margin-bottom: 15px;
	gap: 15px;
}

.__aCtgGridBz {
	/* padding: 0 15px; */
	margin-bottom: 10px;
}


.__aCtgGrdBzImg {
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
	display: inline-block;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
}

.__aCtgGrdBzImg img {
	width: 100%;
	max-height: 135px;
	min-height: 135px;
	object-fit: contain;
}

.__CtgGrdBHed {


	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;


}

.__CtgGrdBHed h6 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #000;
	font-weight: 600;
	text-align: center;
	padding: 0;
	margin: 0;
}

.__proLisVwctproLix {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 15px;
	width: 100%;
	gap: 15px;
}

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */
.sticky {
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}


/* ================================= */
/* ================================= */

.__pofWrlu7pwz {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.__prfzTzx {
	padding-left: 15px;
	font-size: 20px;
	width: 100%;
	color: var(--color-primary);
	line-height: 22px;
}


.avatar-upload {
	position: relative;
	max-width: 120px;
}

.avatar-upload .avatar-edit {
	position: absolute;
	right: 3px;
	z-index: 1;
	bottom: 2px;
}

.avatar-upload .avatar-edit input {
	display: none;
}

.avatar-upload .avatar-edit input+label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.avatar-upload .avatar-edit input+label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label svg {
	width: 20px;
	height: 20px;
}

/* .avatar-upload .avatar-edit input+label:after {
	content: "\f040";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
} */

.avatar-upload .avatar-preview {
	width: 120px;
	height: 120px;
	position: relative;
	border-radius: 100%;
	border: 5px solid #FFFFFF;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.avatar-upload .avatar-preview>div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/* ================================= */
/* ================================= */
.__ouvwZx {
	background: #FFFFFF;
	box-shadow: 0px 0px 13px rgb(167 167 167 / 25%);
	border-radius: 35px;
	padding: 15px;
	max-width: fit-content;
	margin: 15px auto;
	float: none;
}

/* ================================= */
/* ================================= */


.__spOffrowV {}

.__spOffrowV h5 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}




.__spOfFlasTyle .img-fluid {
	border: 1px solid #CDCDCD;
	border-radius: 7px;
}

.__spOfFlasTyle,
.__spOfFlaShdowsTyle {
	padding: 0 7px;
}


.__spOfFlasTyle {
	-moz-column-count: 1;
	column-count: 2;
	-moz-column-gap: 15px;
	column-gap: 15px;
	-moz-column-fill: balance;
	column-fill: balance;
	margin: 20px auto 0;

}

.__offrAdListbz {
	display: inline-block;
	margin: 0 0 15px;
	page-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	width: 100%;
}

.__sitShreBozIcz {
	float: inherit;
	margin-bottom: 0;
	display: inline-block;
}

.__spOfFlaShdowsTyle .img-fluid {
	box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.25);
	border-radius: 7px;
	background: #F5F5F5;
}

.__ofrPzxc .__bozshow {
	padding: 4px;
}

.__ofrPzxc .__bozshow .img-fluid {
	border-radius: 7px;
}



/* ================================= */
/* ================================= */


.__waltBzWrp {
	margin: 0 auto;
	max-width: 797px;
}

.__waltBzZZ {
	padding: 25px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	margin-bottom: 25px;
}

.__waltBzZZ h5 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

.__bozBgQa {
	min-height: 150px;
	padding: 20px;
	background: var(--color-primary);
	box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.__wlztca {
	color: #FFFFFF;
	font-size: 45px;
	font-weight: bold;
	padding-left: 15px;
}

.__wlztca small {
	font-weight: normal;
	font-size: 35px;
}

.__addPayBtn {
	position: absolute;
	padding: 5px 20px;
	background: var(--color-primary);
	border-radius: 35px;
	right: 0px;
	bottom: -40px;
	font-size: 12px;
	color: #FFF;
	border: var(--color-primary) 1px solid;
}

.__addPayBtn svg {
	width: 12px;
}

.__addPayBtn:hover {
	color: #fff;
	background: #A10027;
	border: #000 1px solid;
}


.__walTopupWrz {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}


.__walTopitm {
	background: var(--color-primary);
	width: 100%;
	padding: 15px;
	border-radius: 10px;
	min-height: 73px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
}

.__walTopitm small {
	font-size: 14px;
	padding-right: 5px;
}

.__walTopitm.__active {
	background: var(--color-secondary);
}

.__wltFld .form-control {
	background: #FFFFFF;
	border: 1px solid #9A9A9A;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	min-height: 45px;
}

.__wltFld .input-group .btn {
	min-width: 95px;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.__wlTrcer {}

.__wlTrcerTrxz {
	background: #E9E9E9;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	margin-bottom: 10px;
}

.__wlTrcerTrxz {}

.__wlftTxz {
	text-align: right;
	line-height: 17px;
}

.__wlTrcerTmz {}

.__wlTrcerTmz svg {
	margin-right: 10px;
}

.__loyCrWrap {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 15px;
	max-width: 500px;
	margin: 0 auto;
}

.__loyCrCdz {
	background: url(../images/__loyCrCdz.svg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 10px;
	width: 100%;
	height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px;
}

.__loyCrCdz h5 {
	font-size: 18px;
	font-weight: 600;
}

.__pozPoint {
	width: 100%;
	font-weight: 600;
	text-align: right;
}

.__nrw {
	font-size: 20px;
	font-weight: bold;
	color: var(--color-primary);
	padding-top: 10px;
}

.__nrw span {
	margin-right: 15px;
}

.__lorcalitt {
	margin-top: 20px;
}


.__lorcalitt ul {
	padding: 0px 0;
	list-style: none;
	margin: 0 0;
}


.__lorcalitt ul li {
	padding: 0px 0 0 17px;
	margin: 3px 0;
	background: url(../images/Vector_star.svg) no-repeat left 6px;
}

.__lorcalitt ul li a {
	color: #000;
}

.__lorcalitt ul li a:hover {
	color: #000;
}

.__lorcalitt ul li span {
	font-weight: 600;
}


/* ================================= */
/* ================================= */
.__catagtBzbz {
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 25px;
}

.__catagtBzImg {
	margin-bottom: 15px;
}

.__catagtBzImg img {
	width: 100%;
	/* min-height: 332px; */
	max-width: 332px;
	object-fit: cover;

}

.__catagtBzbz .btn {
	border-radius: 35px;
	width: 100%;
}

/* ================================= */
/* ================================= */

.__rwLisVw {}

.__rwLisVw .__notficitmBoz {
	padding: 15px;
}

.__rwLisVw .__notfidate {
	text-align: right;
}


.__reovPlsIcs {
	display: flex;
	margin-bottom: 10px;
}

.__reovPlsIcs svg path {
	fill: #FFCB06;
}


.__reovPlsIcs svg.__notAct path {
	fill: #C1C1C1;
}



.__reovPlsIcs svg {
	margin-right: 5px;
}

.__reLttasx {
	padding-left: 10px;
}




/* ================================= */
/* ================================= */

.__ShareWrp {}

.__ShareBozIt {
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 25px;
}

.__ShareBozIt .btn {
	border-radius: 35px;
	min-width: 150px;
}



/* ================================= */
/* ================================= */

.__srlisWv {
	position: absolute;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	border-radius: 5px;
	/* max-height: 478px; */
	/* overflow-y: scroll;  */
	z-index: 10;

	padding: 10px;
	margin-top: 37px;


	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	border-radius: 5px;

}

/* 
.__srlisWv::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
} */


.__srlisWv {
	/* overflow-y: scroll;  */
}


.__srlisWv::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px #EAEAEA; */
	border-radius: 10px;
	background-color: #EAEAEA;
}

.__srlisWv::-webkit-scrollbar {
	width: 9px;
	background-color: #BBBBBB;
	border-radius: 10px;
}

.__srlisWv::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #BBBBBB;
}









.__SearchedLiv {}

.__researchWv {}

.__SearchedLiv ul {
	padding: 0;
	margin: 0 0px;
	line-height: 25px;
}


.__SearchedLiv ul li {
	position: relative;
	padding: 0 0 0 0px;
	margin: 0px 0;
	list-style: none;
	background: url(../images/magnifying_Glass.svg) no-repeat left;
	border-bottom: #D3D3D3 1px solid;
	padding-left: 20px;
}

.__SearchedLiv ul li::before {
	content: "";
	background: url(../images/hitry_ico.svg) no-repeat left;
	position: absolute;
	z-index: 10000;
	right: 0;
	top: 10px;
	width: 15px;
	height: 15px;

}

.__SearchedLiv ul li .__srClose {
	position: absolute;
	right: 0;
	top: 13px;
	z-index: 1;
	cursor: pointer;
}

.__SearchedLiv ul li .__srClose:hover svg path {
	fill: var(--nav-color);
}

.__SearchedLiv ul li a {
	padding: 6px 0;
	display: inline-block;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.__SearchedLiv h5 {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 5px;
	padding-top: 10px;
}

.__searchSliderWv {
	margin-top: 15px;
}

/* ================================= */
/* ================================= */


.__frryMlsWz {}

.__frIscz {
	text-align: center;
	margin: 15px auto;
}

.__frryWrpz {
	text-align: center;
}

.__frryWrpz p b {
	font-size: 17px;
}

.__frryMlsWz .modal-footer .btn {
	padding: 8px 35px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.__frryMlsWz .modal-footer {
	margin-bottom: 20px;
}

.__frryMlsWz .modal-header h5 {
	color: #000;
}


/* ================================= */
/* ================================= */

.jconfirm .jconfirm-box.jconfirm-type-green {
	border-top: solid 7px var(--color-secondary) !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
	font-size: 17px;
}


/* ================================= */
/* ================================= */




/* ================================= */
/* ================================= */
#myloader {
	position: fixed;
	width: 40px;
	max-width: 40px;
	height: 40px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	flex-direction: row;
	justify-content: center;
	display: flex;
	align-items: center;
	align-content: center;
	top: 20%;
}

.__ladWrp {}

/* ================================= */
/* ================================= */

.__qukProBoz {}

.__qukPropoWrp {}



.__qukPropoWrp .modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.__qukPropoWrp .__proGdMPricWr {
	margin-top: 0;
}

.__QukcotBntWrp {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: center;
	padding: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.__quBtaq {
	padding: 0 5px;
	width: 50%;
}

.__qukPropoWrp .__qtysRV {
	margin-bottom: 20px;
}

/* ================================= */
.__innerSecPln {
	min-height: 235px;
	background: url(../images/banner1.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 10px 00;
	margin-bottom: 50px;
}

/* ================================= */
/* ================================= */
/* ================================= */

.datepicker .next,
.datepicker .prev {
	color: #000 !important;
	font-size: 12px;
}

.datepicker {
	font-size: 12px !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
	color: #fff;
	background-color: #AA0029;
	border-color: #AA0029;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
	color: #fff;
	background-color: #AA0029;
	border-color: #AA0029;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.__suubTzpc {
	color: #aa0029;
}

.__ctBnsuBz {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.log_response,
.log_params,
.log_header,
.log_url {
	padding: 8px 15px;
	border-radius: 25px;
	margin-bottom: 10px;
}

.log_response table {
	margin-top: 10px;
}

.log_response td {
	word-break: break-all;
}

.__tpszs {
	float: left;
	width: 100%;
}

.__deliver,
.__self_pickup {
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
	width: auto;
	background: #aa0029;
	padding: 3px 10px;
	border-radius: 25px;
	color: #fff;
}

.__deliver {
	color: #fff;
	background: #ffbf00;
}

.__crintxtz {
	text-align: right;
	padding-right: 40px;
}

.__carProInfztx {
	border-radius: 30px;
	padding: 1px 10px;
	font-size: 12px;

}

.__carProInfztx.__inStock {
	background: #ffffff;
	color: #198754;
	border: #198754 1px solid;
}

.__carProInfztx.__outStock {
	background: #ffffff;
	border: #f00 1px solid;
	color: #f00;
}

/* --------*/
.popuperrr {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	z-index: 9999999999;
}

.view-modal {
	top: 50%;
	color: #7d2ae8;
	font-size: 18px;
	padding: 10px 25px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.popuperrr {
	background: #fff;
	padding: 25px;
	border-radius: 15px;
	max-width: 380px;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0px 15px 35px rgb(0 0 0 / 26%);
	transform: translate(-50%, -50%) scale(1.2);
	transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
}

.popuperrr.show {
	opacity: 1;
	pointer-events: auto;
	transform: translate(0%, 70%) scale(1);
	transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
}

.popuperrr :is(ertheader, .icons, .field) {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popuperrr ertheader {
	padding-bottom: 15px;
	border-bottom: 1px solid #ebedf9;
}

ertheader span {
	font-size: 21px;
	font-weight: 600;
}

ertheader .close,
.icons a {
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

ertheader .close {
	color: #878787;
	font-size: 17px;
	background: #f2f3fb;
	height: 33px;
	width: 33px;
	cursor: pointer;
}

ertheader .close:hover {
	background: #ebedf9;
}

.popuperrr .ertcontent {
	margin: 20px 0;
}

.popuperrr .icons {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	display: flex;
	justify-content: flex-start;
	gap: 15px;
}


.popuperrr .icons .fab.fa-facebook-f {
	background: none;
}


.popuperrr .icons .fa-twitter {
	background: none;
}

.ertcontent p {
	font-size: 16px;
}

.ertcontent .icons a {
	height: 50px;
	width: 50px;
	font-size: 20px;
	text-decoration: none;
	border: 1px solid transparent;
}

.icons a i {
	transition: transform 0.3s ease-in-out;
}

.icons a:nth-child(1) {
	color: #fff;
	border-color: #b7d4fb;
	background: #1877F2;
}

.icons a:nth-child(1):hover {
	background: #1877F2;
}

.icons a:nth-child(2) {
	color: #fff;
	border-color: #b6e7fc;
	background: #46C1F6;
}

.icons a:nth-child(2):hover {
	background: #46C1F6;
}

.icons a:nth-child(3) {
	color: #fff;
	border-color: #25D366;
	background: #25D366;
}

.icons a:nth-child(3):hover {
	background: #25D366;
}

.icons a:nth-child(4) {
	color: #25D366;
	border-color: #bef4d2;
}

.icons a:nth-child(4):hover {
	background: #25D366;
}

.icons a:nth-child(5) {
	color: #0088cc;
	border-color: #b3e6ff;
}

.icons a:nth-child(5):hover {
	background: #0088cc;
}

.icons a:hover {
	color: #fff;
	border-color: transparent;
}

.icons a:hover i {
	transform: scale(1.2);
}

.ertcontent .field {
	margin: 12px 0 -5px 0;
	height: 45px;
	border-radius: 4px;
	padding: 0 5px;
	border: 1px solid #e1e1e1;
}

.field.active {
	border-color: #7d2ae8;
}

.field i {
	width: 50px;
	font-size: 18px;
	text-align: center;
}

.field.active i {
	color: #7d2ae8;
}

.field input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 15px;
}

.field button {
	color: #fff;
	padding: 5px 18px;
	background: #aa0029;
	border: none;
}

.field button:hover {
	background: #aa0029;
}




.swal2-title {
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #000 !important;
}

.swal2-styled.swal2-confirm {
	background-color: #a61036 !important;
	font-size: 15px !important;
	min-width: 120px !important;
}

.swal2-styled.swal2-confirm:focus {
	box-shadow: none !important;
}


.__biladsCkz {
	margin-bottom: 15px;
}

.____offerdh {
	position: absolute;
	font-size: 11px;
	background: #aa0029;
	border-radius: 5px;
	padding: 0px 4px;
	top: -10px;
	left: -1px;
	color: #fff;
	line-height: 15px;
}


.__reorder {
	width: 28px;
	background: #ffc107;
	border-radius: 45px;
	position: absolute;
	right: 50px;
	top: 4px;
	height: 28px;
	padding: 3px;
}




/**/
.__searchFzCm {
	padding: 1px 15px;
	margin-bottom: 10px;
}

.__searchFzCm .input-group .btn {
	position: relative;
	z-index: 2;
	margin-left: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 55px;
	min-width: 50px;
}

.__searchFzCm .form-check-label {
	width: 100%;
	cursor: pointer;
}

/**/

.__ftbmRtwv svg {
	max-width: auto;
}


.__cuzinfCx {
	border: none;
	background: none;
	color: #fff;
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
}

/****/


.__daGrUsB2b {
	margin-bottom: 20px;
}

.__grgoxpqz {
	box-shadow: 0px 0px 10.2px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 15px;
	background: url(../images/lightIocz.svg) no-repeat right top #FFFFFF;
}

.__grgoxpqz h5 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 5px;
}

.__coxTwz small {
	font-size: 22px;
	color: #000000;
	font-weight: 300;
}

.__coxTwz {
	font-size: 30px;
	font-weight: 600;
	line-height: normal;
	color: #47C100;
}

.__sudatxtz {}


.__dashviewTbaWrpz {
	background: #FFFFFF;
	padding: 15px;
	box-shadow: 0px 0px 10.2px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}

.__dashviewTbaWrpz h5 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
}


.__avcrBnt {
	background: #47c100;
	color: #fff;
	padding: 3px 16px;
	border-radius: 26px;
	font-weight: 500;
}



.__dashviewTbaWrpz .table> :not(:last-child)> :last-child>* {
	border-bottom-color: #fff;
	background: #F0FFE8;
	border: none;
}




#search-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	background-color: white;
	border: 1px solid #ddd;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	border-radius: 10px;
	display: none;
}

#search-dropdown li {
	padding: 2px;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
}

#search-dropdown li:hover {
	background-color: #f1f1f1;
}

#search-dropdown li a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 10px;
}

#__flrImz input {
	margin-bottom: 0;
}

.__imgxcz {
	width: 100%;
	height: 100%;
	display: flex;
}

.__imgxcz img {
	object-fit: cover;
}



.__peDleWrzz {
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 1px 1px 15px #cccccc9e;
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 15px;
}

.__txcytz {
	width: 100%;
	padding: 20px 30px;
	display: flex;
	height: 100%;
	line-height: 30px;
	font-size: 17px;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
}

.__txcytz h4 {
	font-size: 20px;
	font-weight: 600;
}


.__brlndBoxWrp {}

.__barBoxOulz {
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 1px 1px 15px #cccccc9e;
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 15px;
	padding: 25px;
}

.__whfrqewzWp {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	align-items: center;
	margin-top: 20px;

}

.__WhoIocn {
	background: #47C100;
	padding: 10px;
	border-radius: 15px;
	min-width: 130px;
	text-align: center;
}

.__barBoxOulz h4 {
	font-size: 20px;
}


.__seWhyboz {}

.__seWhyboz h6 {}

.__seWhyboz .__whfrqewzWp {
	margin-top: 24px;
}

.__howWork {
	position: relative;
	margin-top: 25px;
}

.__howWork h4 {
	text-align: center;
}

.__hwyxboxsp1 {
	position: relative;
	z-index: 100;
	width: 100%;
	margin-bottom: 20px;
}

.__hepIuc {
	width: 90px;
	height: 90px;
	background: #ff681e;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 52px;
	font-weight: 800;
	line-height: 50px;
	margin-bottom: 10px;
}

.__hepIuc div {
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
}

.__arewlinz {
	position: absolute;
	z-index: 1;
	margin-left: 90px;
	top: 60px;
}

.__arewlinz svg {
	width: auto;
}


.__bcbyrspWgt {
	background: #47C100;
	padding: 50px 0;
	text-align: center;
	color: #fff;
}

.__bcbyrspWgt h1 {
	font-size: 35px;
	font-weight: 800;

}

.__bcbyrspWgt h2 {
	font-size: 22px;
}
.__bcbyrspWgt h2 a{
	color: #fff;
	text-decoration: underline;

}
.__bcbyrspWgt h2 a:hover{
		text-decoration: none;
	color: #fff;
}	

.__bcbyrspWgt .__showBtn {
	max-width: 200px;
	margin: 15px auto 0;
	background: #FF681E;
	background: #FF681E;
}

.__bcbyrspWgt .__showBtn:hover {
		background: #fff;
}




.__topsrchkey{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.__hxtct{
    font-size: 20px;
    font-weight: 600;
}
 
.__tbrxwrx {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.__cuxrz{
    min-height: 40px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    width: 100%;
    /*min-width: 200px; */
    border-radius: 10px;
}
.__cuxrz .form-control { 
    box-shadow: none;
    background-color: #cccccc00;
    padding: 8px 15px;
    border-radius: 0;
    overflow: hidden; 
    color: #000;
 
    font-size: 14px;
}

.__cuxrz .form-control::placeholder {
     color: #a3a2a2; 
}
 

.__serbxwoz .__fklrBtnz{
        min-height: 40px;
} 
.__bnsrcxinWp{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
} 
.__bnsrcxinWp .__tbrxwrx1 .__customDropdown{
    margin-top: 40px;
       font-size:14px;
}  

    
.srch-input::placeholder{
  font-size:14px;
}

.roll:placeholder-shown{
    font-size:14px;
    animation: slideUp 1s ease;
    line-height:unset;
}
@keyframes slideUp {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    50% {
      opacity: 0;
      transform: translateY(-50%);
    }
    51% {
      opacity: 0;
      transform: translateY(100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
    


.__product_label_oem {
    position: absolute;
    top: 0;
    left: 13px;
    z-index: 9999;
}

.__product_label_oem__content{position: fixed;display: inline-block;padding: 3px 8px;margin: 10px 0 0 -23px;background-color: #c0d0e6;border-radius: 5px 5px 5px 0;line-height: 15px;font-size: 11px;z-index: 999999999;}
.__product_label_oem__content:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #88b0e8 #88b0e8 transparent transparent;
}

.__product_label_oem__content:after {
    content: "GENUINE";
    color: #12477a;
    font-weight: 600;
}

.__proDetails .__product_label_oem {
    left: 26px;
}
.__proDetails .__product_label_oem__content {
    position: absolute;
}

.__proLisVwctproLix .__product_label_oem__content {
    position: absolute;
}
.
.__proLisVwctproLix .__proGdBozInr {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgb(117 117 117 / 14%);
    border-radius: 15px;
    padding: 0px;
    overflow: inherit;
}

.__proLisVwctproLix .__product_label_oem__content {
    position: absolute;
}
.__proLisVwctproLix .__proGdBozInr {
 
      overflow: inherit;
}



/*hometolinecss*/
 




.vertical-line {
    width: 1px; 
    height: 100px;
    background-color: #fff; 
}
            
.__site_tagline {
    margin: 5px 0;
    background: #b9d334;
    color: #000;
    padding: 10px 0;
}

.__trcfx {
    width: 100%;
    max-width: 460px;
    border-right: #ffffff 1px solid;
} 
.__trcfxXsdef { 
}           
.__fdrx {
    display: flex;
    align-items: center;
    gap: 65px;
} 


.__listVew{ }

.__proLisVwctproLix.__listVew {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 15px;
    width: 100%;
    gap: 15px;
} 
.__proLisVwctproLix.__listVew .__proGdBozInr {
    
    display: flex;
    gap: 10px;
    align-items: center;
}
.__proLisVwctproLix.__listVew .__proGdMPricCarWv { 
    padding: 6px 15px;
}

 
.__srcFlrWrpx {
    width: 100%;
     float: left;
    margin: 0 0 15px;
}
.__srcFlrPartNumber {
    float: left;
    width: 100%;
    margin: 3px 0 15px;
}
 
 
.__flrtOrigin{
    float: left;
    width: 100%;
 
}
 /*
 .__cuxrz {
    min-height: 40px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    width: 100%;
    min-width: 200px;
    border-radius: 10px;
    border-radius: 5px;
}*/
.__SrchVehicleWpx{
    float: left;
    width: 100%;
    margin: 0px 0 15px;
}
 
 
 /****/
 
.vehicle-filter {
    width: 100%;
    margin: 3px 0;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}

/* Header */
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #ffffff;
    color: #000000;
    cursor: pointer;
 
}

.filter-header button {
    background: #47c100;
    color: #ffffff;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    font-weight: 600;
    line-height: 0;
}

/* Hidden by default */
.filter-body {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0 15px;
    background: #f9f9f9;
}

/* Active state */
.vehicle-filter.active .filter-body {
    max-height: 330px;
    padding: 15px;
}

/* Inputs */
.filter-body select,
.search-btn {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}



.__SrchVehicleWpx .__srcRowz {
    display: flex;
    width: 100%;
    gap: 0;
    flex-wrap: wrap;
}
           
 /****/ 
  
    
.__customDropdown {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc; 
    border-radius: 5px;
    background-color: #fff; /* Ensure background color matches */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.__customDropdown li {
    padding: 8px 12px;
    cursor: pointer;
}

.__customDropdown li:hover {
    background-color: #f1f1f1; 
}

#__part_number1 {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.__tbrxwrx1 {
    display: flex;

}
/*sub category pop-up*/
.__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.__popup-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 95%;              /* Increase width */
    max-width: 1000px;       /* Set a proper large max width */
    max-height: 90vh;        /* Better height handling */
    overflow-y: auto;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.__popup-content h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

.subcategory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); /* Responsive grid, adjusts to screen size */
    gap: 20px; /* Space between items */
    list-style: none;
    padding: 0;
    margin: 0;
}

.subcategory-item {
    cursor: pointer;
    text-align: center;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: background 0.2s;
}

.subcategory-item:hover {
    background: #f5f5f5;
}

.subcategory-image {
    width: 60px; /* Adjust icon size to match screenshot */
    height: 60px;
    display: block;
    margin: 0 auto 10px;
    object-fit: contain; /* Ensures icons fit nicely */
}

.subcategory-name {
    display: block;
    font-size: 14px;
    color: #333;
    word-wrap: break-word; /* Handles long names */
}  


/*hometolinecss END*/ 


.__innerpageSrchPls {
    min-height: auto;
    padding: 0px 0;
    background: #c6ffc600;
} 
.__innerpageSrchPls .__bnrSerFz {
    padding: 0;
    background: #ffffff00 !important;
    border: none;
    box-shadow: none;
    max-width: 100%;
    border-radius: 0;
    flex-direction: column;
} 
.__innerpageSrchPls .__topsrchkey {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
} 

 
.__innerpageSrchPls .__bnsrxzp {
    font-size: 18px;
    text-align: left;
    line-height: 19px;
    font-weight: 600;
} 

.__czrixd {
    display: flex;
    align-items: center;
    gap: 5px;
} 
.icon-box { 
    border: 1px solid #47c100;
    display: flex;
    padding: 5px 8px;
    border-radius: 6px;
    cursor: pointer;
}  
.icon-box.__active {
    background:#47c100;
} 
.icon-box.__active svg path {
    stroke:#fff;
    fill: #fff;
}  
/* List icon */
.list {
  display: flex;
  flex-direction: column;
  gap: 8px;
} 
.list span {
  width: 20px;
  height: 6px;
  background: #fff;
  border-radius: 3px;
} 
.icon-box:hover {
  transform: scale(1.05);
  transition: 0.2s ease;
} 

/* LIST VIEW */
.__proLisVwctproLix.__listVew .__proGdMGrp.wd100,
.__proLisVwctproLix.__listVew .__proGdimg .__tagOffer {
    display: none !important;
}

.__proLisVwctproLix.__listVew .__proGdBozInr .__prxzLstiztGr2 {
    display: block !important;
}


/* GRID VIEW */
.__proLisVwctproLix.__gridVew .__proGdMGrp.wd100,
.__proLisVwctproLix.__gridVew .__proGdimg .__tagOffer {
    display: block !important;
}

.__proLisVwctproLix.__gridVew .__proGdBozInr .__prxzLstiztGr2 {
    display: none !important;
}
 
.__prxzLstiztGr2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
}
/*
.__liFrxPrt{
    display: flex;
    width: 50%;
    flex-direction: column;
}
*/
.__liFrxPrtxxz2{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}


.__proLisVwctproLix.__listVew .__proGdBozInr {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.__liFrxPrt {
    display: flex;
    width: 50%;
    flex-direction: column;
    height: auto;
    padding: 25px 0 0px;
}

.__proLisVwctproLix.__listVew .__proGdMtils {
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    display: -webkit-box;
    overflow: initial;
    line-height: 20px;
    min-height: auto;
    text-align: left;
    width: 100%;
    font-size: 16px;
} 
.__proLisVwctproLix.__listVew .__tagOffer {
    background: #FF0146;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 45px;
    padding: 2px 8px;
    border-radius: 35px;
    font-size: 12px;
        bottom: auto;
} 
.__proLisVwctproLix.__listVew .__liFrxPrtxxz2 {
    display: flex;
    width: 50%;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 45px;
}

.__liinfotxtwp {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    gap: 15px;
} 

.__inqzzc {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    flex-direction: row;
}
.__iniocxz {
    width: 30px;
    height: 30px;
    background: #e3ffd2;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 5px;
    align-items: center;
}

.__xinnxzsd{
    width: 100%;
    font-size: 12px;
    line-height: 15px;
}
 
.__liBtnxz{ }

.__liBtnxz .__proGdMPricCarWv {
    margin-top: 0;
} 
.__ligbrGrAxtn {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    padding: 5px 15px 0;
} 
.__vieDlx {  } 

.__viwBxz{
    padding: 6px 25px;
    color: #fff;
 }
 
 
 
 
 
 
 
   
@media (max-width: 991px) {
        .__fdrx {
            display: flex;
            align-items: center;
            gap: 0;
            width: 100%;
            flex-direction: column;
        }
        .__trcfx {
            width: 100%;
            max-width: 100%;
            border-right: none;
        }
        .__trcfxXsdef {
            width: 100%;
        }
        
    }
 


@media (max-width: 1399px) {
	/*	.menu_wrap ul>li>a {
		font-size: 12px; 
		padding: 15px 8px !important;
	}*/ 
	.__prCatr .swiper-slide {
		padding: 10px 5px;
	} 
	.__arewlinz svg {
		width: auto;
		max-width: 810px;
	} 

} 

@media (max-width: 1199px) { 
	.__arewlinz svg {
		width: auto;
		max-width: 710px;
	} 
	.__sLtFirtWrp {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 35px;
	} 
	.__proLisVwctproLix {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {

    .__proLisVwctproLix.__listVew .__proGdBozInr {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap !important;
    }
    .__proLisVwctproLix.__listVew .__liFrxPrtxxz2 {
        padding-top: 25px;
    }
    
    
    .__liFrxPrt {
        display: flex;
        width: 100%;
    }
    .__proLisVwctproLix.__listVew .__liFrxPrtxxz2 {
        padding-top: 5px;
        width: 100%;
    }
    
    .__liinfotxtwp {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 15px;
        gap: 5px;
    }
      
    .__prxzLstiztGr2 {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
        align-content: flex-start;
        padding: 5px 15px 15px;
    }
    
    

    .dpx-whatsapp-lower {
        bottom: 20px;
        padding: 0;
        position: fixed;
        right: auto !important;
        left: 38px !important;
        z-index: 10000000;
    } 

	.__hwyxboxsp1 {
		margin-bottom: 40px;
	}

	.__arewlinz {
		display: none;
	}

	.__dsfboz {
		position: relative;
		z-index: 100;
		padding: 0;
	}

	.__cusBoz {
		height: auto;
		min-height: 170px;
		margin-bottom: 20px;
	}

	.__sLtFirtInr h4 {
		display: block !important;
	}

	.__dashLefNav,
	.__ltAcdWrap {
		display: none;
	}

	.__ddrLisw .__isdvg {
		margin: 5px 0 10px;
	}

	.__sLnrWrp {
		display: flex;
		flex-wrap: wrap;
	}

	.__sLtResutWrp {
		width: 100%;
		padding-left: 0;
	}

	.__proLisVwctproLix {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.__sectionMenu {
		display: none;
	}

	.header_nav {
		display: block !important;
	}


	.__srcRowz {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.__scxRwz {
		display: flex;
	}

	.__fklrBtnz {

		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: -25px;
		min-width: 130px;
		flex-wrap: wrap;
	}

	/*menumob*/
	.header_nav {
		float: left;
		width: auto;
		display: block !important;
		position: relative;
		z-index: 9;

	}

	#menu.mm-menu_theme-white.mm-menu--opened,
	#menu.mm-menu_opened {
		display: block !important;
	}

	#menu.mm-menu_theme-white {
		/*width: 100%;*/
		/*min-width: 240px;*/
		/*max-width: 331px;*/

		width: 80%;
		min-width: 240px;
		max-width: 260px;
	}

	.mm-navbar__title {
		background: var(--color-primary);
		color: #fff !important;
	}

	.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider {
		display: none;
	}

	.mm-listitem__text {
		line-height: 18px;
	}

	/*menumob*/

	.__logo {
		min-width: 220px;
		display: flex;
		align-items: center;
	}

	.__sercMinrx {
		min-height: auto;
		padding: 50px 0;
	}

	.__brandgGridx {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.__aRbrandxGridx {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.__ftBotm {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 10px;
	}

	.__ftnvll {
		margin-bottom: 30px;
	}

	.__fotrInx .container {
		display: flex;
		align-items: center;
		gap: 10px;
		flex-wrap: wrap;
	}

	.__infoWpzr .container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.__infoWpxIm {
		margin-bottom: 0;
	}

	.__catIrmWoz {
		width: 100%;
		display: flex;
		position: relative;
		overflow: auto;
	}

	.__catIqzm {
		/* overflow: scroll; */
		min-width: 150px;
	}

	.__catIrmWoz::after,
	.__catIrmWoz::before {
		display: none;
	}

	.__proDetaViw {
		margin-top: 40px;
	}

	.__howWork h4 {
		text-align: left;
	}


}

@media (max-width: 767px) {
    .__mobVerxViwWp {
        display: block;
        float: left;
        width: 100%;
        background: #ecf8e2;
        padding: 20px 0;
    }
    .__hoxBrcz {
        padding: 15px 40px;
        font-weight: 600;
    }
    
    .__horxPup{
        
    }

    
  
    .__liFrxPrt {
        display: flex;
        width: 100%;
    }

    .__tbrxwrx1 {
            display: flex;
            flex-wrap: initial !important;
        width: 100%;
    }
    .__tbrxwrx1 .__cuxrz{
        width: 100%;
        margin-right: 10px;
    }
    
    .__tbrxwrx1 .__fklrBtnz{
        min-height: 40px;
        min-width: 45px;
        border-radius: 10px ;
    } 
	.__proGdimg img {
		width: 100%;
		min-height: 250px;
		max-height: 250px;
		object-fit: cover;
	} 
	.__adblkWBozad1 {
		margin-bottom: 20px;
	} 
	.__brandgGridx {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		align-items: stretch;
		justify-content: end;
	} 
	.__aRbrandxGridx {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	} 
	.__infoWpzr .container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	} 
	.__payMthWrp .__chkjSwch .form-check.form-check-inline {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 576px) {
    
    .__tbrxwrx1 .__fklrBtnz{
        min-height: 40px;
        min-width: 45px;
        border-radius: 10px ;
    }
    .__cuxrz .form-control { 
        border-radius: 10px 0 0 10px;
    } 
	.__aRbrandxGridx {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	} 
	.__brandgGridx {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	} 
	.__logo {
		min-width: 180px;
	} 
	.__bnrSerFz {
		padding: 15px;
		gap: 10px;
	} 
	.__searcIoz,
	.__signITop,
	.__wishlistTop,
	.__cartTop,
	.__notificationTop {
		padding: 0 4px;
	} 
	.__fklrBtnz {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 0;
		min-width: 130px;
		flex-wrap: wrap;
		min-height: 50px;
		border-radius: 7px;
	} 
	.__srcRowz {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	} 
	.__ctagmin {
		display: flex;
		justify-content: space-between;
		margin-bottom: 15px;
		flex-wrap: wrap;
		gap: 10px;
	} 
	.__sercMinrx {
		min-height: auto;
		padding: 20px 0;
	} 
	.__pricSxz {
		display: flex;
		gap: 0;
		flex-direction: column;
	} 
	.__proGdimg img {
		width: 100%;
		min-height: 220px;
		max-height: 220px;
		object-fit: cover;
	} 
	.___proCarwrp {
		display: flex;
		gap: 15px;
		margin-bottom: 35px;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	} 
	.__qtysRV {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: flex-start;
		/* margin-right: 5px; */
	}
}