@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap');




body {
	margin: 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
}

textarea {
	height: auto !important
}

:focus {
	outline: 0 !important
}

button:focus { outline: 0 !important
}

.reset {
	clear: both
}

p {
	font-size: 14px;
	color: #63666d;
	line-height: 28px;
	font-weight: 400;
}

a {
	text-decoration: none !important;
	color: #464646;
	transition: all .4s ease-in;
}

a:hover {
	text-decoration: none !important;
	color: #000
}

::-webkit-input-placeholder {
	color: #3f3f3f !important
}

::-moz-placeholder {
	color: #3b3b3b !important
}

:-ms-input-placeholder {
	color: #414141 !important
}

:-moz-placeholder {
	color: #414141 !important
}

#scrl::-webkit-scrollbar {
	width: 2px;
	background-color: #000
}

#scrl::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 10px
}

.btn:focus,
.form-check-input:focus,
.form-select:focus,
.page-link:focus,
.viewcrt_btm_btn .btn-secondary:focus {
	outline: none;
	box-shadow: none;
}

.form-select:focus {
	box-shadow: none;
	border: 1px solid #ced4da !important;
}

.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgb(221, 221, 221);
	box-shadow: 0 1px 1px rgba(189, 189, 189, 0.075) inset, 0 0 0 0;
	outline: 0 none;
}

option:checked,
option:hover {
	color: white;
	background: red !important;
}

ul {
	padding: 0;
	margin: 0
}

li {
	list-style: none;
	text-decoration: none
}

li {
	list-style: none;
	text-decoration: none
}

li {
	font-size: 14px;
	font-weight: 400
}

.p0 {
	padding: 0;
}

.scrollup {
	width: 42px;
	height: 42px;
	position: fixed;
	bottom: 15px;
	right: 17px;
	text-indent: -9999px;
	z-index: 99999;
	background: url(../images/anchor.png) no-repeat;
}


/* header Start */

.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.header {
	/* width: 100%;
   float: left;
   z-index: 99;
   position: relative;
   height: 0;
   -webkit-transition: height .5s;
   -moz-transition: height .5s;
   transition: all .4s ease-in-out; */
	margin-top: 17px;
}

.cbp-af-header.cbp-af-header-shrink {
	top: 0;
	box-shadow: 2px 2px 1px 0px #ededed;
}

.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .4s ease-in-out;
	background: #fff;
}

.cbp-af-header.cbp-af-header-shrink .header .nav-menu {
	background: 0 0;
	transition: all .4s ease-in-out
}

.cbp-af-header.cbp-af-header-shrink .header .nav-menu>li {
	border-right: 0 solid #e2e2e2
}

.cbp-af-header.cbp-af-header-shrink .top_strip_bg {
	display: none;
}

.cbp-af-header.cbp-af-header-shrink .top_bar_in {
	justify-content: space-between;
	align-items: center;
}

.nav-menu>li .active_nav {
	color: #5b724d    !important;
}

.cbp-af-header.cbp-af-header-shrink .menu_phone {
	display: none
}

.cbp-af-header.cbp-af-header-shrink .header .col-md-10 {
	width: 100%
}

.cbp-af-header.cbp-af-header-shrink .menubars {
	background: 0 0;
	padding: 0;
	height: 48px;
	transition: all .4s ease-in-out;
}

.cbp-af-header.cbp-af-header-shrink .submenu-indicator-chevron {
	border-color: #fff #fff #fff transparent
}

.cbp-af-header.cbp-af-header-shrink .top__contact {
	display: none
}

.navbar-fixed {
	position: fixed;
	z-index: 999 !important
}

nav {
	width: 100%
}

.navigation {
	width: 100%;
	display: table;
	position: relative;
	font-family: inherit
}

.navigation * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

.navigation-portrait {
	height: 48px
}

.navigation-fixed-wrapper {
	width: 100%;
	left: 0;
	z-index: 19998;
	will-change: opacity
}

.navigation-fixed-wrapper.fixed {
	position: fixed !important;
	-webkit-animation: fade .5s;
	animation: fade .5s
}

@keyframes fade {
	from {
		opacity: .999
	}
	to {
		opacity: 1
	}
}

.navigation-fixed-wrapper .navigation {
	margin-right: auto;
	margin-left: auto
}

.navigation-fixed-placeholder {
	width: 100%;
	display: none
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
	display: block
}

.nav-toggle,
.navigation-hidden .nav-header {
	display: none
}

.navigation-hidden {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: -9999px
}

.nav-header {
	float: left;
	position: relative;
}

.nav-brand:focus,
.nav-brand:hover {
	color: #70798b
}

.navigation-portrait .nav-brand {
	font-size: 18px;
	line-height: 48px
}

.nav-logo>img {
	height: 48px;
	margin: 11px auto;
	padding: 0 15px;
	float: left
}

.nav-brand img {
	margin-top: 7px
}

.nav-logo:focus>img {
	outline: initial
}

.navigation-portrait .nav-logo>img {
	height: 36px;
	margin: 6px auto 6px 15px;
	padding: 0
}

.nav-toggle {
	width: 30px;
	height: 30px;
	padding: 6px 2px 0;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 15px;
	cursor: pointer;
    
}

.nav-toggle:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
}

.navigation-portrait .nav-toggle {
	display: block
}

.navigation-portrait .nav-menus-wrapper {
	width: 320px;
	height: 100%;
	top: 0;
	left: -400px;
	position: fixed;
	background-color: #fff;
	background: #fff;
	z-index: 20000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
	left: auto;
	right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
	left: 0
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
	left: auto;
	right: 0
}

.nav-menus-wrapper-close-button {
	width: 30px;
	height: 40px;
	margin: 10px 7px;
	display: none;
	float: right;
	color: #70798b;
	font-size: 26px;
	cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
	display: block
}

.nav-menu {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 0;
	text-transform: uppercase;
	float: right;
}

.nav-menu.nav-menu-social>li>a>[class*=ion-],
.nav-menu>li>a {
	font-size: 12px;
}

.navigation-portrait .nav-menu {
	width: 100%
}

.nav-menu.nav-menu-centered {
	text-align: center
}

.nav-menu.nav-menu-centered>li {
	float: none
}

.nav-menu>li {
	display: inline-block;
	float: left;
	text-align: right;
	position: relative
}

.navigation-portrait .nav-menu>li {
	width: 100%;
	position: relative;
	border-top: solid 1px #d0d0d0;
}

.navigation-portrait .nav-menu>li:last-child {
	border-bottom: solid 1px #dcdcdc;
}

.nav-menu+.nav-menu>li:first-child {
	border-top: none
}

.nav-menu>li>a {
	height: 37px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	font-size: 13.5px;
	/* font-weight: 500; */
	color: #000;
	font-weight: 600;
	position: relative;
	padding: 0 20px;
}

.nav-menu>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 17px;
	width:0;
	height: 2px;
	background-color: #2da515;
	transform: translateX(-50%);
	transition: all 0.4s ease-in-out;
}

.nav-menu>li>a li:hover:after { width: 35%;
}


.nav-menu>li>a:hover:after { width:25px !important;

}




.nav-menu li:hover a {
	
	transition: none;
}

.nav-dropdown>li>a {
	color: #000 !important;
	background: #fff;
}

.nav-dropdown>li>a:hover {
	background-color: #e3010f !important;
	color: #fff !important;
}

.nav-menu>li>a:hover:after {
	opacity: 1
}

.nav-menu>li:nth-child(4)::after {
	display: none
}

.navigation-portrait .nav-menu>li>a {
	width: 100%;
	height: auto;
	padding: 18px 15px 18px 26px;
}

.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
	width: 18px;
	height: 16px;
	line-height: 16px;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
	width: 16px;
	display: inline-block;
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
	width: 100%;
	text-align: center
}

