/**
#1f3905
#242424
.btn-primary {
	background: #d2df9e;
	color: #1f3905;
	box-shadow: 0 0 0 .28571rem rgba(210,223,158,.3);
}

HELLo

**/


.loader-main img {
    max-height: 85px;
}


*::-webkit-scrollbar {
  width: 3px;
  background-color: #aaa; /* or add it to the track */
}

/* Add a thumb */
*::-webkit-scrollbar-thumb {
  background: #000;
}


.row.g-0 {
	margin-left: 0;
	margin-right: 0;
}
.row.g-0 > * {
	padding-left: 0;
	padding-right: 0;
}
.badge-success {
	background: #edf2d9;
	color: #1f3905;
}
a.badge-success:hover {
	background: #1f3905;
	color: #fff;
}
.badge-danger {
	background: #fce9e9;
	color: #e86261;
}
a.badge-danger:hover {
	background: #e86261;
	color: #fff;
}
.badge-warning {
  color: #b5730f;
  background-color: #b5730f47;
}
a.badge-warning:hover {
	background: #b5730f;
	color: #fff;
}

.badge-secondary {
	background: #bbc0c4;
	color: #fff;
}
a.badge-secondary:hover {
	background: #6c757d;
	color: #fff;
}
.font-style-normal {
	font-style: normal;
}

.select2-container--default .select2-selection--single {
	border: 1px solid var(--border) !important;
	border-radius: 6px !important;
	height: 45px !important;
	font-size: 14px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--text) !important;
	line-height: 42px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 43px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--primary) !important;
	color: #fff !important;
}
.select2-results__option {
	font-size: 14px;
}
.modal-header,.modal-body,.modal-footer {
	padding: var(--space);
}
.modal-title {
	line-height: 1;
	font-size: 16px;
}
.btn-close {
	font-size: 11px;
}
.btn-close:focus {
	box-shadow: none;
}
.modal-footer > * {
	margin: 0 0 0 5px;
}
label {
	font-size: 14px;
}




.btn-danger {
	color: #fff;
	background-color: #e86261;
	border-color: #dc3545;
}
.header-top-welcome p i {
	font-size: 12px;
	position: relative;
	top: 0px;
}

.products-section-title {
	color: #242424;
	font-size: 40px;
	font-weight: 400;
	font-family: TeaboxStencilMedium;
	margin-bottom: 30px;
}
.cursor-pointer {
	cursor: pointer;
}
.mb-15{
	margin-bottom: var(--space);
}

.dropdown-arrow::before {
	content: "\f107";
	font-family: FontAwesome;
}
.banner-content img {
	width: 100%;
	height: auto;
}
.banner_1 .slick-dots li button::before {
	width: 13px;
	height: 13px;
	content: '';
	background: transparent;
	border: 1px solid #1f3905;
	border-radius: 50%;
}
.banner_1 .slick-dots {
	bottom: 0;
}
.banner_1 .slick-dots li.slick-active button::before {
	background: #1f3905;
}
.banner_1 .slick-prev {
	left: var(--space);
}
.banner_1 .slick-next {
	right: var(--space);
}
.banner_1 .slick-next,.banner_1 .slick-prev {
	z-index: 1;
}
.object-cover{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.negSec .banner-description {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 60px 30px;
	height: 100%;
}
.banner-description h3 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.text-primary {
	color: #1f3905 !important;
}
a.text-primary:hover {
	color: #000 !important;
}
.text-danger{
	color: #e86261 !important;
}
.text-gray {
	color: #a7a7a7;
}
.prfctSec .banner-description {
	top: unset;
	bottom: 0;
	left: unset;
	right: 0;
	text-align: left;
	width: 58%;
	padding: 30px;
}
.prfctSec .banner-description h3 {
	margin-bottom: 10px;
}
.prfctSec .banner-description p {
	margin-bottom: 10px;
}
.banner-description p {
	font-size: 14px;
	font-weight: 300;
}
.prfctSec .link-offset {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #1f3905;
}
.prfctSec .link-offset:hover {
	color: #546a2a;
}
.nwarivlSec .banner-description,.moreabtSec .banner-description {
	background: #1f3905;
	color: #fff;
}
.nwarivlSec .banner-description h3,.moreabtSec .banner-description h3 {
	color: #fff;
}
.nwarivlSec .object-cover {
	height: 50%;
	bottom: 0;
	top: unset;
	position: absolute;
}
.nwarivlSec .banner-description p,.moreabtSec .banner-description p {
	margin-bottom: 10px;
}
.nwarivlSec .link {
	color: #d2df9e;
	font-size: 16px;
	font-weight: 600;
}
.btn-primary {
	background: #d2df9e;
	color: #1f3905;
}
.btn-primary:hover {
	background: #1f3905;
	color: #fff;
	border-color: #1f3905;
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #1f3905;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #1f3905;
	box-shadow: 0 0 0 .28571rem hsla(0,0%,100%,.3);
}
.btn:active + .btn:focus, .btn:checked + .btn:focus, .btn.active:focus, .btn:active:focus, .show > .btn.dropdown-toggle:focus {
	box-shadow: 0 0 0 .28571rem hsla(0,0%,100%,.3);
}

.moreabtSec .btn-primary:hover {	
	background: #d2df9e;
	color: #1f3905;
	box-shadow: 0 0 0 .28571rem #d2df9e;
}
.fregrpSec {
	height: 289px;
}
.card-body {
	padding: 10px;
}
.card {
	background-color: #fff;
	border: 1px solid #f5f6f7;
}
.pdtImg {
	height: 250px;
	border-bottom: 1px solid #F5F6F7;
	margin-bottom: var(--space);
}
.pdtImg img:not(.xzoom-gallery4) {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.pdt-DtlsSec .pdtLst-itm .pdtImg {
    height: 385px;
    padding: 0 0px 30px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    position: relative;
}
.pdt-DtlsSec .pdtLst-itm .pdtImg .prdbx-off-rbn.presnt-cart {
    left: 0;
}
.pdt-DtlsSec .pdtLst-itm .pdtImg .xzoom-container {
	/*height: 350px;
	width: 100%;*/
}
.pdt-DtlsSec .xzoom4 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.product-title {
    font-size: 16px;
    line-height: 20px;
    font-family: ProximaNovaBold;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px;
}
.pdt-p {
	font-size: 14px;
}
.pdtAdBtn {
	padding: 5px;
	text-align: center;
	width: 135px;
	font-size: 13px;
}
.tpRt {
	position: absolute;
	top: 0;
	right: var(--space);
	/*z-index:1051;*/
}
.wishBtn {
	padding: 0;
	color: #e86261;
}
.wishBtn.wished i::before {
	content: "\F415";
}
.wishBtn.wished {
	animation: beat .25s linear alternate;
	transform-origin: center;
}
@keyframes beat{
	to { transform: scale(1.4); }
}
.fileUpld_btn .btn {
	border-radius: 25px !important;
}
.fileUpld_btn input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
}

.white-space-nowrap{
	white-space: nowrap;
}
 
 
 



.newPrdt_slid.slick-initialized .slick-slide {
	padding-left: var(--space);
	padding-right: var(--space);
}
.section.newpdt_sec {
	background: #fafafa;
}
.section.topsell {
	position: relative;
	background: #F5F6F7;
}
.section.topsell::after {
	content: '';
	background-image: url('../images/body_bg_1.png');
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.03;
	background-size: 250px;
}
.section.topsell .container {
	position: relative;
	z-index: 1;
}
.offersSec .text-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background: rgba(255,255,255,0.8);
	padding: 30px;
	text-align: center;
	border-radius: 3px;
	width: 65%;
}
.offersSec .object-cover {
	height: 350px;
}
.offersSec .text-wrap .type-text {
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 600;
}
.offersSec .text-wrap .title {
	font-size: 26px;
	margin: 10px 0;
	font-family: TeaboxStencilMedium;
}
.offersSec .sub-text {
	margin-bottom: 20px;
	font-size: 15px;
}
.featrSec img {
	max-width: 48px;
	margin-right: 10px;
}
.section.featrSec {
	background: #edf2d9;
	padding: 30px 0;
}
.featrSec .col-4 {
	flex: 0 0 auto;
	width: 25%;
}
.featrSec .card {
	background-color: transparent;
	border: 1px solid transparent;
}
.featrSec h5 {
	font-size: 16px;
	font-family: TeaboxStencilMedium;
}
.featrSec .card-body {
	display: flex;
	padding: 0;
}
.featrSec .right-set {
	max-width: calc(100% - 58px);
}
.featrSecBtm .card-body {
	display: block;
	padding: 0;
	text-align: center;
}
.featrSecBtm .right-set {
	max-width: 100%;
	margin-top: 10px;
}
.featrSecBtm img {
	max-width: 58px;
	margin-right: 0;
}
.section.featrSecBtm {
	background: #fff;
}
.breadcumbSec h3 {
	color: var(--primary);
	font-size: 40px;
	font-weight: 400;
	font-family: TeaboxStencilMedium;
	text-align: center;
}
.breadcumbSec {
	background: var(--light-green);
}
.ul-reset {
	font-size: 14px;
}
.ul-reset a {
	color: #808080;
}
.ul-reset .ul-reset {
	padding-left: var(--space);
	border-left: 1px solid #d9d9d9;
}
.accordion-content a[aria-expanded="true"]{
	color: var(--primary);
}
.ul-reset .ul-reset li {
	position: relative;
}
.ul-reset .ul-reset li::after {
	content: '';
	position: absolute;
	top: 13px;
	left: -var(--space);
	width: 8px;
	height: 1px;
	background: #ddd;
}
.pdt-leftSec {
	width: 17%;
}
.pdt-rightSec {
	flex: 0 0 auto;
	width: 83%;
}
.srchBrnd {
	display: flex;
}
.srchBrnd i {
	line-height: 25px;
	font-size: 12px;
	margin-right: 5px;
}
.prdttl-hd {
	font-family: TeaboxStencilMedium;
	font-size: 18px;
}
.SrtFilter {
	text-align: right;
}
.SrtFilter .nice-select.select {
	float: right;
	margin-left: 5px;
}
.SrtFilter label {
	color: #808080;
	font-size: 14px;
}
.loadmore {
	padding: 10px 40px 10px;
}
.slick-next, .slick-prev {
	width: auto !important;
	padding: 0 !important;
	z-index:1000;
}
.slick-next::before, .slick-prev::before {
	color: #1f3905;
}
.dtLeft-sec {
	width: 30%;
}
.dtRight-sec {
	width: 70%;
}
.xzoom-gallery4 {
	width: auto;
	height: 70px;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 5px;
}
.xzoom-thumbs {
	margin-bottom: 0;
	margin-top: 10px;
	padding-top: 15px;
	width: calc(100% - 20px);
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	margin-left: 10px;
}
.xzoom-thumbs a {
	flex: 0 0 auto;
	display: inline-flex;
}
.pdtLst-itm a:not(.xzoom-thumbs a) {
	display: block;
	color: #333;
}
.pdtLst-itm .pdtImg {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0 30px 30px;
    height: 200px;
}
.pkBtns .btn{
	margin-right:10px;
	margin-bottom:10px;
}
.dtRight-sec .product-title {
    font-size: 24px;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
    min-height: auto;
    display: unset;
}
.dtRight-sec .pdt-p {
	font-size: 18px;
}
.dtRight-sec .pdt-p.pdt-p-sm {
	font-size: 14px;
}
.pkBtns .btn {
	font-size: 14px;
	padding: 3px 15px 3px;
	background: #fff;
	color: #1f3905;
	border: 1px solid #d2df9e;
}
.pkBtns .pkgItm.acvt {
	background: #1f3905;
	color: #fff;
	border: 1px solid #1f3905;
}
.pkBtns .btn:focus + .btn, .pkBtns .btn:focus {
	box-shadow: none;
}
.qtyInpt {
	max-width: 106px;
	text-align: center;
}
.qtyInpt input {
	padding: 5px;
	text-align: center;
	border-color: #d2df9e;
	background: #fff;
}
.input-group-text {
	font-size: 20px;
	color: #1f3905;
	background-color: #d2df9e;
	border: 1px solid #d2df9e;
}
.buyBtns .btn {
	padding: 10px 40px 9px;
}
.dtRight-sec .pdt-p small {
	font-size: 70%;
}
.allFeatures .accordion-item {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-color: rgba(0,0,0,.055);
}
.allFeatures .accordion-button {
	padding: 0;
	font-size: 16px;
	color: #212529;
	height: 33px;
	background: transparent;
}
.allFeatures .accordion-button::after {
	background-size: 14px;
	top: 3px;
	position: relative;
	right: -7px;
}
.allFeatures .accordion-button:focus {
	box-shadow: none;
}
.allFeatures .accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}
.allFeatures .accordion-body {
	padding: 0;
}
.allFeatures .accordion-button:not(.collapsed)::after {
	right: 0px !important;
	top: -4px !important;
}
.allFeatures .accordion-body p {
	font-size: 14px;
}
.pdt-DtlsSec .tpRt {
	position: absolute;
	top: 0;
	right: 10px;
	z-index:1051;
}
.section.commnBodySec {
	position: relative;
	background: #fff;
	min-height: calc(100vh - 465px);
}
.section.commnBodySec:not(.pdtDetails)::after {
	content: '';
	background-image: url('../images/body_bg_1.png');
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.03;
	background-size: 200px;
}
.section.commnBodySec:not(.pdtDetails) .container {
	position: relative;
	z-index: 1;
}
.cartSec td img {
	max-width: 80px;
}
.cartSec .prdttl-hd,.orderPrvSec .prdttl-hd {
	line-height: 41px;
}
.prdbx-prdprice-p {
	font-size: 13px;
	line-height: 18px;
}
.prdbx-trash-dv {
	position: absolute;
	top: 6px;
	right: 10px;
}
.prdbx-namerating-dv .addEdit {
	right: 35px;
}
.disCard .btn {
	border-radius: 6px;
	font-size: 16px;
	padding-top: 6px;
}
.gndTtl p {
	font-size: 24px;
	margin-top: 5px !important;
}
.pdt-p .bi-currency-rupee {
	position: relative;
	top: 1px;
}
.orderPrvSec .pdtLst-itm .pdtLftSec {
	width: 72px;
}
.orderPrvSec .pdtLst-itm .pdtrigthSec {
	width: calc(100% - 72px);
}
.orderPrvSec .pdtLst-itm .addCart {
	bottom: unset;
	top: 0;
}
.header-content .navbar-content {
	width: 60%;
}
.header-content .header-logo{
	width: 20%;
}
.header-content .header-widget-group {
	width: 20%;
}
.header-part.active .header-logo img {
	height: 55px;
}
.header-part.active .navbar-link {
	padding: 4px 0px;
}
.pdtLst-itm {
	border: 0;
	background: transparent;
	text-align: center;
}
.ratngs i {
	color: var(--muted);
}
.ratngs i.actv {
	color: #e86261;
	
}
.ratngs i.actv::before,.rateIcn i.actv::before {
	content: "\f586";
}
.disCard .form-check .form-check-label {
    position: relative;
    top: -3px;
}
.dropdown-position-list li a i {
	position: relative;
	top: 1px;
	font-size: 13px;
}
/*.entrCart,.addCart {
	display: none;
}*/
.entrCart.show,.addCart.show {
	display: inline-block;
}

