@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: "Inter", sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  	width: 4px;
	background: #000;
}
body::-webkit-scrollbar-thumb {
  	background-color: #333;
	border: 1px solid #333;
}
::-moz-selection {
 	color: #fff;
 	background: #116C1E;
}
::selection {
	color: #fff;
	background: #116C1E;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #888;
	opacity: 1 !important;
	font-size: 14px;
}
::-webkit-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 14px;
}
:-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 14px;
}
::-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 14px;
}
:-ms-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 14px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #2d2d2d !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], input[type="number"], textarea, select {
	outline: none !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 500;
	color: #666666;
}
.form-control:focus, .form-select:focus {
    border-color: #116C1E !important;
	box-shadow: none !important;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
	font-size: 15px;
	color: #999;
}
.form-floating>.form-control:focus~label {
	color: #2d2d2d;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after{
	background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 700;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #116C1E;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
	cursor: pointer;
}
@keyframes fadeIn {
  	0% { opacity: 0; }
  	100% { opacity: 1; }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {left: -125%}
}
@keyframes shine {
    100% {left: -125%}
}
.nothing_display {
	width: 100%;
    padding: 50px 0;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #116C1E;
}
.hash_anchor {
	 scroll-margin-top: 100px;
}
.text_line1 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.text_line2 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.text_line3 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.toggle-password {
	font-size: 12px;
	color: #666;
	cursor: pointer;
}
/***************************** arabic *****************************/
.d_ltr {
	direction: ltr;
}
.d_rtl {
	direction: rtl;
}
.ltr_flip_img {
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}
/************************* top *************************/
.top {
	height: 40px;
	background: #22201E;
    position: relative;
}
.top h6, .top a, .top button {
	font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.top .dropdown-item:hover, .top .dropdown-item.active {
	background: #116C1E;
}
.top h6 i {
	font-size: 2px;
    color: #918F8E;
}
.top h6 span {
	font-size: 13px;
    font-weight: 400;
	font-style: italic;
    color: #918F8E;
}
.top_offer marquee {
	width: 280px;
}
/************************* header *************************/
.menu_bg {
	height: 110px;
	position: absolute;
	top: 40px;
}
.s_menu_bg {
	height: auto !important;
	background: #F9F9F9;
	position: fixed;
	z-index: 9;
	top: 0 !important;
	left: 0;
	padding-top: 7px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	animation: fadeIn 2s ease-in-out;
}
.menu_bg .logo a {
	width: 150px;
	float: left;
}
.s_menu_bg .logo a {
	width: 120px;
}
.s_menu_bg .navbar-nav > li > a {
    padding: 6px 0 !important;
    font-size: 14px;
}
.top_cart {
	font-size: 13px;
    font-weight: 400;
    color: #22201E;
	margin: 0 0 0 6px;
}
.top_cart span {
    color: #8E8D8C;
}
.top_features {
	position: relative;
	margin-top: 115px;
	font-size: 13px;
    font-weight: 400;
    color: #22201E;
}
.top_features span {
    color: #22201E;
}
.top_features img {
	width: 30px;
}
.top_search span, .top_search input {
	background: #FAFAFA !important;
	border-radius: 0;
}
.top_search {
    min-width: 250px;
}
.top_search_offcanvas {
	height: 95px !important;
}
.arabic .top_cart {
	margin: 0 6px 0 0;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0 0 0;
	border-radius: .25rem;
	padding: 0;
	width: 1em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}
.navbar .has-megamenu {
	position: static!important;
}
.navbar .megamenu {
	height: 350px;
    overflow-y: auto;
	padding: 1rem;
	left: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
	padding: 8px;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
	top: auto;
	margin-top: 8px;
}
.navbar {
	float: left;
	padding-top: 0;
	padding-bottom: 0;
    border-bottom: none;
}
.navbar-nav > li > a {
    color: #22201E;
    display: block;
    position: relative;
    padding: 15px 0 !important;
	margin: 0 18px;
    font-size: 15px;
    font-weight: 400;
	transition: font-weight .3s ease-in-out;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link, .navbar-nav > li.active > a.highlighted {
	color: #116C1E;
	font-weight: 700;
}
.navbar .dropdown-item {
    width: auto;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 !important;
	padding: 8px;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .dropdown-item.highlighted {
	background-color: #116C1E !important;
    color: #fff !important;
}
.navbar .dropdown-menu {
	animation: fadeIn 1s;
}
.menu_icon {
    width: 28px;
	float: right;
    padding: 0;
	display: none;
	border: none;
	z-index: 9;
	margin: 0 0 0 6px;
}
.menu_icon > span {
	height: 2px;
	float: left;
  	background: #252525;
  	margin: 3px 0;
}
.menu_icon:hover span {
	width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
	border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.navbar .nav-link, .navbar .dropdown-item {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.megamenu h5 {
	font-size: 15px;
    font-weight: 700;
	color: #116C1E;
    text-transform: uppercase;
	padding: 0 8px 8px 8px;
}
.arabic .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	margin-right: .255em;
}
.arabic .navbar-nav.sm-collapsible .sub-arrow {
	right: auto;
	left: 0;
}
/***************************** btn *****************************/
.send_btn {
    font-size: 16px;
    padding: 10px 14px;
    font-weight: 500;
    color: #116C1E;
	border: 2px solid #116C1E;
	border-radius: 50px;
	text-align: center;
}
.send_btn:hover {
	background-color: #116C1E;
    color: #fff;
}
/***************************** Banner *****************************/
.banner, .inner_banner {
	width: 100%;
	float: left;
	position: relative;
}
.banner_text, .inner_banner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 0 5%;
	display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(0, 0, 0, 0.4);
}
.banner_text span {
	width: 85%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_text span h2, .inner_banner_text span h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
	text-shadow: 0px 2px 2px #000;
}
.banner_text span h4 {
	color: #E9EBE7;
	font-weight: 400;
    font-size: 16px;
	line-height: 26px;
	text-shadow: 0px 2px 2px #000;
}
.banner_btn {
	background-color: #116C1E;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
	border-radius: 10px;
	padding: 10px 18px;
	border: 2px solid #116C1E;
}
.banner_btn:hover {
	background-color: #fff;
    color: #116C1E;
}
#banner_carousel .carousel-indicators [data-bs-target] {
	height: 2px;
	opacity: .2;
}
#banner_carousel .carousel-indicators .active {
	opacity: 1;
}
#banner_carousel .carousel-indicators {
	margin: 0 8%;
    bottom: 20px;
}
#banner_carousel .carousel-control-next, #banner_carousel .carousel-control-prev {
	width: 24px;
	height: 24px;
    top: auto;
    bottom: 50%;
	opacity: 1;
}
#banner_carousel .carousel-control-prev {
    right: 12%;
	left: auto;
}
#banner_carousel .carousel-control-next {
    right: 4%;
}
/************************* hm_category *************************/
.hm_category h1 {
    font-size: 48px;
    font-weight: 600;
    color: #13131A;
}
.hm_category h4 {
    font-size: 16px;
    font-weight: 400;
    color: #525252;
}
.hm_category h2 {
    font-size: 28px;
    font-weight: 600;
    color: #161B20;
}
.hm_category h3 {
    font-size: 16px;
    font-weight: 400;
    color: #525252;
}
.hm_category img {
	width: 280px;
    height: 220px !important;
    object-fit: scale-down;
}
.hm_category_box {
	background: #FAFAFA;
}
/************************* sml_strip *************************/
.sml_strip {
    width: 100%;
	height: 200px;
    float: left;
}
.plants_strip {
	background: #fff url(../images/plants_strip.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.grocery_strip {
    background: #fff url("../images/grocery_strip.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.restaurant_strip {
    background: #fff url("../images/restaurant_strip.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.tools_strip {
    background: #fff url(../images/tools_strip.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.sml_strip_bg {
    width: 100%;
    height: 100%;
    float: left;
	display: flex;
	background: rgba(0, 0, 0, 0.3);
}
.sml_strip h2 {
	width: 50%;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background: #116C1E;
	align-content: center;
}
.sml_strip span {
    width: 0;
    height: 0;
    float: left;
    border-top: 200px solid #116C1E;
    border-right: 200px solid transparent;
}
.arabic .sml_strip span {
    border-left: 200px solid transparent;
	border-right: none;
}
/************************* hm_featured_collection *************************/
.hm_featured_collection .nav-link {
	font-size: 16px;
    padding: 10px 15px;
    font-weight: 500;
    color: #116C1E;
	border: 1px solid #116C1E;
	border-radius: 50px;
	text-align: center;
}
.hm_featured_collection .nav-link.active, .hm_featured_collection .nav-link:hover {
	background-color: #116C1E;
    color: #fff;
}
.hm_featured_collection .nav-pills {
	overflow-x: auto;
  	overflow-y: hidden;
  	flex-wrap: nowrap;
}
.hm_featured_collection_bg {
    width: 100%;
	height: 100%;
	min-height: 250px;
    float: left;
    background: #fff url(../images/hm_featured_collection_bg.webp) no-repeat center center;
    background-size: cover;
}
.hm_featured_collection_bg h3 {
    float: left;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    background: rgba(17, 108, 30, 0.9);
}
.hm_featured_collection_bg h3 p {
    font-size: 20px;
    font-weight: 700;
	font-style: italic;
    color: #fff;
	display: inline;
}
.product_listing_title {
    font-size: 28px;
    font-weight: 700;
    color: #1B1916;
}
.product_listing hr {
	color: #c2c2c2;
}
.product_listing h2 {
	font-size: 12px;
    font-weight: 400;
    color: #898989;
}
.product_listing h3 {
	font-size: 14px;
    font-weight: 400;
    color: #0A0A0A;
}
.product_listing h4 {
	font-size: 14px;
    font-weight: 400;
    color: #A4A3A2;
}
.product_listing .badge {
	font-size: 12px;
    font-weight: 700;
    color: #E3393A;
	background: #FCEBEB;
}
.product_listing h5 {
	font-size: 16px;
    font-weight: 700;
    color: #0A0A0A;
}
.pro_carousel .carousel-indicators [data-bs-target] {
	width: 12px;
	height: 4px;
	opacity: 1;
	background: #E8E8E8;
}
.pro_carousel .carousel-indicators .active {
	width: 16px;
	height: 6px;
	opacity: 1;
	background: #116C1E;
}
.pro_carousel .carousel-inner {
	background: #FAFAFA;
	text-align: center;
}
.pro_carousel img {
    width: 200px;
    height: 200px !important;
    object-fit: scale-down !important;
}
/************************* hm_strip *************************/
.hm_strip {
    width: 100%;
    float: left;
    background: #fff url(../images/hm_strip.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.hm_strip_bg {
    width: 100%;
    height: 100%;
    float: left;
	display: flex;
	background: rgba(0, 0, 0, 0.3);
}
.hm_strip_text {
	width: 55%;
    background: #116C1E;
}
.hm_strip h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}
.hm_strip h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
	line-height: 28px;
}
.hm_strip .send_btn {
	background: #fff;
	border: 2px solid #116C1E;
    padding: 12px 30px;
}
.hm_strip .send_btn:hover {
	background-color: #116C1E;
	border: 2px solid #fff;
}
/************************* recently_viewed_offer *************************/
.recently_viewed_offer h3 {
	font-size: 30px;
    font-weight: 700;
    color: #0A0A0A;
}
.recently_viewed_offer h4 {
	font-size: 16px;
    font-weight: 400;
    color: #898989;
}
.recently_viewed_offer h5 {
	font-size: 16px;
    font-weight: 400;
    color: #FF5F2C;
}
.recently_viewed_offer p {
	font-size: 14px;
    font-weight: 400;
    color: #0A0A0A;
}
.recently_viewed_offer h6 {
	font-size: 16px;
    font-weight: 700;
    color: #0A0A0A;
}
.recently_viewed_offer h6 del {
	font-size: 16px;
    font-weight: 400;
    color: #A4A3A2;
}
.recently_viewed_offer_img {
	width: 50%;
}
.recently_viewed_offer .send_btn {
	background-color: #116C1E;
	color: #fff;
	border: 2px solid #fff;
	padding: 16px 14px;
}
.recently_viewed_offer .send_btn:hover {
	background-color: #fff;
	color: #116C1E;
	border: 2px solid #116C1E;
}
/************************* footer *************************/
.footer {
    width: 100%;
	float: left;
	background: #fafafa;
}
.footer_search {
	border: 1px solid #ECEFF3;
	padding: 4px;
}
.footer_search .btn {
	font-size: 14px;
	font-weight: 500;
    background-color: #116C1E;
	color: #fff;
}
.footer_search .btn:hover, .footer_search .btn:active {
	background-color: #116C1E;
}
.footer .collapse:not(.show) {
    display: block;
}
.footer .card-header a i {
    right: 15px;
    position: absolute;
    font-size: 12px;
    color: #252525;
	text-align: right;
}
.footer .card-header a .fa-plus{
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer .card-header a .fa-minus{
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer h3 {
    font-weight: 600;
	font-size: 18px;
	color: #0A0A0A;
}
.footer ul li {
	width: 100%;
    float: left;
    list-style: none;
}
.footer ul li a, .footer h4 {
	width: 100%;
    float: left;
    color: #0A0A0A;
    font-weight: 400;
    font-size: 14px;
	line-height: 26px;
	margin: 0 0 12px 0;
}
.footer ul li a {
	text-decoration: underline;
}
.footer ul li a:hover, .footer ul li .active {
    color: #116C1E;
	font-weight: 600;
}
.footer_brand img {
	width: 200px;
    height: 80px !important;
    object-fit: scale-down !important;
}
.arabic .footer .card-header a i {
    left: 15px;
	right: auto;
}
.arabic .footer_search input {
	direction: ltr;
    text-align: right;
}
/************************* social_media *************************/
.social_media a {
	width: 35px;
	height: 35px;
	font-size: 12px;
	display: inline-flex;
	line-height: 1;
	color: #fff;
	background: #116C1E;
	margin: 3px;
	text-align: center;
	align-items: center;
    justify-content: center;
	border-radius: 50px;
	border: 1px solid #dcdcdc;
}
.social_media a:hover, .social_media a:hover i {
	color: #fff;
}
.social_media a.fb:hover, .social_media a.fb:focus {
	background: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
	background: #000;
}
.social_media a.im:hover, .social_media a.im:focus {
	background: #833ab4;
  	background: linear-gradient(to right, #833ab4,#fd1d1d,#fcb045);
}
.social_media a.yt:hover, .social_media a.yt:focus {
	background: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
	background: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
	background: #0067ff;
}
.social_media a.wa:hover, .social_media a.wa:focus {
	background: #34af23;
}
/***************************** copyright *****************************/
.copyright, .copyright a {
    color: #0A0A0A;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.copyright i {
	font-size: 11px;
}
.copyright a:hover {
	color: #116C1E;
}
.copyright ul li {
	color: #116C1E;
}
.copyright_menu a {
    color: #0A0A0A;
    font-weight: 400;
    font-size: 14px;
	line-height: 26px;
    padding: 10px 12px;
	text-decoration: underline;
}
.copyright_menu a:hover, .copyright_menu a.active {
    color: #116C1E;
}
/************************* whatsapp *************************/
.wa_icon .wa_btn {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 60px;
	right: 5px;
	z-index: 10;
	background: #26af36;
	border-radius: 50%;
	display: flex;
	align-items: center;
    justify-content: center;
}
.wa_icon i {
	color: #fff;
	font-size: 30px;
	-webkit-animation: ring 4s .7s ease-in-out infinite;
  	-webkit-transform-origin: 50% 4px;
  	-moz-animation: ring 4s .7s ease-in-out infinite;
  	-moz-transform-origin: 50% 4px;
  	animation: ring 4s .7s ease-in-out infinite;
  	transform-origin: 50% 4px;
}
.wa_msg {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 60px;
	right: 5px;
	z-index: 9;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #252525;
	opacity: 0;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.wa_icon:hover .wa_msg {
	width: 250px;
	padding: 0 0 0 35px;
	opacity: 1;
}
.arabic .wa_icon .wa_btn, .arabic .wa_msg {
	left: 5px;
	right: auto;
}
@keyframes ring {
  	0% { transform: rotate(0); }
  	1% { transform: rotate(30deg); }
  	3% { transform: rotate(-28deg); }
  	5% { transform: rotate(34deg); }
  	7% { transform: rotate(-32deg); }
  	9% { transform: rotate(30deg); }
  	11% { transform: rotate(-28deg); }
  	13% { transform: rotate(26deg); }
  	15% { transform: rotate(-24deg); }
  	17% { transform: rotate(22deg); }
  	19% { transform: rotate(-20deg); }
  	21% { transform: rotate(18deg); }
  	23% { transform: rotate(-16deg); }
 	25% { transform: rotate(14deg); }
  	27% { transform: rotate(-12deg); }
  	29% { transform: rotate(10deg); }
  	31% { transform: rotate(-8deg); }
  	33% { transform: rotate(6deg); }
  	35% { transform: rotate(-4deg); }
  	37% { transform: rotate(2deg); }
  	39% { transform: rotate(-1deg); }
  	41% { transform: rotate(1deg); }
  	43% { transform: rotate(0); }
  	100% { transform: rotate(0); }
}
/************************* products_category *************************/
.products_category h1 {
    font-size: 48px;
    font-weight: 600;
    color: #13131A;
}
.products_category h4 {
    font-size: 16px;
    font-weight: 400;
    color: #525252;
}
.products_category h2 {
    font-size: 20px;
    font-weight: 600;
    color: #161B20;
}
.products_category_box {
	background: #FAFAFA;
}
.products_category img {
	width: 280px;
    height: 200px !important;
    object-fit: scale-down !important;
}
/************************* side_menu *************************/
.side_menu h5 {
	font-size: 20px;
	font-weight: 600;
	color: #2E2E2E;
}
.side_menu h6 {
	font-size: 14px;
	font-weight: 500;
	color: #2E2E2E;
}
.side_menu h6 span {
	font-size: 14px;
	font-weight: 600;
	color: #116C1E;
}
.side_menu .search_page_side_btn label, .side_menu .accordion-button {
	font-weight: 500;
	font-size: 14px;
	color: #5C5C5C;
	background: #f5f5f5 !important;
	padding: 12px 14px;
	box-shadow: none;
}
.side_menu .accordion-body.search_page_side_btn label {
	background: #fff !important;
	padding: 8px 14px;
}
.search_page_side_btn .btn-check:checked+.btn, .search_page_side_btn .btn:hover, .search_page_side_btn .btn.active, .search_page_side_btn .btn.show, .search_page_side_btn .btn:first-child:active, .search_page_side_btn:not(.btn-check)+.btn:active, .side_menu .accordion-button:not(.collapsed), .side_menu .accordion-button:hover, .side_menu .accordion-body.search_page_side_btn label:hover {
	color: #fff !important;
	background: #116C1E !important;
}
.side_menu .accordion-body {
	font-weight: 400;
	font-size: 14px;
	color: #727272;
}
.side_menu .accordion-button:not(.collapsed)::after, .side_menu .accordion-button::after {
	width: 14px;
    height: 14px;
    background-size: 14px;
}
.side_menu .accordion-button:not(.collapsed)::after, .side_menu .accordion-button:hover::after {
	filter: invert(100%) sepia(100%) saturate(7497%) hue-rotate(200deg) brightness(200%) contrast(100%);
}
.side_menu .offcanvas_btn {
	color: #116C1E;
    font-size: 14px;
    font-weight: 500;
}
/************************* listing page *************************/
.search_results p {
	color: #2E2E2E;
    font-size: 14px;
    font-weight: 500;
}
.search_results .dropdown-toggle, .sortby label {
	color: #2E2E2E;
    font-size: 14px;
    font-weight: 400;
}
.sortby .btn-check:checked+.btn, .sortby .btn:hover, .sortby .btn.active, .sortby .btn.show, .sortby .btn:first-child:active, .sortby:not(.btn-check)+.btn:active {
	color: #fff !important;
	background: #116C1E !important;
}
.search_list_grid_btn {
	width: 40px;
	height: 40px;
  	background: #f0f0f0;
    display: flex;
    justify-content: center;
	align-items: center;
}
.search_list_grid_btn:hover, .search_list_grid_btn:focus, .search_list_grid_btn.active {
	background: #116C1E;
}
.search_list_grid_btn:hover img, .search_list_grid_btn:focus img, .search_list_grid_btn.active img {
	filter: invert(100%) sepia(100%) saturate(7497%) hue-rotate(200deg) brightness(200%) contrast(100%);
}
.search_listview {
	width: 100%;
	display: flex;
}
.search_gridview {
  	width: 25%;
}
.search_listing_row:after {
  	content: "";
  	display: table;
  	clear: both;
}
.search_gridview .listing_box_img {
	width: 100%;
}
.listing_box.search_gridview {
	display: block;
}
.listing_box.search_gridview .listing_box_img {
	width: 100%;
}
.listing_box_img {
	width: 270px;
}
.search_listview hr {
	display: none;
}
.search_gridview hr {
	display: block;
}
.filter_box {
	background: #f0f0f0;
}
.filter_box h4 {
	font-size: 12px;
	font-weight: 500;
	color: #727272;
	margin: 0;
}
.filter_box h4 span {
	color: #2E2E2E;
}
.filter_box p {
    width: 17px;
    height: 17px;
}
.filter_box .btn-close {
    width: 10px;
}
.filter_box_alert_close {
	font-size: 12px;
	font-weight: 600;
	color: #2E2E2E;
}
/***************************** detail page *****************************/
.detail_page_badge {
	font-size: 12px;
    font-weight: 600;
    color: #fff;
	background: #116C1E;
}
.detail_page h1, .detail_page h3 {
	font-size: 30px;
    font-weight: 600;
    color: #2E2E2E;
}
.detail_page h4 {
	font-size: 14px;
    font-weight: 400;
    color: #727272;
	line-height: 24px;
}
.detail_page h3 del {
	font-size: 14px;
    font-weight: 500;
    color: #898989;
}
.detail_page p {
	font-size: 13px;
    font-weight: 500;
    color: #2E2E2E;
}
.detail_page h5 {
	font-size: 14px;
    font-weight: 500;
    color: #2E2E2E;
}
.wishlist_btn, .web-share, .compare {
	width: 35px;
    height: 35px;
	float: left;
	border: 1px solid #B7B7B7;
}
.pro_qty .input-qty {
    max-width: 50px;
    text-align: center;
    border: none;
    color: #2E2E2E;
    font-size: 17px;
    font-weight: 500;
}
.pro_qty button {
    color: #727272;
	font-size: 14px;
}
.pro_qty, .add_to_cart_btn, .buy_now_btn {
	height: 50px;
    font-size: 14px;
    font-weight: 600;
	text-align: center;
	justify-self: flex-start;
}
.add_to_cart_btn {
	color: #2E2E2E;
	border: 1px solid #2E2E2E;
}
.add_to_cart_btn:hover {
	background: #116C1E;
	border: 1px solid #116C1E;
	color: #fff;
}
.add_to_cart_btn:hover img {
	filter: invert(100%) sepia(100%) saturate(7497%) hue-rotate(200deg) brightness(200%) contrast(100%);
}
.buy_now_btn {
	color: #fff;
	background: #116C1E;
	border: 1px solid #116C1E;
}
.buy_now_btn:hover {
	background: #fff;
	color: #116C1E;
	border: 1px solid #116C1E;
}
.details_tab h3 {
	font-size: 22px;
    font-weight: 600;
    color: #2E2E2E;
}
.details_tab h5, .details_tab ul li {
	font-size: 14px;
    font-weight: 400;
    color: #2E2E2E;
    line-height: 24px;
}
.details_btn a {
	font-size: 18px;
    font-weight: 500;
    color: #898989;
}
.details_btn a.active {
    font-weight: 600;
    color: #116C1E;
	text-decoration: underline;
}
.sp-thumbnail-image-container .videobtn{
	width: 35px;
}
/***************************** cart *****************************/
.cart_progress_circle {
    width: 40px;
    height: 40px;
	font-size: 16px;
    font-weight: 500;
	background: #B1B5C3;
	color: #fff;
}
.cart_progress span {
	font-size: 16px;
    font-weight: 500;
    color: #B1B5C3;
	line-height: normal;
}
.cart_progress.done .cart_progress_circle {
	background: #27AE60;
}
.cart_progress.done {
	border-bottom-color: #27AE60 !important;
}
.cart_progress.done span, .cart_progress.active span {
    color: #2E2E2E;
}
.cart_progress.active .cart_progress_circle {
	background: #3B3C41;
}
.cart_progress.active {
	border-bottom-color: #1F2026 !important;
}
.cart_progress_btn {
    font-size: 14px;
    font-weight: 500;
	text-align: center;
	padding: 14px 20px;
	color: #2E2E2E;
	border: 1px solid #2E2E2E;
}
.cart_progress_btn:hover {
	background: #116C1E;
	border: 1px solid #116C1E;
	color: #fff;
}
.my_cart h1 {
    font-size: 25px;
    font-weight: 600;
    color: #1B1B1B;
}
.my_cart h2 {
	width: 200px;
    font-size: 20px;
    font-weight: 500;
    color: #2E2E2E;
}
.my_cart h4 {
	width: 200px;
    font-size: 15px;
    font-weight: 500;
    color: #777E90;
}
.my_cart h3 span {
    font-size: 20px;
    font-weight: 600;
    color: #777E90;
}
.my_cart h3 del {
    font-size: 16px;
    font-weight: 400;
    color: #777E90;
}
.my_cart img {
    max-width: 80px;
}
.mycart_qty .input-qty {
    max-width: 40px;
    text-align: center;
    border: none;
    color: #2E2E2E;
    font-size: 17px;
    font-weight: 500;
}
.mycart_qty button {
    color: #727272;
	font-size: 14px;
}
.cart_del_btn {
    font-size: 16px;
    padding: 10px 24px;
    font-weight: 500;
    color: #1F2026;
	background-color: #F7E3DD;
	border-radius: 50px;
	text-align: center;
}
.cart_del_btn:hover {
	background-color: #EB5757;
    color: #fff;
}
.cart_selectall {
    font-size: 14px;
    font-weight: 500;
    color: #1F2026;
}
/***************************** cart_totals *****************************/
.cart_totals h2 {
	font-size: 25px;
    font-weight: 600;
    color: #1B1B1B;
}
.cart_totals h3 a {
	font-size: 16px;
    font-weight: 500;
    color: #2E2E2E;
}
.cart_totals h3 span {
	font-size: 16px;
    font-weight: 600;
    color: #2E2E2E;
}
.cart_totals h5 p {
	font-size: 14px;
    font-weight: 500;
    color: #2E2E2E;
}
.cart_totals h5 span {
	font-size: 14px;
    font-weight: 600;
    color: #2E2E2E;
}
.cart_totals h6 p {
	font-size: 16px;
    font-weight: 500;
    color: #2E2E2E;
}
.cart_totals h6 span {
	font-size: 20px;
    font-weight: 700;
    color: #2E2E2E;
}
.cart_totals_box {
	position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.cart_totals_box .send_btn, .shipment_details_box .send_btn, .order_summary .send_btn {
	background-color: #116C1E;
    color: #fff;
}
.cart_totals_box .send_btn:hover, .shipment_details_box .send_btn:hover, .order_summary .send_btn:hover {
	background-color: #fff;
    color: #116C1E;
}
/***************************** shipment_details *****************************/
.shipment_details h2 {
	font-size: 25px;
    font-weight: 600;
    color: #1B1B1B;
}
.shipment_details img {
    max-width: 80px;
}
.shipment_details h3 p {
    width: 150px;
    font-size: 16px;
    font-weight: 500;
    color: #2E2E2E;
}
.shipment_details h3 span {
    width: 150px;
    font-size: 12px;
    font-weight: 500;
    color: #777E90;
}
.shipment_details h4 del {
    font-size: 12px;
    font-weight: 400;
    color: #777E90;
}
.shipment_details h4 span {
    font-size: 16px;
    font-weight: 600;
    color: #777E90;
}
.shipment_details h5 {
	font-size: 16px;
    font-weight: 500;
    color: #2E2E2E;
}
.shipment_details h6 p {
	font-size: 16px;
    font-weight: 500;
    color: #2E2E2E;
}
.shipment_details h6 span {
	font-size: 20px;
    font-weight: 600;
    color: #2E2E2E;
}
.shipment_details_box {
	position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
/***************************** checkout *****************************/
.checkout h1, .checkout h2 {
	font-size: 25px;
    font-weight: 600;
    color: #1B1B1B;
}
.checkout input {
    right: -40px;
    position: relative;
}
.checkout label {
	font-size: 15px;
    font-weight: 500;
    color: #2E2E2E;
    line-height: 26px;
	background: #fff;
	border: 1px solid #EAEAEA;
	display: flex;
	cursor: pointer;
}
.checkout label img {
    height: 20px !important;
}
.checkout .form-check-input:checked+label {
    background: rgba(0, 184, 197, 0.1);
	border: 1px solid #116C1E;
}
.checkout_add_address form label {
	font-size: 13px;
    font-weight: 500;
    color: #999;
}
.checkout_add_address form input.form-control {
	height: 50px;
    color: #2E2E2E;
}
.checkout_btn {
	width: 30px;
	height: 30px;
	font-size: 12px;
}
.arabic .checkout input {
    right: auto;
    left: -40px;
}
/***************************** order_summary *****************************/
.order_summary h1 {
	font-size: 25px;
    font-weight: 600;
    color: #1B1B1B;
}
.order_summary h2 {
	font-size: 20px;
    font-weight: 500;
    color: #23262F;
}
.order_summary h3 {
	font-size: 16px;
    font-weight: 500;
    color: #1F2026;
}
.order_summary h4 {
	font-size: 12px;
    font-weight: 400;
    color: #767A85;
}
.order_summary h4 span {
	font-size: 12px;
    font-weight: 500;
    color: #2E2E2E;
}
.order_summary form label {
	font-size: 13px;
    font-weight: 500;
    color: #999;
}
.order_summary form input.form-control {
	height: 50px;
    color: #2E2E2E;
}
.order_summary form p {
	font-size: 14px;
    font-weight: 500;
    color: #000;
}
/***************************** about *****************************/
.about h1, .about h2, .counter_box {
	font-size: 48px;
    font-weight: 600;
    color: #13131A;
}
.about h4, .about ul li {
    font-weight: 400;
    font-size: 16px;
	color: #727272;
    line-height: 26px;
}
.about ul li:before {
	width: 20px;
	display: inline-block;
    margin-left: -44px;
    content: "";
}
.about ul li i {
    color: #36B37E;
}
.counter_box p {
	font-weight: 400;
    font-size: 18px;
	color: #727272;
}
.about hr {
	border-color: #E5EFFF;
	opacity: 1;
}
/***************************** blog *****************************/
.blog h1 {
    font-size: 48px;
    font-weight: 600;
    color: #13131A;
}
.blog h2 {
    font-weight: 500;
    font-size: 20px;
    color: #2E2E2E;
}
.blog h6 {
    font-weight: 400;
    font-size: 15px;
    color: #777E90;
}
/***************************** blog_details *****************************/
.blog_details h1 {
    font-size: 48px;
    font-weight: 600;
    color: #13131A;
}
.blog_details h6 {
    font-weight: 400;
    font-size: 25px;
    color: #949494;
}
.blog_content p, .blog_content ul li {
    font-weight: 400;
    font-size: 16px;
    color: #727272;
    line-height: 26px;
}
.blog_content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.similar_blogs h2 {
	font-size: 28px;
    font-weight: 700;
    color: #1B1916;
}
.similar_blogs h3 {
	font-size: 20px;
    font-weight: 600;
    color: #13131A;
}
.similar_blogs h6 {
	font-size: 14px;
    font-weight: 400;
    color: #949494;
}
.similar_blogs a {
	font-size: 14px;
    font-weight: 700;
    color: #116C1E;
	text-decoration: underline;
}
/***************************** contact faq *****************************/
.contact h1, .faq h2 {
    font-size: 48px;
    font-weight: 600;
    color: #13131A;
}
.contact h3 {
    font-size: 18px;
    font-weight: 600;
    color: #13131A;
}
.contact h4 {
    font-weight: 400;
    font-size: 16px;
    color: #727272;
	line-height: 26px;
}
.contact .contact_address {
    font-weight: 400;
    font-size: 16px;
    color: #727272;
	padding-left: 33px;
}
.contact .contact_address:before {
	width: 10px;
	display: inline-block;
    margin-left: -44px;
    content: "";
}
.contact .contact_address:hover {
	color: #116C1E;
}
.contact label {
	font-weight: 500;
    font-size: 18px;
    color: #13131A;
}
.contact input.form-control {
	height: 50px;
}
.faq h5 {
	font-size: 20px;
    font-weight: 600;
    color: #13131A;
	line-height: 24px;
}
.faq h4{
	font-size: 25px;
    font-weight: 500;
    color: #13131A;
}
.faq .card-body {
	font-weight: 500;
    font-size: 16px;
    color: #727272;
    line-height: 26px;
	text-align: justify;
}
.faq .card-header a .fa-plus {
	color: #0C141D;
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.faq .card-header a .fa-minus {
	color: #0C141D;
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
/***************************** careers *****************************/
.careers h1 {
    font-size: 48px;
    font-weight: 600;
    color: #13131A;
}
.careers h4 {
    font-weight: 400;
    font-size: 16px;
    color: #727272;
    line-height: 26px;
}
.careers h4 a {
    color: #13131A;
}
.careers h4 a:hover {
    color: #116C1E;
}
/***************************** login_signup *****************************/
.login_signup_form {
	padding: 50px 80px;
}
.login_signup_logo img {
    width: 200px;
	display: block;
	margin: 0 auto;
}
.login_signup h4, .login_signup .form-check-label {
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}
.login_signup .forgot_btn, .login_signup h4 a, .login_signup h4 button, .login_signup .form-check-label a {
    font-weight: 400;
    font-size: 15px;
    color: #116C1E;
	background-color: transparent;
	text-decoration: underline;
}
.int_tel_floating {
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    left: 94px !important;
	color: rgba(33, 37, 41, 0.65) !important;
}
.otp_time {
    font-weight: 400;
    font-size: 20px;
    color: #116C1E;
	text-align: center;
}
.otp_fields {
  	width: 100%;
  	display: flex;
  	justify-content: center;
  	gap: 10px;
}
.otp_fields input {
  	width: 64px;
  	height: 60px;
  	background-color: transparent;
  	border: 1px solid #ccc;
  	text-align: center;
  	outline: none;
  	font-size: 16px;
}
.otp_fields input::-webkit-outer-spin-button, .otp_fields input::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}
.otp_fields input[type=number] {
  	-moz-appearance: textfield;
}
.otp_fields input:focus {
  	border-color: #00B8C5;
  	font-size: 20px;
}
.signup_bg {
    background: #fff url("../images/signup_bg.webp") no-repeat center center;
    background-size: cover;
}
.login_bg {
    background: #fff url("../images/login_bg.webp") no-repeat center center;
    background-size: cover;
}
.otp_bg {
    background: #fff url("../images/otp_bg.webp") no-repeat center center;
    background-size: cover;
}
/***************************** my_account *****************************/
.my_account .side_menu {
	border-right: 1px solid #e9e9e9;
}
.my_account .side_menu .side_menu_btn {
	width: 100%;
	float: left;
	font-size: 15px;
    font-weight: 500;
    color: #252525;
	background: #f5f5f5;
}
.my_account .side_menu .side_menu_btn:hover, .my_account .side_menu .side_menu_btn.active {
    color: #fff !important;
	background: #116C1E;
}
.my_account h1 {
    font-size: 25px;
    font-weight: 600;
    color: #1B1B1B;
}
.my_account h1 span {
    font-size: 14px;
}
.my_account_modal h4 {
    font-size: 16px;
    font-weight: 600;
    color: #23262F;
}
.my_account_modal .save_btn {
    background-color: #116C1E;
    color: #fff;
}
.my_account_modal .save_btn:hover {
    border: 2px solid #116C1E;
}
.my_account_modal input[type="date"]::-webkit-calendar-picker-indicator {
    background: #fff url("../images/calendar.svg") no-repeat;
}
.arabic .my_account_modal input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	left: 10px;
}
.my_account .nav-link {
	color: #252525;
    font-size: 14px;
    font-weight: 600;
}
.my_account .nav-link.active {
	color: #116C1E;
	border-bottom: 1px solid #116C1E !important;
}
.side_menu .send_btn i {
    font-size: 18px;
}
.my_account .edit_btn {
    text-align: center;
	color: #252525;
    font-size: 12px;
    font-weight: 500;
	justify-self: end;
}
.my_account .edit_btn:hover {
	border-color: #116C1E !important;
}
.my_profile h2 {
    font-size: 20px;
    font-weight: 600;
    color: #23262F;
}
.my_profile h5 {
    font-size: 13px;
    font-weight: 500;
    color: #999;
}
.my_profile h5 span {
    font-size: 15px;
    font-weight: 500;
    color: #070707;
}
.my_profile .profile_img {
	width: 100px;
}
.my_profile h4 {
	color: #070707;
    font-size: 17px;
    font-weight: 500;
}
.my_profile h4 span {
	color: #6A6A6A;
    font-size: 14px;
    font-weight: 400;
	line-height: 28px;
}
.my_orders h3 a {
	float: left;
    font-size: 16px;
    font-weight: 500;
    color: #2E2E2E;
}
.my_orders h3 a span {
    font-size: 14px;
    font-weight: 500;
    color: #777E90;
}
.my_orders h5 {
	width: 100%;
	float: left;
    font-size: 12px;
    font-weight: 400;
    color: #777E90;
}
.my_orders h5 span {
    font-size: 16px;
    font-weight: 600;
    color: #777E90;
}
.my_orders h6 {
	width: 100%;
	float: left;
	font-size: 12px;
    font-weight: 400;
    color: #767A85;
}
.my_orders h6 span {
    font-size: 12px;
    font-weight: 500;
    color: #2E2E2E;
}
.my_orders .download_invoices_btn {
    color: #116C1E;
    font-size: 14px;
    font-weight: 500;
}
.my_orders_img {
	width: 100%;
    max-width: 120px;
}
.my_orders_img div {
	flex-flow: row wrap;
}
.my_orders_img img {
	min-width: 50px;
	flex: 1 50%;
}
/***************************** track_order_status *****************************/
.track_order_status_modal .alert {
    font-size: 14px;
    font-weight: 500;
}
.tracking_icon .position-relative {
    width: 40px;
    height: 40px;
	background: #fff;
    border: 1px solid #B1B5C3;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.tracking_icon.active .position-relative {
	background: #27AE60;
	border: 2px solid #fff;
}
.tracking_icon h5 {
	font-size: 14px;
    font-weight: 600;
	color: #B1B5C3;
}
.tracking_icon h6 {
	font-size: 12px;
    font-weight: 500;
	color: #B1B5C3;
}
.tracking_icon.active h5, .tracking_icon.active h6 {
	color: #2E2E2E;
}
.tracking_icon {
	width: 160px;
	position: relative;
    z-index: 9;
	text-align: center;
}
.tracking_pro_bar {
	top: 30px;
    position: relative;
}
.tracking_pro_bar .progress .progress-bar {
	background-color: #27AE60;
	animation-direction: reverse;
}
.arabic .tracking_pro_bar .progress .progress-bar {
	animation-direction: normal;
}
.arabic .track_order_status_modal input  {
	direction: ltr;
    text-align: right;
}
/***************************** order_details *****************************/
.order_details h2, .tracking_delivery_address h2 {
	font-size: 25px;
    font-weight: 600;
    color: #1B1B1B;
}
.tracking_delivery_address {
	position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.tracking_delivery_address h4 {
	font-size: 15px;
    font-weight: 500;
    color: #2E2E2E;
	line-height: 26px;
}
.order_details img {
    max-width: 80px;
}
.order_details h3 p {
    width: 150px;
    font-size: 16px;
    font-weight: 500;
    color: #2E2E2E;
}
.order_details h3 span {
    width: 150px;
    font-size: 12px;
    font-weight: 500;
    color: #777E90;
}
.order_details h4 del {
    font-size: 12px;
    font-weight: 400;
    color: #777E90;
}
.order_details h4 span {
    font-size: 16px;
    font-weight: 600;
    color: #777E90;
}
.order_details h5 p {
    font-size: 14px;
    font-weight: 500;
    color: #2E2E2E;
}
.order_details h5 span {
    font-size: 12px;
    font-weight: 500;
    color: #777E90;
}
/***************************** privacy_policy, terms_conditions *****************************/
.privacy_policy h1, .terms_conditions h1, .return_refund_policy h1, .shipping_and_delivery h1, .customer_service_center h1 {
    font-size: 48px;
    font-weight: 600;
    color: #13131A;
}
.privacy_policy h3, .terms_conditions h3, .return_refund_policy h3, .shipping_and_delivery h3, .customer_service_center h3 {
    font-size: 18px;
    font-weight: 500;
    color: #252525;
}
.privacy_policy p, .privacy_policy ul li, .privacy_policy ol li, .terms_conditions p, .terms_conditions ul li, .terms_conditions ol li, .return_refund_policy p, .return_refund_policy ul li, .return_refund_policy ol li, .shipping_and_delivery p, .shipping_and_delivery ul li, .shipping_and_delivery ol li, .customer_service_center p, .customer_service_center ul li, .customer_service_center ol li {
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}
/***************************** breadcrumb *****************************/
.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
	font-weight: 600;
	font-size: 16px;
	color: #FFF0F0 !important;
}
/***************************** not_found *****************************/
.not_found img {
	width: 250px;
}
.not_found h4 {
    font-size: 18px;
    color: #252525;
	text-align: center;
    line-height: 28px;
}
/*******************************videobtn*******************************/
.videobtn {
	width: 60px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	cursor: pointer;
  	text-align: center;
	transition: all .3s ease-in-out;
}
.video-btn {
	background: none;
    border: none;
	padding: 0;
}
.video-btn:hover .videobtn {
	-ms-transform: translate(-50%, -50%) scale(1.2);
  	transform: translate(-50%, -50%) scale(1.2);
}
/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:15px;
    bottom:10px;
    cursor:pointer;
    width:30px;
    height:40px;
    background-color:rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
    border-radius:20px;
	z-index: 999;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#116C1E;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 500;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.video-modal-body {
	background: #000 !important;
	padding: 0;
}
.modalclose {
	width: 40px;
    height: 40px;
	position: absolute;
    top: 10px;
    right: 10px;
    background: #116C1E;
    color: #fff;
    border-radius: 50%;
	z-index: 9;
    border: none;
}
/***************************** swiper *****************************/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    background: #fff !important;
}
.swiper-button-next, .swiper-button-prev {
	width:  50px !important;
	height: 50px !important;
	color: #116C1E !important;
	border: 1px solid #116C1E;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 14px !important;
    font-weight: bolder;
}
@media (min-width: 200px) and (max-width: 1399.98px) {
	
}
@media (min-width: 200px) and (max-width: 1299.98px) {
	#banner_carousel .carousel-indicators {
		bottom: 0;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.hm_category img, .products_category img {
		width: 150px;
		height: 150px !important;
	}
	.search_gridview {
        width: 33%;
    }
	.login_signup_form {
		padding: 20px 50px;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.navbar .offcanvas {
		width: 300px !important;
		border-left: none !important;
	}
	.navbar .offcanvas-body::-webkit-scrollbar {
		width: 4px;
		background: #f1f1f1;
	}
	.navbar .offcanvas-body::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border: 1px solid #fff;
	}
	.menu_icon {
		display: block;
	}
	.navbar .dropdown-item {
    	width: 100%;
		padding: 10px 12px;
	}
	.megamenu h5 {
		font-size: 14px;
		padding: 8px 0;
		text-align: center;
		border-bottom: 1px solid #dedede;
	}
	.navbar-nav > li > a {
		padding: 8px 0 !important;
		margin: 10px 0;
		justify-content: center;
	}
	.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
		background: #fff;
	}
	.has-megamenu:hover .megamenu {
		display: none;
	}
	.navbar .megamenu {
		max-width: 100% !important;
		height: auto;
        overflow-y: visible;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.menu_bg {
		height: 60px;
	}
	.top_features {
    	margin-top: 65px;
	}
	.banner_text span h2, .inner_banner_text span h2, .hm_category h2, .sml_strip h2, .product_listing_title, .recently_viewed_offer h3, .detail_page h1, .detail_page h3, .similar_blogs h2 {
		font-size: 25px;
	}
	.hm_category h1, .hm_strip h2, .products_category h1, .blog h1, .blog_details h1, .about h1, .about h2, .counter_box, .contact h1, .contact h2, .faq h2, .privacy_policy h1, .terms_conditions h1, .return_refund_policy h1, .shipping_and_delivery h1, .customer_service_center h1, .careers h1 {
		font-size: 40px;
	}
	.footer_brand img {
		width: 150px;
		height: 60px !important;
	}
	.top_search .btn {
		background: #116C1E;
	}
	.side_menu h5, .details_btn a, .counter_box p {
		font-size: 16px;
	}
	.search_gridview {
        width: 25%;
    }
	.details_tab h3, .blog h2 {
    	font-size: 18px;
	}
	.blog h6 {
		font-size: 12px;
	}
	.blog_details h6 {
		font-size: 20px;
	}
	.login_signup_form {
		padding: 20px 15px;
	}
	.my_account .side_menu {
		border: none;
	}
	.side_menu .offcanvas-lg {
		width: 300px !important;
		border-left: none !important;
	}
	.privacy_policy h3, .terms_conditions h3, .return_refund_policy h3, .shipping_and_delivery h3, .customer_service_center h3 {
		font-size: 16px;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.trustpilot_badge {
		width: 100px;
	}
	.menu_bg .logo a, .s_menu_bg .logo a {
		width: 130px;
	}
	.banner_text span {
		width: 100%;
	}
	.banner_text span h2, .inner_banner_text span h2, .hm_category h2, .sml_strip h2, .product_listing_title, .recently_viewed_offer h3, .detail_page h1, .detail_page h3, .my_cart h1, .cart_totals h2, .shipment_details h2, .order_summary h1, .checkout h1, .checkout h2, .similar_blogs h2, .faq h4, .my_account h1, .order_details h2, .tracking_delivery_address h2 {
		font-size: 20px;
	}
	.hm_category h1, .hm_strip h2, .products_category h1, .blog h1, .blog_details h1, .about h1, .about h2, .counter_box, .contact h1, .contact h2, .faq h2, .privacy_policy h1, .terms_conditions h1, .return_refund_policy h1, .shipping_and_delivery h1, .customer_service_center h1, .careers h1 {
		font-size: 30px;
	}
	.pro_carousel img {
		width: 150px;
		height: 150px !important;
	}
	.search_gridview {
		width: 33%;
	}
	.products_category h2, .my_cart h2, .my_cart h3 span, .cart_totals h6 span, .shipment_details h6 span, .blog_details h6, .similar_blogs h3, .order_summary h2, .faq h5, .contact h3, .contact label, .my_profile h4, .modal-title {
		font-size: 16px;
	}
	.my_cart h4, .my_cart h3 del, .similar_blogs h6, .similar_blogs a {
		font-size: 12px;
	}
	.cart_progress span, .shipment_details h5, .contact .contact_address, .my_profile h5 span, .banner_text span h4 {
		font-size: 14px;
	}
	.send_btn {
		padding: 8px 15px;
		font-size: 14px;
	}
	.cart_totals_box, .shipment_details_box, .tracking_delivery_address {
		position: static;
	}
	.swiper-button-next, .swiper-button-prev {
		width:  25px !important;
		height: 25px !important;
	}
	.my_profile h2 {
		font-size: 18px;
	}
	.footer h3 {
		font-size: 15px;
		border-bottom: 1px dotted #999;
		padding: 0 0 20px 0;
	}
	.footer .collapse:not(.show) {
		display: none;
	}
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.top {
		height: 60px;
	}
	.top_offer, .top_offer marquee {
		width: 100%;
	}
	.menu_bg {
        height: 50px;
        top: 65px;
    }
	.top_features {
        margin-top: 35px;
    }
	.sml_strip_bg, .hm_strip_bg {
		background: rgba(0, 0, 0, 0.6);
	}
	.sml_strip h2, .hm_strip_text {
		width: 100%;
		text-align: center;
		background-color: transparent;
	}
	.hm_category h1, .hm_strip h2, .products_category h1, .blog h1, .blog_details h1, .about h1, .about h2, .counter_box, .contact h1, .contact h2, .faq h2, .privacy_policy h1, .terms_conditions h1, .return_refund_policy h1, .shipping_and_delivery h1, .customer_service_center h1, .careers h1 {
		font-size: 25px;
	}
	.listing_box_img {
		width: 100%;
	}
	.search_gridview {
		width: 50%;
	}
	.listing_box_img {
		width: 180px;
	}
	.product_listing h5, .blog_details h6, .banner_text span h2 {
		font-size: 14px;
	}
	.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
		font-weight: 500;
		font-size: 14px;
	}
	.sp-thumbnail-image-container .videobtn {
		width: 25px;
	}
	.cart_progress_circle {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.hm_category h2 {
		font-size: 17px;
	}
	.plants_strip, .grocery_strip, .restaurant_strip, .tools_strip, .hm_strip {
    	background-attachment: scroll;
	}
	.tracking_icon {
		width: 100%;
		float: left;
		background: #fff;
		padding: 5px 0;
	}
	.tracking_pro_bar {
		width: 450px;
		transform: rotate(90deg);
		position: absolute;
		top: 250px;
		left: -150px;
		right: -150px;
		margin: 0 auto;
	}
}
@media (min-width: 200px) and (max-width: 480.98px) {
	.banner_text span h4 {
		display: none;
	}
	.banner_btn {
    	font-size: 10px;
		font-weight: 600;
    	padding: 6px 10px;
	}
	.hm_category img, .products_category img {
		width: 100px;
		height: 100px !important;
	}
	.my_cart h2, .my_cart h4 {
		width: 150px;
	}
	.checkout label {
		display: block;
		font-size: 14px;
	}
	.checkout label img {
		width: 100%;
		margin-top: 10px;
	}
	.counter_box {
		font-size: 18px;
		text-align: center;
	}
	.counter_box p {
        font-size: 13px;
    }
	.otp_fields {
		gap: 4px;
	}
	.otp_fields input {
  		width: 40px;
  		height: 50px;
	}
	.footer ul li a {
		margin: 0 0 18px 0;
	}
	.xsm-100 {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 350.98px) {
	.top_search {
   	 	min-width: 210px;
	}
	.pro_carousel img {
		width: 100%;
	}
	.search_gridview {
		width: 100%;
	}
	.listing_box_img {
		width: 100%;
	}
	.listing_box.search_listview {
        display: block;
    }
	.social_media a {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.xxsm-100 {
		width: 100%;
	}
}