.nav-menu.nav-menu-social>li {
	text-align: center;
	float: none;
	border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social>li {
	width: auto
}

.nav-menu.nav-menu-social>li>a>.fa {
	font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
	padding: 15px
}

.submenu-indicator {
	margin-left: 6px;
	margin-top: 6px;
	float: right;
	-webkit-transition: all .3s;
	transition: all .3s
}

.navigation-portrait .submenu-indicator {
	width: 54px;
	height: 44px;
	margin-top: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 20000
}

.submenu-indicator-chevron {
	border-color: transparent #000000 #000000 transparent;
	height: 6px;
	width: 6px;
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border .3s;
	transition: border .3s;
}

.cbp-af-header.cbp-af-header-shrink .submenu-indicator-chevron {
	border-color: transparent #e3010c #e1000e transparent;
}

.navigation-portrait .submenu-indicator-chevron {
	position: absolute;
	top: 18px;
	left: 24px
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
	border-color: transparent #e3010c #e3010c transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.nav-overlay-panel {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 19999
}

.no-scroll {
	touch-action: none;
	overflow-x: hidden
}

.nav-search {
	height: 70px;
	float: right;
	z-index: 19998
}

.navigation-portrait .nav-search {
	height: 48px;
	padding: 0 10px;
	margin-right: 52px
}

.navigation-hidden .nav-search {
	display: none
}

.nav-search-button {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	cursor: pointer;
	background-color: #373435
}

.navigation-portrait .nav-search-button {
	width: 50px;
	height: 48px;
	line-height: 46px;
	font-size: 22px
}

.nav-search-icon {
	width: 14px;
	height: 14px;
	margin: 2px 8px 8px 4px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #fff;
	text-align: left;
	text-indent: -9999px;
	border: 2px solid;
	border-radius: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: color .3s;
	transition: color .3s
}

.nav-search-icon:after,
.nav-search-icon:before {
	content: '';
	pointer-events: none
}

.nav-search-icon:before {
	width: 2px;
	height: 11px;
	top: 11px;
	position: absolute;
	left: 50%;
	border-radius: 0 0 1px 1px;
	box-shadow: inset 0 0 0 32px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
	color: #8cc152
}

.nav-search>form {
	width: 100%;
	height: 100%;
	padding: 0 auto;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 99
}

.nav-search-inner {
	width: 70%;
	height: 70px;
	margin: auto;
	display: table
}

.navigation-portrait .nav-search-inner {
	height: 48px
}

.nav-search-inner input[type=search],
.nav-search-inner input[type=text] {
	height: 70px;
	width: 100%;
	margin: 0;
	padding: 0 12px;
	font-size: 26px;
	text-align: center;
	color: #70798b;
	outline: 0;
	line-height: 70px;
	border: none;
	background-color: transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=search],
.navigation-portrait .nav-search-inner input[type=text] {
	height: 48px;
	font-size: 18px;
	line-height: 48px
}

.nav-search-close-button {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: normal;
	color: #70798b;
	font-size: 20px;
	cursor: pointer;
	text-align: center
}

.nav-button,
.nav-text {
	display: inline-block;
	font-size: 14px
}

.navigation-portrait .nav-search-close-button {
	top: 10px;
	right: 14px
}

.nav-button {
	margin: 18px 15px 0;
	padding: 8px 14px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background-color: #8cc152;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.nav-button:focus,
.nav-button:hover {
	color: #fff;
	text-decoration: none;
	opacity: .85
}

.navigation-portrait .nav-button {
	width: calc(100% - 52px);
	margin: 17px 26px
}

.nav-text {
	margin: 25px 15px;
	color: #ffffff
}

.navigation-portrait .nav-text {
	width: calc(100% - 52px);
	margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
	margin-top: 15px
}

.nav-dropdown {
	min-width: 230px;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 98;
	white-space: nowrap;
	/* padding: 20px 15px; */
	background: #ffffff;
}

.navigation-portrait .nav-dropdown {
	width: 100%;
	position: static;
	left: 0
}

.nav-dropdown .nav-dropdown {
	left: 100%
}

.nav-menu>li>.nav-dropdown {
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
}

.nav-dropdown>li {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	text-align: left;
}

.nav-dropdown>li>a {
	width: 100%;
	padding: 13px 20px;
	display: inline-block;
	float: left;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
}

.nav-dropdown.nav-dropdown-left {
	right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
	left: auto;
	right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
	text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
	padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
	padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
	padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
	padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
	padding-left: 110px
}

.nav-dropdown .submenu-indicator {
	right: 15px;
	top: 16px;
	position: absolute
}

.navigation-portrait .nav-dropdown .submenu-indicator {
	right: 0;
	top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
	border-color: transparent #fff #fff transparent
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
	left: 10px
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.nav-dropdown-horizontal {
	width: 100%;
	left: 0;
	background-color: #fdfdfd;
	border-top: solid 1px #f0f0f0
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
	width: 100%;
	top: 100%;
	left: 0
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
	border-top: none
}

.nav-dropdown-horizontal>li {
	width: auto;
	clear: none;
	position: static
}

#kenburns_061,
.nav-dropdown-horizontal>li>a {
	position: relative
}

.navigation-portrait .nav-dropdown-horizontal>li {
	width: 100%
}

.nav-dropdown-horizontal .submenu-indicator {
	height: 18px;
	top: 11px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
	height: 42px;
	top: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.nav-menu li:last-child .nav-dropdown .nav-dropdown {
	right: 100% !important;
	left: auto;
}


/* .nav-menu li:last-child .nav-dropdown .nav-dropdown>li>a { background-color: #d4ad1e;
}

.nav-menu li:last-child .nav-dropdown .nav-dropdown>li>a  {
   border-bottom: 1px solid #be9a16;
} */

.nav-menu li:last-child .nav-dropdown .nav-dropdown>li>a {
	border-bottom: 1px solid #02331c;
}

.nav-menu li:last-child .nav-dropdown .nav-dropdown>li>a {
	background-color: #054427;
}


/* End Header */

.zoom-in {
	-webkit-animation: zoomIn 400ms ease both;
	-moz-animation: zoomIn 400ms ease both;
	-o-animation: zoomIn 400ms ease both;
	animation: zoomIn 400ms ease both;
}

.zoom-out {
	-webkit-animation: zoomOut 400ms ease both;
	-moz-animation: zoomOut 400ms ease both;
	-o-animation: zoomOut 400ms ease both;
	animation: zoomOut 400ms ease both;
}

@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoomIn {
	0% {
		transform: scale(0.6);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
}

@keyframes zoomOut {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.6);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.menubars {
	border-radius: 3px;
	padding-right: 0;
	padding-left: 0;
}

.menu_btn {
	border-radius: 30px;
	background: #fff !important;
	color: #11838a !important;
	margin-top: 10px;
	box-shadow: 0 0 !important;
	border: 1.5px solid #15b7c1;
	font-weight: 700;
	padding: 9px 21px !important;
	font-size: 13px !important
}

.top_bar_right_sec_content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

.top_search {
	width: 70%;
	padding-right: 40px;
}

.top_search .btn-secondary {
	color: red;
}

.top_search .btn-secondary:hover {
	color: white;
}

.top_strip {
	background: #f5f5f5;
	transition: all 0.4s ease-in-out;
}

.top_strip_text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top_strip_text ul li {
	float: left;
	display: inline-block;
	position: relative;
	font-size: 12px;
}

.top_strip_left a li {
	padding: 3px 10px 3px 0px;
}

.top_strip_right li {
	
    padding: 3px 15px;
}


.gold_rate span {
	background-color: #5b724d;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 26px 5px 24px;
	margin-left: 8px;
	position: relative;
	clip-path: polygon(11% 0%, 100% 0%, 91% 100%, 0% 100%);
}




.top_strip_right a:nth-child(1) li::before {
	display: none;
}

.top_strip_left li span {
	font-weight: 500;
	color: #000000;
	font-size: 12px;
}



.top_strip_text ul li i {
	color: #d34646;
	padding-right: 3px;
	font-size: 12px;
}

.pd_50 { padding: 0 50px 0 50px;

}

.min_slider_img_txt { position: relative;

}


.min_slider_img_txt:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    position: relative
}


.min_slider_img_txt { overflow: hidden; border-radius: 7px;

}



.min_slider_img_txt h3 {

background-color: #ffffff;

color: #000000;

font-size: 14px;

padding: 10px 55px 6px 31px;

display: inline-block;

position: absolute;

bottom: -8px;

top: auto;

left: 15px;

clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);

transition: 0.4s all ease-in-out;

font-family: 'Playfair Display SC', serif;

font-weight: 700;

letter-spacing: 2px;
}


.min_slider_img_txt:hover h3  {
   background-color: #5b724d;
   color: #fff;
   }



.min_slider_img_txt h3::after {

transition: 0.4s all ease-in-out;

font-family: bootstrap-icons !important;

content: "\f138";

position: absolute;

right: 31px;

top: 8px;

font-size: 17px;

color: #5b724d;
}



		.min_slider_img_txt:hover h3::after  {

		
			 right:50px;  opacity: 0; 
			}
	

			.min_slider_img_txt h3::before {

transition: 0.4s all ease-in-out;

font-family: bootstrap-icons !important;

content: "\f138";

position: absolute;

right: 61px;

top: 8px;

font-size: 17px;

opacity: 0;

color: #5b724d;

}
			

			.min_slider_img_txt:hover h3::before  {

		
				right: 31px;  opacity: 1; color: #ffffff;
				}
			



	.min_slider_img { padding: 0;
	
	}






/* .featured_categories_bg .item:first-child  { padding:0;
} */



.featured_categories_bg img {
	transition: 0.4s all ease-in-out;
}

.featured_categories_bg .col-md-12:hover img {
	opacity: 0.6;
}

.featured_categories_bg .item {
	text-align: center;
	padding:0 12px;
}

.featured_categories_bg .item img {
	width: 100%;
}

.sliders_mbg {
	padding: 50px;
}

.sliders_txt {
	text-align: center;
}

.Best_deals_hm {
	padding: 70px 0;
}

.best_deals_hd {
	display: flex;
	justify-content: space-between;
	padding: 45px 0;
}

.Best_deals_hm {
	padding: 70px 0;
}

.best_deals_hd h4 {
	font-weight: 600;
	letter-spacing: 2px;
	color: #2f6425;
	font-size: 27px;
	position: relative;
	padding-left: 43px;
	margin-bottom: 0;
	font-family: 'Playfair Display SC', serif;
}


.best_deals_hd h4:after {

position: absolute;

content: "";

width: 37px;

height: 3px;

background-color: #e1b636;

left: 0;

top: 17px;
}



.best_deals_hd h6 {
	font-size: 15px;
	font-weight: 600;
	color: #5b724d;
}

.product_bx_strip {
	position: absolute;
	top: 5%;
	left: 7%;
	color: #fff;
	z-index: 9;
	display: flex;
	align-items: center;
}

.out_of_stock {
	padding: 4px 24px;
	border-radius: 3px;
	margin-bottom: 5px;
	display: inline-block;
	background: #ffffffbd;
	border: 1px solid #e2e2e2;
	font-size: 12px;
	position: absolute;
	text-align: center;
	margin: 0px auto;
	top: 32%;
	left: 30%;
	z-index: 9;
	transition: 0.4s all ease-in;
	color: red;
}


.special_img_section { margin-top: 50px;

}

.sp_banner_3 { margin-bottom: 20px;

}



.product_bx_m:hover .out_of_stock {
	background: white;
	border: 1px solid #ccc;
}

.Product_bx_ofr,
.product_bx_new {
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
}

.product_bx_new {
	background: #4fb14f;
	padding: 12px;
	line-height: 28px;
}

.Product_bx_ofr {
	background: #ffffff;
	padding: 13px 11px;
	line-height: 13px;
	border: 1px solid #f3f3f3;
}

.Product_bx_ofr span {
	font-size: 16px;
	color: #e3000f;
	font-weight: 500;
}

.product_bx_strip li {
	font-size: 12px;
	margin-right: 5px;
	color: red;
}

.product_list_img_bg { position: relative;

}

.product_list_img1 { position: absolute; top: 0; left: 0;

}


.product_bx_m_txt img {
	transition: all 0.4s ease-in-out;
}

.listing_box:hover .product_list_img1 {
	opacity: 0;
}


.product_bx_m_txt .col-md-6 {
	padding-left: 10px;
}

.product_bx_m_txt {

	border-radius: 3px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	padding: 30px;
	text-align: center;
	border: 1px solid #edededed;
	background-color: rgb(249, 249, 250);
	margin-bottom: 7px;
}

.product_bx_m_txt:hover {
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
}



.product_bx_m_txt a {
	transition: all 0.4s ease-in-out;
	color: #c7c7c7;
}

.product_bx_m_txt:hover a {
	color: #555;
}

.pbt_price  { display:flex; justify-content: space-between;
}

.product_bx_m_content {
	padding-top: 10px;
	text-align: left;
}

.product_bx_m_content h5 {
	font-size: 18px;
}

.product_bx_m_content h6 {
	font-size: 17px;
	color: #262626;
	margin-bottom: 4px;
	position: relative;
	padding-left: 14px;
	display: inline-block;
}

.product_bx_m_content h4 {
	font-size: 15px;
	font-weight: 400;
	color: #272727;
}

.product_bx_m_content h4 span a {
	font-size: 12px;
	font-weight: 500;
	padding-left: 4px;
	color: #e3010f !important;
	text-transform: uppercase;
	position: relative;
}

.product_bx_m_content h4 span a:hover {
	color: rgb(20, 153, 15) !important;
}

.product_bx_m_content h4 span a:hover::after {
	right: -11px;
	color: rgb(20, 153, 15);
}

.product_bx_m_content h4 span a::after {
	content: "\f231";
	font-family: "bootstrap-icons";
	font-size: 9px;
	color: #e3010f;
	top: 2px;
	position: absolute;
	right: auto;
	right: -9px;
	transition: 0.4s all ease-in-out;
}

.More_prdct_nw {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.product_bx_m_content h6::after {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	left: 0;
	background-image: url(../images/svg/Indian-Rupee-symbol.svg);
	background-repeat: no-repeat;
	top: 3px;
}

.product_bx_m_content h6 span::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 11px;
	left: 6px;
	background-image: url(../images/svg/Indian-Rupee-symbol2.svg);
	background-repeat: no-repeat;
	top: 2px;
}

.product_bx_m_content h6 span {
	color: #a9a9aa;
	font-weight: 100;
	text-decoration: line-through;
	padding-left: 17px;
	position: relative;
	font-size: 15px;
}

.product_bx_m_content h6 span ul li {
	float: left;
	padding-right: 5px;
	color: #ffca2a;
}

.star_yellow {
	color: rgb(255, 196, 0) !important;
}


.product_bx_m_content ul li {
	display: inline-block;
}

.bi-star {
	color: #ccc;
	font-size: 16px;
	padding-left: 3px;
}

.product_bx_m_content p {
	line-height: 19px;
	display: -webkit-box;
	margin-bottom: 6px;
	font-size: 14.5px;
	height: 21px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #63666d;
	margin-top: 5px;
}


.wishlist_product_list {
	z-index: 9;
	right: 26px;
	position: absolute;
	top: 23px;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
	color: #dcdcdc;
	cursor: pointer;
}


.wishlist_product_list2 {
	z-index: 9;
    right: 15px;
    position: absolute;
    top: 8px;
    font-size: 18px;
    background: #ffffff;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    color: #dcdcdc;
    cursor: pointer;
}

.wishlist_product_list2:hover {
	color: #ec1b24 !important;
}


.product_bx_m_txt:hover .bi-heart {
	color: #232323;
}

.wishlist_product_list:hover {
	color: #ec1b24 !important;
}

.wishlist_product_list_selected {
	color: #ec1b24 !important;
}

.wishlist_product_list_selected:hover {
	background: #ffffff;
	border: 1px solid #ededed;
	color: #a29a9a;
}

.wishlist_dtls {
	z-index: 9;
	right: 25px;
	position: absolute;
	top: 11px;
	font-size: 16px;
	background: #ffffff;
	padding: 7px 11px 5px 11px;
	border-radius: 28px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
	border: 1px solid #ededed;
}

.wishlist_dtls:hover {
	background: #ec1b24;
	border: 1px solid #c0121b;
	color: #fff;
}

.product_bx_m_btn {
	display: flex;
	justify-content: space-between;
}

.out_of_stock img {
	opacity: 0.4;
}

.offer_new_stock {
	padding: 5px;
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: 9;
}

.product_bx_m {
	padding: 10px;
	position: relative;
}

.offer_new_stock li {
	line-height: 20px;
	margin-bottom: 3px;
	color: #fff;
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.listing_ofr {
	background-color: #be1d24;
}

.red_btn,
.yellow_btn,
.green_btn {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	border: none;
	border-radius: 45px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	color: #fff;
}


.red_btn:hover,
.yellow_btn:hover,
.green_btn:hover {
	transform: translateY(-2px);
	
}





.red_btn {
	background-color: #e3010f;
	position: relative;
}

.red_btn:hover {
	background-color: #9c0a14;
	box-shadow: 0px 5px 10px #f8adb2;
	color: #fff;
}

.yellow_btn {
	background: #f09a04 !important;
	position: relative;
	padding: 9px 23px;
}

.yellow_btn:hover {
	background: #cc860d !important;
	color: #fff;
	box-shadow: 0px 5px 10px #e6c896;
}

.green_btn {
	background: #5b724d !important;
	position: relative;
}


.green_btn:hover {
	background: rgb(70 90 57) !important;
	color: #fff;
}

.main_btn {
	width: auto;
	padding: 15px 50px;
	position: relative;
}

.most_popular_list {
	padding: 8px;
}

.most_popular_list img {
	width: 100%;
}

.most_popular_bg {
	background: #ededed;
	padding: 50px 0;
}

.most_popular_list h5 {
	font-size: 14px;
	font-weight: 900;
	padding: 18px 0;
	background: #fff;
	text-align: center;
}

.brands h3 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 27px;
}

.brands {
	padding: 80px 0;
	text-align: center;
}

.brands .btn {
	margin-top: 25px;
}

.delivery_steps {
    padding: 90px 0;
    background: rgb(195,45,61);
    background: linear-gradient(90deg, rgba(195,45,61,1) 9%, rgba(99,61,89,1) 51%, rgba(195,45,61,1) 99%);
    background-image: url(../images/steps_banner.jpg);
    background-repeat: no-repeat;
    background-position: right;
    margin: 65px 0 25px 0;
}

.icon_kpl_color {
	fill: #1d780b;
}

.icon_kpl {
	color: #2f6425;
	padding: 22px;
	border-radius: 50%;
	position: relative;
	width: 120px;
	height: 120px;
	border: 2px solid #cbe1c1;
	background-color: #fff;
	box-shadow: 6px 2px 9px -1px #446e33;
}


/* 
.ds__bx1 h6
{ 
animation-name: stretch;
transform-origin: center;
transform-box: fill-box;
animation-timing-function: ease-out; 
animation-delay: 0;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-fill-mode: none;
animation-play-state: running;

}


.ds__bx1  h6  {

   animation-duration: 1.5s; 
   
}

.ds__bx2  h6  {
  
   animation-duration: 2.5s; 
   
}

.ds__bx13  h6  {
   animation-duration: 1.5s; 
   
}


.ds__bx4 h6  {
   animation-duration: 2.5s; 
   
}



@keyframes stretch {
 0% {
   
   transform: scale(1.1);
 }

 100% {
   transform: scale(1);
 }
}

*/

.delivery_steps_text {
	text-align: center;
	margin-top: 40px;
}

.delivery_steps_bx {
	position: relative;
}

.delivery_steps_bx::after,
.delivery_steps_bx::after {
	content: '';
	position: absolute;
	top: 35%;
	right: -42%;
	left: auto;
	width: 100%;
	/* border-top: 2px dashed #f12828; */
	z-index: -1;
	background-image: url(../images/arrow.png);
	width: 65%;
	height: 52px;
	background-repeat: no-repeat;
}

.delivery_steps h6 {
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 15px;
	border-radius: 50%;
	position: absolute;
	top: 19%;
	left: 25%;
	font-size: 15px;
	color: #519d26;
	background-color: #fff;
	box-shadow: 6px 2px 9px -1px #a2a2a2;
}

.delivery_steps_bx:hover h6 {
	color: #d42d2d;
}

.ds__bx4:after {
	display: none;
}

.ds__bx2:after {
	background-image: url(../images/arrow2.png);
	top: 10%;
	right: -41%;
}

.delivery_steps_bx h3 {
	font-size: 17px;
	margin-top: 25px;
	text-transform: uppercase;
	color: #fff;
}

.delivery_steps_hd h3 {
	margin-bottom: 15px !important;
}

.footer_frt ul li img {
	width: 140px;
	margin-bottom: 20px;
	border-radius: 5px;
}

footer {
	background: #000000;
}

footer h3 {
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Playfair Display SC', serif;
}

footer ul li {
	font-size: 15px;
	color: #fff;
	position: relative;
	line-height: 45px;
}

footer ul li img {
	width: 175px
}

footer ul li a {
	display: inline-block;
	position: relative;
	line-height: 28px;
	color: #75747e;
	font-size: 14px;
}

footer ul li a:hover {
	color: #ffffff
}

footer ul li a:hover::after {
	width: 100%
}

.mail_f,
.phone_f {
	margin-bottom: 15px;
	margin-left: 45px;
	position: relative;
	font-size: 14px;
	color: #75747e;
	line-height: 26px;
}

.phone_f::before,
.mail_f::before {
	font-family: bootstrap-icons !important;
	position: absolute;
	font-size: 21px;
	color: #ebca87;
	left: -45px;
	top: -3px;
	padding: 7px 9px;
}

.mail_f::before {
	content: "\f32e";
}

.phone_f::before {
	content: "\f5bc";
}

.footer_content {
	padding: 130px 0 65px 0;
}

footer ul h4 {
	font-size: 15px;
	color: #000;
	line-height: 26px
}

.footer_btm p {
	text-align: center;
	font-size: 12px;
	color: #525252;
	margin: 0;
}

.footer_btm p br {
	display: none
}

.footer_btm p a:hover {
	color: #ff0
}

.social_media li {
	display: inline-block;
	font-size: 25px;
}

.social_media li i {
	font-size: 20px;
	padding: 0 10px;
	color: #828282;
}

.social_media li i:hover {
	color: #fff;
}

.footer_btm {
	padding: 15px 0;
	background: #121111;
}


.most_popular img {
	border-radius: 8px;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

.top_search_btn button {
	font-weight: 600;
	border: 1px solid #ececec;
	background: #f9f9f9;
	border-radius: 0;
	border-radius: 5px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	padding: 8px 25px 9px 19px !important;
	font-size: 15px;
	margin-top: 0;
	border-left: 0;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
}

.top_search_btn button:hover {
	background-color: #e63838;
	border-color: #cc3030;
}

.flaticon-magnifiying-glass {
	color: #043603;
	transition: all 0.4s ease-in-out;
}

.top_search_btn button:hover .flaticon-magnifiying-glass {
	color: #fff;
}

.modal-search-cntrl {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-radius: 19px;
	height: 41px;
	border: 1px solid #14a83266;
}

.main_slider_top {
	position: relative;
	text-align: center;
    margin-top: 119px;
}

.modal-search-cntrl {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-radius: 5px;
	height: 41px;
	border: 1px solid #ececec;
}

.form-control {
	font-size: 14px;
}

.logo {
	width: 103px;
}

.logo img { border-radius: 5px;
}

.w_count {
	color: #dc3545;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.top_bar_in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0 5px 0;
	transition: all 0.4s ease-in-out;
}

.top_bar_right_sec_content ul li {
	display: inline;
    position: relative;
    padding-right: 4px;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: 900;
}

.login_tp_ic i { font-size: 23px !important;

}

.cart_top i { padding-right: 15px !important;

}

.top_bar_right_sec_content ul li:hover {
	color: #1d780b;
}

.login_tp_ic button { 

	background:#fff !important;
    border: 0 !important;
    color: #000  !important;
    font-size: 18px;
    padding: 0;

}

.login_tp_ic button:hover { 

    color: #1d780b  !important;

}


.main_search {
    max-width: 1000px;
}

.main_search .modal-content {
    padding:150px;
}


.top_bar_right_sec_content ul li i {
	font-size: 19px;
	color: #000000;
	padding-right: 5px;
}

.top_bar_right_sec_content ul li:hover i {
	color: #4b913e;
}

.top_bar_right_sec_content ul li:hover .badge-danger {
	background-color: #ff4f60;
}

.search_close span {
	font-size: 25px;
	color: #d2d2d2;
	transition: all 0.4s ease-in;
}

.search_close span:hover {
	color: #e40d49;
}

.badge-danger {
	background: #c43327;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	top: -14px;
	right: 0;
	left: auto;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	padding: 5px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}




.cart-left {
	position: relative;
}


.new_arrivals {
	background: #f7f6f6;
	margin-bottom: 50px;
}

.arrivals_bg {
	padding: 50px 0;
}

.featured_categories_bg .owl-theme .owl-controls .owl-buttons div,
.main_slider_top .owl-theme .owl-controls .owl-buttons div,
.product_slider_btm .owl-controls .owl-buttons div,
.product_slider .owl-controls .owl-buttons div {
	width: 40px;
	height: 40px;
	font-size: 11px;
	color: #d2ac68;
	border-radius: 50%;
	position: relative;
	margin: 5px;
	transition: all .5s;
	font-size: 37px;
	text-align: center;
}

.featured_categories_bg .owl-theme .owl-controls .owl-buttons .owl-prev::before,
.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-prev::before,
.product_slider_btm .owl-controls .owl-buttons .owl-prev::before,
.product_slider .owl-controls .owl-buttons .owl-prev::before {
	content: "\f282";
	font-family: bootstrap-icons !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 9px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #1d780b;
	font-weight: 900;
	padding: 13px;
	background: #ffffff;
	transition: 0.4s all ease-in-out;
	border: 1px solid #b9b9b9;
}

.featured_categories_bg .owl-theme .owl-controls .owl-buttons .owl-next::before,
.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-next::before,
.product_slider_btm .owl-controls .owl-buttons .owl-next::before,
.product_slider .owl-controls .owl-buttons .owl-next::before {
	content: "\f282";
	font-family: bootstrap-icons !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 9px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #1d780b;
	font-weight: 900;
	padding: 13px;
	background: #ffffff;
	transition: 0.4s all ease-in-out;
	border: 1px solid #e7e7e7;
}

.featured_categories_bg .owl-theme .owl-controls .owl-buttons .owl-prev,
.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-prev,
.product_slider_btm .owl-controls .owl-buttons .owl-prev,
.product_slider .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 40%;
	left: -13px;
	padding: 0;
	opacity: 1;
	color: #0066376b;
	transform: rotate(90deg);
	font-size: 0;
}

.featured_categories_bg .owl-theme .owl-controls .owl-buttons .owl-next,
.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-next,
.product_slider_btm .owl-controls .owl-buttons .owl-next,
.product_slider .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 40%;
	right: -13px;
	padding: 0 20px;
	opacity: 1;
	color: #0066376b;
	font-size: 0;
	transform: rotate(270deg);
}

.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-next::before,
.main_slider_top .owl-theme .owl-controls .owl-buttons div,
.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-prev::before {
	background: none;
	color: #fff;
}

.featured_categories_bg .owl-pagination,
.product_slider .owl-pagination,
.product_slider_btm .owl-pagination,
.main_slider_top .owl-pagination {
	display: none;
}

.featured_categories_bg .owl-theme .owl-controls .owl-buttons .owl-next:hover::before,
.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-next:hover::before,
.product_slider_btm .owl-controls .owl-buttons .owl-next:hover:before,
.product_slider .owl-controls .owl-buttons .owl-next:hover::before,
.featured_categories_bg .owl-theme .owl-controls .owl-buttons .owl-prev:hover::before,
.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-prev:hover::before,
.product_slider_btm .owl-controls .owl-buttons .owl-prev:hover::before,
.product_slider .owl-controls .owl-buttons .owl-prev:hover::before {
	border: 1px solid #5b724d;
	colo#5#5b724dd
}

.featured_categories_bg .owl-buttons {
	display: block;
}

.min_featured_categories_bgslider .owl-pagination {
	display: none;
}


/*  For main slider*/

.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 50px !important;
	top: 45%;
}

.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-next {
	right: 50px !important;
	top: 45%;
}


/* End - For main slider*/

.owl-prev {
	position: absolute;
	left: 0;
}

.owl-next {
	position: absolute;
	right: 0;
}

.search_s_bar {
	display: none;
}



.hd_center_text h3 {
	margin: 3px 0 40px 0;
	color: #000;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.aboutus_hm {
	margin-bottom: 25px;
}

.aboutus_hm h3 {
	color: #3c8c0f;
	font-weight: 700;
	font-size: 27px;
}

.aboutus_hm h6 {
	color: #a99c07;
}

.aboutus_hm .row {
	align-items: center;
}

.aboutus_hm_img {
	text-align: center;
}


/* Start Innerpage Css */

.inner_bg {
	padding: 70px 0;
}

.breadcrumbs_bg {
	margin-top: 123px;
	padding: 130px 0;
	background-image: url(../images/inner_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}



.breadcrumbs_bg_blog {
	margin-top: 142px;
    padding: 130px 0;
    background-image: url(../images/inner_bg_blog.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 57px; background-position: center;
}

.breadcrumbs_bg_txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.breadcrumbs_bg_txt h3 {
	font-size: 25px;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Playfair Display SC', serif;
	letter-spacing: 2px;
}

.breadcrumbs_bg_txt h6 {
	font-size: 14px;
	font-weight: 400;
	color: #737373;
}

.breadcrumbs_link li {
	display: inline-block;
	padding-left: 10px;
	position: relative;
	color: #fff;
}

.breadcrumbs_link li a {
	color: #fff;
}

.breadcrumbs_link li a:hover {
	color: #e3010f;
}

.breadcrumbs_link li::after {
	content: "/";
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	top: 2px;
	left: auto;
	right: -9px;
}

.breadcrumbs_link li:last-child::after {
	display: none;
}


/* End breadcrumbs */

.grey_bg {
	background: #f9f9f9;
	padding-bottom: 70px;
}

.filter_hd_bg {
	background: none;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #e3010f;
	font-size: 14px;
	padding: 0 6px 0 0px;
	border-bottom: 0;
}

.filter_hd_bg h2 {
	font-size: 14px;
	padding: 9px 4px;
	color: #df0303;
	text-transform: uppercase;
}

.Listing_filter_mbg_tp .btn-link {
	text-decoration: none;
	display: none;
}

.Listing_filter_mbg_tp {
	border: 0px;
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
}

.listing_filter_bg {
	padding: 0;
}

.Listing_filter_mbg {
	border: 0;
	/* box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);  */
	/* border: 1px solid #ededed; */
	margin-bottom: 15px;
}

.Listing_filter_mbg .card-body {

background-color: #fbfbff;

margin-bottom: 15px;

border: 1px solid #ededed;
}

.Listing_filter_hd i {
	/* background: #ffffff; */
	padding: 6px 5px 3px 5px;
	color: #e3010f;
	font-weight: 900;
}

.Listing_filter_hd {
	border-bottom: 0;
}

.Listing_filter_hd h6 {
	font-size: 16px;
	margin-bottom: 0;
}

.Listing_filter_hd.icon-control {
	margin-top: 5px;
	float: right;
	font-size: 80%;
}

.Listing_filter_hd {
	margin-bottom: 0;
	background-color: rgb(243 243 250);
	border: 1px solid rgb(236 236 236);
	border-right: 0;
	border-left: 0;
	padding: 8px 15px;
}

.Listing_filter_hd a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.categories_filter_bg {
	padding-left: 0;
	padding-right: 8px;
}

.categories_filter_mbg {
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
}

.form-check-input:checked[type=checkbox] {
	background-image: url(../images/download.svg)
}

.categories_filter_bg label {
	text-transform: uppercase;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #006637 !important;
	background-color: #006637 !important;
}

.apply_filter_btn {
	margin-top: 20px;
	background-color: #f5f5f5;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	padding: 8px 0;
	width: 100%;
	font-weight: 500;
	border: 1px solid #eaeaea;
}

.apply_filter_btn:hover {
	background-color: rgb(227 1 15);
	color: #fff;
}

.card-body label {
	font-size: 13px;
	line-height: 32px;
	font-weight: 500;
	cursor: pointer;
	padding-left: 4px;
}

.card-body label span {
	color: #e3010f;
	font-size: 11px;
	padding-left: 3px;
	font-weight: 400;
}

.categories_filter_bg .custom-control-input {
	margin-right: 11px;
}

.form-check-input:checked {
	background-color: #fff;
	border-color: #e3010f85;
	border-radius: 50%;
}

.form-check-input[type=checkbox] {
	border-radius: 21%;
	margin-top: 3px;
}

.categories_filter_bg .form-check-input[type=checkbox] {
	margin-top: 9px;
}

.view_all_categories {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 0 0 26px;
	transition: 0.1s all ease-in;
	position: relative;
	color: #e3010f;
	font-weight: 500;
}

.view_all_categories:hover {
	color: #c72828;
}

.view_all_categories::before {
	content: "\f4fa";
	font-family: bootstrap-icons !important;
	margin-left: -24px;
	color: #e3010f;
	position: absolute;
	font-size: 13px;
}

.price_filter {
	padding: 20px 30px 30px 30px;
	background: #f9f9fb;
}

.blog {
	padding: 15px;
	margin-bottom: 15px;
}

.blog h3 {
	line-height: 22px;
	display: -webkit-box;
	font-size: 16px;
	height: 20px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #272727;
}

.blog p {
	line-height: 26px;
	display: -webkit-box;
	height: 56px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #272727;
}

.blog span {
	float: left;
	padding: 23px;
	border: 1px solid #ededed;
	position: relative;
}

.blog h6 {
	font-size: 13px;
	margin-top: 15px;
	color: #2f6425;
	position: absolute;
	top: -52px;
	background: #ffffff;
	padding: 7px 15px;
	border-radius: 3px;
	left: 9px;
}

.blog_details {
	margin-top: 15px;
}

.blog_details h3 {
	font-size: 19px;
}

.blog_details h6 {
	font-size: 13px;
	margin-top: 15px;
}

.search_items {
	display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0 0 4px 0;
    border-radius: 4px;
}

.search_items .form-select {
	display: inline-block;
	width: auto;
	font-size: 14px;
}



.signin_bg {

	width: 50%;
margin: 0px auto;

}

.sgn_pg_img img { border-radius: 15px;

}

.sgnup_ofr_txt h5 {

	font-size: 18px;
	margin-bottom: 20px;
	color: green;
}

.signinz {
	
    margin: 0px auto;
    padding: 40px;
    border-radius: 4px;
    background: #ffffff; 
}

.signin_mbg {

	margin: 0px auto;
    padding: 50px;
    border-radius: 14px;
    background: #e7e7e7;

}

.sign_hd {
	text-transform: uppercase;
	font-size: 23px;
	color: #2f6425;
}

.signin_bg h6 {
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 600;
}

.signin_bg h5 {
	margin: 10px 0;
	font-size: 14px;
	color: #dc3545
}

.login_box {
	margin-bottom: 12px;
}

.login_box label {
	margin-bottom: 8px;
}

.login_box i {
	color: #418335;
}

.login_box .form-control {
	height: 55px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	font-size: 14px;
}



.login button {
	padding: 20px 0;
}

.social__signup__bg p {
	text-transform: uppercase;
}

.social__signup__bg p {
	font-weight: 700;
	margin-bottom: 8px;
}

.social__signup li {
	font-size: 34px;
	margin-bottom: 10px;
}

.signup__btm p {
	margin-top: 10px;
}

.signup__btm a {
	color: #000000;
	font-weight: 500;
}

.signup__btm a:hover {
	color: #2f6425;
}

.rb_fm {
	display: flex;
	margin: 18px 0;
}

.rb_fm .radio {
	margin-left: 20px;
}

.sign_up_bg .row {
	align-items: center;
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.qty-changer {
	float: none;
	text-align: center;
	border: 1px solid #28a7455e;
	display: inline-block;
	border-radius: 4px;
}

.forgot_password h6:hover {
	color: #e3010f;
}

.promocode_cart {

margin: 10px 0;

background: #2f642514;

padding: 13px 18px;

border-radius: 6px;
}

.promocode_cart span { font-weight: 500;

}






.promocode_cart button {

background: #2f6425 ;

color: #fff;

font-size: 11px;

padding: 12px 26px !important;

border:0;

}

	
.promocode_cart button:hover { 

	background: #12360a ;
	color: #fff;
	font-size: 11px;
	padding: 12px 26px !important;
	
	}



	.order_summary_mbg {

		padding: 25px;
		background: #ffffff;
		border-radius: 10px;
		box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);

	}

	.order_summary_mbg h3 {
		font-weight: 800;
    font-size: 17px;
    color: #e3010f;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
	}

	.order_summary_mbg h3 span {

		font-weight: 500;
		font-size: 13px;
		color: black;
	
		}

		
		.order_summary_mbg h3 span:hover {

			color: #e3010f;
		
			}
		

.checkout_btn { margin-top: 15px;

}


	.order_summary_mbg img {

	width: 160px;
    margin-bottom: 10px;
    border-radius: 10px;

	}

	.order_summary_mbg ul {

border: 1px solid #ededed;

padding: 20px 0;

border-left: 0;

border-right: 0;

margin: 23px 0;

}


	.order_summary_price {

color: #e3010f;

font-size: 17px;

position: relative;

padding-left: 14px;

display: inline-block;

font-weight: 500;

margin-top: 6px;
}


	.order_summary_price::after {
		content: "";
		position: absolute;
		width: 17px;
		height: 13px;
		left: 0;
		background-image: url(../images/svg/Indian-Rupee-symbol_red.svg);
		background-repeat: no-repeat;
		top: 5px;
	}



	.order_summary_price span {
		color: #909090;
		font-size: 15px;
		padding-left: 19px;
		text-decoration: line-through;
		font-weight: 400;
		letter-spacing: 0.05em;
		position: relative;
	}

	.order_summary_price span::after {
		content: "";
		position: absolute;
		width: 14px;
		height: 12px;
		left: 6px;
		background-image: url(../images/svg/Indian-Rupee-symbol.svg);
		background-repeat: no-repeat;
		top: 2px;
	}










.price_details_txt .red_btn {
	padding: 11px 0;
}

.price_details_txt {
	padding: 35px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
}

.price_details h3 {
	font-weight: 800;
	font-size: 17px;
	color: #2f6425;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.price_details li:last-child {
	border-bottom: 0;
}

.price_details li {
	line-height: 40px;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	padding: 7px 0;
	border-bottom: 1px dashed #dbdbdb;
	color: #080808;
}

.rupee_icon {
	position: relative;
}

.rupee_icon::after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background-image: url(../images/svg/Indian-Rupee-symbol_red.svg);
	background-repeat: no-repeat;
	top: 34%;
	left: -11px;
	right: auto;
}

.red_clr {
	color: #e3010f;
	font-weight: 600;
}

.qty {
	text-align: center;
}

.qty .count {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 30px;
	padding: 0 2px;
	min-width: 35px;
	text-align: center;
}

.qty .plus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: black;
	width: 28px;
	height: 28px;
	font-size: 17px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #e0e0e0;
}

.qty .minus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: black;
	width: 28px;
	height: 28px;
	font-size: 17px;
	text-align: center;
	border-radius: 50%;
	background-clip: padding-box;
	border: 1px solid #e2e2e2;
}

