/*@font-face {
	font-family: 'Arial Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Regular'), url('../fonts/ARIAL.woff') format('woff');
}


@font-face {
	font-family: 'Arial Narrow';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Narrow'), url('../fonts/ARIALN.woff') format('woff');
}


@font-face {
	font-family: 'Arial Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Italic'), url('../fonts/ARIALI 1.woff') format('woff');
}


@font-face {
	font-family: 'Arial Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Italic'), url('../fonts/ARIALI.woff') format('woff');
}


@font-face {
	font-family: 'Arial Narrow Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Narrow Italic'), url('../fonts/ARIALNI.woff') format('woff');
}


@font-face {
	font-family: 'Arial Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Medium'), url('../fonts/ArialMdm.woff') format('woff');
}


@font-face {
	font-family: 'Arial Medium Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Medium Italic'), url('../fonts/ArialMdmItl.woff') format('woff');
}


@font-face {
	font-family: 'Arial Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Bold'), url('../fonts/ARIALBD 1.woff') format('woff');
}


@font-face {
	font-family: 'Arial Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Bold'), url('../fonts/ARIALBD.woff') format('woff');
}


@font-face {
	font-family: 'Arial Narrow Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Narrow Bold'), url('../fonts/ARIALNB.woff') format('woff');
}


@font-face {
	font-family: 'Arial Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Bold Italic'), url('../fonts/ARIALBI 1.woff') format('woff');
}


@font-face {
	font-family: 'Arial Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Bold Italic'), url('../fonts/ARIALBI.woff') format('woff');
}


@font-face {
	font-family: 'Arial Narrow Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Narrow Bold Italic'), url('../fonts/ARIALNBI.woff') format('woff');
}


@font-face {
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Black'), url('../fonts/ARIBLK.woff') format('woff');
}


@font-face {
	font-family: 'Arial Black Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Black Italic'), url('../fonts/ARIALBLACKITALIC.woff') format('woff');
}


@font-face {
	font-family: 'Arial Light Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Light Regular'), url('../fonts/ARIALLGT.woff') format('woff');
}


@font-face {
	font-family: 'Arial CE Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Arial CE Regular'), url('../fonts/ArialCE.woff') format('woff');
}


@font-face {
	font-family: 'Arial CE MT Black Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Arial CE MT Black Regular'), url('../fonts/ArialCEMTBlack.woff') format('woff');
}


@font-face {
	font-family: 'Arial CE Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Arial CE Bold'), url('../fonts/arialceb.woff') format('woff');
}


@font-face {
	font-family: 'Arial Light Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Light Italic'), url('../fonts/ARIALLGTITL.woff') format('woff');
}


@font-face {
	font-family: 'Arial CE Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial CE Italic'), url('../fonts/ArialCEItalic.woff') format('woff');
}


@font-face {
	font-family: 'Arial CE Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial CE Bold Italic'), url('../fonts/ArialCEBoldItalic.woff') format('woff');
}

@font-face {
	font-family: 'verdana';
	font-style: normal;
	font-weight: normal;
	src: local('verdana'), url('../fonts/verdana/verdana.ttf') format('ttf');
}


@font-face {
	font-family: 'verdana-bold';
	font-style: normal;
	font-weight: normal;
	src: local('verdana-bold'), url('../fonts/verdana/verdana-bold.ttf') format('ttf');
}


@font-face {
	font-family: 'verdana-bold-italic';
	font-style: normal;
	font-weight: normal;
	src: local('verdana-bold-italic'), url('../fonts/verdana/verdana-bold-italic.ttf') format('ttf');
}*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*:root {
	--textSmall: 12px;
	--textContent: 14px;
	--textSubtitle: 16px;
	--textTitle: 18px;
	--textLarge: 20px;
	--textExtraLarge: 22px;
}

* {
	font-family: "Poppins", sans-serif;
	font-family: "Poppins", sans-serif;
    -webkit-tap-highlight-color: transparent;
	font-size: var(--textContent);
	transition-duration: .2s;
	scroll-behavior: smooth;
	text-transform: math-auto;
}*/

