:root {
	--color-white: #ffffff;
	--color-gray: #dddddd;
	--color-primary: #67c5ad;
	--color-secondary: #2fbb00;
	--main-bg-color: #67c5ad;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	color: #000;
	font-size: 16px;
	background: #ffffff;
	font-family: "cera";
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 10px;
}

p {
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 10px;
}

h1:only-child,
h2:only-child,
p:only-child {
	margin: 0;
}

p:empty {
	margin: 0;
	line-height: 0;
}

a {
	color: #000;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

a,
ins {
	text-decoration: none;
}

del {
	color: #757575;
	font-size: 18px;
}

del+ins {
	margin-left: 5px;
}

table {
	width: 100%;
	border-spacing: 0;
	background: #fff !important;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

label {
	line-height: 1;
	display: block;
	margin: 0 0 7px 0;
}

label .required {
	display: none;
}

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

img {
	height: auto;
	max-width: 100%;
}

img,
svg {
	vertical-align: middle;
}

button,
select {
	cursor: pointer;
	text-transform: none;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
	appearance: none;
}

:focus,
input:focus,
select:focus,
:focus-visible,
textarea:focus {
	outline: none;
}

select {
	background: url(../images/arrow-down-select-d.png) no-repeat;
	background-position: left 98% center;
}

textarea {
	resize: none;
	min-height: 150px;
	font-family: "cera";
}

.form-control {
	display: block;
	width: 100%;
	height: 52px;
	padding: 10px 15px;
	font-weight: 400;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.form-group {
	display: block;
	margin-bottom: 15px;
}

iframe {
	border: 0;
}

.img-fluid {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto;
}

.wrap,
.container {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}

.bg-gray {
	background: #dddddd;
}

/* ------------------------------- */
.zoom-effect {
	overflow: hidden;
}

.zoom-effect>a {
	display: block;
}

.zoom-effect img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	position: relative;
}

.zoom-effect:hover img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

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

.msg-chat {
	/* right: 5%;
	bottom: 50px; */
	right: 9%;
	bottom: -1px;
	z-index: 999;
	position: fixed;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f7dd5d;
	box-shadow: 0 0 6px -4px #000000;
}

.msg-chat:hover {
	background-color: #d8bf42;
}

#rev_slider_2_1 {
	height: calc(100% + 150px) !important;
}

.first-slide::after {
	background: url("https://icecream-guys.e8demo.com/wp-content/uploads/2022/03/bottom-shape.png") !important;
}

.second-slide::after {
	background: url("https://icecream-guys.e8demo.com/wp-content/uploads/2022/03/bottom-shape-green.png") !important;
}

.third-slide::after {
	background: url("https://icecream-guys.e8demo.com/wp-content/uploads/2022/03/bottom-shape-igolo.png") !important;
}

.forth-slide::after {
	background: url("https://icecream-guys.e8demo.com/wp-content/uploads/2022/03/bottom-shape-brown.png") !important;
}

/* #rev_slider_2_1_wrapper {
	height: 100% !important;
} */

.first-slide::after,
.second-slide::after,
.third-slide::after,
.forth-slide::after {
	content: "";
	width: 100vw;
	height: 150px !important;
	background-position: bottom right -5px !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media only screen and (min-width: 1400px) {
	rs-sbg {
		height: calc(100% - 150px) !important;
	}
}

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

body:not(.woocommerce-checkout) .default-pages .single-page-outer h2,
body:not(.woocommerce-checkout) .default-pages .single-page-outer h3 {
	font-size: 22px;
	line-height: 20px;
}

body:not(.woocommerce-checkout) .default-pages .single-page-outer ul {
	padding-left: 20px;
	list-style: disc;
	margin-bottom: 30px;
}

body:not(.woocommerce-checkout) .default-pages .single-page-outer p {
	line-height: 20px;
	margin-bottom: 15px;
}

body:not(.woocommerce-checkout) .default-pages .single-page-outer p:last-child {
	margin: 0;
}

body:not(.woocommerce-checkout) .default-pages .single-page-outer p,
body:not(.woocommerce-checkout) .default-pages .single-page-outer li {
	font-size: 14px;
}

body:not(.woocommerce-checkout) .default-pages .single-page-outer li+li {
	margin-top: 8px;
}

.pt-130 {
	padding-top: 130px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.w-100 {
	width: 100%;
}

.flx {
	display: flex;
	flex-wrap: wrap;
}

.d-none {
	display: none !important;
}

/* -------------04/19/22------------- */

@font-face {
	font-family: "cera";
	src: url("../fonts/cera/cerapro-medium.eot");
	src: local("../fonts/cera/Cera Pro Medium"),
		local("../fonts/cera/cerapro-medium"),
		url("../fonts/cera/cerapro-medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/cera/cerapro-medium.woff2") format("woff2"),
		url("../fonts/cera/cerapro-medium.woff") format("woff"),
		url("../fonts/cera/cerapro-medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "cera";
	src: url("../fonts/cera/cerapro-black.eot");
	src: local("Cera Pro Black"), local("../fonts/cera/cerapro-black"),
		url("../fonts/cera/cerapro-black.eot?#iefix") format("embedded-opentype"),
		url("../fonts/cera/cerapro-black.woff2") format("woff2"),
		url("../fonts/cera/cerapro-black.woff") format("woff"),
		url("../fonts/cera/cerapro-black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "cera";
	src: url("../fonts/cera/cerapro-bold.eot");
	src: local("Cera Pro Bold"), local("../fonts/cera/cerapro-bold"),
		url("../fonts/cera/cerapro-bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/cera/cerapro-bold.woff2") format("woff2"),
		url("../fonts/cera/cerapro-bold.woff") format("woff"),
		url("../fonts/cera/cerapro-bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "cera";
	src: url("../fonts/cera/cerapro-regular.eot");
	src: local("Cera Pro Regular"), local("../fonts/cera/cerapro-regular"),
		url("../fonts/cera/cerapro-regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/cera/cerapro-regular.woff2") format("woff2"),
		url("../fonts/cera/cerapro-regular.woff") format("woff"),
		url("../fonts/cera/cerapro-regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "cera";
	src: url("../fonts/cera/cerapro-thin.eot");
	src: local("Cera Pro Thin"), local("../fonts/cera/cerapro-thin"),
		url("../fonts/cera/cerapro-thin.eot?#iefix") format("embedded-opentype"),
		url("../fonts/cera/cerapro-thin.woff2") format("woff2"),
		url("../fonts/cera/cerapro-thin.woff") format("woff"),
		url("../fonts/cera/cerapro-thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

/* -------------04/19/22------------- */

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?88dn9j");
	src: url("../fonts/icomoon.eot?88dn9j#iefix") format("embedded-opentype"),
		url("../fonts/icomoon.ttf?88dn9j") format("truetype"),
		url("../fonts/icomoon.woff?88dn9j") format("woff"),
		url("../fonts/icomoon.svg?88dn9j#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-call-f:before {
	content: "\e908";
}

.icon-call-01:before {
	content: "\e909";
}

.icon-pin:before {
	content: "\e90a";
}

.icon-mail-01 .path1:before {
	content: "\e90b";
	color: rgb(3, 3, 2);
}

.icon-mail-01 .path2:before {
	content: "\e90c";
	margin-left: -1em;
	color: rgb(3, 3, 3);
}

.icon-add:before {
	content: "\e900";
}

.icon-arrow-down-01:before {
	content: "\e901";
}

.icon-arrow-left-01:before {
	content: "\e902";
}

.icon-arrow-right-01:before {
	content: "\e903";
}

.icon-arrow-up-01:before {
	content: "\e904";
}

.icon-insta:before {
	content: "\e905";
}

.icon-love:before {
	content: "\e906";
}

.icon-search:before {
	content: "\e907";
}

.icon-user1:before {
	content: "\e90d";
}

.icon-cart:before {
	content: "\e914";
}

.icon-fb:before {
	content: "\e915";
}

.icon-mail:before {
	content: "\e91e";
}

.icon-tt:before {
	content: "\e933";
}

h1 {
	font-size: 36px;
	font-weight: bold;
}

h2 {
	font-size: 54px;
	line-height: 40px;
	font-weight: bold;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
}

[class*="grid-"] {
	--space: 10px;
	--column: 3;
	--row-gap: 20px;

	display: flex;
	margin: 0 calc(var(--space) * -1);

	flex-wrap: wrap;
	row-gap: var(--row-gap);
}

[class*="griditem-"] {
	width: calc(100% / var(--column) - var(--space) * 2);
	margin: 0 var(--space);
}

.owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	width: 46px;
	height: 46px;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;
	border: solid 1px #5f919a !important;
	background-color: #5f919a !important;
	border-radius: 100px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.owl-nav button i {
	font-size: 18px;
	color: #ffffff;
}

.owl-nav button.owl-prev {
	left: -23px;
}

.owl-nav button.owl-next {
	right: -23px;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
	background: var(--color-primary) !important;
	border-color: var(--color-primary) !important;
}

.owl-nav button.owl-prev:hover span,
.owl-nav button.owl-next:hover span {
	color: #fff;
}

.search-pannel {
	display: none;
}

.search-pannel {
	--search-height: 44px;
	position: absolute;
	height: var(--search-height);
	top: -0;
	width: 250px;
	display: none;
	overflow: hidden;
	right: calc(100% + 10px);
	z-index: 99;
}

.search-expand {
	width: 100%;
	color: #000;
	font-weight: 400;
	z-index: 999;
	padding: 0 5% 0 20px;
	background: #fff;
	border: none;
	font-size: 14px;
	height: var(--search-height);
	border: 1px solid #ddd;
	border-radius: 30px;
}

.search-btn {
	color: #000;
	cursor: pointer;
	width: 44px;
	height: 44px;
	background: #eeeeee;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.search-btn:hover {
	color: #ffffff;
	background: #67c5ad;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-color: #d4d5d6;
	border: 1px solid transparent;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 16.5px 30px;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 15px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.btn+.btn {
	margin-left: 10px;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	display: flex;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	padding: 26px 0 22px 0;
}

.header::after,
.header::before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.33);
	z-index: -1;
	opacity: 1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.header::after {
	right: 0;
	width: 45.2%;
}

.header::before {
	width: 45.2%;
	left: 0;
}

.header-sticky::after,
.header-sticky::before {
	width: 50%;
}

.header .wrap {
	max-width: 1500px;
}

.header-sticky {
	background: #4b5256 !important;
}

.header-sticky .site-logo {
	width: 75px !important;
	height: 75px !important;
	/* background: #4b5256 !important; */
	padding: 0 5px 5px 5px !important;
	/* margin-top: -10px !important; */
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.header .site-logo {
	margin: auto;
	display: flex;
	line-height: 1;
	position: absolute;
	top: 20px;
	left: 50%;
	background: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.header .site-logo img {
	margin: auto;
}

.header .wrap {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hdr-share {
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.hdr-share li a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	width: 44px;
	height: 44px;
	border: 1px solid #fff;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.hdr-share li a:hover {
	color: #4a5255;
	background: #ffffff;
	border-color: #ffffff;
}

.hdr-share li+li {
	margin-left: 7px;
}

.hdr-share li+li:last-child {
	margin: 15px 0 0 48px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.hdr-share .mail a {
	line-height: 1;

	display: flex;

	align-items: center;
}

.hdr-share .mail i {
	font-size: 22px;
	margin: 2px 12px 0 0;
}

.cart-login {
	display: flex;
	align-items: center;
	width: 28.5%;
	justify-content: flex-end;
}

.cart-login .cart a,
.cart-login .login a {
	display: flex;

	align-items: center;
}

.cart-login .login a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.cart-login .cart a:hover i,
.cart-login .cart a:hover span {
	color: #67c5ad;
}

.cart-login .cart i {
	margin-right: 4px;
	font-size: 20px;
}

.cart-login .cart a,
.cart-login .login a,
.cart-login .cart i,
.cart-login .cart>strong,
.cart-login .cart a>span {
	color: #ffffff;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.cart-login .cart>a {
	position: relative;
}

.cart-login .cart a>strong {
	position: absolute;
	font-size: 10px;
	width: 18px;
	height: 18px;
	background: #67c5ad;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	line-height: 18px;
	top: -3px;
	left: -5px;
}

.cart-login .cart strong:hover {
	color: #ffffff;
}

.cart-login .login i {
	font-size: 25px;
}

.cart-login li a {
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
}

.cart-login li.call {
	margin-right: 8%;
}

.cart-login li.call i,
.cart-login li.call span {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.cart-login li.call:hover i,
.cart-login li.call:hover span {
	color: #67c5ad;
}

.cart-login li.call i {
	margin-right: 5px;
	font-size: 22px;
}

.cart-login li.cart {
	margin-right: 3%;
	position: relative;
}

.cart-login li.login {
	margin-right: 3%;
}

.cart-login li.login a {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.cart-login li.login:hover a {
	background: #67c5ad;
	border-color: #67c5ad;
}

.cart-login li.search {
	margin-right: 8%;
	position: relative;
}

.cart-login .call a {
	font-size: 16px;
	display: flex;
	letter-spacing: 1px;
	align-items: center;
}

.cart-login .call a img {
	margin-right: 10px;
}

.search-menubtn {
	margin-right: 34px;

	display: flex;

	align-items: center;
}

.search-menubtn li+li {
	margin-left: 35px;
}

.search-menubtn {
	margin-right: 34px;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
}

.search-menubtn li+li {
	margin-left: 35px;
}

.header .wrap {
	align-items: center;
}

.header-right-block {
	display: flex;
	width: calc(100% - 210px);
}

.header .nav-bar {
	margin-left: auto;
	overflow: hidden;
}

.header .menu-ul {
	width: 100%;
	justify-content: flex-end;
}

.header .menu-ul a {
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
}

.header-options {
	margin-left: 70px;
	position: relative;
}

.logo-side {
	width: 88%;
}

.logo-side img {
	width: 100%;
}

.header .nav-bar {
	position: fixed;
	width: 100%;
	z-index: 800;
	background: #67c5ad;
	top: 0;
	height: 0;
	left: 0;
	right: 0;

	align-items: center;

	display: flex;

	flex-wrap: wrap;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.header .slow {
	height: 70%;
}

.header .menu-ul {
	display: flex;

	flex-wrap: wrap;
	width: 100%;
	margin: 0;

	justify-content: center;
	padding-left: 100px;
}

.header .menu-ul li {
	width: 100%;
	padding: 20px 0;
}

.header .menu-ul a {
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
}

.header .menu-ul .current-menu-item a {
	font-size: 25px;
	font-weight: bold;
}

.social-icons {
	display: flex;
}

.social-icons li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
	border-radius: 50%;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.social-icons a:hover {
	background: #fff;
}

.social-icons li:hover a {
	color: #67c5ad;
}

.social-icons li+li {
	margin-left: 15px;
}

.social-icons li a {
	color: #ffffff;
	font-size: 22px;
	line-height: 0;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.menu-icon {
	width: 52px;
	height: 24px;
	position: relative;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	display: block;
}

.menu-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #ffffff;
	border-radius: 4px;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.menu-icon span:nth-child(1) {
	top: 0;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
	top: 10px;
	width: 40px;
}

.menu-icon span:nth-child(4) {
	top: 20px;
	width: 30px;
}

.menu-icon.open span:nth-child(1) {
	top: 10px;
	width: 0;
	left: 50%;
}

.menu-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(4) {
	top: 10px;
	width: 0;
	left: 50%;
}

.menu-icon {
	display: block;
	z-index: 9999;
}


.home-category-item {
	width: 109px;
	height: 109px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border: 1px solid #ddd;
	position: relative;
}

.home-category {
	position: absolute;
	top: 30%;
	right: 5%;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	z-index: 9;
}

.home-category-item span {
	position: absolute;
	word-break: keep-all;
	white-space: nowrap;
	bottom: -25px;
	font-size: 10px;
	background: #fff;
	padding: 4px 10px;
	border-radius: 30px;
	color: #2e539c;
	border: 1px solid currentColor;
	opacity: 0;
	visibility: hidden;
	transition: bottom .35s ease-in-out, opacity .35s ease-in-out, visibility .35s ease-in-out;
}

.home-category-item:hover span,
.home-category-item:hover span::after {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

/* .home-category span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	height: 98%;
	background: rgb(101, 124, 171);
	background: linear-gradient(180deg, rgba(101, 124, 171, 1) 0%, rgba(97, 199, 241, 1) 64%);
	z-index: -1;
	border-radius: 30px;
	opacity: 0;
	visibility: hidden;
	transition: bottom .35s ease-in-out, opacity .35s ease-in-out, visibility .35s ease-in-out;
} */



/* ------------------------footer------------------------- */

.footer {
	background: #4b5256;
	position: relative;
	float: left;
}

.footer.swiper-slide,
.home-banner.swiper-slide {
	overflow: inherit;
}

.brand-img-footer,
.footer .pos-img {
	position: absolute;
	left: -15px;
	top: 0;
}

.brand-img-footer,
.footer .green-img-footer,
.page-template-page-brands .footer .pos-img {
	display: none;
}

.page-template-page-brands .brand-img-footer {
	width: 33.4vw;
	display: block;
    top: -1px;

}

.newsletter {
	text-align: center;
}

.footer-logo {
	width: 217px;
	height: 217px;
	padding: 12px;
	border-radius: 50%;
	background: #4b5256;
	margin: -72px auto 30px auto;

	display: flex;

	align-items: center;

	justify-content: center;
	position: relative;
	z-index: 1;
}

.footer-logo img {
	width: 100%;
}

.newsletter h2 {
	line-height: 1;
	color: #ffffff;
	font-size: 21px;
	font-weight: 100;
	margin: 0;
	font-weight: 100;
}

.newsletter h2 span {
	font-weight: bold;
}

.newsletter-form {
	max-width: 535px;
	margin: 23px auto 0 auto;

	display: flex;
	background: #ffffff;
	border-radius: 15px;
}

.newsletter-form .form-control {
	height: 52px;
	border-radius: 15px 0 0 15px;
	border: none;
	width: calc(100% - 170px);
	text-transform: capitalize;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.newsletter-form .newsletter-btn {
	background: #41a088;
	height: 52px;
	border: none;
	width: 170px;
	color: #ffffff;
	border-radius: 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	cursor: pointer;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.newsletter-form .newsletter-btn:hover {
	background: #67c5ad;
}

.newsletter-success {
	margin-top: 6px;
	color: #80ed9c;
	font-size: 14px;
}

.footer-block-1 {
	margin: 140px 0 160px 0;
}

.footer-column-01 {
	width: 25%;
}

.footer-column-01 li a {
	padding: 5px 0;
	display: block;
}

.footer-column-01 li+li {
	margin-top: 10px;
}

.footer-column-01 a:hover {
	color: #41a088;
}

.footer-column-02 {
	width: 20%;
}

.footer-column-02 li+li {
	margin-top: 10px;
}

.footer-column-02 li a {
	display: block;
	padding: 10.5px 0;
}

.footer-column-02 a:hover {
	color: #41a088;
}

.footer-column-03 {
	width: 35%;
}

.footer-column-03 ul {
	display: flex;

	flex-wrap: wrap;
	margin: 30px 0 0 0;
}

.footer-column-03 ul li {
	width: 100%;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}

.footer-column-03 ul li+li {
	margin-top: 10px;
}

.footer-column-03 ul a:hover {
	color: #41a088;
}

.footer-column-04 {
	width: 35%;
}

.fs-icons i {
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #ddd;
	display: inline-block;
	margin-right: 20px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.fs-icons a:hover i {
	color: #fff;
	background: #41a088;
	border-color: #41a088;
}

.fs-icons a:hover {
	color: #41a088;
}

.fs-icons li {
	width: 100%;
}

.fs-icons li+li {
	margin-top: 10px;
}

.footer-column h3 {
	color: #ffffff;
	font-size: 15px;
	margin: 0 0 30px 0;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-column-03 li:last-child {
	display: flex;
	line-height: 1.5;
}

.footer-column-03 li a {
	display: flex;
	padding: 10.5px 0;
}



.footer-column-03 li a .icons,
.footer-column-03 li:last-child .icons {
	margin-right: 12px;
}

.footer-column li a {
	color: #ffffff;
	text-transform: capitalize;
}

.footer-block-2 {
	padding: 13px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-block-2 ul {
	display: flex;
	margin: 0 0 0 auto;
}

.footer-block-2 p,
.footer-block-2 li a {
	color: #fff;
	margin: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 100;
}

.footer-block-2 li {
	padding: 0 13px;
	line-height: 1;
	border-right: 1px solid #fff;
}

.footer-block-2 li:last-child {
	border: none;
	padding-right: 0;
}

.footer-block-2 li a {
	font-size: 14px;
	font-weight: 100;
}

.footer-block-2 li:hover a {
	color: #41a088;
}

/* ------------------------footer End------------------------- */

.subbanner {
	padding: 70px 0;
	background: url(../images/banner-patrn.png) no-repeat,
		linear-gradient(180deg, rgba(73, 153, 129, 1) 0%, #a4e3d4 100%);
	background-size: cover;
	text-align: center;
	height: 387px;
	display: flex;
	align-items: flex-end;
}

.subbanner h1 {
	font-size: 74px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 2px 2px #227966;
}

.subbanner p {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}

.subbanner-detail {
	background: #4b5256;
	height: 145px;
}

.rev-btn {
	font-weight: 900 !important;
}

.brand-shape {
	position: relative;
	z-index: -1;
}

.brand-shape img {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
}

.sec-title {
	text-align: center;
	margin: 0 0 40px 0;
}

.sec-title h2 {
	color: #4b5256;
	text-transform: uppercase;
}

.sec-title h3 {
	margin: 0;
	line-height: 1;
	font-size: 18px;
	color: #4b5256;
	text-transform: uppercase;
}

.dots-bg {
	background: url(../images/dots-bg.png) no-repeat;
	background-position: center center;

	display: flex;

	align-items: center;
	position: relative;
}

.dots-bg .pos-img {
	position: absolute;
	right: 0;
	top: 0;
}

@-webkit-keyframes animatedBackground {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 100% 0;
	}
}

@keyframes animatedBackground {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 100% 0;
	}
}

.griditem-icecard {
	text-align: center;
	margin-top: 150px;
	position: relative;
}

.griditem-icecard::after {
	content: "";
	position: absolute;
	bottom: 1px;
	width: 86%;
	height: 2px;
	left: 7%;
}

.pink-card::after {
	background: #f17fb2;
}

.yellow-card::after {
	background: #f3d3a9;
}

.green-card::after {
	background: #67c5ad;
}

.griditem-icecard h4 {
	margin-top: 25px;
	text-transform: uppercase;
}

.griditem-icecard p {
	color: #949494;
	margin: 0 0 20px 0;
	line-height: 21px;
	font-weight: 400;
}

.griditem-icecard .btn {
	padding: 12.5px 30px;
}

.icecard__content {
	padding: 0 60px 45px 60px;
	border-radius: 39px;
	background: #fff;
}

.icecard__circle {
	width: 240px;
	height: 240px;
	margin: auto;
	border-radius: 50%;
	position: relative;
	margin-top: -50%;
	position: relative;
}

.icecard__circle img {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-bottom-right-radius: 45%;
	-webkit-border-bottom-left-radius: 45%;
	-moz-border-radius-bottomright: 45%;
	-moz-border-radius-bottomleft: 45%;
	border-bottom-right-radius: 45%;
	border-bottom-left-radius: 45%;
}

.pink-card .icecard__content {
	border: 1px solid #f17fb2;
}

.pink-card h4 {
	color: #f17fb2;
}

.pink-card .btn {
	background: #f17fb2;
}

.pink-card .btn:hover {
	background: #cc568b;
}

.pink-card .icecard__circle {
	background: #f17fb2;
}

.pink-card .icecard__circle img {
	bottom: 7px;
	-webkit-border-bottom-right-radius: 36%;
	-webkit-border-bottom-left-radius: 36%;
	-moz-border-radius-bottomright: 36%;
	-moz-border-radius-bottomleft: 36%;
	border-bottom-right-radius: 36%;
	border-bottom-left-radius: 36%;
}

.yellow-card .icecard__content {
	border: 1px solid #f3d3a9;
}

.yellow-card h4 {
	color: #f3d3a9;
}

.yellow-card .btn {
	background: #f3d3a9;
}

.yellow-card .btn:hover {
	background: #d4b183;
}

.yellow-card .icecard__circle {
	background: #f3d3a9;
}

.green-card .icecard__content {
	border: 1px solid #67c5ad;
}

.green-card h4 {
	color: #67c5ad;
}

.green-card .btn {
	background: #67c5ad;
}

.green-card .btn:hover {
	background: #49a58d;
}

.green-card .icecard__circle {
	background: #67c5ad;
}

.all-products {
	background: #c7e2e7;

	display: flex;

	align-items: center;
	position: relative;
}

.all-products .pos-img {
	position: absolute;
	left: 0;
	top: 0;
}

.title {
	margin-bottom: 35px;
}

.title h2 {
	color: #4b5256;
	font-size: 48px;
	margin: 0;
}

.woocommerce-order-received .single-page-outer {
	background: url(../../assets/images/thank-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	z-index: -2;
}

.view-all-product {
	margin-top: 35px;
	text-align: center;
}

.view-all-product .view-all-btn {
	font-size: 16px;
	color: #ffffff;
	background: #5f919a;
	font-weight: 900;
	padding: 0 4.6%;
	height: 52px;
	line-height: 52px;
}

.view-all-product .view-all-btn:hover {
	background: #67c5ad;
}

.yellow-sec {
	background-color: #f7dd5d !important;
	background: url(../images/glare-pattern.png) no-repeat;
	background-position: center center;
	background-blend-mode: screen;

	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}

.ice-icon1 {
	position: absolute;
	bottom: 6%;
	right: 6%;
}

.ice-icon2 {
	position: absolute;
	bottom: 33%;
	left: 5%;
}

.ice-icon3 {
	position: absolute;
	top: 20%;
	left: 35%;
}

.ice-icon4 {
	position: absolute;
	top: 15%;
	right: 33%;
}

.ice-icon5 {
	position: absolute;
	top: 41%;
	right: 6%;
}

.yellow-sec .pos-img {
	position: absolute;
	left: 0;
	top: 0;
}

.yellow-sec h2 {
	margin: 0;
	color: #4b5256;
	font-size: 21px;
	text-transform: uppercase;
}

.yellow-sec h3 {
	margin: 0 -15px 0 0;
	font-size: 220px;
	line-height: 160px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 8px 0 #b79f29;
	text-align: right;
	letter-spacing: -2px;
}

.yellow-sec p {
	margin: 50px 0 0 0;
	font-size: 16px;
	color: #4b5256;
	font-weight: 500;
}

.yellow-sec .btn {
	color: #000000;
	background: #ffffff;
	font-weight: bold;
	margin: 90px 0 0 0;
}

.yellow-sec .btn:hover {
	color: #ffffff;
	background: #67c5ad;
}

.yellow-delivery {
	display: flex;
	position: relative;
	margin-top: -170px;
}

.yellow-delivery {
	position: relative;
}

.yellow-delivery .pos {
	position: absolute;
}

.insta-sec {
	display: flex;

	align-items: center;
	position: relative;
	overflow: hidden;
}

.insta-sec .pos-img {
	position: absolute;
	right: -20px;
	top: -43px;
}

.get-soc {
	display: flex;
	width: 100%;
}

.get-soc ul {
	display: flex;

	flex-wrap: wrap;
	row-gap: 15px;

	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.get-soc li {
	width: 15.7%;
	overflow: hidden;
}

.get-soc li a,
.get-soc li img {
	border-radius: 12px;
}

.get-soc li:nth-child(3) {
	width: 33.5%;
}

.get-soc .item {
	display: inline-block;
}

.get-soc .item+.item {
	margin: 10px 0 0 0;
}

.get-soc h3 {
	font-size: 16px;
	margin: 35px auto 0 auto;

	display: flex;
	line-height: 1;

	align-items: center;

	justify-content: center;
	text-transform: uppercase;
}

.get-soc h3 a {
	display: flex;
	color: #000000;
	font-weight: 400;
}

.get-soc h3:hover a {
	color: #41a088;
}

.get-soc h3 i {
	margin-right: 7px;
}

.get-soc img {
	width: 100%;
	border-radius: 12px;
}

.contact-map {
	height: 700px;
}

.contact-page-form {
	padding: 120px 0;
	position: relative;
}

.contact-page-form::after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #f9f9f9;
	z-index: -1;
}

.contact-page-form .wrap {
	display: flex;

	flex-wrap: wrap;
}

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

.brands-section {
	position: relative;
}

.brands-section .link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.brands-section img {
	width: 100%;
}

.brands-section .pos-image {
	width: 100%;
	position: absolute;
}

.brands-section .btn {
	position: absolute;
	bottom: 15%;
	margin: auto;
	left: 50%;
	text-transform: uppercase;
	transform: translateX(-50%);
	font-weight: 500;
}

.brands-section .btn-pink {
	background: #f17fb2;
}

.brands-section .btn-pink:hover {
	background: #d74989;
}

.brands-section .btn-green {
	background: #41a088;
	bottom: 5%;
}

.brands-section .btn-green:hover {
	background: #2ee4b6;
}

.brands-section .btn-yellow {
	background: #ecb93e;
}

.brands-section .btn-yellow:hover {
	background: #bd8f21;
}

/* .brands-section::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background: url(../images/shape-blue.png) no-repeat;
} */

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

.search-result {
	min-height: 420px;
	padding: 100px 0 150px 0;
}

.search-result-inner {
	width: 100%;
	margin: auto;
	max-width: 540px;
	text-align: center;
}

.search-result .asl_w {
	border: 1px solid #ddd !important;
	border-radius: 30px;
	max-width: 400px;
	margin: 0 auto !important;
	box-shadow: none !important;
}

.search-result .search-page {
	margin-top: 20px;
}

.search-result .search-page p {
	font-size: 14px;
	color: #8b8b8b;
	line-height: 20px;
}

.asl_w div.asl_w .probox {
	box-shadow: none !important;
}

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

.error-404 {
	padding: 80px 120px 200px 120px;
}

.error-404 h1 {
	margin-bottom: 15px;
	font-weight: bold;
}

.error-404 ul {
	margin-left: 30px;
}

.error-404 ul {
	padding-left: 0;
}

.error-404 ul li {
	list-style: disc;
	font-size: 15px;
	margin-bottom: 0;
}

.error-404 ul li+li {
	margin-top: 7px;
}

.error-404 h3 {
	margin: 40px 0 25px 0;
}

.error-404 .btn-primary {
	margin-top: 40px;
}

.swiper-slide {
	overflow: hidden;
}

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



@media only screen and (min-width: 1025px) {
	.abt-section1 .image-side img {
		border-radius: 25px;
	}

	body,
	html {
		height: 100%;
	}

	.home .swiper-container,
	.home .swiper-wrapper,
	.home .swiper-slide {
		width: 100%;
		height: 100%;
	}

	body:not(#a1) .header .site-logo {
		width: 75px;
		height: 75px;
		/* background: #4b5256; */
		padding: 0 5px 5px 5px;
		-webkit-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
		top: 20px;
	}

	.header .site-logo,
	body#main-body .header .site-logo {
		width: 120px;
		height: 138px;
		background: transparent;
		margin: 0;
	}

	body:not(#a1) .header {
		background: #4b5256;
		padding: 12px 0 12px 0;
	}

	body#main-body .header {
		background: transparent;
		padding: 26px 0 22px 0;
	}

	body:not(#main-body) .header .site-logo {
		top: -1px;
	}

	body#a1 .header .site-logo {
		top: 20px;
	}

	body#main-body .header-sticky {
		background: #4b5256;
		padding: 12px 0 12px 0;
	}



	body#main-body .header-sticky .site-logo {
		top: -1px;
	}

	/* body:not(#a1) .header::after {
		opacity: 0;
	}
	body#main-body .header::after {
		opacity: 1;
	} */
	/* body:not(#a1) .menu-icon span {
		background: #ffffff;
	} */
	/* body:not(#a1) .header::after,
	body:not(#a1) .header::before {
		width: 50%;
	} */

	.pos-van {
		left: -56%;
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	.swiper-slide-next .pos-van {
		left: 0;
	}

	.pos-man {
		bottom: -56%;
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	.swiper-slide-next .pos-man {
		bottom: 0;
	}

	.animate-it {
		opacity: 0;
	}

	.home .animate-it {
		opacity: 1;
	}

	.animate-it.animated {
		opacity: 1;
	}
}



@media only screen and (min-width: 1200px) {

	.header .site-logo,
	body#main-body .header .site-logo {
		width: 148px;
		background: transparent;
		margin: 0;
	}

	body#main-body .header-sticky .site-logo {
		top: 0;
	}
}

@media only screen and (min-width: 1441px) {

	.header .site-logo,
	body#main-body .header .site-logo {
		width: 168px;
		height: 138px;
		background: transparent;
		margin: 0;
	}

	body#main-body .header-sticky .site-logo {
		top: 0;
	}
}


/* ----------------------contact page----------------------- */

.contact_page .contact-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 65px 40px;
	background-color: #ffffff;
	border: 1px solid #c1e298;
	-webkit-border-radius: 39px;
	-moz-border-radius: 39px;
	border-radius: 39px;
}

.contact_page .left_section {
	width: 47%;
}

.contact_page .right_section {
	width: 48%;
}

.contact_page .right_section h2 {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 18px;
}

.contact_page .sec {
	padding: 85px 0;
	border-bottom: 1px solid #cbcbcb;
}

.contact_page .sec:first-child {
	padding-top: 0;
}

.contact_page .sec:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.contact_page h3 {
	/* color: #151515; */
	font-size: 24px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.contact_page .right_section h3 {
	color: #8a8a8a;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 50px 0;
}

.contact_page h4 {
	color: #000000;
	font-size: 16px;
	margin-bottom: 50px;
	font-weight: 400;
}

.contact_page p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 21px;
	color: #696969;
	font-weight: 500;
}

.contact_page .contact a {
	color: #d0232a;
	text-decoration: underline;
}

.contact_page .phone,
.contact_page .contact {
	color: #000000;
	font-size: 20px;
}

.contact_page .phone {
	margin-bottom: 40px;
}

.contact_page .btn {
	margin-top: 30px;
}

.contact_page form ul {
	margin-top: 50px;
}

.contact_page form ul li {
	margin-bottom: 15px;
}

.contact_page .text-box {
	width: 100%;
	border: 1px solid #f0f0f0;
	border-radius: 15px;
	height: 55px;
	color: #9e9e9e;
	font-size: 18px;
	padding-left: 30px;
	font-weight: 300;
}

.contact_page textarea.text-box {
	padding-top: 30px;
}

.contact_page .submit {
	background: #41a088;
	height: 52px;
	font-size: 16px;
	border: none;
	width: 130px;
	color: #ffffff;
	border-radius: 15px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.special_offer {
	background-image: url(../images/specila_off_bg.jpg);
	width: 100%;
	padding: 65px 0 65px 80px;
	border-radius: 25px;
	background-size: cover;
	background-position: center;
}

.offer_contents {
	max-width: 380px;
}

.offer_contents h2 {
	font-size: 48px;
	line-height: 42px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -2px;
}

.special_offer .btn {
	background-color: #4b5256;
	padding: 0px 35px;
	height: 55px;
	line-height: 55px;
	margin-top: 30px;
}

.offer_sec {
	padding: 90px 0;
}

.faq-section {
	padding: 80px 0 0 0;
}

.faq-section h3 {
	color: #151515;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 25px 0;
	line-height: 30px;
}

.faq-section .link {
	color: #41a088;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: underline;
	display: block;
	margin-bottom: 20px;
}

.faq-section .link:last-child {
	margin-bottom: 0;
}

.where-is-order .container {
	border-top: 1px solid #e3e3e3;
	padding-top: 85px;
}

.where-is-order h3 {
	font-size: 24px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.where-is-order .content {
	max-width: 57%;
}

.where-is-order .content p {
	margin: 0;
}

.where-is-order .content .btn {
	margin-top: 40px;
}

/* --------------accodion--------------- */

.accordion-item:last-child {
	border: none;
}

.accordion-container {
	max-width: 69%;
}

.accordion-item>a.active {
	width: 10px;
	height: 2px;
	background-color: #3399cc;
}

.accordion-content {
	display: none;
	padding-right: 170px;
}

.accordion-content p {
	margin: 15px 0 0 0;
	color: #696969;
	font-size: 15px;
}

.accordion-title {
	font-size: 15px;
	position: relative;
	padding-right: 40px;
	width: 100%;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	color: #151515;
	align-items: center;
}

.accordion-title i {
	margin-left: auto;
	position: absolute;
	right: 9px;
	top: 9px;
}

.accordion-title .icon-plus,
.accordion-title .icon-minus {
	width: 20px;
	height: 4px;
	background-color: #8a8a8a;
}

.accordion-title .icon-plus::after {
	content: "";
	position: absolute;
	right: calc(50% - 2px);
	height: 20px;
	width: 4px;
	background-color: #8a8a8a;
	top: calc(50% - 10px);
}

.accordion-title .number-span {
	position: absolute;
	left: 0;
	top: 0;
}

.accordion-item {
	padding: 44px 0;
	border-bottom: solid 1px #e3e3e3;
}

/* --------------accodion end--------------- */

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

.nf-form-wrap {
	width: 100%;
}

.nf-form-content nf-fields-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nf-form-content nf-field {
	display: block;
	width: 100%;
}

.nf-field-element input,
.nf-field-element select {
	height: 52px !important;
}

.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
	margin: 0;
	font-size: 15px;
	padding-left: 20px;
	vertical-align: inherit;
	border-radius: 15px;
	font-weight: 400;
	border: 1px solid #e3e3e3;
}

.nf-field-element textarea {
	height: 214px !important;
	padding-top: 20px;
}

.nf-response-msg {
	color: #4f8a10;
	background-color: #dff2bf;
	margin: 0 0 20px 0;
	border-radius: 6px;
}

.nf-response-msg p {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

.nf-error-field-errors {
	color: #d8000c;
	background-color: #ffbaba;
}

.nf-response-msg,
.nf-error-field-errors {
	border: 0;
	padding: 8px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	margin-top: 20px;
}

.nf-after-field .nf-error-msg {
	margin-right: 0 !important;
	position: absolute;
	top: -20px;
	font-size: 12px;
	right: 0;
}

.nf-form-fields-required,
.nf-error-required-error {
	display: none;
}

.nf-form-content nf-fields-wrap {
	row-gap: 20px;
}

#ninja_forms_required_items,
.nf-field-container {
	margin: 0 !important;
}

.nf-form-content input[type="button"] {
	border: none;
	height: 52px;
	padding: 0;
	width: 139px !important;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background-color: #41a088;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.nf-form-content input[type="button"]:hover {
	background-color: #51bba0;
}

.label-above .nf-field-label {
	display: none;
}

/* ----------------who we are---------------- */

.abt-section1 {
	padding: 0 0 85px 0;
}

.abt-section1 .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.abt-section1 .contnet-side,
.abt-section1 .image-side {
	width: 50%;
}

.abt-section1 .image-side img {
	border-radius: 49px;
}

.abt-section1 .contnet-side {
	padding-left: 105px;
}

.abt-section1 .contnet-side h2 {
	color: #4b5256;
	line-height: 1;
	margin: 25px 0 30px 0;
}

.abt-section1 .contnet-side p {
	font-size: 15px;
	color: #010101;
}

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

.mission-vission {
	display: flex;
	flex-wrap: wrap;
	min-height: 750px;
}

.mission-vission>* {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mission-vission .inner-div {
	max-width: 440px;
}

.mission-vission h2 {
	margin: 12px 0 30px 0;
	color: #000000;
}

.mission-vission h2,
.our_values_inner h2,
.abt-section1 .contnet-side h2 {
	font-size: 48px;
}

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

.our_values {
	padding: 110px 0 0 0;
	text-align: center;
}

.our_values_inner {
	margin: auto;
	max-width: 592px;
}

.our_values_inner h2 {
	font-weight: bold;
	margin: 20px 0 30px 0;
	text-transform: uppercase;
}

/* ----------------who we are End---------------- */

.page-template-page-giftcard .subbanner {
	height: auto;
	padding-top: 170px;
	background-size: 100% auto;
	flex-wrap: wrap;
	height: 627px;
}

.page-template-page-giftcard .subbanner .wrap {
	position: relative;
	z-index: 2;
}

.page-template-page-giftcard .brand-shape {
	background-color: #fef2f0;
	z-index: 1;
}

.purchase-btn {
	width: 100%;
	margin-top: 69px;
	background: #fef2f0;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.terms .inner-div {
	padding: 80px 60px;
	border: 1px solid #e0e1e2;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.terms .inner-div li+li {
	margin-top: 30px;
}

.terms img {
	margin: 0 0 15px 0;
}

.page-template-page-giftcard .site-main {
	padding-top: 0;
}

div[id*="ajaxsearchliteres"].wpdreams_asl_results .results div.asl_image {
	width: 44px !important;
	height: 44px !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
	font-size: 12px !important;
	line-height: 17px !important;
}

/* ------------------sk----------------- */

.hdr-share li{ margin-top: 0 !important;     margin-left: 7px !important;}



.form-outer li input{ width: 100%;}
.form-outer li input[type=text], .form-outer li input[type=password],.form-outer li input[type=url], .form-outer li input[type=number], .form-outer li input[type=email], .form-outer li input[type=number], .form-outer li input[type=tel] { 
	height: 45px; width: 100%;
	font-family: "cera";
	font-size: 13px;
	padding: 0px 10px;
	border: solid 1px #ccc; 
	border-radius:10px;
}

.form-outer textarea{ width: 100%; font-family: "cera"; padding: 10px; border: solid 1px #ccc; border-radius:10px; font-size: 13px;}
.form-outer .btn-primary{margin-top: 0;}
.career-listing-section-inner { padding-top: 45px; padding-bottom: 45px;}

.career-listing-section-inner  ul li{ padding :2%; margin-bottom: 25px; border : solid 1px #ccc; width: 25%; border-radius: 15px; margin: 1%;} 
.career-listing-section-inner  ul {margin-bottom: 45px; margin-left: -1%; margin-right: -1%; display: flex; flex-wrap: wrap;}

.career-first-content h3{ font-size:20px; margin-bottom: 5px;}

.career-detail-main{ padding-top: 65px; padding-bottom: 25px;}
.career-detail-main h2{ font-size: 35px;}
.career-main-list-container{ padding-top: 25px;}
.career-main-list-container ul li{ list-style: disc; padding-bottom: 5px;}
.career-main-list-container ul { padding-left: 15px; margin-bottom: 30px;}
.career-detail-main .form-outer .career-form-main{ margin-left: -1%; margin-right: -1%; display: flex; flex-wrap: wrap; margin-bottom: 100px;}
.career-detail-main .form-outer .career-form-main li{ width: 50%; padding: 0 3% 15px 1%; padding-left: 1%; padding-right: 1%;}
.career-first-content h5{ font-size: 12px; color: #6bb4a0;}
.career-first-content{ border-bottom: solid 1px #ccc; min-height: 100px; padding-top: 25px; padding-bottom:25px;}
.career-second-content label{ margin-bottom: 0;}
.career-second-content{padding-top: 25px; padding-bottom: 5px;}
.career-apply-section{ background: #eef9fb;}

.career-apply-section .career-title{ text-align: center; margin-bottom: 25px;}
.career-apply-section .career-title p{ max-width: 800px; width: 100%; padding-left: 3%; padding-right: 3%; margin-left: auto; margin-right: auto;}
.career-form.form-outer{ max-width:900px; width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 45px;}

.footer-block-1 .wrap{ max-width: 850px;}


/* ----------------------contact page----------------------- */

@media only screen and (max-width: 1600px) {
	.dots-bg .pos-img {
		width: 46vw;
		top: -1px;
	}

	.all-products .pos-img {
		width: 39vw;
		top: -1px;
	}

	.yellow-sec .pos-img {
		width: 49vw;
		top: -1px;
	}

	.insta-sec .pos-img {
		width: 46vw;
		top: -1px;
	}

	.footer .pos-img {
		width: 41vw;
		top: -1px;
	}

	.header .wrap {
		padding: 0 4%;
	}

	.cart-login {
		width: 32%;
	}
}

@media only screen and (max-width: 1450px) {
	.abt-section1 .contnet-side {
		padding-left: 80px;
	}

	.brand-shape img {
		top: -1px;
		width: auto;
		height: 70px;
		right: 0;
	}

	.subbanner h1 {
		font-size: 60px;
	}

	.mission-vission h2,
	.our_values_inner h2,
	.abt-section1 .contnet-side h2 {
		font-size: 40px;
	}

	.mission-vission h2 {
		margin: 12px 0 20px 0;
	}

	.our_values_inner h2 {
		margin: 12px 0 20px 0;
	}

	.abt-section1 .contnet-side h2 {
		margin: 15px 0 20px 0;
	}

	.footer {
		padding: 0 0 45px 0;
	}

	.yellow-sec h3 {
		font-size: 14vw;
	}

	.footer-block-1 {
		margin: 50px 0;
	}

	.footer-column h3 {
		margin: 0 0 20px 0;
	}

	.footer-column-01 li+li,
	.footer-column-02 li+li {
		margin-top: 0;
	}

	.footer-column-03 ul {
		margin-top: 20px;
	}

	.footer-column-01 li a,
	.footer-column-02 li a {
		padding: 10.5px 0 2px 0;
	}

	/* .cart-login {
		margin-right: 7%;
	} */
	.title h2 {
		font-size: 40px;
	}

	.sec-title {
		margin-bottom: 20px;
	}

	.sec-title h2 {
		font-size: 44px;
	}

	.search-menubtn {
		margin-right: 20px;
	}

	.search-menubtn li+li {
		margin-left: 14px;
	}

	.griditem-icecard {
		margin-top: 190px;
	}

	.icecard__content {
		padding: 0 30px 25px 30px;
	}

	.accordion-item {
		padding: 32px 0;
	}

	.where-is-order .container {
		padding-top: 50px;
	}

	.faq-section {
		padding: 50px 0 0 0;
	}

	.nf-field-element input,
	.nf-field-element select,
	.nf-field-element textarea {
		font-size: 13px;
	}

	.nf-form-content nf-fields-wrap {
		row-gap: 13px;
	}

	.nf-field-element input,
	.nf-field-element select {
		height: 48px !important;
	}

	.contact_page h4 {
		margin-bottom: 30px;
	}

	.contact_page .phone {
		margin-bottom: 20px;
	}

	.nf-field-element textarea {
		height: 150px !important;
	}

	.cart-login {
		width: 32.5%;
	}

	.cart-login li.call {
		margin-right: 3%;
	}

	.cart-login li.cart {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1300px) {

	.wrap,
	.container {
		padding: 0 4%;
	}
}

@media only screen and (max-width: 1200px) {
	.cart-login {
		width: 36.5%;
	}

	.contact_page .right_section h3 {
		margin: 0 0 30px 0;
		font-size: 16px;
	}

	.contact_page h3,
	.contact_page .right_section h2 {
		font-size: 20px;
		margin: 0 0 10px 0;
	}

	.menu-icon {
		width: 34px;
		margin-top: 5px;
	}

	.menu-icon span {
		height: 2px;
	}

	.menu-icon span:nth-child(2),
	.menu-icon span:nth-child(3) {
		top: 7px;
		width: 28px;
	}

	.menu-icon span:nth-child(4) {
		top: 14px;
		width: 23px;
	}

	.hdr-share li+li:last-child {
		margin: 14px 0 0 12px;
		font-size: 12px;
	}

	.cart-login li+li {
		margin-left: 0;
	}

	.sec-title h2 {
		font-size: 30px;
		line-height: 20px;
	}

	.sec-title h3 {
		font-size: 14px;
	}

	.griditem-icecard h4 {
		font-size: 20px;
		margin: 10px 0 5px 0;
	}

	.griditem-icecard p {
		margin: 0 0 12px 0;
		font-size: 14px;
		line-height: 18px;
	}

	.pink-card .btn,
	.green-card .btn,
	.yellow-card .btn {
		padding: 0 20px;
		height: 35px;
		line-height: 36px;
		font-size: 14px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.griditem-icecard::after {
		width: 76%;
		height: 1px;
		left: 12%;
	}

	.title h2 {
		font-size: 34px;
	}

	.view-all-product .view-all-btn {
		padding: 0 3.6%;
		height: 44px;
		line-height: 44px;
	}

	.view-all-product {
		margin-top: 20px;
	}

	.yellow-sec h3 {
		margin: 0 -5px 0 0;
		line-height: 124px;
	}

	.yellow-delivery {
		width: 60%;
	}

	.icecard__content {
		border-radius: 20px;
	}

	.footer-column h3 {
		margin: 0 0 30px 0;
	}

	.footer-block-1 {
		padding: 80px 0;
	}

	.footer-logo {
		width: 180px;
		height: 180px;
	}

	.footer-block-1 {
		padding: 0;
	}

	.header .site-logo {
		top: 0;
		width: 90px;
		height: 90px;
	}

	.header-sticky .site-logo {
		top: -5px;
	}

	.accordion-content {
		padding-right: 40px;
	}

	.contact_page .contact-inner {
		padding: 35px 40px;
		border-radius: 20px;
	}

	.abt-section1 .contnet-side {
		padding-left: 46px;
	}

	.mission-vission h2,
	.our_values_inner h2,
	.abt-section1 .contnet-side h2 {
		font-size: 34px;
	}

	.abt-section1 .contnet-side h2 {
		margin: 10px 0 15px 0;
	}

	.abt-section1 .contnet-side p {
		font-size: 14px;
		line-height: 22px;
	}

	.mission-vission h2 {
		line-height: 1;
		margin: 8px 0 12px 0;
	}

	.mission-vission {
		min-height: 400px;
	}

	.mission-vission .inner-div p {
		font-size: 14px;
	}

	.mission-vission .inner-div {
		max-width: 300px;
	}

	.our_values {
		padding: 72px 0 0 0;
	}

	.our_values_inner h2 {
		margin: 8px 0 12px 0;
		line-height: 1;
	}

	.our_values_inner p {
		font-size: 14px;
	}

	.purchase-btn {
		height: 280px;
	}

	.error-404 {
		padding: 80px 80px 200px 80px;
	}

	.error-404 h1 {
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 28px;
	}

	.error-404 h4 {
		font-size: 18px;
	}

	.error-404 ul li {
		font-size: 14px;
	}

	.error-404 h3 {
		margin: 16px 0 12px 0;
		font-size: 22px;
		line-height: 23px;
	}

	.error-404 .btn-primary {
		margin-top: 17px;
		padding: 10px 18px;
	}


}

@media only screen and (max-width: 1040px) {
	.header-sticky .site-logo {
		width: 64px !important;
		height: 64px !important;
	}

	.subbanner {
		height: 280px;
		padding-bottom: 35px;
		background-position: top;
	}

	.header::before {
		width: 43.2%;
	}

	.header::after {
		width: 42.2%;
	}

	.error-404 {
		padding: 80px 40px 140px 40px;
	}

	.accordion-container,
	.where-is-order .content {
		max-width: 100%;
	}

	.ice-icon1,
	.ice-icon2,
	.ice-icon3,
	.ice-icon4,
	.ice-icon5 {
		opacity: 0.5 !important;
	}

	.cart-login {
		width: 39%;
	}

	.header {
		padding: 8px 0;
	}

	.hdr-share li a {
		font-size: 14px;
		width: 34px;
		height: 34px;
	}

	.search-btn,
	.cart-login .login a {
		width: 34px;
		height: 34px;
	}

	/* .cart-login li.call,
	.cart-login li.cart,
	.cart-login li.login,
	.cart-login li.search {
		margin-right: 0;
	} */
	.special_offer {
		padding: 50px 0 50px 50px;
	}

	.offer_contents h2 {
		font-size: 42px;
		line-height: 42px;
		color: #000;
	}

	.terms .inner-div {
		padding: 40px 30px;
		border: 1px solid #e0e1e2;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}

	.terms h4 {
		font-size: 20px;
	}

	.terms p {
		margin-bottom: 7px;
		line-height: 20px;
	}

	.terms .inner-div li+li {
		margin-top: 20px;
	}

	.where-is-order .content .btn {
		margin-top: 20px;
	}

	.first-slide::after,
	.second-slide::after,
	.third-slide::after,
	.forth-slide::after {
		display: none;
	}

	/* #rev_slider_2_1 {
		height: calc(100% + 97px) !important;
	} */

	.cart-login li.call span,
	.hdr-share li+li:last-child {
		display: none;
	}
}

@media only screen and (max-width: 860px) {




	/* body:not(.woocommerce-checkout) .default-pages .single-page-outer h2,
	body:not(.woocommerce-checkout) .default-pages .single-page-outer h3 {
		font-size: 18px;
		line-height: 16px;
	}
	body:not(.woocommerce-checkout) .default-pages .single-page-outer p {
		line-height: 17px;
		margin-bottom: 8px;
	} */
	.purchase-btn {
		margin-top: 10px;
	}

	.abt-section1 .contnet-side {
		padding-left: 30px;
	}

	.mission-vission .inner-div p {
		font-size: 13px;
		line-height: 19px;
	}

	.mission-vission h2 {
		margin: 6px 0 8px 0;
	}

	.our_values_inner p {
		font-size: 13px;
		line-height: 19px;
		margin: 0;
	}

	.mission-vission h2,
	.our_values_inner h2,
	.abt-section1 .contnet-side h2 {
		font-size: 28px;
	}

	.abt-section1 .contnet-side p {
		margin: 0;
		font-size: 13px;
		line-height: 19px;
	}

	.abt-section1 .contnet-side h2 {
		margin: 6px 0 10px 0;
	}

	.cart-login .cart a>strong {
		font-size: 8px;
		width: 12px;
		height: 12px;
		line-height: 12px;
		left: 0;
	}

	.cart-login li.search {
		margin-right: 3%;
	}

	.animate-it {
		opacity: 0;
	}

	.animated {
		opacity: 1;
	}

	.footer-block-1 {
		margin: 50px 0;
	}

	.footer-column h3 {
		font-size: 14px;
		margin: 0 0 15px 0;
	}

	.footer-column-02 li+li,
	.footer-column-01 li+li {
		margin-top: 0;
	}

	.footer-column li a {
		font-size: 13px;
	}

	.footer-column p {
		font-size: 13px;
	}

	.footer-column-03 ul li {
		padding: 0 7px;
	}

	.footer-column-03 {
		width: 36%;
	}

	.footer-column-04 {
		width: 24%;
	}

	.footer-column-02 {
		width: 24%;
	}

	.footer-column-01 {
		width: 16%;
	}

	.footer-column-03 ul {
		margin: 15px 0 0 0;
	}

	.newsletter-form {
		max-width: 450px;
		margin: 12px auto 0 auto;
	}

	.newsletter-form .form-control,
	.newsletter-form .newsletter-btn {
		height: 42px;
		font-size: 12px;
		border-radius: 12px;
	}

	.newsletter-form .newsletter-btn {
		width: 120px;
	}

	.newsletter-form .form-control {
		width: calc(100% - 120px);
	}

	.newsletter h2 {
		font-size: 16px;
		line-height: 21px;
	}

	.footer-logo {
		width: 130px;
		height: 130px;
		margin: -45px auto 10px auto;
	}

	.sec-title {
		margin: 0 0 20px 0;
	}

	.sec-title h2 {
		margin: 0;
		line-height: 1;
		font-size: 24px;
	}

	.sec-title h2 {
		font-size: 24px;
	}

	.insta-sec {
		padding: 100px 0 100px 0;
	}

	.get-soc h3 {
		font-size: 12px;
		margin: 10px auto 0 auto;
	}

	.yellow-sec {
		padding-top: 100px;
		background-size: contain;
	}

	.all-products {
		padding: 50px 0;
	}

	.yellow-sec h3 {
		font-size: 14vw;
		line-height: 100px;
		margin: 0 -5px 0 0;
	}

	.yellow-sec p {
		margin: 20px 0 0 0;
		font-size: 14px;
		line-height: 19px;
	}

	.yellow-sec .btn {
		margin: 30px 0 0 0;
		height: 32px;
		line-height: 32px;
		padding: 0 15px;
		font-size: 13px;
		border-radius: 10px;
	}

	.title h2 {
		line-height: 1;
		font-size: 24px;
	}

	.title {
		margin-bottom: 20px;
	}

	.view-all-product {
		margin-top: 20px;
	}

	.view-all-product .view-all-btn {
		font-size: 13px;
		height: 32px;
		line-height: 32px;
		padding: 0 15px;
		border-radius: 8px;
	}

	.dots-bg {
		padding: 50px 0 50px 0;
		-webkit-animation: animatedBackground 50s linear infinite alternate;
		animation: animatedBackground 50s linear infinite alternate;
	}

	.sec-title h3 {
		margin: 5px 0 0 0;
		font-size: 14px;
	}

	.griditem-icecard::after {
		width: 72%;
		left: 15%;
	}

	.icecard__content {
		padding: 0 20px 20px 20px;
		border-radius: 20px;
	}

	.icecard__content .btn {
		height: 36px;
		line-height: 34px;
		font-size: 13px;
		padding: 0 12px;
		border-radius: 10px;
	}

	.icecard__circle {
		width: 150px;
		height: 150px;
	}

	.griditem-icecard::after {
		height: 1px;
	}

	.griditem-icecard h4 {
		font-size: 18px;
		margin: 15px 0 10px 0;
	}

	.griditem-icecard p {
		margin: 0 0 10px 0;
		line-height: 16px;
	}

	.yellow-delivery {
		width: 65%;
		margin-top: -60px;
	}

	.header .site-logo {
		width: 100px;
	}

	.hdr-share li+li:last-child {
		margin-left: 12px;
	}

	/* .hdr-share span,
	.cart-login span {
		display: none;
	} */
	/* .cart-login li + li {
		margin-left: 10px;
	} */
	/* .cart-login {
		margin-right: 21%;
	} */
	.search-menubtn {
		margin-right: 4%;
	}

	.griditem-icecard {
		margin-top: 140px;
	}

	.header .site-logo img {
		max-width: 90%;
	}

	.header .site-logo {
		width: 80px;
		/* padding: 6px; */
		height: 80px;
	}

	.cart-login li.cart>span {
		display: none;
	}

	.owl-nav button.owl-prev {
		left: -20px;
	}

	.owl-nav button.owl-next {
		right: -20px;
	}

	.brands-section .btn {
		padding: 0 18px;
		height: 38px;
		line-height: 38px;
		border-radius: 6px;
	}
	.brands-section .btn-green{
		bottom: 33%;
	}
	.contact_page .left_section,
	.contact_page .right_section {
		width: 100%;
	}

	.contact_page .right_section {
		margin-top: 30px;
	}

	.accordion-title .icon-plus::after {
		right: calc(50% - 1px);
		height: 12px;
		width: 2px;
		top: calc(50% - 6px);
	}

	.accordion-item {
		padding: 17px 0;
	}

	.accordion-title {
		font-size: 13px;
	}

	.accordion-title .icon-plus,
	.accordion-title .icon-minus {
		width: 12px;
		height: 2px;
	}

	.faq-section h3 {
		font-size: 20px;
		margin: 0 0 8px 0;
	}

	.where-is-order h3 {
		font-size: 20px;
	}

	.abt-section1 .image-side img {
		border-radius: 32px;
	}


	#rev_slider_2_1 {
		height: 100%;
	}

	#rev_slider_2_1 {
		height: 100% !important;
	}

	.brand-shape img {
		height: auto;
	}
}

@media only screen and (max-width: 800px) {
	.dots-bg .animate-it {
		opacity: 1;
		-webkit-animation-name: fadeInUp;
		-moz-animation-name: fadeInUp;
		-o-animation-name: fadeInUp;
		animation-name: fadeInUp;
		-webkit-animation-duration: .5s;
		-moz-animation-duration: .5s;
		-o-animation-duration: .5s;
		animation-duration: .5s;
	}
/* ----------sk-- */
	.career-detail-main h2{font-size: 32px;}
	.career-detail-main h3{ font-size: 26px;}

}

@media only screen and (max-width: 767px) {
	.subbanner-detail {
		height: 80px;
	}

	.griditem-icecard::after {
		display: none;
	}

	body:not(.woocommerce-checkout) .default-pages .single-page-outer h2,
	body:not(.woocommerce-checkout) .default-pages .single-page-outer h3 {
		font-size: 18px;
		line-height: 16px;
	}

	/* body:not(.woocommerce-checkout) .default-pages .single-page-outer h2,
	body:not(.woocommerce-checkout) .default-pages .single-page-outer h3 {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 7px;
	}
	body:not(.woocommerce-checkout) .default-pages .single-page-outer p,
	body:not(.woocommerce-checkout) .default-pages .single-page-outer li {
		font-size: 12px;
	}
	body:not(.woocommerce-checkout) .default-pages .single-page-outer p {
		line-height: 15px;
		margin-bottom: 10px;
	} */
	.header #ajaxsearchlite1 .probox,
	.header div.asl_w .probox {
		height: 30px !important;
	}

	.error-404 h1 {
		font-size: 20px;
		line-height: 22px;
	}

	.error-404 h4 {
		font-size: 15px;
	}

	.error-404 h3 {
		margin: 10px 0 8px 0;
		font-size: 18px;
		line-height: 20px;
	}

	.error-404 ul {
		margin-left: 25px;
	}

	.error-404 .btn-primary {
		padding: 8px 16px;
		font-size: 12px;
		border-radius: 6px;
	}

	.header div.asl_m .probox .proinput input {
		height: 30px !important;
		font-size: 12px;
	}

	.terms p {
		font-size: 14px;
		line-height: 18px;
	}

	.where-is-order .content .btn {
		margin-top: 10px;
	}

	.terms img {
		margin: 0 0 8px 0;
	}

	.our_values_inner img,
	.mission-vission .inner-div img {
		max-width: 42px;
	}

	.abt-section1 .contnet-side img {
		max-width: 35px;
	}

	.mission-vission h2,
	.our_values_inner h2,
	.abt-section1 .contnet-side h2 {
		font-size: 20px;
	}

	.our_values {
		padding: 40px 0 0 0;
	}

	.abt-section1 {
		padding: 0 0 40px 0;
	}

	.mission-vission {
		min-height: 100%;
	}

	.mission-vission>* {
		width: 100%;
		padding: 0 3%;
		min-height: 320px;
	}

	.mission-vission .inner-div {
		max-width: 80%;
	}

	.abt-section1 .contnet-side,
	.abt-section1 .image-side {
		width: 100%;
	}

	.abt-section1 .contnet-side {
		padding: 0;
		margin-top: 30px;
	}

	.contact_page h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.contact_page h4 {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.contact_page .phone,
	.contact_page .contact {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.contact_page p {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.nf-field-element input,
	.nf-field-element select,
	.nf-field-element textarea {
		font-size: 12px;
	}

	.nf-field-element input,
	.nf-field-element select {
		height: 42px !important;
	}

	.nf-field-element input,
	.nf-field-element select,
	.nf-field-element textarea {
		padding-left: 16px;
		border-radius: 8px;
	}

	.nf-form-content nf-fields-wrap {
		row-gap: 8px;
	}

	.nf-field-element textarea {
		height: 120px !important;
	}

	.faq-section {
		padding: 30px 0 0 0;
	}

	.accordion-item {
		padding: 14px 0;
	}

	.where-is-order .container {
		padding-top: 30px;
	}

	.faq-section h3 {
		font-size: 18px;
	}

	.where-is-order h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.contact_page .contact-inner {
		padding: 20px;
		border-radius: 10px;
	}

	.contact_page .right_section {
		margin-top: 10px;
	}

	.nf-field-element textarea {
		height: 119px !important;
		min-height: 100%;
	}

	h2 {
		font-size: 20px;
	}

	p {
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 5px;
	}

	.pt-100 {
		padding-top: 50px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}

	.cart-login li.call i {
		font-size: 17px;
	}

	.header {
		padding: 5px 0;
	}

	.swiper-slide {
		width: 100%;
		float: left;
	}

	.hdr-share li a {
		font-size: 9px;
	}

	.search-btn,
	.hdr-share li a,
	.cart-login .login a {
		width: 20px;
		height: 20px;
	}

	.header::before {
		width: 40%;
	}

	.header::after {
		width: 41%;
	}

	.brands-section .btn {
		padding: 0 12px;
		height: 24px;
		line-height: 24px;
		border-radius: 6px;
		font-size: 11px;
	}

	.brands-section .btn {
		bottom: 32%;
	}

	.special_offer {
		background-position: left;
	}

	.special_offer {
		padding: 40px 0 30px 25px;
	}

	.special_offer {
		background-position: left;
	}

	.special_offer .btn {
		margin-top: 15px;
		padding: 0px 15px;
		height: 40px;
		line-height: 40px;
	}

	.offer_contents h2 {
		font-size: 30px;
		line-height: 30px;
		color: #000;
	}








	/* ----sk--------- */
	.career-first-content h3{ font-size:18px;}
	.career-listing-section-inner ul li{ padding-bottom: 15px; margin-bottom: 15px;}
	.career-detail-main .form-outer .career-form-main li{ width: 100%;}
	.career-detail-main h2 { font-size: 29px;}
	.career-detail-main h3 {font-size: 22px;}



	.career-listing-section-inner ul li{ width: 100%;}


}

@media only screen and (max-width: 640px) {
	.abt-section1 .image-side img {
		border-radius: 10px;
	}

	.header::after {
		width: 39%;
	}

	.header-sticky .site-logo {
		top: 5px !important;
		margin: 0 !important;
		width: 52px !important;
		height: 33px !important;
	}

	.header-sticky::before,
	.header-sticky::after {
		width: 50%;
	}

	.our_values {
		padding: 30px 0 0 0;
	}

	.mission-vission>* {
		min-height: 100%;
		padding: 30px 0;
		text-align: center;
	}

	.mission-vission .inner-div {
		max-width: 100%;
	}

	.nf-form-content input[type="button"] {
		width: 100px !important;
		font-size: 14px;
		height: 36px;
	}

	.contact_page p {
		margin-bottom: 7px;
		font-size: 12px;
		line-height: 15px;
	}

	.faq-section {
		padding: 20px 0 0 0;
	}

	.accordion-title {
		font-size: 12px;
		padding-right: 20px;
	}

	.accordion-title i {
		right: 5px;
		top: 6px;
	}

	.faq-section h3,
	.contact_page h3,
	.contact_page .right_section h2 {
		font-size: 16px;
	}

	.where-is-order h3 {
		font-size: 16px;
		margin-bottom: 7px;
	}

	.contact_page .right_section h3 {
		margin: 0 0 20px 0;
		font-size: 12px;
	}

	.where-is-order .content p {
		line-height: 16px;
		font-size: 12px;
	}

	.contact_page .btn {
		margin-top: 12px;
	}

	.nf-field-element input,
	.nf-field-element select {
		height: 38px !important;
	}

	.nf-field-element input,
	.nf-field-element select,
	.nf-field-element textarea {
		padding-left: 12px;
	}

	.nf-field-element textarea {
		padding-top: 12px;
	}

	.menu-icon {
		width: 24px;
		margin-top: 7px;
	}

	.menu-icon span {
		height: 2px;
	}

	.menu-icon span:nth-child(2),
	.menu-icon span:nth-child(3) {
		top: 7px;
		width: 19px;
	}

	.menu-icon span:nth-child(4) {
		top: 14px;
		width: 17px;
	}

	.search-pannel {
		top: -6px;
		width: 185px;
		right: calc(100% + 4px);
	}

	.search-expand {
		font-size: 12px;
		height: 30px;
	}

	.yellow-sec {
		padding-top: 50px;
	}

	.yellow-sec h2 {
		font-size: 16px;
		line-height: 18px;
	}

	.yellow-sec h3 {
		font-size: 13vw;
		line-height: 65px;
		margin: 0 -5px 0 0;
		text-shadow: 0 2px 0 #b79f29;
	}

	.yellow-sec p {
		margin: 10px 0 0 0;
		font-size: 13px;
		line-height: 17px;
	}

	.yellow-delivery {
		width: 62%;
		margin-top: 10px;
	}

	.footer-block-1 {
		margin: 34px 0;
	}

	.footer-column-02,
	.footer-column-03 {
		width: 55%;
	}

	.footer-column-01,
	.footer-column-04 {
		width: 45%;
	}

	.footer-column-01,
	.footer-column-02 {
		margin-top: 20px;
	}

	.owl-nav button {
		margin-top: -15px;
		width: 30px;
		height: 30px;
	}

	.owl-nav button span {
		font-size: 20px;
	}

	.owl-nav button.owl-prev {
		left: -12px;
	}

	.owl-nav button.owl-next {
		right: -12px;
	}

	.fs-icons a {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.footer-column-01 li+li,
	.footer-column-02 li+li,
	.footer-column-03 ul li+li {
		margin-top: 4px;
	}

	.footer-column-01 li a,
	.footer-column-02 li a,
	.footer-column-03 li a {
		padding: 3.5px 0;
	}

	.footer-column-03 ul li {
		padding: 0;
		width: 100%;
	}

	.footer-column-03 ul li:first-child {
		border: none;
	}

	.footer-block-2 .flx {
		justify-content: center;
		flex-direction: column-reverse;
		text-align: center;
	}

	.footer-block-2 ul {
		margin: 0 auto 10px auto;
	}

	.footer-block-2 li a {
		font-size: 12px;
	}

	.footer-block-2 li {
		padding: 0 8px;
		line-height: 5px;
	}

	.yellow-sec .btn {
		margin: 15px 0 0 0;
	}

	.footer-logo {
		width: 85px;
		height: 85px;
		padding: 8px;
		margin: 0 auto 0 auto;
		top: -35px;
	}

	.get-soc .item+.item {
		margin-top: 2px;
	}

	.griditem-icecard {
		--column: 1;
	}

	.icecard__content {
		padding: 100px 20px 20px 20px;
		border-radius: 20px;
	}

	.griditem-icecard:first-child {
		margin-top: 100px;
	}

	.griditem-icecard {
		margin-top: 100px;
	}

	.insta-sec {
		padding: 70px 0;
	}

	.menu-icon {
		width: 24px;
		margin-top: 7px;
	}

	.menu-icon span:nth-child(2),
	.menu-icon span:nth-child(3) {
		top: 7px;
		width: 19px;
	}

	.menu-icon span:nth-child(4) {
		top: 14px;
		width: 17px;
	}

	.menu-icon span {
		height: 2px;
		background: #fff;
	}

	.search-btn {
		height: 20px;
		width: 20px;
		font-size: 12px;
	}

	/* .cart-login {
		margin-right: 16%;
	} */
	/* .cart-login li + li {
		margin-left: 0;
	} */
	/* .header {
		position: fixed;
		top: 0;
		width: 100%;
		padding: 25px 0;
	} */
	.header .site-logo {
		top: 0;
	}

	.search-menubtn li+li {
		margin-left: 8px;
	}

	.header .slow {
		height: 100%;
	}

	.header .wrap {
		flex-wrap: wrap;
		text-align: center;
	}

	.logo-side {
		width: 100%;
		max-width: 150px;
		margin: auto;
	}

	.header .menu-ul {
		margin: 30px 0;
		padding: 0;
	}

	.header .menu-ul li {
		padding: 5px 0;
	}

	.nav-bar-icons {
		margin: auto;
	}

	.footer-block-2 {
		position: inherit;
	}

	.footer {
		padding: 0;
	}

	.footer-block-2 p,
	.footer-block-2 li a {
		font-size: 12px;
	}

	.footer-column h3 {
		margin: 0 0 10px 0;
	}

	.footer-column p {
		line-height: 18px;
	}

	.footer-column-03 ul {
		margin: 10px 0 0 0;
	}

	.sec-title h2,
	.title h2 {
		font-size: 20px;
	}

	.get-soc h3 {
		font-size: 10px;
	}

	.footer-column li a,
	.footer-column-03 ul li,
	.footer-column p {
		color: #d9d9d9;
	}

	.footer-column-03 ul li {
		line-height: 1;
		font-size: 12px;
	}

	.newsletter h2 span {
		width: 100%;
		display: block;
	}

	.hdr-share .mail i {
		font-size: 17px;
	}

	.cart-login .cart>strong {
		width: 14px;
		height: 14px;
		font-size: 8px;
	}

	.cart-login .cart i,
	.cart-login li.call i,
	.cart-login .login i {
		font-size: 15px;
		margin: 0;
	}

	.fs-icons i {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 11px;
		margin-right: 5px;
	}

	.fs-icons li+li {
		margin-top: 2px;
	}

	.error-404 h4 {
		font-size: 14px;
		line-height: 1.2;
	}

	.error-404 ul {
		margin-left: 20px;
	}

	.error-404 h3 {
		margin: 16px 0 10px 0;
		font-size: 18px;
		line-height: 1;
	}

	.error-404 ul li {
		font-size: 12px;
	}

	.error-404 .btn {
		margin-top: 25px;
	}

	.error-404 {
		padding: 40px 10px 80px 10px;
	}

	.footer-column-03 ul li {
		margin-bottom: 0;
	}

	.footer-column-03 li a .icons {
		margin-right: 6px;
	}

	.footer-column-03 li:last-child .icons {
		margin-right: 7px;
	}

	.terms .inner-div {
		padding: 20px 15px;
		border-radius: 10px;
	}

	.terms h4 {
		font-size: 16px;
	}

	.terms p {
		font-size: 12px;
		margin-bottom: 5px;
		line-height: 17px;
	}

	.subbanner p {
		font-size: 12px;
	}

	.page-template-page-giftcard .subbanner {
		height: auto;
		padding-top: 85px;
	}

	.purchase-btn {
		margin: 0;
	}

	.yellow-sec .btn {
		margin: 10px 0 0 0;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		padding: 0 8px;
		border-radius: 6px;
	}

	.owl-nav button i {
		font-size: 12px;
	}

	.newsletter-form .form-control,
	.newsletter-form .newsletter-btn {
		height: 38px;
		border-radius: 8px;
	}

	.msg-chat {
		right: 4%;
		bottom: 30px;
		width: 45px;
		height: 45px;
		padding: 9px;
	}
}

@media only screen and (max-width: 580px) {

	.first-slide::after,
	.second-slide::after,
	.third-slide::after,
	.forth-slide::after {
		height: 43px !important;
		bottom: 102px;
	}
}

@media only screen and (max-width: 360px) {
	.get-soc h3 {
		font-size: 8px;
		margin-top: 5px;
	}

	.footer-column-04 {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer-column-03 {
		width: 100%;
	}

	.griditem-icecard {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 360px) {
	.logo-side {
		max-width: 120px;
	}
}