.qty .plus:hover,
.minus:hover {
	border: 1px solid #e63838;
	color: #e63838;
}

.qty input {
	border: 0;
	width: 2%;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qty input:disabled {
	background-color: white;
}

.wishlist_mbg {
	align-items: center;
	padding: 3px 20px;
	border-bottom: 0;
	background: #fff;
	display: flex;
	border-bottom: 1px solid #d9d9d9;
}

.wishlist_mbg:hover {
	 background: #f9f9f9;
}

.wishlist_img_bg {
	width: 35%;
}

.wishlist_details {
	width: 50%;
}

.wishlist_details .row {
	align-items: center;
}

.wishlist_status_txt h6 {
	font-size: 14px;
	color: #2a9c66;
	font-weight: 500;
}

.wishlist_os h6 {
	color: #e63838 !important;
}

.wishlist_price_txt h6 {
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding-left: 13px;
	color: #c43327;
}

.wishlist_price_txt h6::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	right: auto;
	background-image: url(../images/svg/Indian-Rupee-symbol_red.svg);
	background-repeat: no-repeat;
	top: 3px;
	left: 0;
}

.wishlist_remove_txt i {
	text-align: center;
	font-size: 35px;
	color: #272727;
	font-weight: 100;
}

.wishlist_remove_txt i:hover {
	color: red;
}

