@charset "utf-8";
/***** Design By Sagar 4.3 HTML 5 *****/

/* CSS Document */

body {
	font-family: "Nunito";
	background: #fff;
	color: #1d1f23;
	font-size: 15px;
	overflow-x: hidden;
}

/* Offline Font */

@font-face {
	font-family: "Nunito";
	font-weight: 300;
	src: url('../font/Nunito-Light.ttf');
}

@font-face {
	font-family: "Nunito";
	font-weight: 400;
	src: url('../font/Nunito-Regular.ttf');
}

@font-face {
	font-family: "Nunito";
	font-weight: 700;
	src: url('../font/Nunito-Bold.ttf');
}

::-webkit-scrollbar {
	width: 6px
}

::-webkit-scrollbar-thumb {
	background: #313d4f;
	-webkit-border-radius: 0;
	border-radius: 0
}

* {
	padding: 0;
	margin: 0;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

ul, li {
	padding: 0;
	margin: 0;
}

a {
	color: #222;
	text-decoration: none !important;
}

a:hover {
	color: #16903e;
}

ul, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Nunito";
	padding: 0;
	margin: 0;
	font-weight: 500;
}

p {
	padding: 0;
	margin: 0;
}

::-moz-selection {
	text-shadow: none;
	background: #16903e;
	color: #fff;
}

::selection {
	text-shadow: none;
	background: #16903e;
	color: #fff;
}

img::selection {
	background: 0 0;
}