:root {
	/* --- THEME COLORS --- */
	/* Primary Color (Red) */
	--color-primary: #f21a19;
	--color-primary-hover: #d41615;
	--color-primary-alt: #dc3545; /* A slightly less intense version */

	/* Secondary Color (Teal/Blue) */
	--color-secondary: #28687d;
	--color-secondary-dark: #0b3f51;
	--color-secondary-light: #115970;
	--color-secondary-bg: #28697e05;

	/* Utility Colors */
	--color-success: #349f20;
	--color-warning: #fed67c;
	--color-danger: var(--color-primary); /* Danger is now an alias for Primary */

	/* --- TEXT & BACKGROUND COLORS --- */
	--color-text-primary: #242424;
	--color-text-dark: #292a2a;
	--color-text-body: #495057;
	--color-text-muted: #878787;
	--color-text-light: #939393;
	--color-text-white: #fff;
	
	--color-bg-white: #fff;
	--color-bg-light: #f8f9fa;
	--color-bg-lighter: #ebebeb;
	--color-bg-lightest: #f1f1f1;
	--color-bg-dark: #000;
	
	/* --- BORDER COLORS --- */
	--color-border: #dee2e6;
	--color-border-light: rgba(204, 204, 204, 0.48);
	--color-border-lighter: rgba(0, 0, 0, 0.12);
	--color-border-dark: rgba(0, 0, 0, 0.22);

	/* --- TYPOGRAPHY --- */
	--font-family-primary: "Poppins", sans-serif;
	--font-size-xs: 12px;
	--font-size-sm: 13px;
	--font-size-base: 14px;
	--font-size-md: 16px;
	--font-size-lg: 18px;
	--font-size-xl: 20px;
	--font-size-xxl: 22px;
	--font-size-xxxl: 24px;
	/*Custome Change*/
	--textSmall: 12px;
	--textContent: 14px;
	--textSubtitle: 16px;
	--textTitle: 18px;
	--textLarge: 20px;
	--textExtraLarge: 22px;
	
	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
	--font-weight-extrabold: 800;

	/* --- SPACING & SIZING --- */
	--spacing-1: 3px;
	--spacing-2: 5px;
	--spacing-3: 10px;
	--spacing-4: 15px;
	--spacing-5: 20px;
	--spacing-6: 30px;
	--input-height: 38px;
	
	/* --- BORDERS & SHADOWS --- */
	--border-width: 1px;
	--border-radius: 5px;
	--border-radius-pill: 50px;
	--box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	--box-shadow-lg: 0px 0px 25px #a0a0a0;

	/* --- TRANSITIONS & Z-INDEX --- */
	--transition-fast: .2s;
	--transition-base: .3s;
	--transition-slow: .5s;
	--z-index-hover: 16000;
	--z-index-sticky: 17000;
}