.wishlist_remove_txt,
.wishlist_price_txt,
.wishlist_status_txt {
	text-align: center;
}






.wishlist_price_txt span {
	color: #424242;
	padding-left: 20px;
	text-decoration: line-through;
	position: relative;
	font-size: 14px;
}


.wishlist_price_txt span::after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	left: 10px;
	background-image: url(../images/svg/Indian-Rupee-symbol.svg);
	background-repeat: no-repeat;
	top: 3px;
}







.wishlist_btn {
	width: 15%;
	text-align: center;
}

.wishlist_img {
	width: 20%;
	padding: 0;
}

.wishlist_product_name {
	width: 80%;
}

.wishlist_img_bg .row {
	display: flex;
	align-items: center;
}

.details_slider_bg {
	position: relative;
}

.dtls_mn_btn i {
	font-size: 26px;
}

.dtls_mn_btn i:hover {
	color: #e3010f
}

.viewcart_mbg {
	align-items: center;
	background: #fff;
	display: flex;
	border-bottom: 1px solid #d9d9d9;
}

.viewcart_mbg:hover {
	background: #f9f9f9;
}



.viewcart_product_img_bg .row {
	display: flex;
	align-items: center;
}

.viewcart_product_img_bg h6 {
	font-size: 15px;
	line-height: 21px;
}

.viewcart_img {
	width: 20%;
}

.viewcart_product_name {
	width: 80%;
	padding: 10px;
}

.viewcart_product_img_bg {
	width: 50%;
}

.viewcart_mbg .qty {
	width: 20%;
}

.viewcart_total_bg {
	width: 20%;
	text-align: center;
}

.viewcart_remove {
	width: 10%;
	text-align: center;
	font-size: 35px;
	color: #b5b5b5;
	font-weight: 100;
}

.viewcart_total_bg h3 {
	font-size: 15px;
	position: relative;
	display: inline-block;
}

.viewcart_total_bg h3::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	right: auto;
	background-image: url(../images/svg/Indian-Rupee-symbol.svg);
	background-repeat: no-repeat;
	top: 3px;
	left: -23%;
}

.viewcart_remove i {
	text-align: center;
	font-size: 35px;
	color: #272727;
	font-weight: 100;
}

.viewcart_remove i:hover {
	color: red;
}

.main-img-slider .slick-prev::before,
.main-img-slider .slick-next::before {
	display: none !important;
}

.slick-slider .slick-next {
	position: absolute;
	top: 49%;
	padding: 0;
	opacity: 1;
	color: #0066376b;
	transform: rotate(90deg);
	z-index: 9;
	left: 10px;
	font-size: 0;
}

.slick-slider .slick-prev {
	position: absolute;
	top: 47%;
	padding: 0;
	opacity: 1;
	color: #0066376b;
	z-index: 999;
	transform: rotate(270deg);
	right: 0px;
	font-size: 0;
}


.star_list_details .bi-star-fill { color: yellow;
}


.star_list_details li {
	display: inline-block;
}

.product_name_dtls h3 {
	font-size: 25px;
	margin-top: 20px;
}

.product_name_dtls h5 {
	color: green;
	font-weight: 400;
	font-size: 15px;
}

.product_name_dtls h4 {
	color: #e3010f;
	font-size: 33px;
	position: relative;
	padding-left: 25px;
	display: inline-block;
}

.product_name_dtls h4::after {
	content: "";
	position: absolute;
	width: 26px;
	height: 22px;
	left: 0;
	background-image: url(../images/svg/Indian-Rupee-symbol_red.svg);
	background-repeat: no-repeat;
	top: 9px;
}


.product_details_dt_pg { padding: 15px 0;

}


.product_details_dt_pg tbody { border: 1px solid #e2e2e2;

}


.product_details_dt_pg th {

border: 1px solid #ededed;

font-weight: normal;

padding: 14px;
}


.product_details_dt_pg h3 { 

	font-size: 18px;
color: #343434;
margin-bottom: 12px;

}

.dtls_list h3 {

font-size: 18px;
}