.entrCart .input-group {
	align-items: center;
}
.entrCart .input-group-text {
	border-radius: 50% !important;
	width: 21px;
	height: 21px;
	padding: 0;
	justify-content: center;
	line-height: 21px;
}
.entrCart .input-group-text i {
	line-height: 14px;
	position: relative;
	top: 0;
	left: 1px;
}
.entrCart:hover .qtInp {
	color: #fff;
}
.entrCart .qtInp {
	width: 85px;
	padding: 2px;
	text-align: center;
	height: 21px;
}
.ribbonSet .star {
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	background: var(--primary);
	position: absolute;
	text-align: left;
}
.ribbonSet .star::before {
	height: 40px;
	width: 40px;
	background: var(--primary);
	content: "";
	position: absolute;
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.ribbonSet .star::after {
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	background: var(--primary);
	content: "";
	position: absolute;
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.ribbonSet .circle {
	color: #fff;
	left: 0;
	top: 9px;
	position: absolute;
	text-align: center;
	padding-top: 0;
	width: 37px;
	height: 35px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: var(--primary);
	font-size: 13px;
	line-height: 14px;
}
.ribbonSet {
	position: absolute;
	top: -1px;
	left: 17px;
}
.header-cart .dropdown-position-list::before {
	left: unset;
	right: 23px;
}
.header-cart .dropdown-position-list {
	width: 500px;
	transform: translate(0% , 16px);
	left: unset;
	right: -50%;
}
.cartFooter h3{
	font-size: 16px;
	line-height: 25px;
	font-family: ProximaNovaBold;
}

.header-cart .crtLeft {
	width: 63px;
}
.header-cart .crtRight {
	width: calc(100% - 63px);
	text-align: left;
	padding-left: 10px;
}
.header-cart .cartPop img {
	max-width: 100%;
	height: auto;
	border-radius: 0;
	max-height: 71px;
	width: auto;
}
.header-cart .pdt-p {
	font-size: 12px;
	line-height: 14px;
}
.header-cart .entrCart .input-group-text {
	margin: 0 !important;
}
.header-cart .entrCart .qtInp {
	width: 39px;
}
.header-cart .pdtAdBtn {
	width: 90px;
}
.header-cart .delCart {
	padding: 0 3px;
	margin-left: 10px;
}
.header-cart .delCart:hover {
	color: #333 !important;
}
.header-cart .delCart i {
	position: relative;
	top: 3px;
}
.header-cart .entrCart .input-group-text i {
	left: 0px;
}
.cartItms {
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}

.cartItms:last-child {
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}

.cartBody {
	height: 275px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 10px;
}
.cartFooter a {
	font-size: 14px;
	line-height: 14px;
	position: relative;
	top: -2px;
}
.cartFooter a i {
	font-size: 12px;
}
.close-mdl {
	position: absolute;
	top: -5px;
	right: -5px;
	background: #fff;
	color: var(--primary);
	text-shadow: none;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	z-index: 999999;
}
.login-pop .nav {
	margin: 0 auto 25px;
	background: #d2df9e;
	padding: 5px;
	border-radius: 25px;
}
.login-pop .nav li a {
	color: var(--primary);
	height: 100%;
	line-height: 100%;
	display: block;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	border-radius: 25px;
	border: 0;
}
.login-pop .nav li a.active,.login-pop .nav li a:hover {
	background-color: var(--primary);
	color: var(--white);
}
.dv-sectin {
	display: none;
}
.dv-sectin.open {
	display: block;
}
.backBtn {
	position: absolute;
	width: 20px;
	height: 18px;
	font-size: 24px;
	top: 11px;
	cursor: pointer;
}
.log-hdng {
	color: var(--primary);
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 18px;
}
.login-pop .btn {
	padding: 12px 40px 10px;
	height: 45px;
}

.sub-cap {
	color: #979797;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}
.login-pop .signin .sub-cap {
	margin-top: 45px;
}
.trm-txt {
	margin: 0;
	font-size: 14px;
	margin-top: var(--space);
	text-align: center;
	color: #979797;
}
.login-pop .nav li {
	width: 50%;
}
.lgn3prty-btn-p {
	text-align: center;
	margin-top: 20px;
}
.lgn3prty-btn {
	border: 0;
	background-color: transparent;
	width: 30px;
}
.lgn3prty-btn1 {
	margin-right: 10px;
}
.lgn3prty-btn-icn {
	width: 100%;
}
.lgn3prty-btn span {
	display: none;
}
.trm-txt a {
	text-decoration: none;
}
.login-pop .modal-dialog {
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}
.form-group textarea.textarea-sm {
	height: 45px;
}
.nice-select.form-control-cs {
	border: 1px solid var(--border);
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	width: 100%;
	border-radius: 6px;
	background: var(--white);
	color: var(--text);
	float: none;
	font-size: 14px;
}
.nice-select.form-control-cs::after {
	right: 6px;
}
.nice-select.form-control-cs .list {
	left: 0;
}
.ng-binding {
	line-height: 30px;
	width: calc(100% - 115px);
}
.chng_nmbr.btn {
	padding: 5px 20px;
	height: 30px;
	width: 115px;
}
.binding-main-edit .done_nmbr {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 115px;
	height: 30px;
	padding: 5px;
}
.binding-main-edit .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.ng-binding .form-control {
	height: 30px;
}
.binding-main-edit,.binding-main-show {
	display: none;
}
.resentOtp {
	padding: 0px 17px !important;
}
.resentOtp:hover {
	color:#000 !important;
}
.binding-main-show .ng-binding {
	width: auto !important;
}
.datepicker--day-name {
	color: var(--primary) !important;
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
	background: var(--primary) !important;
	color: #fff !important;
}
.datepicker--cell.-current- {
	color: var(--primary) !important;
}
.psswrd-msk-div {
	position: absolute;
	right: 0;
	top: 27px;
	line-height: 45px;
	padding: 0 10px;
}
.header-widget-group .header-widget.withLogin {
	margin-left: 25px;
}
.withLogin .dropdown-position-list {
	width: 200px;
	transform: translate(0% , 30px);
	left: unset;
	right: -50%;
}
.withLogin .dropdown-position-list::before {
	left: unset;
	right: 23px;
}
.xzoom-preview {
	z-index: 1;
}
.xactive {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(31, 57, 5,1) !important;
	-moz-box-shadow: 0px 0px 3px 0px rgba(31, 57, 5,1) !important;
	box-shadow: 0px 0px 3px 0px rgba(31, 57, 5,1) !important;
	border: 1px solid #1f3905 !important;
}
.product-title span {
	font-size: 13px;
	margin-left: 5px;
	font-weight: normal;
}
.prfLeft img {
	max-width: 100%;
}
.prfLeft {
	width: 230px;
}
.prfRight {
	width: calc(100% - 230px);
}
.actinBtns {
	position: absolute;
	top: 0;
	right: 10px;
}
.addonInp .btn {
	border-radius: 6px;
	padding: 6px 20px;
}
.file-browser i {
	position: relative;
	top: 1px;
}
.mapSec {
	height: 200px;
}
.aboutSec p {
	font-size: 15px;
	line-height: 22px;
}
.aboutSec ul {
	padding-left: 25px;
}
.paymntMdl .img-fluid {
	max-width: 250px;
}

.loader-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.87);
}
.loader-inr {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*.loader-inr img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.loader-main .sk-fading-circle {
    margin: auto;
    width: 55px;
    height: 55px;
}
.loader-main .sk-circle .sk-child:before,.loader-main .sk-fading-circle .sk-circle:before {
    background-color: #1f3905;
}

.prdbx-off-rbn.presnt-cart {
	top: unset;
	bottom: 0;
	transform: unset;
	left: calc(50% - 50px);
	width: 100px;
	padding: 1px 10px;
	border-radius: 10px;
	background: var(--primary);
	color: var(--white);
	position: absolute;
	font-size: 12px;
	line-height: 14px;
}

.oaerror {
  margin: 0 auto;
  background-color: rgba(217,83,79,0.1);
  padding: 8px;
  border: 1px solid rgba(217,83,79,0.1);
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color:#d9534f;
}
.nice-select {
    font-size: 13px;
}
.footer-bottom {
    padding: 1px 15px 4px;
}

ol.progtrckr {
  margin: 0;
  padding: 0;
  margin-left: 7.5px;
}

ol.progtrckr li {
  display: inline-block;
  text-align: left;
  width: 100%;
  height: 80px;
  border-left: 7px dotted #ddd;
  font-size: 16px;
  font-family: montSB;
  padding-left: 15px;
}

ol.progtrckr li::before {
  position: relative;
  top: 0px;
  float: left;
  left: -30px;
}

ol.progtrckr li::before {
  content: "";
  background-color: #ddd;
  height: 23px;
  width: 23px;
  border: none;
  border-radius: 5px;
  text-align: center;
  line-height: 23px;
}

ol.progtrckr li.progtrckr-done::before {
  content: "\2713";
  background-color: var(--primary);
  color: #fff;
}

ol.progtrckr li p {
  margin-top: -21px;
  float: left;
  width: 100%;
  margin-bottom: 0 !important;
  line-height: 16px;
  color: #4d4d4d;
}

ol.progtrckr li.progtrckr-done p {
  color: var(--primary);
}

ol.progtrckr li span {
  display: block;
  float: ;
  float: left;
  width: 100%;
  font-size: 80%;
  color: #ddd;
  line-height: 14px;
  margin-top: -3px;
}

.cncloptn {
  padding: 8px 8px;
  font-size: 12px;
  width: 48%;
  float: left;
  display: block;
  margin: 1% !important;
  cursor: pointer;
}

.cncloptn.slctdcnclrsn, .retrnoptn.slctdrtrnrsn, .cncloptn:hover,.retrnoptn:hover,.retrntpoptn:hover,.retrntpoptn.slctdrtrntprsn {
  background-color: #1f3905 !important;
  color: #fff !important;
  cursor:pointer;
}

.mr-2{
	margin-right: 0.5rem;
}

.not-dlvry {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0 ,0,0,0.4);
	z-index: 1;
}
.not-dlvry .prdbx-shop {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	background: #fff;
	padding: 4px 8px;
	color: #f00 !important;
	border-radius: 2px;
}
.not-deliverable .prdbx-prdimg {
	filter: grayscale(1);
}

.share-icon{
	display:inline-block !important;
	font-size: 20px;
	padding: 4px;
	margin-right: 4px;
}
.facebook{
	color: #3A5794 !important;
}
.whatsapp{
	color: #075B51 !important;
}

.youtube{
	color: #FF0000 !important;
}

.twitter{
	color: #00A7E7 !important;
}

.linkedin{
	color: #0E72A3 !important;
}

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

.prd-categry {
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
  margin-bottom: 30px;
  cursor: pointer;
}

.prdpg-fpbx-inr {
  width: 137px;
  height: 137px;
  margin-bottom: 8px;
  border-radius: 50%;
  overflow: hidden;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  margin-left: auto;
  margin-right: auto;
}
 
.prdpg-fpbx-inr .prdpg-fpbx-img {
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  width:100%;
  cursor:pointer;
}

.prdpg-fpbx-hd {
  font-size: 13px;
}

.modal-body .cart-pop-up{
	height: 275px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 10px;

}
.modal-body .cart-pop-up .crtLeft {
    width: 63px;
    text-align: center;
}
.modal-body .cart-pop-up .crtRight {
	width: calc(100% - 63px);
	text-align: left;
	padding-left: 10px;
}
.modal-body .cart-pop-up img {
	max-width: 100%;
	height: auto;
	border-radius: 0;
	max-height: 71px;
	width: auto;
}
.modal-body .cart-pop-up .pdt-p {
	font-size: 12px;
	line-height: 14px;
}
.modal-body .cart-pop-up .entrCart .input-group-text {
	margin: 0 !important;
}
.modal-body .cart-pop-up .entrCart .qtInp {
	width: 39px;
}
.modal-body .cart-pop-up .pdtAdBtn {
	width: 90px;
}
.modal-body .cart-pop-up .delCart {
	padding: 0 3px;
	margin-left: 10px;
}
.modal-body .cart-pop-up .delCart:hover {
	color: #333 !important;
}
.modal-body .cart-pop-up .delCart i {
	position: relative;
	top: 3px;
}
.modal-body .cart-pop-up .entrCart .input-group-text i {
	left: 0px;
}

.feed-item{
	width: 100%;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	margin-bottom: var(--space);
	border-radius: 3px;
	margin-left:0px;
}
.feed-item .pdt-p {
    line-height: 18px;
}
.js-write-rv-btn {
    padding: 3px 10px;
    height: 25px;
    font-size: 10px;
    line-height: 10px;
}

.ui-slider .ui-slider-handle {
	border: 2px solid #ff6454 !important;
}
.ui-widget-header {
	border-color: #ff6454 !important;
	background: #ff6454 !important;
}

.range-slider__range {
	-webkit-appearance: none;
	width: 100%;
	height: 4px;
	border-radius: 5px;
	background: #d7dcdf;
	outline: none;
	padding: 0;
	margin: 0;
}
 .range-slider__range::-webkit-slider-thumb {
	 appearance: none;
	 width: 20px;
	 height: 20px;
	 border-radius: 50%;
	 background: #2c3e50;
	 cursor: pointer;
	 transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb {
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: background 0.15s ease-in-out;
	border: 1px solid #ff6454;
}

.range-slider input::-moz-focus-inner,.range-slider input::-moz-focus-outer {
	 border: 0;
}
.range-slider {
	margin-bottom: 10px;
}
.ui-widget.ui-widget-content {
    margin-bottom: 16px;
    width: calc(100% - 17px);
    left: 10px;
    top: 3px;
}
.ul-reset a label {
    font-size: 13px;
}

.inr-lft,.inr-rght {
	position: absolute;
	left: 0;
	top: 0;
	background: var(--primary);
	color: #fff;
	width: 15px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.inr-rght {
	left: unset;
	right: calc(50% - 24px);
}

.price_range_flds {
  font-size: 10px;
  width: calc(50% - 12px);
  float: left;
  line-height: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px 3px 3px 18px;
}

.prc-to {
  width: 20px;
  text-align: center;
  font-size: 10px !important;
  line-height: 26px;
}

.prdfltr-box label {
  margin-bottom: 0;
  font-family: 'Poppins',sans-serif;
  font-size: 12px;
  margin-top: -2px;
  float: none;
  display: block;
  margin-left: 3px;
  font-weight: 500;
  font-size: 14px;
}

.prdfltr-price .prc-to {
  margin-left: 1px;
  margin-right: 2px;
  float: left;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.4em !important;
}

.myac-itm-dv{
	background: #fff;
	text-align: center;
	padding: 38px 10px;
	width: 100%;
	height: 200px;
	border-radius: 5px;
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);
	cursor: pointer;
}
.myac-itm-img {
	margin-bottom: 15px;
	height: 83px;
}

.myac-itm-hd {
	color: #888;
	font-size: 14px;
	margin-bottom: 0 !important;
	font-weight: 600;
}

.myac-itm-dv.myac-itm-active, .myac-itm-dv:hover {
	transition: all .2s ease;
	transform: translateY(-5px);
	box-shadow: 0 11px 45px -13px rgba(37, 39, 42, 0.67);
}

.add-nw-addrs-icon {
  width: 105px;
  margin-bottom: 4px;
  opacity: 0.5;
}

.add-addrs-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	margin-bottom: 15px;
	border-radius: 3px;
	border:none;
}

.add-addrs-inrdv {
	background: #e9e9e9;
	padding: 8px;
	position: relative;
	display: block;
	width: 100%;
	float: left;
}

.urlslctd.fltrprod.catgry_srch{
	color:var(--primary);
}

.empty-cart .img-fluid{
	width:300px;
}
.header-part.active {
    z-index: 9999;
}
.modal {
    z-index: 10000;
}
.modal-backdrop {
    z-index: 9999;
}
.showSweetAlert p {
	margin-bottom: 15px !important;
}
.userRateLeft {
    flex: 0 0 60px;
    max-width: 60px;
}
.userRateRight {
    max-width: calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    padding-left: 0;
}
.userRateLeft img {
	max-width: 100%;
	border-radius: 50%;
}
.rateIcn i.actv {
	color: var(--danger);
}
.sweet-alert {
    z-index: 10005;
}
.header-content .navbar-link {
    font-size: 15px;
    text-transform: uppercase;
    padding:12px 0;
}

.cs-hd-rgt-slct-grp{
/*	    width: 150px;*/
    text-align: right;
    margin-left: auto;
    text-transform: uppercase;
}
.modal-header .close {
    font-size: 25px;
}
.pdt-p small.smlPrc {
    font-size: 12px;
    position: relative;
    top: -2px;
}
.sweet-alert h2 {
	font-size: 20px;
	line-height: 22px;
}
.sweet-alert .lead {
	font-size: 15px;
}
thead tr th {
	font-size: 14px;
}
.cartSec .product-title {
	min-height: auto;
}
.paymntMdl .form-check-label {
	position: relative;
	top: -4px;
}

/** ERROR.ODT CHANGES 25/11/2022 START **/
.actinBtns .editchange-bdg {
	font-size: 13px !important;
	font-weight:300;
	padding:5px 10px 4px;
}

.header-form{
	width: calc(100% - 400px);
}
.header-form button i{
	margin-right:20px;
}
.withLogin .dropdown-position-list {
    transform: translate(-5%,25px);
}
.flpkrt-logo{
	margin-right:0 !important;
}
.footer-card a{
	margin-left:0;
}
.header-widget-group .header-widget.withLogin {
    padding-bottom: 8px;
    margin-top: -6px;;
}
.header-content .header-widget-group {
	display: -webkit-box;
}

.header-part.active {
    position: -webkit-fixed;
}
html{
	overflow:auto;
}
.card.filtercard {
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
}
.sweet-overlay {
	z-index: 10005;
}
header.header-part.active .sideBar_main .dropdown:hover .dropdown-position-list {
	transform: unset;
}
.userRateRight p {
	line-height: 18px;
}

/** ERROR.ODT CHANGES 25/11/2022 END **/

/*-------------------------- New HTML Slider #Start ------------------*/
@font-face{
	font-family: grhm;
	src: url('../fonts/GRAHM_Sans_Rough.ttf');
}
@font-face{
	font-family: rvgr;
	src: url('../fonts/Ravager_Sans_Rough.otf');
}
@font-face{
	font-family: bbs;
	src: url('../fonts/BebasNeue-Regular.ttf');
}
@font-face{
	font-family: opnsnsR;
	src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face{
	font-family: opnsnsSB;
	src: url('../fonts/OpenSans-SemiBold.ttf');
}
@font-face{
	font-family: opnsnsB;
	src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face{
	font-family: opnsnsEB;
	src: url('../fonts/OpenSans-ExtraBold.ttf');
}


.ctg-banner {
	height: 435px;
}
.ctg-bnr01 {
    background-color: #009541;
    position: relative;
    display: flex;
}
.ctg-bnr01-lft, .ctg-bnr01-mdl, .ctg-bnr01-rgt {
    width: 33.33%;
    /* display: inline-flex; */
}
.ctg-bnr01-mdl {
    display: inline-flex;
    justify-content: center;
    /* align-content: center; */
    flex-direction: column;
    text-align: center;
}
.ctg-bnr01-rgt {
    display: inline-flex;
    align-items: flex-end;
}
.btn1-ypc-p {
    display: flex;
    text-transform: uppercase;
    margin-top: 30px;
}
.ypc-span1 {
    font-family: opnsnsEB;
    color: #df2b06;
    background-color: #fff;
    font-size: 25px;
    line-height: 35px;
    padding: 0px 12px 0px 25px;
}
.ypc-span2 {
    font-family: opnsnsEB;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    padding: 0px 0px 0px 10px;
}
.ctg-bnr1-product-img {
    width: 48%;
    margin: 10px 0 0 50px;
}
.ctg-bnr-hd01 {
    color: #fff;
    font-family: rvgr;
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 25px;
}
.ctg-bnr-hd02 {
    color: #ffec26;
    font-family: opnsnsB;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.ctg-bnr-hd03 {
    color: #FFF;
    font-family: opnsnsB;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.ctg-prdct-info-warp {
    display: flex;
    margin-left: 8%;
    margin-bottom: 20px;
}
.ctg-prdct-dot-dv {
    display: inline-flex;
    align-items: center;
}
.ctg-prdct-dot-info-dv {
    padding-left: 7px;
}
.ctg-prdct-info-hd {
    font-family: bbs;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
}
.ctg-prdct-info-tag {
    font-family: 'opnsnsR';
    font-size: 15px;
    line-height: 16px;
    color: #fff;
}
.ctg-prdct-dot-icn {
    width: 22px;
}
.ctg-bnr-mdel-img-p {
    text-align: right;
}
.ctg-bnr-mdel-img {
    width: 85%;
    margin-left:auto;
}
.fa-circle.ctg-prdct-greendot {
    color: #1AA304;
    background-color: #fff;
    padding: 2px 3px;
    font-size: 16px;
    width: 20px;
    height: 20px;
}

.ctg-bnr02 {
    background: linear-gradient(45deg, #297f1d, #1b1b1b);
    position: relative;
    display: flex;
}
.ctg-bnr02-lft, .ctg-bnr02-mdl {
    width: 33.333%;
}
.ctg-bnr02-rgt {
    width: 33.333%;
    display: inline-flex;
    align-items: flex-end;
}
.ctg-bnr02-mdl {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.btn2-ypc-p {
    display: flex;
    text-transform: uppercase;
    margin-top: 30px;
}
.ctg-bnr2-product-img {
    display: block;
    width: 44.5%;
    margin: 10px 0 5px 10%;
}
.ctg-bnr2-mdel-img {
    display: block;
    margin-left: auto;
    width: 92%;
    max-width: 400px;
}
.ctg-bnr2-mdel-img-p {
	width: 100%;
}
.ctg-bnr2-hd01 {
    color: #fff;
    font-family: rvgr;
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 25px;
}
.ctg-bnr2-hd01-spn {
    color: #fff;
    font-family: rvgr;
    font-size: 68px;
    line-height: 70px;
    margin-bottom: 0;
}
.ctg-bnr2-hd02 {
    color: #ffec26;
    font-family: opnsnsB;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.ctg-bnr02 .ctg-prdct-info-warp {
    display: flex;
    margin-left: 8%;
    margin-bottom: 7px;
}
.ctg-bnr2-hd03 {
    color: #FFF;
    font-family: opnsnsB;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.ctg-bnr03 {
    background-image: url('../../assets/images/slider04-bg-min.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
}
.btn3-ypc-p {
    display: flex;
    text-transform: uppercase;
    margin-top: 30px;
}
.ctg-bnr3-product-img {
	display: block;
	width: auto;
	margin: 40px 0 5px 100px;
	height: 300px;
}
.ctg-bnr03-lft, .ctg-bnr03-mdl, .ctg-bnr03-rgt {
    width: 33.33%;
}
.ctg-bnr03-mdl {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.ctg-bnr03-rgt {
    display: inline-flex;
    align-items: center;
}
.ctg-bnr3-tealeaf-img-p {
    width: 100%;
}
.ctg-bnr3-tealeaf-img {
    width: auto;
    height: 350px;
    margin: auto;
    display: block;
    filter: drop-shadow(2px 3px 5px rgba(0,0,0,0.6));
}
.ctg-bnr3-hd02 {
    color: #004B0B;
    font-family: opnsnsB;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 2px 1px rgba(255,255,255,0.7);
}
.ctg-bnr3-hd03 {
    color: #FFF;
    font-family: opnsnsB;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
.ctg-bnr3-hd01 {
    color: #222;
    font-family: rvgr;
    font-size: 70px;
    line-height: 65px;
    margin-bottom: 25px;
}
.ctg-bnr3-hd01-spn {
    color: #222;
    font-family: rvgr;
    font-size: 110px;
    line-height: 78px;
    margin-bottom: 0;
}
.btn3-ypc-p .ypc-span1 {
    color: #df2b06;
    font-size: 25px;
    line-height: 35px;
}
.btn3-ypc-p .ypc-span2 {
    color: #004B0B;
    font-size: 28px;
    line-height: 34px;
}
.ctg-bnr3-vegicn {
    position: absolute;
    bottom: 45px;
    left: 30px;
}
.ctg-bnr4-vegicn {
    position: absolute;
    bottom: 45px;
    right: 40px;
}
.fa span {
	display: none;
}
.slick-dots li button:before {
    opacity: .8;
}
.banner_1 .slick-dots li:hover button::before {
    background: #1f3905;
}



.ctg-bnr04 {
    background-image: url('../images/slider05-bg-min.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
}
.ctg-bnr04 .ctg-bnr04-lft {
    width: 75%;
}
.ctg-bnr04 .ctg-bnr04-rgt {
    width: 25%;
}
.ctg-bnr04 .ctg-bnr04-product-img {
    margin: 40px 0 5px 0;
    display: block;
    width: auto;
    height: 300px;
}
.ctg-bnr04-mdl {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
}
.ctg-bnr04-hd01 {
    color: #222;
    font-family: rvgr;
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 25px;
}
.ctg-bnr04-hd01-spn {
    color: #222;
    font-family: rvgr;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0;
}
.ctg-bnr04-hd02 {
    color: #004B0B;
    font-family: opnsnsB;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 2px 1px rgba(255,255,255,0.7);
}
.ctg-bnr04-hd03 {
    color: #fff;
    font-family: opnsnsB;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgb(0 0 0 / 80%);
}
.btn4-ypc-p {
    display: flex;
    text-transform: uppercase;
    margin-top: 30px;
}



.ctg-bnr03.ctg-bnr03-01 {
    background-image: none;
    background: #010101;
    overflow: hidden;
}
.ctg-bnr03-01 .btn3-ypc-p .ypc-span1 {
	color: #151515;
}
.ctg-bnr03-01 .btn3-ypc-p .ypc-span2 {
	color: #ECB235;
}
.ctg-bnr03-01 .ypc-span1 {
	background-color: #ECB235;
}
.ctg-bnr03-01 .ctg-bnr3-hd01,.ctg-bnr03-01 .ctg-bnr3-hd01-spn {
	color: #ECB235;
}
.ctg-bnr03-01 .ctg-bnr3-hd02 {
	color: #fff;
	text-shadow: none;
}
.ctg-bnr03-01 .ctg-bnr3-hd03 {
	color: #ECB235;
	font-family: rvgr;
	text-shadow: none;
}
.ctg-bnr03-01 .btn3-ypc-p {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ctg-bnr03-01 .ctg-bnr3-product-img-p {
	width: 100%;
	height: 100%;
}
.ctg-bnr03-01 .ctg-bnr3-product-img {
	width: auto;
	margin: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: -36px;
}
.ctg-bnr03-01 .ctg-bnr03-mdl {
	position: relative;
	z-index: 1;
}

.caLeft {
	width: calc(100% - 180px);
}
.caRight {
	width: 180px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.careerApplyBox .modal-dialog {
	max-width: 1180px;
}
.sweet-alert .sa-icon {
	margin: 20px auto 30px !important;
}

.slider4 h1,.slider4 h2,.slider4 h3,.slider4 h4,.slider4 h5,.slider4 h6{
	margin: 0;
}
.slider4,.slider4 *{
	box-sizing: border-box;
}
.slider4 {
	height: 435px;
	position: relative;
}
.slider4::after {
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/bg4.jpg');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sliderOtr {
	display: flex;
	width: 100%;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
	padding: 10px;
}
.sldrFul {
	width: 100%;
	display: flex;
	margin-bottom: 30px;
}

.sldrFul .sf2 {
	display: flex;
	align-items: center;
	margin-left: -10px;
	position: relative;
	top: 7px;
}
.sldrFul .sf2 .hdng-6, .sldrFul .sf2 .hdng-7 {
	padding: 7px 15px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: opnsnsB;
}
.hdng-6 {
	color: #f00;
	line-height: 1;
	background: #fff;
}
.hdng-7 {
	color: #fff;
	line-height: 1;
	background: #f00;
}
.slidr1 {
	width: 500px;
	position: relative;
	top: -19px;
	padding-left: 20px;
}
.slidr1 img {
	width: 260px;
	margin-top: 13px;
}
.slidr2 {
	width: calc(100% - 1000px);
	text-align: center;
	display: flex;
	position: relative;
	top: -67px;
	margin: auto;
	justify-content: center;
	padding-left: 70px;
}

.slidr3 {
	width: 500px;
	text-align: center;
	position: relative;
	top: -55px;
}
.slidr1 .teaImg {
	max-width: 100%;
}
.hdng-1 {
	font-size: 90px;
	color: #000;
	line-height: 1;
	font-family: rvgr;
	margin: 0;
	position: relative;
	top: 25px;
}
.hdng-1 span {
	display: block;
	font-size: 140px;
	margin-top: -15px;
	font-family: rvgr;
}
.hdng-2 {
	font-size: 40px;
	display: flex;
	align-items: center;
	position: relative;
	top: 20px;
	left: 30px;
	justify-content: center;
}
.sp1 {
	color: #f00;
	margin-left: 10px;
}
.sp2 {
	font-size: 22px;
}

.sp3 {
	display: flex;
	align-items: center;
}
.sp4 {
	font-size: 20px;
}
.sp5 {
	color: #f00;
	font-size: 30px;
	margin-left: 5px;
}
.hdng-3 {
	margin: 0;
	position: relative;
	top: 37px;
	left: 30px;
	color: #f00;
	font-size: 14px;
	background: rgb(253,235,11);
	background: radial-gradient(circle, rgba(253,235,11,1) 0%, rgba(241,241,241,0.3799720571822479) 100%);
	padding: 2px 0;
}

.hdng-5, .hdng-5_2 a {
	font-family: opnsnsB;
	font-size: 26px;
	text-shadow: 0 0 10px #B0D37F, 0 0 10px #B0D37F, 0 0 10px #B0D37F, 0 0 10px #B0D37F, 0 0 10px #B0D37F, 0 0 10px #B0D37F, 0 0 10px #B0D37F, 0 0 10px #B0D37F, 0 0 10px #B0D37F, 0 0 4px #B0D37F, 0 0 4px #B0D37F, 0 0 4px #B0D37F, 0 0 4px #B0D37F, 0 0 4px #B0D37F, 0 0 4px #B0D37F, 0 0 4px #B0D37F, 0 0 4px #B0D37F, 0 0 4px #B0D37F;
	color: #000;
	margin-top: 10px !important;
	position: relative;
}
.dlvOffer {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 10px;
	line-height: 1;
}
.dlvOffer .dlv1 {
	font-size: 55px;
	font-family: rvgr;
	font-weight: 300;
	text-align: center;
	color: #e28903;
}
.dlvOffer .dlv1 p {
	margin: 0;
	font-family: rvgr;
}
.dlv2 {
	font-size: 70px;
	font-family: rvgr;
	margin-right: 10px;
}



.ribbon {
	position: relative;
	top: 8px;
	left: 0;
	margin: 0 auto;
	right: 0;
}
.ribbon [class*="ribbon-"] {
	margin: 34px auto 0;
	transform-origin: 50% 50%;
	transform: rotate(-8.5deg);
	position: relative;
	z-index: 4;
	width: 287px;
	height: 56px;
}
.ribbon [class*="ribbon-"]::before {
	content: "";
	transform-origin: 0 0;
	transform: rotate(-17.25deg) skewX(-9deg) translateX(158px);
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 4px;
	background: #001b47;
	z-index: -1;
}
.ribbon.active .ribbon-1::before {
	width: 158px;
	transform: rotate(-17.25deg) skewX(-9deg) translateX(0);
}
.ribbon [class*="ribbon-"] .inner {
	background: #003468;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 0;
	height: 100%;
	padding: 11px 0;
	font-size: 20px;
	text-shadow: 3px 3px 1px #001b47;
	position: relative;
	z-index: 2;
	transform: skewX(-9deg);
}
/*.ribbon .ribbon-1 .inner {
	font-weight: 700;
	font-size: 16px;
	padding: 4px 0;
}*/
.ribbon .ribbon-1 .inner {
	font-weight: 700;
	font-size: 22px;
	padding: 15px 0;
	line-height: 24px;
}
.ribbon.active .inner {
	width: 100%;
}

.ribbon .ribbon-1 .inner span {
	font-family: opnsnsB;
	color: #e28903;
}

.ribbon .fadeLeft {
	transform: translateX(-100%);
	display: block;
}
.ribbon.active .fadeLeft, .ribbon.active .fadeRight {
	transform: translateX(0);
}

.ribbon .ribbon-2 .inner .fadeRight, .ribbon .ribbon-2 .inner .fadeRight2{
	font-family: rvgr;
}
.ribbon .ribbon-2 {
	z-index: 3;
	font-size: 45px;
	width: 451px;
	height: 137px;
	margin-top: 22px;
}
.ribbon .ribbon-2 .fadeLeft {
	font-size: 15px;
	display: block;
	text-align: left;
	position: relative;
	left: 60px;
}
.hdng-5.whatsapp-icon::before {
	content: "\f232";
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	font-size: 32px;
	padding-right: 6px;
}
.ribbon .ribbon-2::before {
	width: 0;
	left: 11px;
	transform: rotate(-10.25deg) skewX(-9deg) translateX(451px);
	height: 47px;
}
.ribbon.active .ribbon-2::before {
	width: 376px;
	transform: rotate(-10.25deg) skewX(-9deg) translateX(0);
}
.ribbon .ribbon-2 .inner {
	font-size: 32px;
	padding: 26px 0;
	height: 100px;
	font-family: rvgr;
}
.ribbon .ribbon-2 .inner .fadeRight2 {
	font-size: 18px;
}

.ribbon .ribbon-2 .inner::before {
	transform-origin: 50% 50%;
	transform: rotate(180deg);
}
/*.ribbon .ribbon-2 .inner::before, .ribbon .ribbon-2 .inner::after {
	content: "";
	position: absolute;
	top: 14px;
	left: 14px;
	right: 14px;
	bottom: 14px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeYAAAALCAYAAACqPi4nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjEyM0FFRTU0NUUzMTFFNTlDMjdDMEJDMDFCNjlGNDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjEyM0FFRTY0NUUzMTFFNTlDMjdDMEJDMDFCNjlGNDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOUZEM0I5NDQ1QkQxMUU1OUMyN0MwQkMwMUI2OUY0OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MTIzQUVFNDQ1RTMxMUU1OUMyN0MwQkMwMUI2OUY0OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm3y348AAAIOSURBVHja7JvhboIwEMfbOZgyQF9h2cPtrfZ8+7APU0RQt7FrciQ3QqHodFT+v+RCc9ikHtX/tUe1GjFVVc3okij/0GRL5ScrT8edkt15OG4zv2cejvuRLPBw3BFZ6OG452y+8UC28HDcAc/xa/FN9k72RvaqSfzMH/EL2RPZMwcyFRMh4YkcKwAAAGC6GAHNyHZke7I1Wcm2Zp+5t+F2Trbltku/TGv9pQeuYGuxTjmjSISAS99CCHwt6l2+JfeNOaMN8PwBAAAMkSgWxIKF7oOvRYdQ5tx26kei+XmNL6JHG+Gqaop1yAIe8hZD7VuJbYc2X73ltuJ7kfAtMZcBAOAqWFeJ3N62CGXp2o9E83grgdJTnymUAEixluIfcVIQdPjq+knM91PhS/hztW+O3yUAYMSi2be6PHn7lkTzgBBDmMeaBEixbtbwkx6frVTQ5sNzBeB22DiuLvu2b8u2fiSae4QYwgwunwDcK3sN31bXt5UKusoHEaINJk524urSafuWRLNEiCHMAAxNAmQNv6+u3ywV9JUPZKlghmiDgeS2VaJyfznIJrBGNAuEGECYwZQTAHNGOVXudX1ZFnApH6RiBwFcnp0QynNWl60CS6KZI8QAwgzA7SQBlzgCGCp/jgUWLUJ5zuryl8CSaG4xywCAMAMw1iTgr44AmutBnfdykBHNDE8FgP/lR4ABABGzGigi55YSAAAAAElFTkSuQmCC") center bottom no-repeat;
	background-size: 100%;
}*/

.ribbon .ribbon-3 {
	z-index: 2;
	font-size: 9px;
	width: 326px;
	height: 55px;
	margin-top: -15px;
}
.ribbon .ribbon-3::before {
	width: 0;
	height: 47px;
	left: 11px;
	transform: rotate(-10.25deg) skewX(-9deg) translateX(387px);
}
.ribbon.active .ribbon-3::before {
	width: 387px;
	transform: rotate(-10.25deg) skewX(-9deg) translateX(0);
}
.ribbon .ribbon-3::after {
	content: "";
	transform-origin: 100% 100%;
	transform: rotate(-15.3deg) skewX(9deg) translateX(72px);
	display: block;
	width: 0;
	height: 45px;
	position: absolute;
	bottom: 0;
	right: 4px;
	background: #001b47;
	z-index: -1;
}
.ribbon.active .ribbon-3::after {
	width: 56px;
	transform: rotate(-15.3deg) skewX(9deg) translateX(0);
}
.ribbon .ribbon-3 .inner {
	color: #e8a713;
	color: #B0D37F;
	padding: 12px 0;
}



.ribbon .ball {
	width: 190px;
	height: 190px;
	background: #e8a713;
	border-radius: 95px;
	padding: 85px 20px 0;
	text-align: center;
	color: #001b47;
	border: 10px solid #001b47;
	margin: -87px auto 0;
	position: relative;
	left: 18px;
	z-index: 1;
	transform-origin: 50% 50%;
	transform: rotate(-8.5deg);
}
.ribbon .ball .ball-text {
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	display: block;
	width: 129px;
	position: relative;
	top: -9px;
}
.ribbon .ball .ball-text strong {
	font-size: 43px;
	font-style: italic;
	display: block;
	margin: 0 auto;
	font-family: rvgr;
	font-weight: 300;
}
.ribbon .ball .ball-text span {
	position: relative;
	top: -6px;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	display: block;
	width: 100%;
}

.hdng-5_2 a {
	margin-top: 0 !important;
}

.cllytpopup {
    cursor: pointer;
}
.ytpopup-outer {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 99;
    justify-content: center;
    align-items: center;
}
.ytpopup-body {
    width: 650px;
    position: relative;
}


.pdtLst-itm.product_unvl_parent .pdt-price-line,
.pdtLst-itm.product_unvl_parent .smallPrc,
.pdtLst-itm.product_unvl_parent .smlPrc {
/*    position: relative;*/
display: none !important;

}

/*.pdtLst-itm.product_unvl_parent .pdt-p small.smlPrc{
	top: -8px;
}

.pdtLst-itm.product_unvl_parent .smallPrc,
.pdtLst-itm.product_unvl_parent .smlPrc {
    margin-left: 0 !important;
}

.pdtLst-itm.product_unvl_parent .pdt-price-line::before,
.pdtLst-itm.product_unvl_parent .smallPrc::before,
.pdtLst-itm.product_unvl_parent .smlPrc::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 22px;
  background: #1f3905;
  z-index: 1;
}*/




















/************************ +++++++++++++++++++ responsive code start +++++++++++++++++++ **********************************/

@media screen and (min-width:992px) and (max-width:1199px){
	.ypc-span1 {
		font-size: 20px;
		line-height: 30px;
	}
	.ypc-span2 {
		font-size: 25px;
		line-height: 30px;
	}
	.btn3-ypc-p .ypc-span1 {
		font-size: 20px;
		line-height: 30px;
	}
	.btn3-ypc-p .ypc-span2 {
		font-size: 25px;
		line-height: 30px;
	}
	.ctg-bnr-hd01 {
		font-size: 80px;
		line-height: 70px;
		margin-bottom: 10px;
	}
	.ctg-bnr-hd02 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.ctg-bnr-hd03 {
		font-size: 25px;
		line-height: 30px;
	}
	.ctg-bnr2-hd02 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.ctg-bnr2-hd01 {
		margin-bottom: 15px;
	}
	.ctg-bnr2-hd03 {
		font-size: 25px;
		line-height: 35px;
	}
	.ctg-bnr2-product-img {
		width: 50.8%;
	}
	.ctg-bnr3-hd01 {
		font-size: 53px;
		line-height: 40px;
	}
	.ctg-bnr3-hd01-spn {
		font-size: 85px;
		line-height: 75px;
	}
	.ctg-bnr3-tealeaf-img {
		height: 300px;
	}
	.header-content .navbar-link {
		font-size: 13px;
	}
	.ctg-bnr04 .ctg-bnr04-product-img {
	    margin: 80px 0 5px 0;
		height: 220px;
	}
	.ctg-bnr04 .ctg-bnr04-lft {
		width: 70%;
	}
	.ctg-bnr04 .ctg-bnr04-rgt {
		width: 30%;
	}
	.ctg-bnr04-hd01 {
		font-size: 50px;
		line-height: 30px;
	}
	.ctg-bnr04-hd01-spn {
		font-size: 60px;
	}
	.ctg-bnr03-01 .ctg-bnr3-product-img {
		height: 94%;
	}
	.careerApplyBox .modal-dialog {
		max-width: 970px;
	}




}/*--- 992 - 1199 ---*/


@media screen and (min-width:768px) and (max-width:991px){

	.ctg-banner {
		height: 320px;
	}
	.ypc-span1 {
		font-size: 17px;
		line-height: 27px;
		padding: 0px 8px 0px 25px;
	}
	.ypc-span2 {
		font-size: 20px;
		line-height: 27px;
		padding: 0px 0px 0px 6px;
	}
	.btn3-ypc-p .ypc-span1 {
		font-size: 17px;
		line-height: 27px;
	}
	.btn3-ypc-p .ypc-span2 {
		font-size: 20px;
		line-height: 27px;
	}
	.ctg-prdct-info-tag {
		font-size: 12px;
		line-height: 14px;
	}
	.ctg-prdct-info-hd {
		font-size: 25px;
		line-height: 26px;
	}
	.ctg-bnr-hd01 {
		font-size: 60px;
		line-height: 50px;
		margin-bottom: 6px;
	}
	.ctg-bnr-hd02 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 6px;
	}
	.ctg-bnr-hd03 {
		font-size: 20px;
		line-height: 25px;
	}
	.ctg-bnr2-hd01 {
		font-size: 60px;
		line-height: 50px;
		margin-bottom: 5px;
	}
	.ctg-bnr2-hd01-spn {
		font-size: 45px;
		line-height: 45px;
	}
	.ctg-bnr2-hd02 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 6px;
	}
	.ctg-bnr2-hd03 {
		font-size: 20px;
		line-height: 25px;
	}
	.ctg-bnr1-product-img {
		width: auto;
		margin: 10px 0 0 50px;
		height: 165px;
	}
	.ctg-bnr2-product-img {
		width: auto;
		margin: 10px 0 5px 50px;
		height: 167px;
	}
	.ctg-bnr-mdel-img {
		width: auto;
		height: 310px;
	}
	.ctg-bnr2-mdel-img {
		width: auto;
		height: 290px;
	}
	.btn4-ypc-p .ypc-span2 {
		color: #fff;
	}
	.ctg-bnr3-hd01 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 15px;
		margin-top: 35px;
	}
	.ctg-bnr3-hd01-spn {
		font-size: 63px;
		line-height: 53px;
		margin-bottom: 0;
	}
	.ctg-bnr3-hd02 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
		text-shadow: 0 1px 0px rgba(0,0,0,0.5);
	}
	.ctg-bnr3-hd03 {
		font-size: 16px;
		line-height: 20px;
	}
	.ctg-bnr3-product-img {
		margin: 10px 0 5px 85px;
		height: 235px;
	}
	.ctg-bnr3-tealeaf-img {
		height: 230px;
	}
	.ctg-bnr04 .ctg-bnr04-lft {
		width: 70%;
	}
	.ctg-bnr04 .ctg-bnr04-rgt {
		width: 30%;
	}
	.ctg-bnr04 .ctg-bnr04-product-img {
		height: 175px;
	}
	.ctg-bnr04-hd01 {
		font-size: 34px;
		line-height: 5px;
	}
	.ctg-bnr04-hd01-spn {
		font-size: 40px;
	}
	.ctg-bnr4-vegicn {
		bottom: 20px;
	}
	.ctg-bnr03-01 .ctg-bnr3-product-img {
		height: 97%;
		left: -26px;
	}
	.careerApplyBox .modal-dialog {
		max-width: 750px;
	}







}/*--- 768 - 991 ---*/

@media screen and (min-width:767px){
	.forMobile {
		display: none;
	}
}


@media screen and (max-width:767px){
	.ctg-banner {
		height: 234px;
	}
	.ypc-span1 {
	    font-size: 14px;
    	line-height: 23px;
		padding: 0px 6px 0px 10px;
	}
	.ypc-span2 {
		font-size: 17px;
		line-height: 23px;
		padding: 0px 0px 0px 4px;
	}
	.btn3-ypc-p .ypc-span1 {
		font-size: 14px;
    	line-height: 20px;
	}
	.btn3-ypc-p .ypc-span2 {
		font-size: 15px;
		line-height: 20px;
	}
	.ctg-prdct-info-hd {
		font-size: 20px;
		line-height: 23px;
	}
	.ctg-bnr1-product-img {
		width: auto;
		margin: 10px 0 5px 50px;
		height: 115px;
	}
	.ctg-bnr2-product-img {
		width: auto;
		margin: 10px 0 5px 50px;
		height: 115px;
	}
	.ctg-bnr2-mdel-img {
		display: block;
		margin-left: auto;
		width: auto;
		height: 215px;
	}
	.ctg-prdct-info-tag {
		font-size: 10px;
		line-height: 11px;
	}
	.fa-circle.ctg-prdct-greendot {
		padding: 2px 2px;
		font-size: 13px;
		width: 16px;
		height: 16px;
	}
	.ctg-bnr-hd01 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 5px;
	}
	.ctg-bnr2-hd01 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 5px;
	}
	.ctg-bnr2-hd01-spn {
		font-size: 30px;
		line-height: 30px;
	}
	.ctg-bnr-hd02, .ctg-bnr2-hd02, .ctg-bnr-hd03, .ctg-bnr2-hd03 {
		font-size: 15px;
		line-height: 15px;
		margin-bottom: 5px;
	}
	.ctg-bnr-mdel-img {
		width: auto;
		margin-left: auto;
		height: 210px;
	}
	.btn1-ypc-p {
		margin-top: 15px;
	}
	.btn2-ypc-p {
		margin-top: 15px;
	}
	.btn3-ypc-p {
		margin-top: 15px;
	}
	.btn4-ypc-p {
		margin-top: 15px;
	}
	
	.ctg-bnr3-product-img {
		margin: 22px 0 5px 60px;
		height: 155px;
	}
	.ctg-bnr3-vegicn {
		bottom: 30px;
	}
	.ctg-bnr3-hd01 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.ctg-bnr3-hd01-spn {
		font-size: 45px;
		line-height: 45px;
	}
	.ctg-bnr3-hd02 {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 20px;
		text-shadow: 0 1px 1px rgba(255,255,255,0.7);
	}
	.ctg-bnr3-hd03 {
		font-size: 14px;
		line-height: 18px;
	}
	.ctg-bnr3-tealeaf-img {
		height: 180px;
	}
	.footer-contact li,.footer-app {
		justify-content: center;
	}

	.ctg-bnr04 .ctg-bnr04-product-img {
		margin: 20px 0 5px 0;
		height: auto;
		max-width: calc(100% + 50px);
	}
	.ctg-bnr04 .ctg-bnr04-lft {
		width: 65%;
	}
	.ctg-bnr04 .ctg-bnr04-rgt {
		width: 35%;
	}
	.ctg-bnr04-hd01 {
		font-size: 30px;
		line-height: 0px;
		margin-bottom: 25px;
	}
	.ctg-bnr04-hd01-spn {
		font-size: 35px;
	}
	.ctg-bnr04-hd02 {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.ctg-bnr04-hd03 {
		font-size: 22px;
		line-height: 40px;
		text-shadow: 0 1px 2px rgb(0 0 0 / 80%);
	}
	.ctg-bnr4-vegicn {
		bottom: 11px;
		right: 20px;
	}
	.ctg-bnr03-01 .ctg-bnr3-product-img {
		height: 95%;
		left: -20px;
	}
	
	.cartTable, .cartTable tr, .cartTable td, .cartTable th, .cartTable tbody, .cartTable thead {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.cartTable td, .cartTable th {
		width: 50%;
		border: 0;
		align-content: baseline;
	}
	.cartTable td.imgTd {
		width: 70px;
	}
	.cartTable td.pdtTd {
		width: calc(100% - 70px);
		padding-right: 0;
	}
	.cartTable .product-title {
		min-height: auto;
		white-space: unset !important;
		text-overflow: unset;
		overflow: auto;
		display: unset;
		line-height: 1;
		margin-bottom: 3px;
	}
	.cartTable .pdt-p {
		font-size: 11px;
		line-height: 14px;
		margin-bottom: 0 !important;
		width: 100%;
	}
	.cartTable .smlPrc {
		line-height: 14px;
		margin-bottom: 2px;
	}
	.cartTable td.qtyTd, .cartTable td.priceTd, .cartTable td.actinTd {
		width: auto;
		align-content: center;
	}
	.cartTable td img {
		max-width: unset;
		max-height: 70px;
	}
	.forMobile {
		display: flex;
		align-content: center;
		width: 100%;
		margin-top: 2px;
	}
	.forMobile .qtyTd, .forMobile .priceTd, .forMobile .actinTd {
		width: auto;
		padding: 0 !important;
		margin-right: 14px;
	}
	.forMobile .pdtAdBtn {
		width: 80px;
		box-shadow: none;
	}
	.forMobile .entrCart .qtInp {
		width: 30px;
	}
	.cartTable thead tr th:last-child {
		justify-content: end;
	}
	.forMobile .priceTd, .forMobile .actinTd {
		position: relative;
		top: 3px;
		margin-left: 15px;
		margin-right: 0;
	}
	.forMobile .qtyTd {
		margin-left: 0;
	}
	.forMobile .prcAcn {
		margin-left: auto;
		display: flex;
	}
	.caLeft {
		width: 100%;
	}
	.caRight {
		width: 100%;
		margin-top: 10px;
	}









}/*--- 767 ---*/


@media screen and (max-width:575px) {
	.ctg-banner {
		height: 200px;
	}
	.btn1-ypc-p, .btn2-ypc-p, .btn4-ypc-p {
		margin-top: 13px;
	}
	.ypc-span1 {
		font-size: 14px;
		line-height: 23px;
		padding: 0px 5px 0px 8px;
	}
	.ypc-span2 {
		font-size: 17px;
		line-height: 23px;
		padding: 0px 0px 0px 4px;
	}
	.ctg-bnr-hd01 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	.ctg-bnr2-hd01 {
		font-size: 37px;
		line-height: 37px;
		margin-bottom: 5px;
	}
	.ctg-bnr2-hd01-spn {
		font-size: 28px;
		line-height: 28px;
	}
	.ctg-bnr-hd02, .ctg-bnr2-hd02, .ctg-bnr-hd03, .ctg-bnr2-hd03 {
		font-size: 12px;
		line-height: 13px;
		margin-bottom: 5px;
	}
	.ctg-prdct-info-hd {
		font-size: 16px;
		line-height: 16px;
	}
	.ctg-prdct-info-tag {
		font-size: 8px;
		line-height: 8px;
	}
	.ctg-bnr1-product-img {
		height: 100px;
	}
	.ctg-bnr2-product-img {
		display: block;
		width: auto;
		margin: 10px 0 5px 10%;
		height: 100px;
	}
	.ctg-bnr-mdel-img {
		height: 180px;
	}
	.ctg-bnr2-mdel-img {
		height: 175px;
	}
	.ctg-bnr3-product-img {
		margin: 15px 0 5px 55px;
		height: 130px;
	}
	.ctg-bnr3-hd01 {
		font-size: 28px;
		line-height: 14px;
		margin-bottom: 15px;
		margin-top: 20px;
	}
	.ctg-bnr3-hd02 {
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	.ctg-bnr3-hd03 {
		font-size: 10px;
		line-height: 14px;
	}
	.ctg-bnr3-tealeaf-img {
		height: 140px;
	}

	.featrSec .col-sm-6 {
		width: 50%;
	}
	.featrSec .card-body {
		flex-direction: column;
		text-align: center;
	}
	.featrSec .right-set {
		max-width: 100%;
	}
	
	.ctg-bnr04 .ctg-bnr04-product-img {
		margin: 20px 0 5px -6px;
		max-width: calc(100% + 45px);
	}
	.ctg-bnr04 .ctg-bnr04-lft {
		width: 74%;
	}
	.ctg-bnr04 .ctg-bnr04-rgt {
		width: 26%;
	}
	.ctg-bnr04-hd01 {
		font-size: 18px;
		line-height: 0px;
		margin-bottom: 12px;
	}
	.ctg-bnr04-hd01-spn {
		font-size: 23px;
		margin-bottom: -18px;
		display: block;
	}
	.ctg-bnr04-hd03 {
		font-size: 12px;
		line-height: 15px;
	}
	.ctg-bnr04-hd02 {
		font-size: 9px;
		line-height: 11px;
	}
	.ctg-bnr03-01 .ctg-bnr3-product-img {
		left: -13px;
	}
	.careerApplyBox .modal-title {
		font-size: 13px;
	}






}/*--- 575 ---*/


@media screen and (max-width:465px){
	.ctg-banner {
		height: 160px;
	}
	.btn1-ypc-p, .btn2-ypc-p, .btn4-ypc-p {
		margin-top: 6px;
	}
	.ypc-span1 {
		font-size: 10px;
		line-height: 14px;
		padding: 0px 2px 0px 5px;
		font-family: opnsnsB;
	}
	.ypc-span2 {
		font-size: 13px;
		line-height: 14px;
		padding: 0px 0px 0px 2px;
	}
	.ctg-bnr1-product-img {
		margin: 3px 0 3px 22px;
	}
	.ctg-bnr2-product-img {
		margin: 3px 0 3px 22px;
	}
	.ctg-prdct-info-hd {
		font-size: 12px;
		line-height: 12px;
	}
	.ctg-prdct-info-tag {
		font-size: 6px;
		line-height: 6px;
	}
	.fa-circle.ctg-prdct-greendot {
		padding: 1px 2px;
		font-size: 10px;
		width: 12px;
		height: 12px;
	}
	.ctg-bnr-hd01 {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.ctg-bnr2-hd01 {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.ctg-bnr2-hd01-spn {
		font-size: 19px;
		line-height: 19px;
	}
	.ctg-bnr-hd02, .ctg-bnr2-hd02, .ctg-bnr-hd03, .ctg-bnr2-hd03 {
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 5px;
	}
	.ctg-bnr-mdel-img {
		height: 150px;
	}
	.ctg-bnr2-mdel-img {
		height: 140px;
	}
	.btn3-ypc-p,.btn4-ypc-p {
		margin-top: 8px;
	}
	.btn3-ypc-p .ypc-span1,.btn4-ypc-p .ypc-span1 {
		font-size: 10px;
		line-height: 14px;
	}
	.btn3-ypc-p .ypc-span2,.btn4-ypc-p .ypc-span2 {
		font-size: 12px;
		line-height: 14px;
	}
	.ctg-bnr3-product-img {
		margin: 15px 0 5px 40px;
		height: 110px;
	}
	.ctg-bnr3-vegicn {
		bottom: 15px;
		left: 15px;
	}
	.ctg-bnr3-hd01-spn {
		font-size: 31px;
		line-height: 31px;
	}
	.ctg-bnr3-hd01 {
		font-size: 20px;
		line-height: 14px;
		margin-bottom: 10px;
		margin-top:6px;
	}
	.ctg-bnr3-hd02 {
		font-size: 8px;
		line-height: 10px;
		margin-bottom: 10px;
	}
	.ctg-bnr3-hd03 {
		font-size: 9px;
		line-height: 12px;
	}
	.ctg-bnr3-tealeaf-img {
		height: 105px;
	}
	.ctg-bnr04-hd01 {
		font-size: 14px;
		line-height: 0px;
		margin-bottom: 12px;
	}
	.ctg-bnr04-hd01-spn {
		font-size: 18px;
		margin-bottom: -18px;
	}
	.ctg-bnr04-hd03 {
		font-size: 12px;
		line-height: 15px;
	}
	.ctg-bnr04 .ctg-bnr04-product-img {
		margin: 20px 0 5px -7px;
		max-width: calc(100% + 32px);
	}
	.ctg-bnr04 .ctg-bnr04-mdl {
		margin-top: -10px;
	}
	




}/*--- 465 ---*/



/*-------------------------- New HTML Slider #End --------------------*/



/*** responsive code START ***/
@media screen and (max-width:1399px) {
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
	.pdt-DtlsSec .pdtLst-itm .pdtImg {
		height: 350px;
	}
}
/** 1399end **/

@media screen and (max-width:1199px) {
	.featrSec h5 {
		font-size: 14px;
	}
	.featrSec .right-set p {
		font-size: 14px;
	}
	.products-section-title,.breadcumbSec h3 {
		font-size: 35px;
	}
	.product-title {
		font-size: 15px;
	}
	.banner-description h3 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.negSec .banner-description {
		padding: 20px 20px;
	}
	.offersSec .text-wrap .title {
		font-size: 22px;
		margin: 5px 0;
	}
	.offersSec .text-wrap {
		width: 80%;
		padding: 20px;
	}
	.prdttl-hd {
		font-size: 15px;
	}
	.prdfltr-hd {
		font-size: 14px;
	}
	.ul-reset a {
		font-size: 12px;
	}
	.pdt-DtlsSec .pdtLst-itm .pdtImg {
		padding: 0 0px 0px;
	}
	.xzoom-gallery4 {
		height: 50px;
	}
	.dtRight-sec .product-title {
		font-size: 20px;
	}
	.navbar-list li.navbar-item {
		margin-right: 11px;
	}
	
	.pdtLst-itm .pdtImg {
		padding: 0 10px 15px;
	}
	.orderPrvSec .product-title {
		min-height: auto;
	}
	.pdt-DtlsSec .pdtLst-itm .pdtImg {
		height: 287px;
	}

}
/** 1199end **/


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

	.mb-3-md,.mb-15-md {
		margin-bottom: var(--space);
	}
	.navbar-item {
		margin-right: 10px;
	}
	.navbar-link {
		font-size: 14px;
	}
	.header-content .navbar-content {
		width: 67%;
	}
	.header-content .header-logo {
		width: 13%;
	}
	.dropdown-position-list {
		width: 500px;
	}
	.featrSec h5 {
		font-size: 13px;
	}
	.offersSec .text-wrap .title {
		font-size: 20px;
		margin: 3px 0;
	}
	.offersSec .sub-text {
		font-size: 14px;
	}
	.banner-description h3 {
		font-size: 25px;
		line-height: 35px;
	}
	.nwarivlSec .banner-description {
		position: relative;
		width: 60%;
		border-bottom: 1px solid rgba(233, 233, 233, 0.1);
	}
	.nwarivlSec .object-cover {
		height: 100%;
		bottom: 0;
		top: 0;
		width: 40%;
		right: 0;
	}
	.moreabtSec .banner-description p {
		margin-bottom: 20px;
	}
	.header-form {
		width: calc(100% - 250px);
	}
	.pdt-leftSec {
		width: 22%;
	}
	.pdt-rightSec {
		width: 78%;
	}
	.form-group label {
		font-size: 14px;
	}
	.dtRight-sec .pdt-p.pdt-p-sm {
		font-size: 13px;
		line-height: 18px;
	}
	.allFeatures .accordion-button {
		font-size: 15px;
	}
	.allFeatures .accordion-body p {
		font-size: 13px;
		line-height: 22px;
	}
	.dtRight-sec .pdt-p {
		font-size: 16px;
	}
	.orderPrvSec .pdt-p {
		font-size: 14px;
	}
	.aboutSec h4 {
		font-size: 18px;
	}
	.aboutSec p {
		font-size: 14px;
		line-height: 20px;
	}
	.pdt-DtlsSec .pdtLst-itm .pdtImg .xzoom-container,.pdt-DtlsSec .pdtLst-itm .pdtImg {
		height: 216px;
	}
	.products-section-title, .breadcumbSec h3 {
		font-size: 28px;
	}
	.header-content .navbar-link {
		font-size: 13px;
	}
	.navbar-list li.navbar-item {
		margin-right: 8px;
	}
	.header-content .navbar-content {
		width: 300px;
		display: block;
		position: fixed;
		top: 0;
		left: -300px;
		z-index: 11;
		background: #fff;
		padding: 10px;
		bottom: 0;
		height: 100vh;
		box-shadow: none;
		transition: 0.300s;
	}
	.sideBar_open .header-content .navbar-content {
		left: 0px;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	}
	.sideBar_open .overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		background: rgba(0,0,0,0.2);
	}
	.header-content .navbar-content .navbar-list {
		display: block;
		height: calc(100% - 90px);
		overflow: auto;
	}
	.header-content .navbar-content .navbar-item .navbar-link {
		padding: 0;
	}
	.header-content .navbar-content .navbar-item {
		margin-right: 0;
		width: 100%;
		margin-bottom: 5px;
	}
	.header-logo.sideBar_logo img {
		height: 75px !important;
	}
	.sideBar_close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 5px;
		cursor: pointer;
	}
	.sideBar_close:hover {
		color: var(--primary);
	}
	.header-logo.sideBar_logo {
		width: 100%;
		text-align: center;
		margin-bottom: var(--space);
	}
	.header-content .navbar-content .navbar-item .dropdown-position-list {
		position: unset;
		border-radius: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		transform: unset;
		border-left: 1px solid #ddd;
		max-width: 100%;
		display: none;
		opacity: 1;
	}
	.menuDropdown_open .dropdown-position-list.row {
		display: block !important;
		visibility: visible;
	}
	.header-content .navbar-content .navbar-item .dropdown-position-list::before {
		display: none !important;
	}
	.header-content .navbar-content .navbar-item .dropdown-position-list .col-4 {
		width: 100%;
	}
	.header-content .header-widget-group {
		width: 87%;
	}
	.myac-itm-dv {
		padding: 25px 10px;
		height: 150px;
	}
	.myac-itm-img {
		height: 65px;
		margin-bottom: 10px;
	}
	.pdtLst-itm .pdtImg {
		height: 170px;
	}
	.paymntMdl h3 {
		font-size: 20px;
	}
	
}
/** 991end **/

@media screen and (min-width:992px) {
	.menuBtn,.sideBar_logo,.sideBar_close,.overlay,.filterPdt {
		display: none;
	}
}

@media screen and (min-width:768px) {
	.dtRight-sec .product-title {
		font-size: 18px;
	}
	.mtbvw{
		display:none;
	}
	.dtbvw{
		display:block;
	}
	.uppercart-bgscrn{
		display:inline-block !important;
	}
	.uppercart-smscrn{
		display:none !important;
	}
	
}

@media screen and (max-width:767px) {
	.d-none-sm {
		display: none !important;
	}
	.text-center-sm {
		text-align: center !important;
	}
	.mb-15-sm{
		margin-bottom: var(--space);
	}
	.mb-0-sm {
		margin-bottom: 0 !important;
	}
	body {
		font-size: var(--bodysize);
	}
	.header-top-welcome p i {
		top: 0px;
	}
	.header-widget i.header-widgetIcon {
		width: 30px;
	}
	.header-widget sup {
		left: 20px;
	}
	
	.products-section-title,.breadcumbSec h3 {
		font-size: 30px;
	}
	.featrSecBtm h5 {
		font-size: 11px;
	}
	.featrSecBtm img {
		max-width: 48px;
	}
	.newEngSec {
		height: 200px;
	}
	.newEngSec h3 br {
		display: none;
	}
	.newEngSec .banner-description {
		padding: 50px 20px;
	}
	.moreabtSec .banner-description {
		position: relative;
		padding: 60px 20px;
	}
	.footer-card {
		padding-bottom: 5px;
	}
	.footer-part {
		padding-top: 30px;
	}
	.footer-widget {
		margin-bottom: 20px;
	}
	.product-title {
		font-size: 14px;
	}
	.header-form {
		width: 100%;
		position: absolute;
		left: 0;
		margin: 0;
		top: 84px;
		z-index: 1;
	}
	.header-cart .dropdown-position-list {
		width: 450px;
	}
	.pdtFilter {
		width: 100%;
		position: absolute;
		top: 26px;
		left: 0;
		z-index: 3;
		display: none;
	}
	.pdtFilter.pdtFilter_Open {
		display: block;
	}
	.pdt-rightSec {
		width: 100%;
	}
	.pdtLst-itm .pdtImg {
		padding: 0 15px 15px;
	}
	.pdt-p {
		font-size: 11px;
	}
	.pdt-p .ms-2 {
		margin-left: 5px !important;
	}
	.pdt-p .me-2 {
		margin-right: 5px !important;
	}
	.dtLeft-sec {
		width: 40%;
	}
	.dtRight-sec {
		width: 60%;
	}
	.buyBtns .btn {
		padding: 10px 30px 9px;
	}
	.header-cart .dropdown-position-list::before {
		right: var(--space);
	}
	.prfLeft {
		margin: auto;
	}
	.prfRight {
		width: 100%;
		margin-top: var(--space);
	}
	.gndTtl p {
		font-size: 20px;
		margin-top: 0px !important;
	}
	
	.filter-btn .filtr-off {
	  display: none;
	}
	.slick-prev {
		left: 5px;
	}
	.slick-next {
		right: 5px;
	}
	.mtbvw{
		display:block;
	}
	.dtbvw{
		display:none;
	}
	.uppercart-bgscrn{
		display:none !important;
	}
	.uppercart-smscrn{
		display:inline-block !important;
	}
	li.addrs {
		display: inline-block;
	}
	li.addrs p {
		display: inline;
	}
	.pdtLst-itm .pdtImg {
		height: 150px;
	}
	.paymntMdl h3 {
		font-size: 16px;
	}
	.header-top-welcome p {
		font-size: 11px;
	}
	.header-top-welcome p i {
		font-size: 10px;
	}
	
	
}
/** 767end **/

@media screen and (max-width:575px) {
	.mb-3-xs {
		margin-bottom: var(--space);
	}
	.d-none-xs {
		display: none;
	}
	.text-start-xs {
		text-align: left !important;
	}
	.text-center-xs {
		text-align: center;
	}
	.withLogin .dropdown-position-list {
		right: 0;
	}
	.withLogin .dropdown-position-list::before {
		right: 10px;
	}
	.products-section-title,.breadcumbSec h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.product-title {
		font-size: 13px;
	}
	.pdt-p {
		font-size: 11px;
	}
	.pdtLst-itm .pdtImg {
		padding: 0 15px 15px;
	}
	.newPrdt_slid .card-body {
		padding: 0;
	}
	.newPrdt_slid.slick-initialized .slick-slide {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.header-cart .dropdown-position-list {
		width: 320px;
		right: -50px;
	}
	.header-cart .crtLeft {
		width: 100%;
	}
	.header-cart .crtRight {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.modal-body .cart-pop-up .crtLeft
	{
		width: 100%;
	}
	.modal-body .cart-pop-up .crtRight
	{
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.prfctSec .banner-description h3 br {
		display: none;
	}
	.prfctSec .banner-description {
		text-align: right;
		width: 68%;
	}
	.banner-description h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.banner-description p {
		line-height: 20px;
	}
	.prfctSec .link-offset {
		font-size: 14px !important;
	}
	.breadcumbSec h3 {
		margin-bottom: 0;
	}
	.section {
		padding: 20px 0;
	}
	.dtLeft-sec,.dtRight-sec {
		width: 100%;
	}
	.header-cart .dropdown-position-list::before {
		right: 53px;
	}
	.actinBtns {
		position: relative;
		right: 0;
		text-align: center;
		margin-bottom: 7px;
	}
	.gndTtl p {
		font-size: 18px;
	}
	.pdt-DtlsSec .pdtLst-itm .pdtImg .xzoom-container, .pdt-DtlsSec .pdtLst-itm .pdtImg {
		margin-bottom: 85px;
	}
	.orderDtActins .btn {
		font-size: 22px;
		padding: 3px 0;
	}
	.orderDtActins .btn i {
		margin: 0 !important;
		position: relative;
		top: 1px;
	}
	.myac-itm-hd {
		font-size: 11px;
	}
	.myac-itm-img {
		height: 45px;
		margin-bottom: 0;
	}
	.myac-itm-dv {
		padding: 23px 10px;
		height: 105px;
	}
	.pdtLst-itm .pdtImg {
		height: 130px;
	}
	.pdtAdBtn {
		font-size: 10px;
	}
	.orderPrvSec .breadRight .btn {
		font-size: 13px;
		padding: 10px 23px 8px;
	}
	.xzoom-thumbs {
		padding-top: 10px;
	}
	.cs-hd-rgt-slct-grp {
		text-align: center;
		margin-top: -6px;
	}
	.header-top {
		margin-bottom: -1px;
	}

}
/** 575end **/

/** 445start **/
@media screen and (max-width:445px) {
	
	.orderPrvSec .breadLeft .prdttl-hd {
		font-size: 12px;
	}

}
/** 445start **/


/* ********************************************************* */
/* responsive code start  */
/* ********************************************************* */


@media screen and (max-width: 1499px){
	.slidr1 {
		width: 300px;
		top: -18px;
	}
	.slidr3 {
		width: 400px;
	}
	.slidr2 {
		width: calc(100% - 700px);
		padding-left: 130px;
	}
	.dlvOffer .dlv1 {
		font-size: 50px;
	}
	.hdng-5 {
		font-size: 24px;
	}
	.ribbon.active .ribbon-2::before {
		width: 342px;
	}
	.ribbon .ribbon-2 {
		width: 385px;
	}
	.ribbon.active .ribbon-3::before {
		width: 353px;
	}
	.ribbon .ribbon-2 {
		margin-top: 15px;
	}
	.ribbon .ribbon-3 {
		margin-top: -21px;
	}
}
@media screen and (max-width: 1299px){

	.slidr2 {
		padding-left: 60px;
	}
}

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

	.slidr1 {
		width: 240px;
		top: 10px;
	}
	.slidr1 img {
		width: 240px;
	}
	.slidr2 {
		width: calc(100% - 640px);
		padding-left: 0;
	}
	.dlvOffer .dlv1 {
		font-size: 42px;
	}
	.dlv2 {
		font-size: 60px;
	}
	.hdng-5 {
		font-size: 20px;
	}
	.hdng-1 {
		font-size: 80px;
	}
	.hdng-1 span {
		font-size: 120px;
	}
	.slidr3 {
		top: -55px;
	}
	.ribbon .ribbon-1 .inner {
		font-size: 20px;
	}

	.ribbon .ribbon-2 .fadeLeft {
		left: 66px;
	}
	.ribbon .ribbon-2 .inner {
		font-size: 28px;
		height: 90px;
		padding: 22px 0;
	}
}

@media screen and (max-width: 1199px) and (min-width: 1050px){

.slidr1 {
	top: -10px;
}
.slidr1 .teaImg {
	width: calc(100% + 30px);
	max-width: unset;
}

}

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

	.sldrFul .sf2 .hdng-6, .sldrFul .sf2 .hdng-7 {
		font-size: 15px;
	}
	.slidr1 img {
		width: 91%;
	}
	.sldrFul .sf2 {
		top: 8px;
	}
	.slidr1 {
		width: 200px;
		top: -21px;
		padding-left: 0;
	}
	.hdng-1 {
		font-size: 55px;
		top: 40px;
	}
	.hdng-1 span {
		font-size: 85px;
		margin-top: -5px;
	}
	.hdng-5 {
		font-size: 16px;
		margin-top: 50px !important;
	}

	.ribbon [class*="ribbon-"] {
		margin: 34px auto 0px 0;
		width: 245px;
	}
	.ribbon.active .ribbon-1::before {
		height: 22px;
		width: 70px;
	}
	/*.ribbon .ribbon-2 .inner {
		font-size: 22px;
		height: 75px;
		padding: 22px 0;
	}*/
	.ribbon .ribbon-2 .inner {
		font-size: 16px;
		height: 75px;
		padding: 14px 0;
	}
	.ribbon .ribbon-2 .inner .fadeRight2 {
		font-size: 16px;
	}
	.ribbon .ribbon-2 .fadeLeft {
		font-size: 13px;
		display: block;
	}
	/*.ribbon .ribbon-1 .inner {
		font-size: 16px;
		padding: 6px 0;
		height: 37px;
		width: 245px;
	}*/
	.ribbon .ribbon-1 .inner {
		font-size: 14px;
		padding: 9px 0;
		height: 37px;
		width: 245px;
		line-height: 18px;
	}
	.ribbon .ribbon-2 {
		width: 245px;
		margin-top: -9px;
	}
	.ribbon.active .ribbon-2::before {
		width: 245px;
		height: 27px;
	}

	.ribbon .ribbon-3 {
		margin-top: -52px;
		right: 7px;
	}
	.ribbon.active .ribbon-3::before {
		width: 245px;
		height: 27px;
	}
	.ribbon .ball {
		width: 120px;
		height: 126px;
		margin: -56px auto 0;
		left: -9px;
		top: -16px;
	}
	.ribbon .ball .ball-text strong {
		font-size: 30px;
	}
	.ribbon .ball .ball-text span {
		font-size: 11px;
	}
	.ribbon .ball .ball-text {
		top: -43px;
		left: 0;
		width: 100%;
	}
	.ribbon.active .ribbon-3::after {
		top: 8px;
		height: 27px;
	}
	.slidr3 {
		width: 245px;
	}
	.slidr2 {
		width: calc(100% - 445px);
		top: -70px;
		margin: 0;
	}
	.slider4 {
		height: 320px;
		overflow: hidden;
	}
	.ribbon .ribbon-3 .inner {
		font-size: 14px;
		height: 37px;
		padding: 7px;
	}
	.dlv2 {
		font-size: 50px;
	}
	.dlvOffer .dlv1 {
		font-size: 34px;
	}
	.slidr3 {
		top: -62px;
	}

	.hdng-5 {
		margin-top: 38px !important;
	}
	.dlvOffer {
		top: 30px;
	}

	.ribbon .ribbon-2 .fadeLeft {
		left: 32px;
	}

}

@media screen and (max-width: 767px){
	.slider4 {
		height: 234px;
	}
	.sldrFul .sf2 .hdng-6, .sldrFul .sf2 .hdng-7 {
		padding: 4px 7px;
		font-size: 14px;
	}
	.slidr1 {
		width: 140px;
	}
	.ribbon [class*="ribbon-"]::before,.ribbon [class*="ribbon-"]::after {
		display: none;
	}
	/*.ribbon .ribbon-2 .inner::before, .ribbon .ribbon-2 .inner::after {
		display: none;
	}*/
	.ribbon .ribbon-1 .inner {
		font-size: 12px;
		padding: 2px 0;
		height: auto;
		width: 160px;
		line-height: 14px;
	}
	.ribbon .ribbon-3 .inner {
		font-size: 12px;
		height: auto;
		padding: 4px;
	}
	.ribbon .ribbon-2 .inner {
		font-size: 16px;
		height: auto;
		padding: 4px 0;
	}
	.ribbon .ribbon-2 .inner .fadeRight2 {
		font-size: 12px;
	}

	.ribbon .ribbon-2 .inner {
		font-size: 14px;
		height: auto;
		padding: 2px 0;
		line-height: 20px;
	}

	.ribbon [class*="ribbon-"] {
		margin: 0px auto 0px 0;
		width: 195px;
		height: auto;
	}
	.ribbon .ribbon-3 {
		right: 0;
	}
	.ribbon .ball {
		left: -29px;
		top: 5px;
	}
	.slidr3 {
		width: 194px;
		top: -48px;
	}
	.slidr2 {
		width: calc(100% - 334px);
	}
	.hdng-1 {
		font-size: 35px;
	}
	.hdng-1 span {
		font-size: 65px;
	}
	.hdng-5 {
		font-size: 14px;
		margin-top: 40px !important;
	}
	.dlvOffer .dlv1 {
		font-size: 30px;
	}
	.dlv2 {
		font-size: 40px;
	}
	.sldrFul .sf2 {
		top: 6px;
	}

	.dlvOffer {
		top: 30px;
	}
	.hdng-5 {
		margin-top: 24px !important;
		font-size: 11px;
	}

	.ribbon .ribbon-2 .fadeLeft {
		font-size: 10px;
	}

	.hdng-5.whatsapp-icon::before {
		font-size: 22px;
	}

	.ribbon .ribbon-2 .fadeLeft {
		left: 24px;
	}
}

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

	.slider4 {
		height: 200px;
	}
	.slidr1 {
		width: 82px;
	}
	.ribbon [class*="ribbon-"] {
		width: 140px;
	}
	.ribbon .ribbon-1 .inner {
		font-size: 10px;
		line-height: 12px;
		width: 137px;
	}
	.ribbon .ribbon-2 .inner {
		font-size: 12px;
	}
	.ribbon .ribbon-3 .inner {
		font-size: 10px;
	}
	.ribbon * {
		text-shadow: none !important;
	}
	.ribbon .ball .ball-text span {
		font-size: 9px;
	}
	.ribbon .ball {
		left: -19px;
		top: 22px;
		width: 90px;
		height: 90px;
		padding: 70px 0 0 0;
	}
	.ribbon .ball .ball-text strong {
		font-size: 18px;
	}
	.slidr3 {
		width: 140px;
		top: -50px;
	}
	.slidr2 {
		width: calc(100% - 222px);
		top: -100px;
	}
	.sldrFul .sf2 .hdng-6, .sldrFul .sf2 .hdng-7 {
		font-size: 10px;
		padding: 4px 5px;
	}
	.hdng-1 span {
		font-size: 50px;
	}
	.hdng-1 {
		font-size: 30px;
		top: 46px;
	}
	.hdng-5 {
		font-size: 12px;
		margin-top: 40px !important;
		width: 190px;
	}
	.dlv2 {
		display: none;
	}
	.dlvOffer .dlv1 {
		font-size: 16px;
	}
	.ribbon .ribbon-2 .inner .fadeRight2 {
		font-size: 9px;
	}
	.hdng-6,.hdng-7 {
		display: none;
	}

	.ribbon .ribbon-2 .inner {
		font-size: 10px;
		line-height: 16px;
	}

	.ribbon .ribbon-2 .fadeLeft {
		font-size: 9px;
	}

	.hdng-1 {
		top: 70px;
	}
	.dlvOffer {
		top: 74px;
	}

	.hdng-5 {
		margin-top: 72px !important;
		font-size: 8px;
	}
}
@media screen and (max-width: 465px){
	.ribbon .ribbon-3 .inner {
		padding: 0px;
	}
	.slider4 {
		height: 160px;
	}
	.slidr3 {
		top: -62px;
	}
	.dlvOffer .dlv1 {
		font-size: 14px;
	}
	.dlvOffer {
		top: 68px;
	}
	.hdng-5 {
		margin-top: 62px !important;
		font-size: 9px;
	}
}
@media screen and (max-width: 399px){
	.dlvOffer .dlv1 {
		font-size: 15px;
	}
	.slidr2 {
		top: -96px;
	}

	.hdng-5 {
		font-size: 10px;
		left: -80px;
		width: 210px;
	}
	.slidr1 {
		top: -38px;
	}

	.ribbon .ribbon-2 .fadeLeft {
		left: 16px;
	}

}
/* ********************************************************* */
/* responsive code end  */
/* ********************************************************* */