/* --- Global Styles --- */
* {
	font-family: var(--font-family-primary);
	font-size: var(--font-size-base);
	transition-duration: var(--transition-fast);
	scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
ul,
li {
	opacity: .9 !important;
}

.webView {
	display: block;
}

.mobView {
	display: none;
}

.webView2 {
	display: inline-block !important;
}

.mobView2 {
	display: none !important;
}

.logo-large-size {
    width: 100%;
    height: 70px;
    object-fit: contain;
    display: inline-block;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sticky-top {
	z-index: 17000;
}

.navbar-mobile {
	display: inline-block;
	width: 115px;
	margin-right: auto;
	margin-left: 15px;
	color: #00000045;
	filter: drop-shadow(0px 0px 1px #00000045);
}

img.logo-size {
	width: 150px;
	display: inline-block;
}

a.mlogo {
	width: 70% !important;
	margin: auto;
	display: block;
}

.navbar-toggler {
	padding: 0px;
	height: 35px;
	width: 35px;
	border: 1px solid black;
	border-radius: 30px;
}

.navbar-nav-item {
	padding: 0px;
	margin: 0px;
}

.navbar-nav-item li {
	padding: 3px;
	margin: 0px;
	text-decoration: none;
	display: inline-block;
}

.navbar-nav-item li a {
	border: 1px solid;
	border-radius: 40px;
	text-align: center;
	line-height: 1.7;
	height: 35px;
	width: 35px;
	padding: 5px;
	display: block;
}

.navbar-nav-items {
	padding: 0px;
	margin: 4% 0%;
}

.navbar-nav-items li {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	text-decoration: none;
	display: inline-block;
}

.navbar-nav-items li a {
	border: 1px solid;
	border-radius: 5px;
	text-align: center;
	/* line-height: 1.7; */
	height: 38px;
	/*width: 35px;*/
	/* padding: 5px; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-weight: 600;
}

.navbar-nav-items li a span{
    font-weight: 700;
    color: #f21b1a;
}

.account-btn {
    padding: 0px 12px;
    text-transform: capitalize;
    gap: 7px !important;
    border-color: #29687e;
    color: #29687e;
}

.menu-icon {
	width: 16px;
}

.navbar-nav li a {
	color: #dc3545;
}

input#searchq {
	border-radius: 5px !important;
	height: 38px;
	font-size: var(--textContent);
	padding: 8px 20px;
}

button#button-addon2 {
    position: absolute;
    right: 0px;
    height: 38px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px!important;
	border-radius: 50px !important;
	z-index: 16000;
	/*border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
	border-left: 0px !important;*/
}

.footer-top {
	background: #115970;
}

ul.footerlist {
	padding-left: 20px;
	margin: 0px;
}

.w-100 {
	width: 100%;
}

.w-70 {
	width: 70%;
}

.cate-title {
	color: #444;
	font-size: var(--textContent);
	font-weight: 500;
}

.a,
.g,
.m,
.s,
.y,
.A,
.G,
.M,
.S,
.Y {
	border: 2px solid #ffcacade;
}

.b,
.h,
.n,
.t,
.z,
.B,
.H,
.N,
.T,
.Z {
	border: 2px solid #fcffcade;
}

.c,
.i,
.o,
.u,
.C,
.I,
.O,
.U {
	border: 2px solid #caffd3de;
}

.d,
.j,
.p,
.v,
.D,
.J,
.P,
.V {
	border: 2px solid #cae7ffde;
}

.e,
.k,
.o,
.w,
.E,
.K,
.O,
.W {
	border: 2px solid #f0caffde;
}

.f,
.l,
.r,
.x,
.F,
.L,
.R,
.X {
	border: 2px solid #fff8cade;
}

.ac,
.gc,
.mc,
.sc,
.yc,
.Ac,
.Gc,
.Mc,
.Sc,
.Yc {
	color: #d70000de;
}

.bc,
.hc,
.nc,
.tc,
.zc,
.Bc,
.Hc,
.Nc,
.Tc,
.Zc {
	color: #ecfb00de;
}

.cc,
.ic,
.oc,
.uc,
.Cc,
.Ic,
.Oc,
.Uc {
	color: #02bb22de;
}

.dc,
.jc,
.pc,
.vc,
.Dc,
.Jc,
.Pc,
.Vc {
	color: #007EDD;
}

.ec,
.kc,
.oc,
.wc,
.Ec,
.Kc,
.Oc,
.Wc {
	color: #a400e5de;
}

.fc,
.lc,
.rc,
.xc,
.Fc,
.Lc,
.Rc,
.Xc {
	color: #fff8cade;
}

a.text-block {
	text-decoration: none;
	display: block;
}

.rounded {
	border-radius: 5px !important;
}

.company-logo-style {
	width: 100%;
	height: 170px;
	object-fit: contain;
	margin: auto;
	display: block;
	border-radius: 15px;
	padding-bottom: 0px !important;
	background: #28697e05;
	/*padding:10px!important;*/
}

.company-Title {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 170px;
    font-size: 85px;
    margin: auto;
    color: #000;
    border-radius: 15px;
    font-weight: 700;
    cursor: pointer;
}

.title-2 {
	text-transform: capitalize;
	font-size: var(--textContent);
	line-height: 1.4;
	color: #292a2a;
	padding: 0px 10px 0px 10px;
	font-weight: 500 !important;
	margin-bottom: 0px;
}

.company-font-tile {
	font-size: var(--textContent);
	font-weight: 700;
	text-transform: capitalize;
}

.review-style {
	color: #349f20;
	font-weight: 700;
	font-size: var(--textSmall);
	text-transform: uppercase;
}

.breadcrumb {
	background: #f1f1f1 !important;
}

.breadcrumb a {
	padding-right: 5px;
}

.text-small {
	font-size: var(--textSmall);
	color: #ccc;
}

.cs-right {
	position: absolute;
	right: 15px;
	top: 15px;
}

.list-block {
	text-decoration: none;
	display: inline-block;
	padding-left: 15px;
}

.product-img-style {
	width: 100%;
	height: 245px;
	object-fit: cover;
	margin: auto;
	display: block;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-bottom: 0px !important;
	background: #28697e05;
	padding: 0px !important;
}

/*.box-height{
    height: 265px;
}*/
.hover-box {
	height: 240px;
	overflow: hidden;
}

.company-content-area {
	height: 50px;
	overflow: hidden;
	text-align: center;
}

.hover-box:hover {
	height: auto !important;
	position: absolute;
	left: 0;
	box-shadow: 0px 0px 25px #a0a0a0;
	z-index: 16000;
	transition-duration: .5s;
}

.hover-box:hover .company-content-area {
	height: auto !important;
}

/*.content-area {
	margin-top: 5px;
	min-height: 64px;
	height: 64px;
	overflow: hidden;
	text-align: center;
}*/

.content-area {
    margin-top: 5px;
    min-height: 44px;
    height: 44px;
    overflow: hidden;
    text-align: center;
}

.box-height:hover {
	position: absolute;
	left: 0;
	box-shadow: 0px 0px 25px #a0a0a0;
	z-index: 16000;
	transition-duration: .5s;
}

.box-height:hover .content-area {
	height: auto !important;
}

.sc-title {
	font-weight: 400;
	font-size: 13px;
	color: #28687e;
}

.sc-title:hover{
    color: #0b3f51;
}
.prod-zoom {
	overflow: hidden;
	border: 1px solid #cccccc85;
	cursor: -webkit-zoom-in;
	width: 100%;
	height: 320px;
	padding: 10px;
	border-radius: 5px;
	position: relative;
}

.prod-zoom img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-event: none;
}

ul.thumb-img {
	padding: 0px;
	margin-top: 10px;
	width: 100%;
	display: flex;
	gap: 5px;
}

ul.thumb-img li {
	text-decoration: none;
	display: inline-block;
	padding: 3px;
	width: 19.4%;
	border: 1px solid #cccccc85;
	/*margin: auto;*/
	border-radius: 10px;
}

.thumb-img li img {
	width: 100%;
	height: 65px;
	object-fit: contain;
	margin: auto;
	cursor: pointer;
}

.main-title {
	text-transform: capitalize;
	font-size: var(--textSubtitle);
	line-height: 1;
	font-weight: 600;
	line-height: 1.4;
	font-family: "Poppins", sans-serif;
}

.text-gray {
	font-size: var(--textSmall);
	color: #7e7e7e;
	font-weight: 400;
}

.social-icon {
	text-align: center;
	margin: auto;
	padding: 0px;
}

.social-icon li {
	text-decoration: none;
	display: inline-block;
	padding: 0px;
}

.social-icon a i {
	font-size: 26px;
	padding-left: 5px;
	text-shadow: 0px 0px 3px #0000001c;
}

i.fab.fa-facebook-square {
	color: #3b5998;
}

i.fab.fa-twitter-square {
	color: #1da1f2;
}

i.fab.fa-linkedin {
	color: #0073b1;
}

i.fab.fa-pinterest-square {
	color: #e60023;
}

.btn-border {
	border: 4px solid #01200836 !important;
}

.web-btn {
	margin: 5px 5px;
	border-radius: 50px !important;
	padding-left: 18px;
	padding-right: 18px;
}

.mob-btn {
	height: 45px;
	width: 45px;
	padding: 2px;
	font-size: var(--textLarge);
	margin: 5px 5px;
	border-radius: 50px !important;
}

.title {
	text-transform: uppercase;
}

.para {
	text-transform: capitalize;
}

.hover-view {
	text-align: center !important;
	padding: 9px;
	font-size: var(--textSubtitle);
	border: 1px solid #ccc;
	border-radius: 47px;
}

.hover-view:hover {
	background: darkseagreen;
	transition-duration: .5s;
	cursor: pointer;
}

.navbar-nav-items li a.login-btn {
    border: 1px solid;
    border-radius: 5px;
    width: 150px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px 7px;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 1.3rem 0.75rem;
	font-size: var(--textContent);
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #cccccc7a;
	border-radius: 5px !important;
	transition: border-color .15s ease-in-out,
	box-shadow .15s ease-in-out;
	text-transform: capitalize;
}

.btn-block {
	padding: 8px 15px;
}

::placeholder {
	color: #000 !important;
	opacity: .3 !important;
	/* Firefox */
}

img.thumb-size {
	height: 65px;
	width: 65px;
	object-fit: cover;
}

.post-title {
	text-transform: uppercase;
	font-size: var(--textLarge);
}

small.post-sub-title {
	color: #878787;
}

.post-thumb {
	height: 65px;
	width: 65px;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	line-height: 2;
	background: radial-gradient(white, #d4d4d4);
}

.border-2 {
	border: 1px solid #dee2e68f !important;
}

.body-content,
.footer-content {
	border-top: 1px solid #cccccc3d;
}

.post-img {
	margin: auto;
	height: 270px;
	object-fit: contain;
	width: 100%;
}

/*.share-box {
    padding: 5px;
    box-shadow: 0px 0px 8px #0000002b;
    border-radius: 50px;
}*/
.social-style {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.social-style li {
	/* text-decoration: none; */
	display: inline-block;
	width: 24%;
	cursor: pointer;
}

.popup-box {
	z-index: 1;
	top: -130px;
	right: 0;
	/* padding-top: 15px; */
	position: absolute;
	background: #000;
	width: 164px;
	text-align: left;
	box-shadow: 0px 0px 16px #00000059;
	display: none;
}

.dashboard-menu {
	border: 1px solid #e2e9e1;
	border-radius: 5px;
	overflow: hidden;
}

.dashboard-menu ul li:not(:last-child) {
	border-bottom: 1px solid #e2e9e1;
}

.dashboard-menu ul li a {
	color: #242424;
	padding: 10px 30px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #296a7f;
	border: 1px solid #296a7f;
	border-radius: 0px;
}

.dashboard-menu ul li a i.far {
	font-size: var(--textContent);
	padding-right: 5px;
}

.display-none {
	display: none;
}

#select-img {
	display: none;
}

#upd_img {
	display: none;
}

.upload-img {
	width: 130px;
	height: 130px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.edit_btn {
	position: absolute;
	right: 25px;
	top: 8px;
	cursor: pointer;
}

.show-img {
	width: 130px;
	display: inline-block;
	height: 130px;
	background: #fff;
}

.show-img img {
	object-fit: contain !important;
	width: 100% !important;
	height: 100% !important;
}

input#url {
	display: inline-block;
	width: 90%;
}

.add-btn {
	margin-top: -4px;
	height: 34px;
	line-height: 1;
}

i#closeAd {
	position: absolute;
	top: 11px;
	right: 15px;
	font-size: 25px;
	cursor: pointer;
	font-weight: 500;
}

.border {
	border: 1px solid #cccccc7a !important;
}

.mt4 {
	margin: 4% 0%;
	line-height: 3.5;
}

a.pro-edit {
	position: absolute;
	top: 5px;
	right: 30px;
	z-index: 16000;
}

a.pro-trash {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #f21b1b;
	z-index: 16000;
}

.pd_status {
	font-size: 12px;
	opacity: .4;
	position: absolute;
	left: 5px;
	top: 0px;
}

.category-img-circle {
    /* border-radius: 15px; */
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
    /* background: #fff; */
    padding: 10px !important;
    /* margin-bottom: 10px; */
}

a {
    text-decoration: none !important;
}

.catGridStyle:hover {
    box-shadow: 0px 2px 25px #a0a0a0;
    transition-duration: .3s;
}

.catGridStyle:hover img{
    transition-duration: .3s;
    transform: scale(1.1);
}

.text-dark {
	color: #242424 !important;
}

.font-weight-300 {
	font-weight: 300 !important;
	opacity: .7;
}

.font-weight-500 {
	font-weight: 500 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

select.btn {
	border: 1px solid #ccc !important;
	padding: 6px .75rem 1px .75rem !important;
	line-height: 1.5 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left;
	line-height: 1;
	padding-top: 7px;
}

select#subcate_name {
	height: 40px;
	background: #f8f9fa;
	border-color: #f8f9fa;
	color: #999;
	border-right: 7px solid #f8f9fa;
	padding: 0 10px;
}

span.filter-option.pull-left {
	color: #999;
}

select.flt-style,
select.flt-style:active,
select.flt-style:focus,
select.flt-style:focus-visible {
	max-width: 150px;
	border-color: #00000017 !important;
	padding: 1px;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 14px;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.swal-text {
	text-align: center !important;
}

.cpb-4 {
	padding-bottom: 20px;
}

label.cat-label {
	margin-top: -25px !important;
	position: absolute;
	background: #fff;
	padding-right: 10px;
	color: #115970;
}

.blog-title {
	padding-top: 10px;
	font-size: var(--textSubtitle);
	font-weight: 600;
	color: #000000e0;
	text-transform: capitalize;
}

.text-splight {
	color: #00000059;
	font-style: italic;
}

.blog-list img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.header-rows {
	align-items: center;
	justify-content: center;
}

.footer-logo {
	display: flex;
	align-items: center;
}

h3.font-weight-bold.m-0.text-center.title-2.pt-1 {
	line-height: 1.7;
}

.cate-menu {
	padding: 10px 5px;
	overflow: hidden;
}

ul.cta-link {
	margin: 0px;
	padding: 5px 2px;
	overflow: auto;
	white-space: nowrap;
	scrollbar-width: none;
}

ul.cta-link li {
	text-decoration: none;
	display: inline-block;
	padding: 0px 5px 0px 0px;
}

ul.cta-link li a {
	background: #ebebeaeb;
	padding: 8px 12px;
	border-radius: 5px;
	color: #000;
	display: block;
	text-decoration: none;
	box-shadow: 0px 0px 2px #00000052;
}

ul.cta-link li a:hover {
	background: #fed67c;
}

ul.cta-link li a.scactive {
	background: #fed67c !important;
}

.va-btn {
	background: #f21a1a;
	color: #fff !important;
	border-radius: 50%;
	box-shadow: 0px 0px 2px #00000045;
	font-weight: 800;
	height: 25px !important;
	width: 25px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.va-btn:hover i {
	background: #f21a1a;
	color: #fff !important;
	font-weight: 600;
	text-align: center;
}

input#loginotp {
	letter-spacing: 20px;
	font-size: 18px;
	font-weight: 700;
}

ul.footerlist li {
	padding: 5px 0px;
}

ul.footerlist.contacts {
	padding: 2px;
}

ul.footerlist.contacts li {
	text-decoration: none;
	display: block;
}

.content-area .company-font-tile span.text-small {
	text-decoration: line-through;
	font-weight: 400 !important;
}

.gtm-d-none {
	display: none;
	visibility: hidden;
}

.wd-block {
	display: block;
}

.wd-none {
	display: none;
}

.lh-1 {
	line-height: 1;
}

.text-light {
	color: #939393 !important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	border: 1px solid #0000001f;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default.btn-light:focus-within {
	border: 0px;
}

form#post-ad-data label {
	font-weight: 600;
}

.actionResult {
	position: fixed;
	width: 100%;
	bottom: 20px;
	left: 0px;
	z-index: 1600000;
}

.actionResult .msg, .res .msg {
	min-width: 200px;
	width: fit-content;
	background: #000;
	color: #fff;
	border-radius: 55px;
	padding: 10px 28px;
	margin: auto;
	box-shadow: 0px 0px 12px #00000075;
	z-index: 16000;
}

.actionResult .msg p {
	margin: 0px;
	opacity: .8 !important;
}

.actionResult {
	-moz-animation: cssAnimation 0s ease-in 9s forwards;
	/* Firefox */
	-webkit-animation: cssAnimation 0s ease-in 9s forwards;
	/* Safari and Chrome */
	-o-animation: cssAnimation 0s ease-in 9s forwards;
	/* Opera */
	animation: cssAnimation 0s ease-in 9s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.res {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 50px;
    text-align: center;
}

.specif table,
.specif table tr,
.specif table tr th,
.specif table tr td {
	border-color: #eaeaea;
	padding: 10px 15px;
}

.product-title {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}

.product-category-title span {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.tox.tox-tinymce {
	width: 100% !important;
	height: 500px !important;
}

.product-facts-title {
	margin: 15px 0px;
	font-size: 18px;
	font-weight: 600;
	padding-top: 10px;
}

.form-control:focus {
	border-color: #f1342e;
	box-shadow: 0 0 0 0.2rem rgba(241, 52, 46, 0.25);
}

.card {
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-danger {
	background-color: #f1342e;
	border-color: #f1342e;
}

.btn-danger:hover {
	background-color: #d12f29;
	border-color: #d12f29;
}

.form-group label {
	font-weight: bold;
}

.result {
	font-size: 1rem;
}

.card-title {
	font-size: 1.25rem;
	font-weight: bold;
}

.gray-title {
	color: #868686;
	font-size: 13px;
	text-transform: math-auto;
}

.btn-light {
	background-color: #f8f9fa;
	border-color: #dee2e6;
}

.related-products a {
    text-decoration: none;
    display: block;
}

.related-products img {
    height: 85px;
    align-items: center;
    object-fit: cover;
    background: #00000008;
}

.bg-light {
    background: #ebebeb !important;
}

.d-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    padding: 15px;
}

.flex-4 {
    width: 35%;
}

.flex-8 {
    width: 65%;
}

.flex-6 {
    width: 50%;
}
.getLiveLocation i {
    position: absolute;
    z-index: 1600000;
    height: 38px;
    width: 38px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: var(--textContent);
    opacity: .6;
}
.getLiveLocation.input-group{
    max-width: 230px!important;
}
input#realTimeLocation {
    padding-left: 32px;
    border-radius: 5px !important;
}
.suggestion-box ul li:hover {
    background-color: #f8f9fa;
}

ul#mobileSuggestionList li {
    line-height: 2 !important;
}
section.Post-Ad {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-logo-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #29687e;
    background-color: #fff;
    border: 1px solid #dee2e6;
}.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f21b1a;
    border-color: #f21b1a;
}