.dtls_list li {

width: 50%;

float: left;

display: flex;

justify-content: flex-start;

align-items: center;
}

	
	.dtls_list li i {

font-size: 41px;

transition: all 0.4s ease-in;

background: -moz-linear-gradient(top, #ffc107  0%,#a3141d 100%);

background: -webkit-linear-gradient(top, #ffc107  0%,#a3141d 100%);

background:linear-gradient(to bottom, #ffc107  0%,#a3141d 100%); 


-webkit-background-clip: text;

-moz-background-clip: text;

background-clip: text;

-webkit-text-fill-color: transparent;

padding-right: 10px;

}
		



.product_dtls_od_price {
	color: #424242;
	font-size: 19px;
	padding-left: 25px;
	text-decoration: line-through;
	font-weight: 400;
	letter-spacing: 0.05em;
	position: relative;
}



.product_name_dtls span::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	left: 10px;
	background-image: url(../images/svg/Indian-Rupee-symbol.svg);
	background-repeat: no-repeat;
	top: 4px;
}

.product_name_dtls h6 {
	font-weight: 400;
	color: red;
	font-size: 13px;
}

.product_name_dtls h6 span {
	color: #5b5b5b;
}

.product_dtls_ofr {
	color: green;
	font-size: 19px;
	padding-left: 8px;
}

.product_dtls_kg_bg {
	display: flex;
	align-items: center;
	padding: 10px 0 0 0;
}

.product_dtls_kg_bg h6 {
	padding-right: 10px;
}

.product_dtls_kg {
	margin: 10px 0;
	width: auto;
	padding-left: 15px;
	font-size: 13px;
}

.dtls_kg_sct {
	padding: 50px;
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
	cursor: pointer;
	content: "\f282";
	font-family: bootstrap-icons !important;
	position: absolute;
	transform: translate(-50%, -50%);
	font-size: 9px;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	border: 2px solid #ececec;
	color: #000000;
	padding: 15px 10px;
	font-weight: 900;
	background: #ffff;
	transition: 0.4s all ease-in-out;
	line-height: 2px;
}

.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
	border: 2px solid #e74946;
	color: #e74946;
}

.slick-slider li {
	cursor: pointer;
	margin-left: 10px;
}

.slick-slider li img {
	border: 2px solid #f1f1f1;
	border-radius: 5px;
	transition: 0.4s all ease-in;
	height: 124px;
	width: 100%;
	padding: 17px;
}

.slick-slider li img:hover {
	border: 2px solid #e3010f;
}

.main-img-slider img {
	cursor: zoom-in;
}

.details_content ul {
	margin: 15px 0;
}

.details_content ul li {
	display: inline-block;
	padding-right: 10px;
}

.dtls_rating {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.dtls_rating h5,
.product_dtls_ltr_bg h6,
.dtls_mn_btn li {
	padding-right: 15px;
	margin-bottom: 0;
}

.quantity_bg .qty {
	padding-left: 15px;
}

.quantity_bg .qty {
	text-align: left;
}

.quantity_bg {
	display: flex;
	align-items: center;
}

.dtls_mn_btn {
	display: flex;
	align-items: center;
	padding: 10px 0;
	margin-bottom: 12px;
}

.dtls_category_name {
	display: flex;
	align-items: center;
	margin: 11px 0 5px 0;
}

.dtls_rating h5 {
	color: green;
}

.dtls_rating .star_list_details li {
	font-size: 17px;
}

.cart_remove_text {
	font-size: 14.5px;
	background: #198754;
	padding: 9px 20px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 400;
}

.page-link {
	color: #bd121d;
	padding: 11px 22px;
	font-weight: 700;
	font-size: 13px;
	border: 1px solid #f1f1f1;
	transition: 0.4s all ease-in;
}

.page-link:hover {
	color: #fff;
	background-color: #e3010f;
	border-color: #e3010f;
}

.pagination_txt {
	margin: 0px auto;
	width: fit-content;
	margin-top: 30px;
}

.page-link i {
	color: #e3010f;
}

.page-link:hover i {
	color: #fff;
}

.viewcrt_btm_btn {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-top: 40px;
}

.viewcrt_btm_btn li {
	margin: 5px 15px 0 0;
}

.viewcrt_btm_btn .btn-secondary {
	font-size: 13px;
	color: #ffffff;
	font-weight: 500;
}

.viewcrt_btm_btn .btn-secondary {
	background-color: #c31d28;
	border: 1px solid #bb252f;
	height: 41px;
}

.viewcrt_btm_btn .btn-secondary:hover {
	background-color: #d0175c;
	border: 1px solid #d0175c;
}

.viewcrt_btm_btn .form-control {
	border: 2px dashed #c31d28;
}







.dtls_pin {
	display: flex;
	align-items: center;
	justify-content: start;
}

.dtls_pin li {
	margin: 5px 15px 0 0;
}

.dtls_pin .btn-secondary {
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	height: 41px;
	color: #000;
	font-weight: 500;
	font-size: 12px;
}

.dtls_pin .btn-secondary:hover {
	background-color: #e3010f;
	border: 1px solid #e3010f; color: #fff;
}

.dtls_pin .form-control {
	border: 1px solid #ededed;
}







.billing_address_frm_bg .form-control {
	height: 55px;
	box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
	margin-bottom: 13px;
}

.billing_address h3 {
	font-size: 21px;
	margin-bottom: 22px;
	font-weight: bold;
	color: #2f6425;
}

.same_hd {
	margin-top: 20px;
}

.mb__25 {
	margin-bottom: 25px;
}

.billing_address {
	background: #fff;
	padding: 40px;
}


/* FAQ */

.faq_mnbg {
	width: 55%;
	margin: 0px auto;
}

.faq_mnbg h3 span {
	color: #000000;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel-default>.panel-heading a {
	display: block;
	padding: 15px 0;
	font-size: 17px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #cccc;
	font-weight: 600;
	color: #5b724d;
}

.panel-default>.panel-heading a:after {
	transition: transform 0.3s ease-in-out;
	content: "\f282";
	display: inline-block;
	font-family: bootstrap-icons !important;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	right: 0;
	position: absolute;
	font-size: 17px;
	font-weight: 100;
}


/* .panel-default>.panel-heading a[aria-expanded="false"]:after {
   -webkit-transform: rotate(60deg);
   transform: rotate(60deg);  

}*/

.panel-default>.panel-heading a[aria-expanded="true"]:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: transform 0.3s ease-in-out;
	color: #5b724d;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
	border-bottom: 1px solid #5b724d;
	transition: transform .1s ease-in-out;
}

.faq_txt_bg {
	padding: 10px 0;
	line-height: 24px;
}

.contactus_bg .form-control {
	height: 55px;
	box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}

.cnt_fm {
	margin-bottom: 18px;
}

.cnt_fm i {
	color: #2f6425;
}

.cnt_fm label {
	margin-bottom: 10px;
}

.contactus_top { background-color: red; padding: 130px 0;

}

.contactus_details ul li {
	line-height: 35px;
	color: white;
}

.contactus_details ul li span {
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
}

.contactus_details h6 {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff; margin-bottom: 30px;
}

.contactus_details ul li i {
	color: #ffffff;
	padding-right: 8px;
}


.contactus_details {

background-color: #2f6425;

padding: 50px;

margin-top: -150px;

background-size: cover;

background-position: center;
}

.contactus_details_txt { background-color: #fff; padding: 50px;     margin-top: -150px;

}


.contactus_bg { width: 50%; margin: 0px auto;
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);

}


.sales_area {
	margin-bottom: 40px;
}

.sales_area li {
	line-height: 26px;
	color: #f7e4e4;
}

.sales_area li span {
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 17px;
}

.sales_area_bg h3 {
	color: #ffffff;
	margin: 0 0 44px 0;
	position: relative;
	font-weight: 700;
}

.sales_area_bg h3::after {
	width: 70px;
	height: 1px;
	background: #fff;
	content: "";
	position: absolute;
	bottom: -9px;
	left: 12px;
}

.sales_area_bg {
	background: #b92836;
	padding: 100px 0 80px 0;
	position: relative;
}

.sales_area_bg::after {
	background: url(../images/coco.svg);
	content: "";
	width: 500px;
	height: 500px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	right: 0;
	left: auto;
}

.contacts_map {
	padding: 50px 0;
}

.contacts_map h3 {
	margin-bottom: 35px;
}

.cf_txt_area .input-group {
	height: 130px;
}

.kpl_shudhi_video {
	margin: 80px 0 110px 0;
	position: relative;
}

.kpl_shudhi_video_txt {
	margin: 0px auto;
	width: 40%;
}

.kpl_shudhi_video_txt h3 {
	color: #fff;
	text-align: center;
	margin-bottom: 21px;
	font-size: 25px;
}

.kpl_shudhi_video_txt::after {
	content: "";
	background: #dc3545;
	width: 100%;
	height: 90%;
	position: absolute;
	left: 0;
	z-index: -1;
	top: -65px;
	bottom: auto;
}

.kpl_shudhi_video_txt iframe {
	border-radius: 3%;
	border: 15px solid #af1c2a;
}

.abt_top_bg {
	align-items: center;
}


.abt_top_bg h3 {
font-family: 'Playfair Display SC', serif;
}


.abt_top_bg img {
	border-radius: 25px;
}

.why_kpl_shudhi_abt {}

.case_study_bg {
	padding: 120px 0;
	background: url(../images/whykpl.jpg)fixed;
	background-size: cover;
}

.case_study_txt ul li {
	width: 25%;
	float: left;
	padding: 20px;
	text-align: center;
}

.case_study_txt ul li h3 {
	font-size: 15px;
	font-weight: 600;
	margin-top: 59px;
	color: #fff;
}

.case_study_txt_hd {
	text-align: center;
	margin-bottom: 54px;
	color: #fff
}

.case_study_txt_hd h3 {
	margin-bottom: 21px;
	font-weight: 700;
	color: #fff
}

.case_study_txt_hd p {
	padding: 0px 170px;
	color: #fff;
}

.case_study_txt ul li:nth-child(1) {
	border-left: 0;
	border-top: 0;
	border-right: 0;
}

.case_study_txt ul li:nth-child(2) {
	border-top: 0;
}

.case_study_txt ul li:nth-child(3) {
	border-left: 0;
	border-top: 0;
	border-right: 0;
}

.case_study_txt ul li:nth-child(4) {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
}

.case_study_txt ul li:nth-child(5) {
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
}

.case_study_txt ul li:nth-child(6) {
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
}

.case_study_txt ul li i {
	font-size: 40px;
	color: #dc3545;
	padding: 40px 45px;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	background: #ffff;
}


/* Start My_account Css */

.my_account_list {
	padding: 0;
	border-radius: 8px;
	box-shadow: 1px 3px 8px 1px #ededed;
}

.my_account_list h4 {
	
font-size: 16px;
	
padding: 15px 0 0 15px;
	
color: #318122;
	
text-transform: uppercase;
	}

	
	.my_account_list ul {
	
		border-bottom: 1px solid #ededed;
		}
		


.my_account_list ul li {
	line-height: 35px;
	padding: 7px 14px;
	position: relative;
	transition: all 0.4s ease-in-out;
}

.my_account_list ul li:hover {
	color: #5b724d;
	background-color: #f5f5f5;
}

.my_account_list ul li:hover:after {
	right: 21px;
	color: #5b724d;
}

.my_account_list ul li::after {
	content: "\f135";
	font-family: bootstrap-icons !important;
	font-size: 23px;
	position: absolute;
	transition: all 0.4s ease-in-out;
	right: 42px;
	font-weight: 100;
	color: #e2e2e2;
}

.my_acnt_active::after {
	color: #b38e20 !important;
}

.my_acnt_active::after {
	color: #fff;
}


/* 
.my_account_content ul a li:last-child { background-color: #000;
} 
*/

.my_acnt_active {
	color: #c3964a;
}

.edit_ac_info {
	margin-bottom: 25px;
}

.edit_ac_info li {
	line-height: 40px;
	position: relative;
	margin-left: 30px;
}

.edit_ac_info li::after {
	content: "\f135";
	font-family: bootstrap-icons !important;
	font-size: 20px;
	position: absolute;
	transition: all 0.4s ease-in-out;
	right: auto;
	font-weight: 100;
	color: #bb1316;
	left: -32px;
}

.edit_ac_info h4 {
	font-size: 18px;
	font-weight: 700;
	color: #bb1316;
	text-transform: uppercase;
}

.frm_tp .form-control {
	height: 48px;
	margin-bottom: 13px;
}

.view_order_table tr td {
	text-align: left;
	padding: 16px;
}

.view_order_table tr th {
	padding: 15px;
	background: #006637;
	color: #fff;
	text-align: left;
	border: 1px solid #006637;
}

.my_account_content h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 18px;
}

.my_account_content .form-control {
	font-size: 14px;
}


/* Ends  My_account Css */

.user_section {
	text-align: center;
	padding: 14px 0;
	background: #5b724d;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.user_section i {
	color: #fff;
	font-size: 60px;
}

.user_section h3 {
	color: #fff;
	font-weight: 200;
	font-size: 15px;
	margin-bottom: 0;
}



.my_accnt_idsn h4 {
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
}

.my_account_dtls {
	padding: 0 30px;
}

.my_account_billing_address,
.my_account_shipping_address {
	border: 1px solid #ededed;
	padding: 30px;
	margin-bottom: 13px;
}

.my_acnt_wishlist {
	border: 1px solid #ededed;
}

.my_acnt_wishlist .wishlist_img_bg {
	width: 30%;
}

.my_acnt_wishlist .wishlist_details {
	width: 50%;
}

.my_acnt_wishlist .wishlist_btn {
	width: 20%;
	text-align: center;
}


/* responsive_table */

.my_account_content table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.my_account_content table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

.my_account_content table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