img::-moz-selection {
	background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */
.hide{
   -webkit-appearance: none;
}
.hide:before {
   font-family: FontAwesome;
   content: "\f0d7";
   display: inline-block;
   padding-right: 3px;
   color: #fff;
   vertical-align: middle;
   top: -8px;
    position: relative;
}

.container-custom {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.add-s img {
	width: 100% !important;
	object-fit: cover !important;
	height: 235px;
}

.glass-case * {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	padding: 0;
	margin: 0;
	border: 0;
}

.glass-case *:before, .glass-case *:after {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.glass-case {
	position: relative;
}

/*********************DISPLAY***************************/

.gc-display-area {
	position: absolute;
	overflow: hidden;
	border: 2px solid #F5F5F5;
	padding: 2px;
	background-color: #fff;
}

.gc-display-container {
	position: relative;
	overflow: hidden;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.gc-display-display {
	position: relative;
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	cursor: crosshair;
	opacity: 1;
}

/*********************LENS***************************/

.gc-lens {
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	cursor: crosshair;
	background: #CECECE;
	opacity: .5 !important;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50) !important;
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
}

/*********************ZOOM***************************/

.gc-zoom {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: auto;
	z-index: 1040 !important;
	border: 2px solid #f5f5f5;
	padding: 2px;
	background-color: #fff;
}

.gc-zoom-inner {
	cursor: crosshair;
	border: 0 !important;
	left: -2px !important;
	top: -2px !important;
	margin: 0 !important;
	z-index: 1010 !important;
}

.gc-zoom-container {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.gc-zoom-container img {
	position: relative;
	max-width: none !important;
}

/*********************CAPTION**********************/

.gc-caption-container {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 2px;
	z-index: 1050 !important;
	background-color: rgba(255, 255, 255, 0.5);
	line-height: 1.6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	font-size: 0.9em;
}

.gc-caption-container div {
	position: relative;
	padding: 0 12px 0 12px;
}

.gc-caption-intop {
	left: 0;
	top: 0;
}

.gc-caption-inbottom {
	left: 0;
	bottom: 0;
}

.gc-caption-outtop, .gc-caption-outbottom {
	width: 100%;
	width: calc(100% + 4px);
	border: 2px solid #f5f5f5;
	background: #fff;
}

.gc-caption-outtop {
	top: 0;
	left: -2px;
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

.gc-caption-outbottom {
	bottom: 0;
	left: -2px;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.gc-alignment-center {
	text-align: center;
}

.gc-alignment-left {
	text-align: left;
}

.gc-alignment-right {
	text-align: right;
}

/*********************UL***************************/

.gc-thumbs-area {
	position: absolute;
	overflow: hidden;
	background-color: transparent;
}

.gc-thumbs-area-prev, .gc-thumbs-area-next {
	position: absolute;
	z-index: 1010;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev, .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
	top: 0;
	height: 100%;
	min-height: 100%;
	width: 5%;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev, .gc-thumbs-area.gc-vt .gc-thumbs-area-next {
	left: 0;
	width: 100%;
	min-width: 100%;
	height: 5%;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
	left: 0;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
	right: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
	top: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
	bottom: 0;
}

.gc-thumbs-area-prev:hover, .gc-thumbs-area-next:hover {
	opacity: 1;
	cursor: pointer;
	cursor: hand;
}

.gc-thumbs-area-prev .gc-disabled, .gc-thumbs-area-next .gc-disabled, .gc-thumbs-area-prev .gc-disabled:hover, .gc-thumbs-area-next .gc-disabled:hover {
	opacity: .3;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	/* IE 5-7 */
	filter: alpha(opacity=30);
	/* Netscape */
	-moz-opacity: 0.3;
	/* Safari 1.x */
	-khtml-opacity: 0.3;
	cursor: default;
}

.glass-case ul {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	list-style: none;
}

.glass-case ul li {
	position: relative;
	overflow: hidden;
	width: 80px !important;
	height: 80px !important;
	border: 2px solid #f5f5f5;
	padding: 2px;
	background-color: #fff;
}

.gc-thumbs-area.gc-hz li {
	display: inline;
	float: left;
	max-width: 100%;
	max-height: 100%;
	margin-right: 5px;
}

.gc-thumbs-area.gc-vt li {
	margin-bottom: 5px;
}

.glass-case ul li .gc-li-display-container {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: inline-block;
}

.glass-case ul li:hover {
	border-color: #4f4f4f;
	cursor: pointer;
	cursor: hand;
}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover {
	border-color: #669966;
	cursor: default;
}

.glass-case ul li .gc-li-display-container img {
	position: relative;
	top: 50%;
	left: 50%;
}

/*********************OVERLAY***************************/

.gc-overlay-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483647 !important;
	background-color: rgb(204, 204, 204);
	/*the falback for ie7, ie8*/
	background-color: rgba(51, 51, 51, 0.95);
}

.gc-overlay-gcontainer {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.gc-overlay-container {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 100%;
	padding: 0;
}

.gc-overlay-container-display {
	position: absolute;
	overflow: auto;
	width: 100%;
	height: 100%;
	padding: 0;
}

.gc-ocd-top {
	top: 0;
}

.gc-ocd-bottom {
	bottom: 0;
}

.gc-overlay-fit {
	padding: 4em 5.5em 1em 5.5em;
	overflow: hidden;
}

.gc-overlay-display {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	cursor: crosshair;
}

.gc-overlay-display-center {
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.gc-overlay-display-vcenter {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gc-overlay-display-hcenter {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gc-overlay-top-icons {
	position: absolute;
	top: 0;
	padding: 1em 1.5em 1em 0;
	width: 100%;
	height: 4em;
}

.gc-overlay-left-icons {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0 1em 0 1.5em;
	height: 100%;
	width: 5.5em;
}

.gc-overlay-right-icons {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1.5em 0 1em;
	height: 100%;
	width: 5.5em;
}

/*********************ICONS***************************/

.gc-icon:before {
	line-height: 1;
}

.gc-icon {
	background-color: transparent;
	border: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	z-index: 1020;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	opacity: .7;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	height: 1em;
	width: 1em;
	line-height: 0;
	background: rgb(204, 204, 204);
	background: rgba(204, 204, 204, 0.5);
	border: 2px solid #F5F5F5;
}

.gc-icon:hover {
	opacity: 1;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
}

.gc-disabled .gc-icon:hover, .gc-disabled .gc-icon:hover, .gc-disabled .gc-icon, .gc-disabled .gc-icon {
	opacity: .3;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	/* IE 5-7 */
	filter: alpha(opacity=30);
	/* Netscape */
	-moz-opacity: 0.3;
	/* Safari 1.x */
	-khtml-opacity: 0.3;
	cursor: default;
}

/* *** ICON NEXT *** */

.gc-icon-next {
	top: 50%;
	right: 24px;
}

.gc-icon-next:before {
	position: absolute;
	top: -2px;
	right: -2px;
}

.gc-icon-next-vt {
	bottom: 0;
	left: 50%;
}

.gc-display-area .gc-icon-next {
	font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next {
	right: 0;
	font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next-vt {
	font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-next {
	position: relative;
	right: 0;
	font-size: 3em;
	background-color: transparent;
	border: none;
}

/* *** ICON PREV *** */

.gc-icon-prev {
	top: 50%;
	left: 24px;
}

.gc-display-area .gc-icon-prev {
	font-size: 20px!important;
	background-color: transparent !important;
	border: none !important;
}

.gc-display-area .gc-icon-next {
	font-size: 20px!important;
	background-color: transparent !important;
	border: none !important;
}

.gc-icon-prev-vt {
	top: 0;
	left: 50%;
}

.gc-icon-prev-vt:before {
	position: absolute;
	top: -2px;
	left: -2px;
	content: "\e083";
}

.gc-thumbs-area-prev .gc-icon-prev {
	font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
	font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-prev {
	position: relative;
	left: 0;
	font-size: 3em;
	background-color: transparent;
	border: none;
}

/* *** ICON DOWNLOAD *** */

.gc-icon-download {
	right: -2px;
	bottom: 0;
	font-size: 2em;
	overflow: hidden;
}

.gc-icon-download:before {
	position: absolute;
	top: -4px;
	left: -2px;
	content: "\e064";
}

/* *** ICON CLOSE *** */

.gc-icon-close {
	position: relative;
	font-size: 2em;
	float: right;
	background-color: transparent !important;
	border: none !important;
	margin-top: 10px;
}

.gc-icon-enlarge {
	position: relative;
	float: right;
	margin-right: 0.25em;
	font-size: 2em;
	background-color: transparent;
	border: none;
}

.gc-icon-compress {
	position: relative;
	float: right;
	margin-right: 0.25em;
	font-size: 2em;
}

.gc-icon-compress:before {
	position: absolute;
	content: '\e053';
	top: -2px;
	right: -2px;
}

/*********************LOADING***************************/

.gc-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 31px;
	height: 31px;
	margin-left: -15px;
	margin-top: -15px;
	background-image: url(../images/loader.gif);
}

.gc-loading3 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 0.25em;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(102, 153, 102, 0.2);
	border-right: 1.1em solid rgba(102, 153, 102, 0.2);
	border-bottom: 1.1em solid rgba(102, 153, 102, 0.2);
	border-left: 1.1em solid #669966;
	-webkit-animation: loadGC 1.1s infinite linear;
	animation: loadGC 1.1s infinite linear;
}

.gc-loading3, .gc-loading3:after {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

@-webkit-keyframes loadGC {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loadGC {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*********************GENERAL***************************/

.gc-hide {
	display: none;
	z-index: 0;
	opacity: 0;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0;
	/* Safari 1.x */
	-khtml-opacity: 0;
}

.gc-noscroll {
	overflow: hidden;
}

.gc-start {
	display: none;
	z-index: 0;
	opacity: 0;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0;
	/* Safari 1.x */
	-khtml-opacity: 0;
}

/* #region Cart */
.cart-section{

	padding: 15px 30px;
	text-align: center;
}
.cart-section strong{
	display: block;
	margin-top: 8px;
} 
.sidenav {
	height: 100%;
	width: 0px;
	position: fixed;
	z-index: 99999999;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	color: #444;
	box-shadow: 0px -6px 20px 0px #888888;
	border-radius: 10px 0px 0px 10px;
}

.sidenav a {
	text-decoration: none;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #00510a;
}

.sidenav .closebtn {
	position: absolute;
    top: 11px;
    left: 19px;
    font-size: 26px;
    z-index: 9999999;
}

/* #endregion Cart */

/* #region Header */

.social-icons4 {
	padding-right: 39px;
}

.emnail-s {
	color: #555;
}

.social-icons4 ul {
	display: flex;
	justify-content: flex-end;
	margin-top: 6px;
}

.social-icons4 i {
	padding-right: 4px;
}

.social-icons4 {
	font-size: 13px;
}

.social-icons4 li {
	margin-left: 16px;
}

.social-icons3 {
	display: inline-block;
	background-color: #fff;
	text-align: center;
	border-radius: 100px;
	padding: 2px !important;
	color: #222;
}

.logo-s img {
	padding-top: 7px;
}

.shiptxt {
	color: #48535d;
	font-size: 14px;
	font-weight: 500;
	padding-top: 5px;
}

.shiptxt a {
	color: #ff1616;
	font-weight: 700;
}

.form-page {
	border-radius: 5px 5px 5px 5px !important;
	padding-left: 18px;
	height: 43px;
	margin-top: 15px;
	outline: none !important;
	box-shadow: none !important;
	background-image: linear-gradient(#f0efef, white, #f0efef);
	border: 1px solid #f0efef;
}

.darkHeader .top-nav {
	margin-top: 10px !important;
}

.top-nav {
	 background: #df0000;
	margin-top: 15px;
	border-top: 1px solid #dcdbdb;
}

.form-page:focus {
	border: 1px solid #86bc42;
}

form {
	position: relative;
	display: flex;
}

.serach i {
	padding-right: 5px;
}

.serach button {
	position: absolute;
	top: 18px;
	right: 3px;
	border: none;
	color: #232121;
	padding: 8px 18px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px !important;
	color: #ffffff;
	background: #7d7d7d;
}

.welcome span {
	color: #000;
	font-weight: 600;
}

.sign-p svg {
	width: 29px;
	margin-top: 16px;
}

.bags {
	position: absolute;
	background-color: #c3e000;
	font-size: 11px !important;
	border-radius: 100px;
	width: 18px;
	height: 18px;
	text-align: center;
	margin: 0px;
	padding-left: 0px !important;
	color: #fff;
	top: 13px;
	padding-top: 2px;
}

.addcart {
	padding-top: 5px !important;
	display: flex;
	text-align: left;
	padding-right: 0px !important;
}

.sign-p {
	padding-top: 6px !important;
	display: flex;
	text-align: left;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.whats {
	margin-right: 12px;
	padding-top: 11px;
}

.whatstet {
	padding-top: 6px;
}

.number {
	width: 100%;
	font-weight: 700;
	color: #828282;
	font-size: 16px;
	display: block;
	line-height: 23px;
}

.username {
	width: 100%;
	font-weight: 600;
	color: #000;
	font-size: 14px;
	display: block;
	line-height: 17px;
}

.nnumbercall {
	color: #7a7a7d;
	font-size: 13px;
}

/*** header ***/

.header ul li {
	display: inline-block;
	float: none;
	margin: 0px;
}

.header li a {
	padding: 15px 20px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	transition: .3s linear;
	font-weight: 500;
	border-radius: 0px;
}

.menu-btn {
	padding-left: 3px !important;
	font-size: 18px !important;
	position: relative;
	top: 2px;
}
.arrow{
	position: relative;
}
.arrow::before{
	content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    background-color: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: 0;
    left: 40%;
	display: none;
}
.sub:hover .arrow::before{
	display: block;
}
.meg:hover .arrow::before{
	display: block;
	animation: fadeInDown .5s forwards;
}

.header li a:hover {
	color: #ffe400;
}

.hide {
	display: none;
}
.fullmenu{ height:166sspx; overflow-x:scroll;}
.fullmenu ul{box-shadow:none!important;}
.fullmenu ul li{ line-height:18px !important;}
.header ul ul {
	position: absolute;
	display: none;
	z-index: 9999;
	box-shadow: 0px -2px 22px 3px rgba(136, 136, 136, .27);
}

.dropdoqwn li {
	display: block !important;
	float: none;
}

.dropdoqwn2 {
	left: 100%;
	margin-left: 0px;
	margin-right: .1rem;
	margin-top: -36px;
	min-width: 160px;
	       animation: fadeInLeft .5s forwards;
}

.dropdoqwn li a {
	display: block !important;
	background-color: #fff;
	font-size: 14px;
	    border-bottom: 1px solid #f1eded;
		border-left: 3px solid #fff;
	padding: 7px 15px;
	min-width: 220px;
	font-weight: 400;
	text-align: left;
	border-radius: 0px;
	color: #333;
	text-transform: capitalize !important;
}

.dropdoqwn li a:hover {
	background-color: #fff;
	font-size: 14px;
	color: #df0000;
	    border-left: 3px solid #df0000;
}

.readmore_b {
	color: #00510a !important;
	background-color: #b9f7c1 !important;
	display: table !important;
	margin-left: auto;
	margin-right: auto;
	padding: 7px 14px 7px 14px !important;
	border-radius: 4px !important;
	font-size: 14px !important;
	text-transform: capitalize!important;
	border: 1px solid #87f785;
	margin-top: 32px;
}

.catrgory {
	background: url(../images/category.jpg);
	border-radius: 0px;
	height: 380px;
	background-size: auto;
	color: #fff;
	text-align: center;
}

.catrgory span {
	margin-top: 28%;
	display: block;
}

.catrgory h3 {
	font-size: 24px;
	font-weight: 900;
}

.catrgory a {
	background-color: #084519;
	display: table !important;
	margin: 50px auto;
	padding: 10px 18px !important;
	color: #fff !important;
}

.headerlist {
	padding: 10px 30px;
}

.myheaderlist ul {
	overflow-x: scroll;
}

.megmenupart {
	position: absolute;
	width: 100%;
	display: none;
	left: 0px;
	right: 0;
	z-index: 9999 !important;
	margin: 0px auto;
	transition: 1s ease-in-out;
	animation: fadeInDown .5s forwards;
	box-shadow: 0px 7px 15px -6px #888888;
}

.megamenu li {
	display: block;
	width: 100%;
}

.megamenu li a {
	padding: 4px 0px;
	text-transform: capitalize;
	color: #555;
}

.megamenu li a:hover {
	color: #86bc42;
	background: #fff !important;
}

.megamenu strong {
	width: 100%;
	display: block;
	padding-top: 30px;
	font-weight: 700;
	border-bottom: 1px dashed #e4e4e4;
	padding: 10px 0px;
	margin-bottom: 5px;
	color: #171717;
	font-size: 16px;
	text-transform: uppercase;
}

.megamenu i {
	padding-right: 3px;
}

.megmenupart ul {
	position: inherit !important;
	display: block !important;
}

.megamenu {
	background-color: #fff;
	color: #444;
	border-radius: 0px;
	min-height: 350px;
	padding: 0px 30px;
}

#nav:checked~.header {
	display: block;
	transform: translateX(0);
	transition: all 0.3s ease-out;
}

.dropdoqwn i {
	float: right;
	padding-top: 4px;
}

.logo-center img {
	position: absolute;
	margin: 0 auto;
	display: block;
	left: -25px;
	right: 0;
	top: 7px;
	z-index: 999999;
	width: 108px;
}

.logo-part {
	float: left;
	padding: 14px 20px 5px 27px;
}

.darkHeader {
	position: fixed !important;
	top: 0 !important;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 99999;
	background-color: #fff;
	animation: fadeInDown .5s forwards;
}

#sub:checked~.dropdoqwn {
	display: block;
}

#sub:checked~.dropdoqwn2 {
	display: block;
}
#sub:checked~.megmenupart {
	display: block;
}

/* #endregion Header */

.freedilivery {
	color: #666a8a;
	border-bottom: 1px solid #b9bcbf;
	padding-bottom: 20px;
}

.freedilivery2 {
	color: #666a8a;
	border-bottom: none !important;
	padding-bottom: 20px;
	background: #f6ffea;
	box-shadow: 0 3px 22px 10px rgb(136 136 136 / 19%);
}

.freedilivery i {
	font-size: 40px;
	color: #7d7d7d;
}

.freedilivery strong {
	font-size: 20px;
}

.borderleft {
	border-left: 1px solid #b9bcbf;
	padding-left: 20px;
}

.pagetop {
	margin-top: 0px !important;
    padding: 20px 15px !important;
    background-color: #f6ffea;
	border-bottom: 1px solid #e8e8e8;
}
.cartproduct strong{
	color: #25642d;
}
.pagetop img{
	border-radius: 100px;
}
.sizes{
	display: block;
    font-size: 13px;
    margin-top: 6px;
    color: #888;
    padding-bottom: 3px;
}

.cartproduct a {
	color: #333;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.shoppingbutton {
	background: #00510a;
	width: 100%;
	display: block;
	text-align: center;
	padding: 8px;
}

.shoppingbutton a {
	font-size: 16px !important;
	color: #fff;
}

.viewcartbutton {
	background: #f3d502;
	text-align: center;
	padding: 8px 10px;
}

.viewcartbutton a {
	font-size: 16px !important;
	color: #000;
}

.deals {
	text-align: center;
	display: block;
}

.deals h2 {
	font-size: 18px;
	font-weight: 600;
	padding-top: 60px;
	padding-bottom: 7px;
}

.deals h1 {
	color: #df0000;
}

.deals h4 {
	font-size: 18px;
	font-weight: 600;
	padding-top: 60px;
	padding-bottom: 7px;
}

.deals h5 {
	color: #df0000;
	font-size: 28px;
}

.deals span {
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.omg {
	color: #e30047 !important;
}

.deal-b {
	display: block;
	border: 2px dashed #c0df6a;
	border-radius: 100px;
	padding: 8px;
	margin-top: 7px;
}

.deal-b h3 {
	background: #c3e000;
	padding: 20px;
	color: #fff;
	font-size: 17px;
	border-radius: 100px;
	text-transform: uppercase;
	font-weight: 600;
}

.onepart {
	background-color: #fff;
	box-shadow: 0 3px 22px 10px rgb(136 136 136 / 19%);
	margin-top: 40px;
	margin-bottom: 40px;
	transition: .4s linear;
	padding: 20px;
}

.onepart img {
	width: 100%;
	object-fit: contain;
	height: 250px;
}

.headingname5 {
	text-decoration: none!important;
	display: block;
	text-align: center;
	width: 100%;
	color: #252a3f!important;
	padding: 15px 10px 0px;
	font-size: 16px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.star {
	width: 100%;
	text-align: center;
	color: #FC0;
}

.price {
	color: #000;
	line-height: 50px;
}

.price span {
	color: #b3b9c3;
	text-decoration: line-through;
}

.readmore {
	text-align: center;
	margin-top: -5px;
	margin-bottom: -30px;
	position: relative;
	top: 14px;
}

.readmore a {
	background-color: #fff;
	box-shadow: 0 3px 29px 9px rgb(136 136 136 / 31%);
	padding: 12px 14px 22px 32px 0;
	border-radius: 100px;
	font-size: 16px;
	color: var(--secondary);
	font-weight: 500;
	padding: 13px 5px 11px 26px !important;
	text-decoration: none;
	border: 2 px solid #fff;
	transition: .4s linear;
}

.readmore i {
	background-color: #e60000;
	color: #fff;
	padding: 8px 0 0 0;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 19px;
	margin-left: 6px;
	text-align: center;
}

.readmore a:hover {
	background-color: #232121;
	color: #fff;
}

.readmoreindex {
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-top: 40px;
}

.readmoreindex a {
	text-decoration: none;
	border-bottom: 1px solid #df0000;
	line-height: 30px;
	padding: 10px;
}

.aboutpart {
	padding: 0px 0px 0px 20px !important;
	display: block;
}

.aboutpart span {
	font-weight: bold;
}

.aboutpart h6 {
	font-size: 30px;
	font-weight: bold;
	color: #df0000;
}

.aboutpart a {
	text-decoration: none;
	border-bottom: 1px solid #e60000;
	line-height: 30px;
	padding: 10px;
}

.footer-section {
	background-color: #000000;
	padding: 3rem 0rem 0rem;
	color: #fff;
}

.footer-section h4 {
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid #df0000;
	padding-bottom: 8px;
	margin-bottom: 16px;
}

.footer-section ul li a {
	display: block;
	color: #fff;
	padding: 2px 0px;
	font-weight: 300;
}

.footer-section ul li a:hover {
	color: #e60000;
}

.footerlogo {
	margin: 0 auto;
	display: block;
}

.footer a {
	color: #fff;
}

.cookies {
	text-align: center;
	line-height: 26px;
	padding: 20px 50px;
	color: #767676;
}

.cookies a {
	text-align: center;
	color: #767676;
}

ul.social-network {
	top: 26px !important;
}

ul.social-network li {
	display: inline;
	margin: 0 5px;
	float: left;
}

.social-circle li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	outline: 0 !important;
	cursor: pointer;
	color: #333;
	border: none;
	margin-right: 0px;
	border-radius: 50%;
	border: 2px solid #636a75;
	font-size: 19px;
	padding: 6px !important;
	text-align: center;
	transition: .3s linear;
}

.icoFacebook:hover {
	background: linear-gradient(145deg, #4268b3, #2c71f9);
	color: #fff !important;
	transform: rotate(360deg);
}

.insta:hover {
	background: linear-gradient(145deg, #d22c98, #f186b4);
	color: #fff !important;
	transform: rotate(360deg);
}

.icoTwitter:hover {
	background: linear-gradient(145deg, #43bceb, #6ccbf0);
	color: #fff !important;
	transform: rotate(360deg);
}

.icoLinkedin:hover {
	background: linear-gradient(145deg, #0177b5, #449ece);
	color: #fff !important;
	transform: rotate(360deg);
}

.youtube:hover {
	background: linear-gradient(145deg, #e42b33, #f25f65);
	color: #fff !important;
	transform: rotate(360deg);
}

.mobilefixed {
	position: fixed;
	background-color: #fff;
	width: 100%;
	bottom: 0;
	color: #fff;
	display: flex;
	text-align: center;
	z-index: 99999!important;
	box-shadow: -8px 2px 21px 0 rgba(136, 136, 136, .4);
	border-radius: 10px 10px 0 0
}

.mobilefixed ul {
	width: 100%
}

.mobilefixed li {
	display: inline-block;
	width: 19%;
	margin-bottom: -11px
}

.mobilefixed li a {
	color: #000 !important;
	padding: 10px 15px 0 15px;
	font-weight: 400;
	font-size: 13px;
	display: inline-block
}

.google {
	padding-top: 20px
}

.mobilefixed img {
	width: 22px;
	margin: 0 auto
}

.home-cions {
	background-color: #fff;
	border-radius: 100px;
	padding: 15px!important;
	height: 50px!important;
	position: relative;
	top: -26px;
	box-shadow: 0 0 9px 0 #a0a0a0
}

.home-cions img {
	width: 24px;
	margin-top: -3px
}

.mobilefixed span {
	width: 100%;
	display: block;
	font-size: 12px
}

/*** breadcrumbs ***/

.breadcrumbsbg {
	background-image: linear-gradient(#f0efef, white, #f0efef);
	border-bottom: 1px solid #f0efef;
}

.breadcrumbstext {
	padding: 5px 15px;
	color: #333;
	line-height: 30px;
}

.breadcrumbstext a {
	color: #333;
}

.breadcrumbstext strong {
	font-size: 20px;
}

.crumbstext {
	text-align: right;
}

.allcommanpg {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.contbox1 {
	border: 2px dashed #ccc;
	padding: 20px 25px;
}

.butnow {
	border: none;
	outline: none;
	color: #fff;
	background: #00510a;
	height: 46px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	padding: 0px 20px;
	margin: 0 auto;
	display: block;
	border-radius: 4px;
}

.logininput {
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}

.contbox1 h3 {
	color: #00510a !important;
	padding-bottom: 9px;
}

.tables {
	overflow: scroll;
}

.tables table {
	border: 1px solid #e8e4e4 !important;
	margin-top: 10px;
}

.tables td {
	border: 1px solid #e8e4e4 !important;
	padding: 10px;
	color: #8c8b8b;
	font-size: 14px;
}

.tophead {
	background: #dedede;
	font-weight: 600;
	font-size: 14px;
	color: #222 !important;
}

.tables img {
	width: 27px;
	margin: 0 auto;
}

.form-control2 {
	width: 45px !important;
	margin: 0 auto !important;
}

.sub1 {
	border: 1px solid #e8e4e4 !important;
}

.right {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	border-right: 1px solid #e8e4e4 !important;
	padding: 10px 35px!important;
	border-bottom: 1px solid #e8e4e4 !important;
}

.left2 {
	padding: 10px !important;
	border-bottom: 1px solid #e8e4e4 !important;
}

.check2 {
	background: #ff5400;
	color: #fff !important;
	padding: 8px 15px;
	display: inline-table;
	margin-top: 20px;
	border-radius: 3px;
}

.view {
	display: block;
	width: 100%;
	color: #ff9600;
	font-size: 13px;
	text-decoration: none;
}

.buy {
	display: block;
	width: 100%;
	color: #fff;
	padding: 5px;
	background: #17b28d;
	font-weight: 600;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	text-decoration: none;
	font-size: 13px;
}

.delete {
	display: block;
	width: 100%;
	padding: 0px !important;
	outline: none;
	color: #fff;
	background: #F00;
	margin-top: 5px;
	font-size: 13px;
	border: none;
}

.loginpage {
	padding: 20px 30px !important;
}

.return {
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 19px;
	margin-top: 15px;
	font-size: 19px;
	color: #17b29e;
}

.continue-btn a {
	margin-top: 20px;
	display: block;
	background: #01520b;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
}

.checkout-btn1 a {
	margin-top: 20px;
	background: #9ea914;
	color: #fff;
	display: block;
	padding: 10px 20px;
	text-align: center;
	border-radius: 3px;
}

.productsdetails {
	width: 915px;
	z-index: 99999;
	text-align: left;
	position: relative;
}

.contbox2 {
	text-align: center;
	font-size: 16px;
	padding: 1rem 0rem
}

.contbox2 h3 {
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
}

.contbox2 img {
	width: 50px;
	margin-bottom: 14px;
}

.contbox2 h4 {
	font-size: 18px;
	margin-top: 10px;
}

.button-panel {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.column-section2 {
	border: 1px solid #dedbdb;
	display: flex;
}

.table-s {
	overflow: scroll;
}

.bgcolor span {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.column-section2 strong {
	display: block;
	padding-top: 24px;
	font-size: 16px;
}

.price2 {
	font-weight: 700;
	font-family: 'Roboto', sans-serif !important;
	display: block;
	padding-top: 16px;
	font-size: 16px;
}

.bgprice small {
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
}

.column-section2 {
	border: 1px solid #dedbdb;
	display: flex;
	font-size: 15px;
}

.bgprice a {
	display: block;
}

.bgprice {
	border-left: 1px solid #dcdcdc;
	padding: 10px;
}

.bgcolor span {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.column-section2 strong {
	display: block;
	padding-top: 24px;
	font-size: 16px;
}

.price2 {
	font-weight: 700;
	font-family: 'Roboto', sans-serif !important;
	display: block;
	padding-top: 16px;
	font-size: 16px;
}

.bgprice small {
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
}

.bgcolor {
	background: #d9dcde;
	padding: 10px 17px;
	color: #222;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Roboto', sans-serif !important;
}

.bgprice .dropdown-link {
	padding: 0px !important;
}

.bgprice a {
	font-size: 12px !important;
}

.detailsbg {
	padding: 10px;
	background: #E5E5E5;
	border: 1px solid #ccc;
}

.productsdetails {
	width: 1025px;
	z-index: 99999;
	text-align: left;
	position: relative;
}

.detailsbg {
	padding: 10px;
	background: #E5E5E5;
	border: 1px solid #ccc;
}

.bgprice a {
	font-size: 12px !important;
}

.bgprice .dropdown-link {
	padding: 0px !important;
}

.tablehd {
	background: #5f6571;
	color: #fff;
	font-weight: 600;
	padding: 0px 8px;
	border: 1px solid #ccc;
}

.tablehdtext {
	background: #fff;
	padding: 0px 8px;
	border: 1px solid #ccc;
}

.success {
	background-color: green;
	color: #fff;
	padding: 2px 10px;
	border: none;
	border-radius: 100px;
	margin: 2px 5px 2px 0px;
	outline: none;
	font-weight: 700;
}

.scroll {
	width: 100%;
	display: contents;
}

/* #region Product */

.product {
	padding: 3rem 0rem;
	text-align: center;
}

.product h1 {
	margin-bottom: 25px;
}

.p-panel {
	background: #f5f5f4;
	min-height: 300px;
	margin-top: 20px;
	font-size: 14px;
	padding: 40px 25px;
	border: 1px solid #e1e0dd;
	transition: 0.3s;
	text-align: center;
	color: #444;
	border-radius: 10px;
}

.p-panel:hover {
	border: 1px solid #000;
}

.number2 {
	width: 60px;
	margin-left: 10px;
	padding: 3px;
	text-align: center;
}

.d-prodct {
	align-items: center;
}

.d-prodct strong {
	width: 250px;
}

.charges {
	font-size: 13px;
	color: #777;
}

.details strong {
	font-size: 17px;
	font-weight: 700;
}

.p-panel img {
	width: 100%;
	height: 150px;
	object-fit: contain;
}

.p-panel span {
	font-weight: 700;
	font-size: 24px;
	margin-top: 20px;
	display: block;
	color: #222;
	padding-bottom: 3px;
}

.p-panel strong {
	display: block;
	margin-top: 10px;
	color: #d33;
	font-size: 18px;
	font-weight: 700;
}

.set-v {
	justify-content: space-between;
	margin-top: 7px;
	align-items: center;
}

.set-v svg {
	margin-left: 2px;
	width: 15px;
	color: #e8b21a;
	cursor: pointer !important;
}

.order-p {
	display: table;
	background-color: #ffcc03;
	padding: 10px 21px;
	border-radius: 5px;
	font-weight: 800;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	margin-top: 31px;
	font-size: 15px;
	transition: 0.3s;
}

.order-p:hover {
	background-color: #000;
	color: #ffcc03;
}

.exzoom_nav_inner span {
	display: block !important;
}

.delivery1 {
	padding: 3rem 0rem;
}

.exzoom .exzoom_nav {
	margin-top: 58px !important;
	overflow: hidden;
	position: relative;
	left: 15px;
}

.special-price {
	color: #222222;
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.special-price strike {
	color: #888;
	font-weight: 300;
	padding-left: 5px;
	font-size: 18px;
}

.eight {
	font-size: 15px;
	margin-left: 10px;
	color: #17a83d;
	font-weight: 500;
}

.details {
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	padding: 14px 0px !important;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}

.descruption {
	line-height: 23px;
	color: #555;
	padding: 20px 30px;
	border: 1px solid #dad9d8;
}

.cart2 {
	display: block;
	cursor:pointer;
	font-size: 15px;
	padding: 8px 15px;
	color: #fff;
	transition: .5s ease-in-out;
	margin-bottom: 20px;
	margin-top: 16px;
	border-radius: 0px;
	font-weight: 500;
	background-color: #c3e000;
	margin-left: 0px;
	border: none;
	width: 100%;
}

.form-add {
	border-radius: 0px;
}

.availble {
	display: block;
	font-size: 15px;
	padding: 8px 15px;
	color: #fff;
	transition: .5s ease-in-out;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 0px;
	font-weight: 500;
	width: 100%;
	background-color: #006600;
	border: none;
	border-radius: 0px 5px 5px 0px;
}

.cart3 {
	display: block;
	font-size: 15px;
	padding: 8px 15px;
	color: #006600;
	transition: .5s ease-in-out;
	margin-bottom: 20px;
	margin-top: 16px;
	border-radius: 0px;
	font-weight: 500;
	border: 1px solid #006600;
	width: 100%;
}

.instock2 {
	display: inline-block;
	text-transform: uppercase;
	background: #7ab939;
	padding: 4px 15px;
	color: #fff;
	font-weight: 600;
	border-radius: 1px;
	margin-right: 5px;
	margin-top: 10px;
}

.product_stock {
	display: inline-block;
	text-transform: uppercase;
	background: #d0d0d0;
	padding: 4px 15px;
	color: #fff;
	font-weight: 600;
	border-radius: 1px;
	margin-right: 15px;
	margin-top: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #000;
	background-color: #fff;
	border: none;
	font-weight: 700 !important;
	border-bottom: 1px solid #058d44;
}

.searchpanel {
	width: 100%;
	border: none;
	outline: none;
	font-size: 20px;
	color: #000;
	padding: 10px;
}

.searchbutton {
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	outline: none;
	background: #000;
	color: #fff;
	margin-top: 20px;
	;
}

.mycartpage {
	padding: 10px 0px;
}

.shoppingcart {
	background: #fff;
	border: 1px solid #ccc;
}

.cartview {
	border-bottom: 1px solid #ccc;
	padding: 15px 0px!important;
}

.mycartpage h4 {
	font-size: 31px;
	font-weight: 800;
	color: #c28709;
	border-bottom: 2px solid #c28709;
	margin-bottom: 30px;
	display: table;
}

.proviwe h5 {
	color: #06121d;
	font-size: 20px;
	font-weight: 700;
}

.proviwe a {
	font-size: 13px;
	color: #000;
}

.deleiver {
	padding: 20px;
}

.viewmall {
	font-size: 13px;
}

.viewcartprice {
	padding: 20px;
	margin: 0px;
	background: #f3f3f3;
	border-top: 1px solid #ccc;
	text-align: right!important;
}

.viewcartprice p {
	width: 100%;
	line-height: 30px;
}

.viewcartprice strong {
	font-size: 20px;
}

.address {
	position: relative;
}

.inputcont {
	margin-top: 10px;
	margin-bottom: 10px;
}

.change {
	position: absolute;
	top: 3px;
	right: 2px;
	background-color: #fff !important;
	border: none;
	font-size: 15px;
	color: red;
	padding: 5px 16px;
	font-weight: 400;
	outline: none !important;
}

.buynow {
	border: none;
	outline: none;
	background: #ffcb00;
	width: 100%;
	padding: 5px;
	font-weight: 600;
	color: #000 !important;
}

.cartbutton {
	padding: 5px !important;
}

.cartbutton number {
	display: flex;
	cursor: pointer;
	margin-top: 6px;
}

.cartbutton qty {
	width: 40px;
	text-align: center;
	padding: 4px;
	border: 1px solid #b9b9b9;
}

.cartbutton minus {
	width: 35px;
	text-align: center;
	padding: -2px;
	font-size: 20px;
	border-left: 1px solid #b9b9b9;
	background-color: var(--primary);
	margin-left: 10px;
	color: #ffff;
}

.cartbutton plus {
	width: 35px;
	text-align: center;
	padding: -2px;
	font-size: 20px;
	border-right: 1px solid #b9b9b9;
	background-color: var(--primary);
	color: #ffff;
}

.checkoutinput {
	border: 1px solid #ccc;
	padding: 0px 10px;
	color: #000;
	font-size: 18px;
}

.checkouupdate {
	border: none;
	background: #060;
	color: #fff;
	padding: 0px 10px;
	font-size: 14px;
	margin-top: 10px;
}

.paymentmode {
	background: #647a91;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
}

.paymentmode1 {
	background: #0b963c;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
}

.paymentmodeborder {
	border-top: 1px dashed #848d97;
	padding: 20px 0px;
}

.paymentmethods {
	padding: 20px;
	background: #defeeb;
}

.billingdetails h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.newcoustomer {
	background: #defeeb;
	padding: 10px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #000;
}

.product-d table {
	border: 1px solid #ccc;
	width: 100%!important;
	line-height: 30px;
	font-size: 14px;
}

.delivery1 table tr:first-child {
	background: #465d73;
	color: #fff;
	font-weight: 700;
}

.delivery1 table td {
	border: 1px solid #ccc;
	padding: 2px 8px;
}

.con-sec {
	padding: 30px 0px !important;
}

.con-sec h3 {
	color: #342c2c;
	font-weight: 400;
	font-size: 36px;
	text-align: center;
	margin-bottom: 36px;
	line-height: 40px;
}

.map iframe {
	width: 100%;
	height: 632px;
	border: none !important;
}

.contact-i {
	background-color: #fff;
	height: 632px;
	box-shadow: -12px -7px 30px 10px rgba(136, 136, 136, 0.17);
	padding: 25px 35px!important;
	font-size: 16px;
	text-align: left;
	position: relative;
}

.social-media {
	text-align: center;
	margin-bottom: 18px;
}

.social-media a {
	text-decoration: none !important;
	margin-right: 7px;
	color: #fff !important;
}

.facebook {
	background-color: #4b69b0;
	color: #fff;
	padding: 6px;
	font-size: 31px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-block;
}



.whatsapp {
	background-color: #1a9d13;
	color: #fff;
	padding: 6px;
	font-size: 31px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-block;
}

.icons1 {
	max-width: 38px;
	margin: 0px 18px 35px 0px;
	float: left;
	font-size: 30px;
	color: var(--orange) !important;
}

.c-one {
	margin-top: 30px;
	clear: both;
}

.c-one span {
	display: block;
	color: #000;
	font-weight: 700;
	font-size: 18px;
}

.c-one a {
	color: #000;
	font-size: 17px;
	text-decoration: none;
}

.support {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}

.buy2 {
	display: block;
	width: 100%;
	color: #fff !important;
	padding: 2px 0px 0px;
	background: #17b28d;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-decoration: none;
	font-size: 13px;
}



/*** LOGIN ***/
.registration h4 {
	color:var(--green);
	border-bottom:2px solid #d4d6d7;
	padding-bottom: 10px;
}
.registration {
	line-height:45px;
	color:#555;
	font-weight:400;
	padding: 16px 0px;
	margin:15px;
}
.registration_input {
	margin-bottom:10px;
}
.registration_input i {
	background: #e2e8ec;
	position: absolute;
	z-index: 9;
	font-size: 24px;
	color: #8b98a5;
	line-height: 27px;
	width: 50px;
	text-align: center;
	border-radius: 5px 0px 0px 5px;
	border-right: 0px;
	left: 17px;
	margin-top: 2px;
	padding: 9px;
}
.reglogininput {
	width:100%;
	border-radius:5px;
	border:2px solid var(--green);
	padding:0px 15px 0px 65px;
	font-size:15px;
	color: #444;
}
.emailicons i {
	font-size:18px !important;
}
.reg_button {
	width:100%;
	padding:0px 20px;
	background:var(--green);
	color:#fff;
	font-size:16px;
	text-align:center;
	border:none;
	outline:none;
	border-radius: 4px;
	margin-top: 8px;
}
.registration a {
	color:var(--green);
}
.loginbottom p {
	line-height:25px !important;
	margin-left:15px;
	font-size: 14px;
}





















@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1300px;
	}
	#wowslider-container1 img {
		max-width: none !important;
		height: 100% !important;
	}
	.image-add {
		padding-left: 0px;
		padding-right: 15px;
	}
	.gc-thumbs-area.gc-hz li {
		display: block;
		float: none;
		max-width: 100%;
		max-height: 100%;
		margin-bottom: 5px;
	}
	.gc-thumbs-area {
		position: absolute;
		overflow: inherit;
		background-color: transparent;
		top: 0 !important;
		left: -22% !important;
	}
	.gc-thumbs-area-prev {
		display: none !important;
	}
	.gc-thumbs-area-next {
		display: none !important;
	}
	.glass-case {
		position: relative;
		height: 100% !important;
	}
	.darkHeader {
	position: fixed !important;
    top: 0 !important;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: #fff;
    animation: fadeInDown .5s forwards;
    padding-bottom: 12px;
    box-shadow: 0 3px 22px 10px rgb(136 136 136 / 19%);
}
.darkHeader .top-nav{
display:none;
}
}

@media screen and (min-width:150px) and (max-width:767px) {
	.dropdoqwn li a{
		color: #444 !important;
		padding: 8px 13px !important;
		font-weight: 400 !important;
	}
	.cookies {
		
		padding: 20px 7px;
		
		margin-bottom: 19px;
	}
	.sub:hover .arrow::before {
		display: none !important;
	}
	
	.column-section {
		white-space: nowrap !important;
		flex-wrap: initial;
	}
	.megmenupart{
		position: relative;
	}
	.megamenu{
		height: auto;
		max-height: auto;
		overflow: scroll;
		padding: 20px;
	}
	.megamenu li a {
		color: #777 !important;
		padding: 4px 0px !important;
		font-weight: 400 !important;
	}
	.cart2{
		margin-bottom: 0px;
	}
	.freedilivery2 {
		display: none;
	}
	.delivery1 h3 {
		margin-top: 22px;
	}
	.descruption {
		padding: 20px 16px !important;
		margin-top: 0px !important;
	}
	.contbox1 h3 {
		font-size: 22px;
	}
	.span2 {
		display: block;
		margin-top: 10px;
		padding-bottom: 4px;
	}
	.deals h1 {
		font-size: 28px;
		color: #00510a;
		margin-top: 16px;
		margin-bottom: 10PX;
	}
	.bgcolor {
		display: inline-block;
		width: auto;
	}
	.m-d {
		display: none;
	}
	.breadcrumbstext strong {
		display: none;
	}
	.crumbstext {
		text-align: center;
	}
	.pagetop img {
		width: 50px;
		text-align: center;
	}
	.freedilivery {
		text-align: center;
	}
	.top-s {
		display: none;
	}
	.active {
		background-color: transparent !important;
	}
	.search-txt {
		display: none;
	}
	form {
		position: relative;
		display: flex;
	}
	.navbar-toggler {
		position: absolute;
		top: -66px;
		z-index: 9999;
		left: 10px;
	}
	.cart a {
		z-index: 999;
	}
	.header-two {
		padding: 0x;
	}
	.cart {
		margin-top: 9px;
		padding-left: 14px;
	}
	.whatstet {
		padding-top: 0px !important;
	}
	.nnumbercall {
		font-size: 13px !important;
	}
	.whats img {
		width: 18px;
		margin: 0 auto;
		position: relative;
		margin-left: 12px;
		margin-top: 10px;
	}
	.whats {
		padding-top: 5px !important;
	}
	.sign-p {
		padding-top: 0px;
		display:none;
	}
	.sign-p svg {
		width: 20px;
		margin-top: 5px;
	}
	.bags {
		border-radius: 100px;
		width: 14px;
		height: 15px;
		font-size: 9px !important;
		display: none;
	}
	.narayan {
		display: inline-block;
		padding-left: 10px;
		font-size: 16px;
	}
	.form-page {
		padding-left: 58px;
		box-shadow: 0 1px 5px -1px #888 !important;
		margin-top: 10px !important;
	}
	.serach button {
		position: absolute;
		top: 16px;
		right: 3px;
		border: none;
		background-image: linear-gradient(#f0efef, white, #f0efef);
		color: #232121;
		padding: 4px 10px;
		font-size: 16px;
		font-weight: 600;
		border-radius: 0px 5px 5px 0px !important;
	}
	.form-page:focus {
		border: none;
	}
	.darkHeader {
		background-color: #fff;
		box-shadow: 0px -2px 22px 13px #8888882b;
		padding-bottom: 6px;
		animation: none !important;
	}
	.darkHeader .navbar-toggler {
		top: -61px;
	}
	.darkHeader .top-nav {
		border: none !important;
	}
	.logo-s img {
		display: none;
	}
	.form-m {
		padding: 0px !important;
	}
	.serach {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.form-m span {
		display: none !important;
	}
	.addcart {
		display: none;
	}
	.darkHeader .logo-s img {
		display: none;
	}
	.top-nav {
		 background: #df0000;
		margin-top: 14px;
		border-top: 1px solid #dcdbdb;
		margin-bottom: -5px;
	}
	.hide {
		display: block;
	}
	.right-side {
		float: none;
	}
	.dropdoqwn2 {
		display: none;
		position: relative !important;
		left: 0 !important;
		width: 100%;
		margin-top: 0px;
	}
	.dropdoqwn {
		display: none;
		position: relative !important;
		width: 100%;
		margin-top: 0px;
	}
	.dropdoqwn2 {
		display: none;
		position: relative;
	}
	#sub {
		position: absolute;
		right: 14px;
		margin-top: -27px;
		z-index: 99999;
		border: none !important;
		outline: none !important;
		display:none;
		
	}
	.arrow::before{display:none !important;}
	.menu-btn{ display:none !important;}
	.nnumbercall{
		display: none;
	}
	.username {
		display: none;
	}
	
	.logo-part {
		display: none;
	}
	.header ul li {
		display: block;
	}
	.header li a {
		padding: 13px 3px;
	}
	.faicon {
		position: absolute;
		top: 26px;
		right: 9px;
		z-index: 999;
		width: 21px;
	}
}

@media screen and (min-width:800px) {
	.header ul li:hover>ul {
		display: block;
	}
	.meg:hover .megmenupart {
		display: block !important;
	}
	.clientp {
		padding: 0px 58px !important;
	}
	.navbar-toggler {
		display: none;
	}
	.faicon {
		display: none;
	}
}

.active .type17 {
	transform: rotate(45deg);
	background-color: #5f6368;
	transition: all 0.6s ease-in-out;
}

.active .type17:before {
	transform: translate(-4px, -6px) rotate(90deg);
}

.active .type17:after {
	transform: translate(16px, -7px) rotate(90deg);
}

.block {
	height: 38px;
	width: 38px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
	/* transition: all 1s ease; */
	background-image: #5f6368;
}

.cta {
	height: 50px;
	width: 50px;
	cursor: pointer;
}

.toggle-btn {
	height: 2px;
	width: 25px;
	background-color: #5f6368;
	position: relative;
	top: 50%;
	left: 0;
	margin: auto;
	transition: all 0.3s ease-in-out;
}

.toggle-btn:before {
	content: "";
	height: 2px;
	width: 25px;
	box-shadow: 0 -10px 0 0 #5f6368;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.toggle-btn:after {
	content: "";
	height: 2px;
	width: 25px;
	box-shadow: 0 10px 0 0 #5f6368;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.type17:before {
	width: 12px;
}

.type17:after {
	width: 12px;
	box-shadow: 13px 10px 0 0 #5f6368;
}

@media (max-width: 991.98px) {
	.offcanvas-collapse {
		position: fixed !important;
		top: 63px !important;
		/* Height of navbar */
		bottom: 0;
		right: 100%;
		width: 100% !important;
		height: 100% !important;
		z-index: 99999 !important;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		box-shadow: 0px 13px 9px 10px #888888;
		visibility: hidden;
		background-color: #017745;
		transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}
	.offcanvas-collapse.open {
		visibility: visible;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	.header li a {
		font-weight: 600;
		color: #fff;

	}
	.phone {
		display: none !important;
	}
	.back-to-top {
		display: none !important;
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}

@-moz-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}

.in-down {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translatex(-10px);
		-moz-transform: translatex(-10px);
		-o-transform: translatex(-10px);
		transform: translatex(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}

@-moz-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translatex(-10px);
		-moz-transform: translatex(-10px);
		-o-transform: translatex(-10px);
		transform: translatex(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translatex(-100px);
		-moz-transform: translatex(-100px);
		-o-transform: translatex(-100px);
		transform: translatex(-100px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}

.in-left {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-duration: 1s;
	animation-delay: 1s;
}

.back-to-top {
	position: fixed;
	display: none;
	text-align: center;
	z-index: 99999999;
	background-color: #ffffff;
	color: #1bb2e9;
	width: 45px;
	height: 42px;
	line-height: 30px;
	right: 40px;
	bottom: 30px;
	padding-bottom: 2px;
	font-size: 25px;
	padding-top: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: none;
	border: 2px solid #1bb2e9;
	animation: fadeInUp 1.2s;
}

.back-to-top:hover {
	background-color: #1bb2e9 !important;
	color: #fff;
}


 /* Style the tab */
.tab {
	border-right:1px solid #ccc;
	height:100%;
	padding:30px 18px;
	min-height:360px;
}
.more {     width: 37px; margin-right:15px;}
.p-image { padding:0px !important;}
/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  padding: 5px 4px;
  width: 100%;
  border: none;
  font-weight:400;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  color:#111;
}

/* Change background color of buttons on hover */
.tab button:hover {
 font-weight:800 !important;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color:transparent;
  color:#25642d;
  font-weight:800;
}

/* Style the tab content */
.tabcontent {
  padding: 0px 12px;
  border-left: none;
  margin-top:10px;
}
.product-imge { margin-top:30px;}
.product-imge img { width:100px; object-fit:cover; margin-right:21px; }
.product-d-d a{ padding:0px !important; color:#000 !important;}
.product-imge span{     font-weight: 700;     font-size: 13px;
    display: block; padding-top:3px; color:#c3e000;}
.detailspage table{ width:100% !important; border:1px solid #ccc;}
.detailspage table td{ border:1px solid #ccc; padding:2px 5px;}

.readmoretext{color: #0863d4;border-bottom: 1px solid #ccc;display: inline!important;}
.readclosetext{color: #de0034;border-bottom: 1px solid #de0034;display: inline!important;}
.anycall{    padding: 20px; font-size: 18px; font-weight: 700;}
.prodetailsimg img{
	width:100%;
    object-fit: contain;
    height: 400px;
    margin: 0 auto;
    display: block;}