@keyframes cssAnimation {
	to {
		width: 0;
		height: 0;
		overflow: hidden;
	}
}

@-webkit-keyframes cssAnimation {
	to {
		width: 0;
		height: 0;
		visibility: hidden;
	}
}

@media(min-width:960px) {

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		width: 95% !important;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.main-banner .container-fluid {
		width: 100% !important;
	}
}

@media(min-width:1140px) {

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		width: 90%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.main-banner .container-fluid {
		width: 100% !important;
	}
}

@media(max-width:768px) {
    button.navbar-toggler {
        display: none;
    }
    .navbar-mobile {
    	display: inline-block;
    	width: 115px;
    	margin-right: auto;
    	margin-left: 0px;
    	color: #00000045;
    	filter: drop-shadow(0px 0px 1px #00000045);
    }
    .logo-large-size {
        width: 100%;
        height: 40px!important;
        object-fit: contain;
        display: inline-block;
    }
	.webView {
		display: none;
	}

	.mobView {
		display: block;
	}

	.webView2 {
		display: none !important;
	}

	.mobView2 {
		display: inline-block !important;
	}

	.p-5 {
		padding: 15px !important;
	}

	.pl-5 {
		padding-left: 15px !important;
	}

	.pr-5 {
		padding-right: 15px !important;
	}

	.cs-right {
		position: unset;
	}

	h1 {
		font-size: 23px;
	}

	.social-style li {
		/* text-decoration: none; */
		display: inline-block;
		width: 31%;
		cursor: pointer;
	}

	.col-2 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-7 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.post-img {
		margin: auto;
		height: 175px;
		object-fit: contain;
		width: 100%;
	}

	.upload-img {
		width: 136px;
		text-align: center;
		padding: 6px 4px;
		cursor: pointer;
		display: inline-block;
	}

	.show-img {
		width: 135px;
		display: inline-block;
		height: 140px;
		background: #fff;
		white-space: nowrap;
		text-align: center;
		overflow: hidden;
	}

	a.btn.btn-danger.float-right.btn-border.shadow-sm.text-white.mob-btn.website-btn {
		float: unset !important;
		text-align: center;
	}

	.thumb-img li img {
		width: 100%;
		height: 70px;
		object-fit: contain;
		margin: auto;
		cursor: pointer;
	}

	.prod-zoom {
		overflow: hidden;
		border: 1px solid #cccccc85;
		cursor: -webkit-zoom-in;
		width: 100%;
		height: 370px;
		padding: 10px;
		position: relative;
	}

	.cpb-4 {
		padding-bottom: 5px;
	}

	.carousel-inner img {
		width: 100%;
		height: 90px;
		object-fit: cover;
	}
	
	.d-flex {
        display: flex;
        flex-wrap: wrap!important;
        justify-content: space-between;
        gap: 5px;
        padding: 15px;
    }
	
	.flex-4 {
        width: 100%;
    }
    
    .flex-8 {
        width: 100%;
    }
    
    .flex-6 {
        width: 100%;
    }
    
    .social-icon {
        text-align: center;
        margin: auto;
        padding: 5px 0px 0px;
    }
    
    .social-icon a i {
        font-size: 22px;
        padding-left: 5px;
        text-shadow: 0px 0px 3px #0000001c;
    }
    
    .product-title {
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
    }
}