.my_account_content table th,
.my_account_content table td {
	padding: .625em;
	text-align: center;
}

.my_account_content table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media screen and (max-width: 600px) {
	.my_account_content table {
		border: 0;
	}
	.my_account_content table caption {
		font-size: 1.3em;
	}
	.my_account_content table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.my_account_content table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}
	.my_account_content table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
	}
	.my_account_content table td::before {
		/*
		 * aria-label has no advantage, it won't be read inside a table
		 content: attr(aria-label);
		 */
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	.my_account_content table td:last-child {
		border-bottom: 0;
	}
}

.order_history_table thead tr th {
	padding: 15px 12px;
	background: #006637;
	color: #fff;
}

.order_history_table th,
.my_account_content table td {
	padding: 15px;
	background: #fff;
}


/* End table  */

.my_account_dtls h3 {
	font-size: 23px;
	margin-bottom: 17px;
}

.select_gm_details .form-check:hover h6 {
	color: #e3010f;
}

.select_gm_details li {
	display: inline-block;
}

.select_gm_details li span {
	color: #bd7a19;
	font-size: 14.5px;
}

.select_gm_details .form-check label {
	font-weight: 500;
	cursor: pointer;
	padding-right: 20px;
	font-size: 12.5px;
}

.select_gm_details .form-check-input:checked[type=radio] {
	background-image: url(../images/download.svg)
}

.order_history_my_acnt tr {
	line-height: 20px;
}



.order_history_my_acnt thead {
	background: #9e2124;
	color: #fff;
}

.order_history_my_acnt tbody {
	border: 1px solid #ededed;
}

.order_dt_my_ac {
	padding: 15px 0;
	font-size: 18px;
}

.order_dtls_adrs {
	border: 1px solid #ededed;
	padding: 18px;
	border-bottom: 0;
}

.order_dtls_adrs_shpng {
	border-bottom: 1px solid #ededed;
}

.order_dtls_adrs h3 {
	color: #dc3545;
}

/* Starts rating product  Css */



.rate {
    height: 46px;
    padding: 0 10px;
    margin: -10px 25px 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/* Ends rating product  Css */


.resp-tabs-list li {
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	padding: 18px 89px;
	border-bottom: 0 !important;
	position: relative;
}

.review_user_name i {
	color: #c70914;
	padding-right: 2px;
}

.tab_header_bg li a {
	font-size: 13px;
	text-transform: uppercase;
	padding: 18px 50px;
	font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
	color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #d61a25;
}

.tab_header_bg {
	margin-top: 30px;
}

.details_features li {
	line-height: 27px;
}


.details_rvw_mbg {

	background: #f9f9f9;
	padding: 50px 0;

}

.rating_txt_bg_txt {
	padding: 10px 20px; margin-bottom: 10px;
	position: relative;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
}

.rvw_user {
	font-size: 16px;
	border-radius: 50%;
	padding: 6px 8px;
	background: #2f6425;
	color: #ffffff;
}

.review_user {
	margin: 8px 0;
}

.review_user_name { font-style: italic;

}

.details_rw_pg {

	padding-top:60px;

}


.total_rt h3 {
	font-size: 17px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.review_post_mbg {
	padding: 40px 0;
}

.modal_close {
	background: none;
	border: 0;
	font-size: 25px;
	color: red;
}

.select_gm_mdl div {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 600;
}

.modal_gm_btn {
	text-align: right;
}

.most_popular_slider .owl-buttons {
	display: none;
}







.testimonials_mgrp .owl-theme .owl-buttons {
    display: none
}

.testimonials_mgrp .owl-theme .owl-pagination span {
    display: inline-block !important;
    border: 2px solid #519d26;
    transition: .4s all ease-in-out;
    margin: 12px 4px !important;
    background: none !important;
}



.testimonials_bg {
    padding: 100px 0 50px 0; background-color:#ededed;
}

.testimonials_mbg {
    position: relative;
    border-radius: 19px;
    padding-bottom: 110px
}

.testimonials_mbg i {
    font-size: 100px;
    color: #fff;
    position: absolute;
    right: 28%;
    top: 65%
}

.testimonials_mbg h3 {
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Playfair Display SC', serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 2px;
}

.testimonials_mbg h3 span {
	color: #5b724d;
}

.testimonials_mbg p {
    color: #000;
    font-weight: 100;
    line-height: 25px;
    padding: 15px 220px 0 220px;
    position: relative
}

.testimonials_mbg p::after {
    position: absolute;
    content: "\f255";
    font-size: 50px;
    color: #5b724d;
    font-family: bootstrap-icons !important;
    left: 13%;
    top: -13px;
    transform: rotate(180deg);
}

.testimonials_mbg p::before {
    position: absolute;
    content: "\f255";
    font-size: 50px;
    color: #5b724d;
    font-family: bootstrap-icons !important;
    right: 13%;
    top: 25px;
}

.testimonials_mbg img {
    margin-bottom: 10px;
    border-radius: 50%;
    border: 10px solid #fff;
    width: 150px;
    height: 150px;
    box-shadow: 5px 5px 5px 5px #ededede6; position: relative;
}

.testimonials_mbg h5 {
    color: #5b724d;
    font-size: 16px;
    font-weight: 700;
}

.testimonials_txt .row {
    margin: 25px 0 20px 0
}

.testimonials_txt_img {
    border-radius: 10%;
    padding: 10px
}

.testimonials_txt_content {
    text-align: center
}

.testimonials_mbg .owl-theme .owl-controls {
    text-align: center !important
}

.testimonials_mbg .owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    font-size: 11px;
    background: #fff;
    color: #e3000f;
    border-radius: 50%;
    position: relative;
    margin: 5px;
    transition: all .5s;
    font-weight: 700
}

.testimonials_mbg .owl-theme .owl-controls .owl-buttons .owl-prev::before {
    content: '\f108';
    font-family: flaticon;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.testimonials_mbg .owl-theme .owl-controls .owl-buttons .owl-next::before {
    content: '\f107';
    font-family: flaticon;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.schemes_mbg {
	margin-top: -150px;
	margin-bottom: 50px;
}





.hd_center_text {
    text-align: center;
    padding: 0 260px;
    margin-bottom: 35px
}

.hd_center_text h3 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Playfair Display SC', serif;
    font-weight: 800;
    letter-spacing: 3px;
}

.wlcm h3 {
    font-size: 33px
}

.main_slider_top .owl-buttons {
    display: none
}

.main_slider_top .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    top: auto;
    right: 2%;
    bottom: 45%
}

.slider_text {
    position: relative
}

.slider_text {
    position: absolute;
    top: 35%;
    left: 7%
}

.slider_text h3 {
    font-size: 129px;
    font-weight: 900;
    color: #fff;
    line-height: 95px
}

.slider_text h3 span {
    color: #de9745
}

.slider_text h6 {
    font-size: 21px;
    letter-spacing: 4px;
    color: #fff;
    font-family: 'Open Sans', sans-serif
}















/* 
.fltr_mn_ct .form-check .form-check-input:checked {
   background-color: #f00;
   border-color: #e3010f85;
   border-radius: 50%;
}
*/

.fltr_mn_ct .form-check-input {
	margin-top: 8px;
}

.fltr_mn_ct .form-check .form-check-input:checked[type=radio] {
	background-image: url(../images/download.svg);
}

.readmore {
	margin:0 auto 10px auto; 
}

.rmr_mbg { text-align: center;


}

/* Starts rating product  Css */

.yr_rw_mbg { margin: 0px auto;

}


.review_product_mbg h3  {

font-size: 19px;

margin-bottom: 25px;

text-transform: uppercase;
}

.review_product_bg  {

border-radius: 5px;

padding: 50px;

background: #fff;

box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
}

.review_product h5 {
	text-transform: uppercase;
	padding-bottom: 15px;
	font-size: 18px;
}

.rate_product {
	display: flex;
}

.rate {
	height: 46px;
	padding: 0 10px;
	margin: -10px 25px 0;
}

.rate:not(:checked)>input {
	position: absolute;
	top: -9999px;
}

.rate:not(:checked)>label {
	float: right;
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 25px;
	color: #ccc;
	margin-right: 7px;
}

.rate:not(:checked)>label:before {
	content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ ';
}

.rate>input:checked~label {
	color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
	color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
	color: #c59b08;
}


/* Ends rating product  Css */

.kpl_shudhi_video_txt {
	width: 60%;
}

.abt_video {
	height: 500px;
}

.modal-content {
	padding: 25px;
	border-radius: 0;
}

.close_btn_sch span {
	border: 1px solid #ededed;
	padding: 0px 8px;
}

.mn_slider_mbl {
	display: none !important;
}

.discount h6 {
	font-size: 14px;
	color: #e3000f;
	padding: 8px 0;
	font-weight: 400;
	margin-bottom: 0;
}

.empty_txt h3 {
	font-size: 26px;
	color: #e3010f;
}

.sitemap .cat a {
	display: inline-block;
	padding: 8px 30px;
	position: relative;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 18px;
	text-transform: uppercase;
	border: 1px solid #ab4048;
	border-radius: 82px;
	background: #d7424c;
}

.sitemap .cat a:hover {
	color: #d4a826;
}

.sitemap .sub a {
	display: inline-block;
	padding: 10px 39px;
	position: relative;
	font-weight: normal;
	margin-bottom: 0;
	background: #ffff;
	border: 1px solid #ede193;
	color: #000000;
	font-size: 13px;
	background: #e7e01226;
}

.sitemap .sub {
	transition: all 0.4s ease-in-out;
	position: relative;
}

.sitemap .sub::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 101px;
	background-color: #dc3545;
	left: -51px;
	top: -42px;
}

.sitemap .sub::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #dc3545;
	left: -50px;
	top: 19px;
}

.sitemap li .sub {
	list-style-type: none!important;
	margin-left: 85px !important;
	margin-bottom: 18px;
	margin-top: 23px;
}

.sitemap li {
	list-style-type: none!important;
}

.sub a::after {
	content: "\f231";
	font-family: "bootstrap-icons";
	font-size: 12px;
	color: #dc3545;
	top: 10px;
	position: absolute;
	right: auto;
	animation: myanimation2 10s infinite;
	left: -20px;
}


.modal {
    background: #000000b3;
}



.products_mbg_mbl { display: none; text-align: center;
		 
}

.products_mbg_mbl li {

	display: inline-block;
	flex: 0 0 auto;
    width: 33.3333333333%;
	 float:left;
	 text-align: center; text-transform: uppercase; 
	 padding: 0 15px;
}

.products_mbg_mbl li img:hover {

border: 1px solid #5b724d;
}


.products_mbg_mbl li img{

    border: 1px solid #ededed;
    border-radius: 50%; padding: 15px;
}




.products_mbg_mbl li h6 {
font-size: 12px;
padding: 10px 0;

}


.service_center_list li {

	display: inline-block;
    padding: 15px;
    border: 1px solid #e9e9e9;
    width: 50%;
    float: left; position: relative;
	border-bottom: 0;
   

}

.service_center_list li:after {
	content: "\f3e8";
	font-family: bootstrap-icons !important;
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 24px;
	background: #519d262e;
	color: #519d26;
	padding: 2px 8px;
	border-radius: 50%;
}

.service_center_list li h3 {

	font-size: 15px;
    color: #46782a;


}

.service_center_list li:nth-child(odd) {
	border-right: 0;
  }
  

  .service_center_list li:nth-last-child(1),
  .service_center_list li:nth-last-child(2) {
	border-bottom: 1px solid #e9e9e9;
  } 





  .top_search_bar {
	background: #2c3c23;
	border-bottom: 1px solid #163206;
	margin: 0 50px;
	}
 
 .top_search_txt {
	padding: 32px 0;
 }
 
 .top_search_txt .row {
	justify-content: flex-end;
	align-items: center;
 }
 
 .search_hd h4 {
	font-size: 15px;
	padding-right: 15px;
 }
 
 
 .top_search_mn .form-control,
 .top_search_mn .btn {
 border-radius: 23px;
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
 padding: 6px 24px;
 }
 
 .top_search_mn .form-control {
	border: 1px solid #ffffff  !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
 }
 
 .top_search_mn button {
	background-color: #7c0525;
	border-color: #96183a;
	font-weight: 600;
	font-size: 18px;
 }
 
 .search_close span {
	font-size: 42px;
	color: #ffffff;
	transition: all 0.4s ease-in;
 }
 
 .search_close span:hover {
	color: #ffc107;
 }

 .top_search_txt h4  

{
 font-size: 15px;
color: #fff;
font-weight: 100;
text-align: right;
}

.modal-search-btn {background: #b79329 !important;border: 1px solid #997b23 !important;}    

button:focus { display: none;
}


.main_search_bg {


		background-color: #fff;
	   position: absolute;
	   top: 0;
	   z-index: 999;
	   width: 100%;


}








@media screen and (max-width: 1366px) {

	.sp_banner_3 {
		margin-bottom: 1px;
	}

	.delivery_steps_bx::after, .delivery_steps_bx::after {
		top: 27%;
    right: -31px;
    width: 32%;
    height: 42px;
    background-size: contain;
	}


	.delivery_steps h6 {
		left: 20% !important;
	}

	.icon_kpl {
		width: 100px;
		height: 100px;
	}


	.contactus_details, .contactus_details_txt {
		margin-top: -100px;
	}

    .contactus_bg {
        width: 65%;
    }

	.main_btn {
		width: auto;
		padding: 12px 40px;
		position: relative;
	}


	.wishlist_product_name h6 {
		font-size: 15px;
	}
	.faq_mnbg {
		width: 65%;
	}
	.delivery_steps h6 {
		left: 8%;
	}
	.footer_content {
		padding: 100px 0 65px 0;
	}
	.signin_bg {
		width: 65%;
	}
	
}





@media screen and (max-width:1199px) {
	.nav-menu>li>a {
		padding-left: 20px;
		font-size: 13px;
	}
	
}

@media screen and (max-width:1200px) {
	.listing_prdct .listing_box {
		width: 50%;
	}
}

@media screen and (max-width:991px) {

	.breadcrumbs_bg {
		padding:70px 0;
	}

	.icon_kpl {
		width: 70px;
		height: 70px;
		padding: 10px;
	}

	.hd_center_text {
		padding: 0;
	}


	.delivery_steps_bx h3 {
		font-size: 11px;
		margin-top: 21px;
	}
	
	.testimonials_mbg p::after {
		top: -200%;
		left: 33%;
	}

	.testimonials_bg {
		padding: 25px;
	}

	.testimonials_mbg h3 {
		font-size: 18px;
	}

	.testimonials_mbg p::before { display: none;
	}

	.testimonials_mbg p { padding: 0;
}

	.header {
		margin-top: 0;
		position: absolute;
		right: 19%;
	}

	.nav-toggle:before {
		background-color: #000;
		box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
	}

	.top_bar { max-width:90%;

	}
	.nav-menu>li>a {
		padding-left:15px;
	}
	.product_bx_m_content h6 {
		float: left;
		padding-right: 10px;
	}
	.wishlist_img {
		width: 25%;
	}
	.wishlist_product_name {
		width: 75%;
	}
	.wishlist_details {
		width: 45%;
	}
	.wishlist_btn {
		width: 20%;
	}
	.wishlist_product_name h6 {
		font-size: 13px;
	}
	.wishlist_status_txt h6 {
		font-size: 12px;
	}
	.my_account_dtls {
		margin-top: 25px;
		padding: 0;
	}
	.my_account_dtls h3 {
		font-size: 17px;
	}
	.abt_video {
		height: auto;
	}
	.kpl_shudhi_video {
		margin: 30px 0;
	}
	.case_study_txt ul li h3 {
		margin-top: 35px;
	}
	.case_study_txt_hd h3 {
		margin-bottom: 15px;
		font-size: 19px;
	}
	.case_study_txt ul li i {
		font-size: 25px;
		padding: 20px 23px;
	}
	.case_study_bg {
		padding: 30px 0;
	}
	.case_study_txt_hd p {
		padding: 0;
	}
	.kpl_shudhi_video_txt {
		width: 80%;
	}
	.delivery_steps h6 {
		padding: 8px;
		font-size: 13px;
		border: 2px solid #ffffff;
	}
	.top_search {
		width: 45%;
	}
	.Listing_filter_mbg_tp .btn-link {
		display: block;
	}
	.Listing_filter_mbg_tp {
		margin-bottom: 8px;
	}
	.categories_filter_bg {
		padding: 0 15px;
	}
	.top_search {
		padding-right: 12px;
	}
	.top_search {
		width: 50%;
	}
	.logo {
	    width: 80px;
	}
	.nav-menu>li>a {
		padding-left: 26px;
		font-size: 13px;
	}
	.why__kpl {
		margin-top: 35px;
	}
	.hide_mbl_filter {
		display: none;
	}
	.filter_sort_buttons {
		position: fixed;
		bottom: 0;
		z-index: 99;
		width: 100%;
	}
	.sort_mbl_view,
	.filter_mbl_view {
		width: 50%;
		padding: 0;
	}
	.filter_mbl_view .green_btn,
	.sort_mbl_view .green_btn {
		padding: 15px 14px;
		border-radius: 0;
		background: #fff !important;
		color: #000000;
		border: 1px solid #cbcbcb;
		border-bottom: 0;
		font-weight: 600;
		font-size: 13px;
		width: 100%;
	}
	.filter_mbl_view .green_btn {
		border-left: 0;
	}
	.close_btn_sch {
		background: no-repeat;
		border: 0;
		color: #e3010f;
		font-size: 24px;
		padding: 0;
	}
	.top_search_mn button {
		padding: 7px 20px !important;
		background: red;
		border-radius: 0;
		color: #fff;
		font-size: 19px;
	}
	.modal-header {
		padding: 5px 14px;
		border-bottom: 0;
	}
	.modal-search-cntrl {
		height: 42px;
	}
	.modal-body {
		padding: 10px;
	}
	.modal-title {
		font-size: 16px;
		font-weight: 400;
	}
	.Listing_filter_mbg {
		box-shadow: 0 0 0 0;
	}
	.mbf_bg,
	.mbf_bg .modal-body {
		padding: 0;
	}

	.contactus_details, .contactus_details_txt {
		margin-top: 15px;
	}

	.sgn_pg_img { display: none;

	}
}

@media screen and (max-width:767px) {

	.review_product_bg {
		padding: 15px;
	}


	.product_details_dt_pg {
		padding: 15px;
	}

	.bt_mb  {
		font-size: 9px;
    padding: 6px 20px;
	}


	.login_tp_ic button {
		background: #384b2d !important;
		color: #fff !important;
	}



	.contactus_details_txt {
		padding: 0 15px;
	}

	.contactus_bg {
		width: auto;
	}

	.testimonials_mbg {
		padding: 0;
	}

	.schemes_mbg {
		margin: 15px 0;
		margin-bottom: 0;
	}

	.special_img_section { display: contents;

	}

	.delivery_steps h6 {
		left: 35% !important;
	}


	.delivery_steps {
		background-image: none;
		background-color: rgb(44 60 35);
		padding: 25px 0;
		margin: 0;
}
	


	.sp_banner_3 { margin:2px 0;

	}

	
	.spcl_sc_img1 { padding: 0;

	}

	.best_deals_hd h4:after {
		height: 2px;
		top: 6px;
		width: 23px;
	}


	.cbp-af-header {
		position: relative;
	}


	.nav-toggle:before {
		background-color: #fff;
		box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
	}



	.pd_50 {
		padding: 0;
	}

	.empty_txt {
		text-align: center;
	}
	.empty_txt h3 {
		font-size: 18px;
		margin-top: 21px;
	}
	.w_count {
		color: #ffffff;
	}
	.slick-slider li img {
		height: auto;
		padding: 5px;
	}
	.main_btn {
		padding: 6px 18px;
	}
	.dcnt_cart {
		padding: 10px 15px 0 15px !important;
	}
	.mn_slider_mbl {
		display: block !important;
	}
	.mn_slider_dp {
		display: none !important;
	}
	.total_rt {
		padding-top: 0;
	}
	.dtls_rating {
		margin-bottom: 2px;
	}
	.modal-content {
		padding: 0;
	}
	.product_bx_m_content {
		padding-top: 0;
	}
	.top_bar_right_sec_content ul li i {
		color: #fff; 	padding-right: 0;
	}
	.top_bar_right_sec_content ul li {
		padding-left: 11px;
		padding-right: 0;
	}
	.cart_top {
		padding-right: 31px !important;
	}

	.top_strip {
		padding: 0;
	}
	.top_strip_right {
		display: none;
	}
	.top_strip_left { display: none;
	}
	.top_right li {
		padding: 0 14px;
	}
	.main_slider_top {
		margin:0 0 7px 0;
	}
	.my_account_billing_address,
	.my_account_shipping_address {
		border: 0;
		padding: 0;
	}
	.order_history_my_acnt tr {
		line-height: 22px;
		font-size: 13px;
	}
	.my_account_list ul li::after {
		right: auto;
	}
	.my_accnt_idsn h4 {
		font-size: 15px;
	}
	.my_accnt_idsn li i {
		font-size: 21px;
		right: 17px;
	}
	.my_accnt_idsn li {
		padding: 10px;
		display: inline;
		width: 100%;
		border-bottom: 0;
		text-align: left;
	}
	.my_accnt_idsn {
		padding: 0;
	}
	.my_account_list ul {
		box-shadow: 0 0 0 0;
		padding: 5px 15px;
		float: left;
	}
	.my_account_list {
		border-radius: 0;
		margin-bottom: 6px;
		border-bottom: 1px solid #ededed;
	}
	.user_section {
		background: #fff;
	}
	.user_section i {
		color: #e3000f;
	}
	.user_section h3 {
		padding-left: 10px;
		color: #000;
		font-weight: 500;
	}
	.hide_mbl {
		display: none;
	}
	.categories_filter_bg {
		padding: 0;
	}
	.viewcrt_btm_btn li {
		margin: 0;
	}
	.rate {
		height: auto;
		margin: 0;
	}
	.rate_product {
		display: inherit;
	}
	.rating_txt_bg_txt {
		background: #f9f9f9;
	}
	.my_acnt_wishlist .wishlist_img_bg {
		width: 100%;
	}
	.my_acnt_wishlist .wishlist_btn {
		width: auto;
		text-align: left;
	}
	.product_bx_m_txt {
		padding: 15px;
	}
	.product_bx_m {
		padding: 15px;
		width: 100%;
	}
	.wishlist_remove_txt i,
	.viewcart_remove i {
		color: #ff0808;
		font-size: 23px;
	}
	.wishlist_remove_txt a .bi-x::before,
	.viewcart_remove a .bi-x::before {
		border: 1px solid #ededed;
	}
	.wishlist_remove_txt,
	.wishlist_price_txt,
	.wishlist_status_txt {
		text-align: right;
		width: auto;
	}
	.wishlist_img {
		width: 15%;
	}
	.wishlist_mbg {
		padding: 8px 15px;
	}
	.wishlist_mbg {
		border-bottom: 1px solid #ededed;
		display: block;
		border-radius: 0;
		margin-bottom: 12px;
	}
	.order_dt_my_ac {
		padding: 0;
		font-size: 13px;
		line-height: 22px;
	}
	.my_account_dtls h3 {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.my_account_dtls {
		margin-top: 10px;
	}
	.wishlist_price_txt h6 {
		font-size: 13px;
	}
	.wishlist_price_txt h6::after {
		width: 9px;
		height: 9px;
		top: 2px;
		left: -18%;
	}
	.wishlist_img_bg {
		width: 100%;
	}
	.wishlist_details,
	.wishlist_btn {
		width: auto !important;
		text-align: left;
	}
	.wishlist_mbg {
		display: block;
		float: left;
		position: relative;
	}
	.wishlist_remove_txt a {
		position: absolute;
		top: 4px;
		right: 8px;
	}
	.my_account_dtls {
		padding: 0 15px;
	}
	.product_bx_m_txt .col-md-6 {
		width: 50%;
	}
	.user_section {
		padding: 4px 14px;
		display: flex;
		align-items: center;
		border-radius: 0;
		background: #f7f7f7;
	}
	.user_section i {
		font-size: 33px;
	}
	.my_account_list ul li {
		padding: 5px;
		line-height: 20px;
		width: 50%;
		float: left;
	}
	.contacts_map h3 {
		margin-bottom: 11px;
		font-size: 21px;
	}
	.contacts_map {
		padding: 10px 15px;
	}
	.contactus_bg h3 {
		font-size: 20px;
		margin-top: 25px;
	}
	.sales_area_bg h3 {
		font-size: 15px;
	}
	.sales_area_bg::after {
		display: none;
	}
	.sales_area_bg {
		padding: 15px;
	}
	.sales_area {
		margin-bottom: 16px;
	}
	.contactus_details ul li span {
		font-size: 18px;
	}
	.faq_mnbg h3 {
		font-size: 17px;
		margin: 9px 0;
		font-size: 16px;
	}
	.panel-default>.panel-heading a {
		padding: 9px 0;
		font-size: 14px;
		border-bottom: 1px solid #e7e7e7cc;
		font-weight: 400;
	}
	.faq_mnbg {
		width: 97%;
	}
	.signin_bg {
		width: 100%;
	}
	.price_details_txt {
		padding: 10px;
	}
	.viewcrt_btm_btn .green_btn {
		margin: 10px 0;
	}
	.cart_remove_text {
		font-size: 12px;
	}
	.discount h6 {
		font-size: 14px;
		padding: 0;
		line-height: 18px;
	}
	.discount {
		padding: 4px 0;
	}
	.viewcrt_btm_btn {
		display: inherit;
		text-align: center;
		padding: 15px;
	}
	.viewcart_remove {
		position: absolute;
		top: 0;
		right: 12px;
	}
	.viewcart_mbg {
		position: relative;
	}
	.viewcart_product_img_bg h6 {
		padding: 2px 10px;
		font-size: 13px;
	}
	.viewcart_mbg .qty {
		width: auto;
		float: left;
		text-align: left;
	}
	.viewcart_total_bg {
		width: auto;
		text-align: center;
	}
	.viewcart_product_img_bg {
		width: 100%;
	}
	.viewcart_img {
		width: 15%;
	}
	.viewcart_product_name {
		width: 100%;
		padding: 0;
	}
	.viewcart_mbg {
		display: inherit;
		padding: 7px 15px;
		border-bottom: 1px solid #ededed;
		margin-bottom: 0;
		border-radius: 0;
	}
	.dtls_category_name {
		display: inherit;
		margin: 0;
	}
	.dtls_category_name li {
		padding-right: 9px;
		padding-left: 0;
		margin: 5px 0;
	}
	.dtls_category_name li::after {
		right: 0px;
	}
	.product_dtls_od_price {
		font-size: 15px;
	}
	.product_dtls_ofr {
		font-size: 14px;
	}
	.dtls_rating h5 {
		font-size: 16px;
	}
	.dtls_rating h5,
	.quantity_bg h6,
	.product_dtls_ltr_bg h6,
	.dtls_mn_btn li {
		margin-bottom: 8px;
	}
	.slick-slider .slick-prev::before,
	.slick-slider .slick-next::before {
		font-size: 6px;
		width: 22px;
		height: 22px;
		padding: 9px 7px;
		line-height: 2px;
	}
	.rvw_user {
		font-size: 16px;
		padding: 7px 12px;
		top: -20px;
	}
	.rating_img_dtls {
		display: none;
	}
	.review_post_mbg {
		padding: 15px;
	}
	.grey_bg {
		padding-bottom: 15px;
		background: none; padding-top: 0;
	}
	.rating_txt_bg_txt {
		margin-bottom: 25px;
	}
	.total_rt h3 {
		font-size: 14px;
	}
	.product_name_dtls h4::after {
		width: 14px;
		height: 17px;
		top: 4px;
	}
	.product_name_dtls h4 {
		font-size: 21px;
		padding-left: 15px;
	}
	.product_name_dtls h3 {
		font-size: 17px;
		margin-top: 13px;
	}
	.price_filter {
		padding: 15px;
	}
	.search_items {
		display: block;
		padding: 0 0 3px 0;
	}
	.breadcrumbs_link li {
		font-size: 11px;
		color: #cbd1a6;
	}
	
.breadcrumbs_link li a {
    color: #e1d8ae;
}
	.breadcrumbs_link li::after {
		font-size: 10px;
	}
	.breadcrumbs_bg_txt h3 {
		font-size: 11px;
	}
	.kpl_shudhi_video_txt h3 {
		font-size: 15px;
	}
	.case_study_txt ul li {
		width: 50%;
	}
	.kpl_shudhi_video_txt::after {
		top: -26px;
		height: 55%;
	}
	.abt_top_bg h3 {
		margin-top: 5px;
		font-size: 19px;
	}
	.abt_top_bg img {
		margin-bottom: 15px;
	}
	.inner_bg {
		padding: 5px 15px;
	}
	.best_deals_hd {
		padding: 15px 0 4px 0;
	}
	.aboutus_hm p {
		text-align: justify;
	}
	p {
		line-height: 23px;
	}
	.footer_frt ul li img {
		width: 89px;
	}
	.phone_f::before,
	.mail_f::before {
		font-size: 14px;
		top: -5px;
		left: -34px;
	}
	.mail_f,
	.phone_f {
		font-size: 13.5px;
		line-height: 16px;
		margin-left: 30px;
		color: #fff;
	}
	.social_media li i {
		font-size: 10px;
		padding: 0 6px;
	}
	.footer_btm {
		padding: 2px 5px;
		background: #303030;
	}
	.footer_btm p {
		line-height: 18px;
	}
	.footer_btm p {
		line-height: 14px;
		font-size: 9px;
		color: #7e7e7e;
	}
	.footer_btm p a {
		color: #ffffff;
	}
	footer ul li {
		line-height: 18px;
	}
	footer ul li a {
		line-height: 23px;
		font-size: 13px;
	}
	footer h3 {
		margin-top: 17px;
		font-size: 14px;
	}
	.product_bx_m_content p {
		font-size: 14px;
	}
	.breadcrumbs_bg {
		margin-top: 0;
		background: #8c8355;
		padding: 5px 9px;
	}
	.navigation-portrait .nav-menu>li {
		border-top: solid 1px #ededed;
	}
	.navigation-portrait .nav-menu>li:last-child {
		border-bottom: 0;
	}
	.search_s_bar {
		display: block;
	}
	.badge-danger {
		top: -9px;
		right: 25px;
		background: #fff;
		color: #dc3545;
	}
	.sortby_mdl {
		padding: 0 20px 20px 20px;
	}
	.navigation-portrait {
		height: 0;
	}
	.sgn__txt {
		display: none;
	}
	.modal-search-btn {
		background: none;
		border: 0;
		color: #fff;
		font-size: 14px;
	}
	.modal-search-btn:hover {
		background: none;
		border: 0;
		color: rgb(224, 175, 14);
	}
	.w_count_txt {
		display: none;
	}
	.top_strip_text ul li {
		padding: 0 8px;
		font-size: 12px;
	}
	.top_strip_left li::before {
		display: none !important;
	}
	.top_strip_right a:nth-child(2) li,
	.top_strip_right a:nth-child(3) li,
	.top_strip_left a:nth-child(1) li {
		display: none;
	}
	.top_bar_right_sec_bg {
		background: #f5f5f5;
	}
	.logo {
		width: 60px;
	}

	.logo img {
		border-right: 1px solid #465e38;
	}

	
	.header {
	position: absolute;
    right: auto;
    top: 42%;
    bottom: auto;
    right: 0;
	}


	.top_strip_left li span {
		font-size: 14px;
		color: #fff;
	}
	.top_bar_in {
		display: block; padding: 0;
	}
	.logo_mbg {
		background: #2c3c23;
	}
	.top_bar_right_sec_content {
		padding: 0 4px;
		margin-top: 0px;
		text-align: right;
		justify-content: right;
		position: absolute;
		top: 11%;
		left: 37%;
	}
	.top_search {
		width: auto;
	}
	.top_strip .container,
	.top_bar {
		max-width: 100% !important;
	}
	.nav-menu>li {
		text-align: left;
	}
	.zoom-in {
		-webkit-animation: zoomIn 00ms ease both;
		-moz-animation: zoomIn 00ms ease both;
		-o-animation: zoomIn 00ms ease both;
		animation: zoomIn 00ms ease both;
	}
	.navigation-portrait .nav-menu>li>a {
		padding: 13px 25px;
	}
	.red_btn,
	.yellow_btn, .green_btn{
		margin-bottom: 8px;
		font-size: 10px;
		/* padding: 10px 15px; */
	}
	.featured_categories_bg .owl-theme .owl-controls .owl-buttons .owl-prev,
	.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-prev,
	.product_slider_btm .owl-controls .owl-buttons .owl-prev,
	.product_slider .owl-controls .owl-buttons .owl-prev,
	.featured_categories_bg .owl-theme .owl-controls .owl-buttons .owl-next,
	.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-next,
	.product_slider_btm .owl-controls .owl-buttons .owl-next,
	.product_slider .owl-controls .owl-buttons .owl-next {
		position: inherit;
		/* padding: 0; */
	}
	.featured_categories_bg .owl-theme .owl-controls .owl-buttons .owl-next::before,
	.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-next::before,
	.product_slider_btm .owl-controls .owl-buttons .owl-next::before,
	.product_slider .owl-controls .owl-buttons .owl-next::before,
	.featured_categories_bg .owl-theme .owl-controls .owl-buttons .owl-prev::before,
	.main_slider_top .owl-theme .owl-controls .owl-buttons .owl-prev::before,
	.product_slider_btm .owl-controls .owl-buttons .owl-prev::before,
	.product_slider .owl-controls .owl-buttons .owl-prev::before {
		width: 27px;
		height: 27px;
		color: #2f6425;
		padding: 5px;
		font-size: 10px;
	}
	.featured_categories_bg .owl-theme .owl-controls .owl-buttons div,
	.main_slider_top .owl-theme .owl-controls .owl-buttons div,
	.product_slider_btm .owl-controls .owl-buttons div,
	.product_slider .owl-controls .owl-buttons div {
		width: 20px;
		height: 20px;
		font-size: 7px;
	}



	.featured_categories_bg .owl-theme .owl-controls .owl-buttons .owl-prev::before, .main_slider_top .owl-theme .owl-controls .owl-buttons .owl-prev::before, .product_slider_btm .owl-controls .owl-buttons .owl-prev::before, .product_slider .owl-controls .owl-buttons .owl-prev::before {
	
background: #ffffff;
	
border: 1px solid #2f6425;
	}


	.featured_categories_bg .owl-theme .owl-controls .owl-buttons .owl-next::before, .main_slider_top .owl-theme .owl-controls .owl-buttons .owl-next::before, .product_slider_btm .owl-controls .owl-buttons .owl-next::before, .product_slider .owl-controls .owl-buttons .owl-next::before {
	
background: #ffffff;
	
border: 1px solid #2f6425;
	}

	






	.delivery_steps h6 {
		left: auto;
		top: -14px;
	}
	.delivery_steps_bx h3 {
		margin-bottom: 30px;
		font-size: 13px;
	}
	.scrollup {
		display: none !important;
	}
	.delivery_steps_bx::after,
	.delivery_steps_bx::after {
		display: none;
	}
	.icon_kpl {
		box-shadow: none;
		width: 85px;
		height: 85px;
		padding: 12px;
	}
	.delivery_steps_bx {
		width: 50% !important;
	}
	.m__p_left {
		margin-bottom: 20px;
	}

	.best_sellers_section {
		padding: 0;
	}
	.arrivals_bg {
		padding: 0 15px;
	}
	.hd_center_text h3 {
		margin: 10px 0;
		font-size: 16px;
	}
	.best_deals_hd h4 {
		font-size: 12px;
		letter-spacing: 1px;
		padding-left: 28px;
	}
	.best_deals_hd h6 {
		font-size: 10px;
		color: #e3000f;
	}
	.new_arrivals {
		margin-bottom: 15px;
	}
	.owl-theme .owl-controls {
		margin-top:0 !important0;
		margin-bottom: 8px;
	}
	.aboutus_hm h3 {
		font-size: 18px;
	}
	.footer_content {
		padding: 20px 15px;
	}
	.most_popular_slider .owl-controls {
		margin-top: 12px !important;
	}
	.listing_prdct .listing_box {
		width: 100%;
	}
}


@media screen and (max-width:600px) {

	
.ftrd_ctgry_hide_mbl { display:none;

}

.products_mbg_mbl { display: inline-block; margin-top: 12px;
	 
}

}
	






@media screen and (max-width:480px) {

	.product_bx_m {
		padding: 0;
	}

	.quantity_bg .qty {
		padding-left: 5px;
	}

	.top_bar_right_sec_content {
		left: 28%;
	}
}


/* 14-11 -anh */
/* 
.qty_mdl_bg {
	text-align: center;
}

.qty_mdl {
	width: auto !important;
	display: inline-flex
}

.qty_mdl {
	width: auto !important;
}

.qty_mdl img {
	width: 150px;
}

.qty_mdl .modal-content {
	border-radius: 7px;
	border: 1px solid #fff;
	padding: 10px 15px;
	background: #f9f9f9;
}

.qty_mdl .btn-close {
	opacity: 1;
}

.productbox .col-md-6 .red_btn,
.productbox .col-md-6 .yellow_btn {
	font-size: 10px;
}

.productbox .col-md-6 {
	padding: 0 4px;
}

.select-product {
	width: 100%;
	display: flex;
}

.qty_mdl .productbox {
	padding: 5px 20px;
	text-align: center;
	margin: 0 5px;
	position: relative;
	background: #fff;
	border-radius: 8px;
}

.pbx2 { padding: 30px 20px 0 20px !important;

}

.qty_mdl .productbox:hover {
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
}

.qty_mdl .star_list_details {
	text-align: left;
}

.productbox .quantity_bg h6 {
	font-size: 12px;
}

.popheader {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0 !important;
}

.popheader h6 {
	font-size: 18px;
	margin-bottom: 0 !important;
}

.popheader h6 span {
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
	color: #a7a4a4;
}

.product_offer {
	font-size: 12px;
	margin-right: 5px;
	background: #f09a04;
	padding: 13px 11px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 20px;
	top: 20px;
	line-height: 13px;
	color: #fff;
	z-index: 99;
}

.product_offer span {
	font-size: 16px;
}

.popupheading h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 600;
}

@media screen and (max-width:1200px) {
	.qty_mdl {
		max-width: 980px;
	}
}

@media screen and (max-width:991px) {
	.select-product {
		flex-wrap: wrap;
	}
	.productbox .yellow_btn,
	.productbox .red_btn {
		width: 88%;
		margin: 0px 15px 0px 15px;
	}
	.qty_mdl .product_bx_m_content h6 {
		float: none;
	}
}

@media screen and (max-width:767px) {
	
	.popheader h6 span {
		font-size: 16px;
	}
	.popheader h6 {
		font-size: 14px;
	}
	.productbox .col-md-6,
	.productbox .col-md-6 {
		width: 50%;
	}
	.qty_mdl .product_bx_m_content h5 {
		font-size: 17px;
	}
	.qty_mdl .product_bx_m_content h6 {
		font-size: 15px;
	}
	.qty_mdl .product_bx_m_content h6 span {
		font-size: 12px;
	}

	.qty_mdl .modal-content {
		padding: 0px;
	}
}

@media screen and (max-width:474px) {
	.qty_mdl .select_gm_mdl div {
		width: 100%;
	}
	.qty_mdl.productbox .col-md-6,
	.productbox .col-md-6 {
		width: 50% !important;
	}
	.qty_mdl .star_list_details {
		margin-top: 10px;
	}
	.qty_mdl .productbox {
		margin-bottom: 9px;
	}
} */


/* close 14-11 */