@charset "utf-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*font-family: 'Figtree', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:200,900');
/*font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;*/

/*font-family: 'Libre Franklin', sans-serif;
font-family: 'Roboto', sans-serif;*/
button{font-family: 'Figtree', sans-serif;font-weight:600;}
pp{margin-bottom:0.5rem;}
*{margin:0px;padding:0px;}
body{background:#fcfcfc;font-family: 'Figtree', sans-serif;overflow-x:hidden;color: #111;font-weight: 600;}
.h4, h4 {    font-size: 1.1rem;}
h1,h2,h3{font-family: 'Figtree', sans-serif;font-weight:900;}
h4,h5{font-weight:900;}
a{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; transition: all 0.5s;}
.navbar-expand-sm .navbar-nav .nav-link{color:#000;}
header{box-shadow: 1px 0px 4px 0px #8b8b89;background:#fff;position: relative;padding-bottom: 0px;}
.logoHeader{display:flex;justify-content: space-between;align-items: start;padding:5px 0px 8px; }
.logoHeader .contactNav{margin-bottom: 0px;padding-left:0px;display: inline-block;vertical-align: middle;}
.topImgDiv{text-align: center;margin:0px auto 50px;}
.topImgDiv img{max-width:100%;display:block;margin:0px auto;}
.navbar-expand-sm.fixed-top{background:#fff;}
a{text-decoration: none;}
.product-List .desc h4{color:#000;font-weight: 900;font-family: 'Figtree', sans-serif;margin-bottom: 10px;height: 43px;
    overflow: hidden;    text-overflow: ellipsis;}
/*.product-List .desc p{height: 72px;    overflow: hidden;	text-overflow: ellipsis;}*/
.owl-carousel.owl-drag .owl-item{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; transition: all 0.5s;}

.productListing .desc #profile-description{max-height: 165px;overflow: hidden;overflow-y: auto;}
.productListing .desc #profile-description::-webkit-scrollbar {
    width: 8px;height:6px;
}
 
.productListing .desc #profile-description::-webkit-scrollbar-track {
    background:#dedede;
    border-radius: 0px;
}
 
.productListing .desc #profile-description::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background:#292d48;/*background:#db1a36;*/
}
.category .navbar-collapse{overflow: auto;white-space: nowrap;}
.navbar-nav.profile-menu{display:none;}
.category .navbar-collapse::-webkit-scrollbar {width: 10px;height:6px;}
 
.category .navbar-collapse::-webkit-scrollbar-track {
    background:#f7f7f7;
    border-radius: 0px;
}
 
.category .navbar-collapse::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background:#b5b5b5;/*background:#db1a36;*/
}
.category .navbar-toggler{display:none;}
.category .collapse:not(.show){display:block;}
.navbar-toggler-icon svg{width:30px;height:30px;}
.navbar-toggler-icon svg:focus{outline:none;border:0px;}
/*.owl-carousel.owl-drag .owl-item:hover .desc h4{color: #EA1D25;}*/
.logoWrp a{color:#fff;font-weight:700;}
.logoWrp a:hover,.product-List .desc a:hover{color:#ea1d25;}
.logoWrp a{display:inline-block;}
/*.logoWrp img{height:60px;}*/
.contactNav li:last-child a{color:#1a1a1a;}
._headings h3,._headings p{display:inline;}
._headings h3{margin-right:10px; font-size: 1.3rem;     color: #111;}
._headings{margin-bottom:15px;}
#owlCarousel ._headings{width: 100%;}
._headings p{font-weight: 600;color:#7a7a7a;
    font-size: 15px;
    display: inline-block;
    vertical-align: bottom;
	margin-bottom: 0;}
#sy-whatshelp {
  right: 0px;
  top: 50%;
  position: fixed;
  z-index: 9999;
}
.navbar{padding:0px;}
.content{margin-top:0px;z-index: 2;
  
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #fff;
}
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}
.category.navbar-fixed{box-shadow: 1px 0px 4px 0px #8b8b89;}
.dropdown-item.active, .dropdown-item:active{background-color:#000;}
.rgtDropdownMenu .dropdown-item{padding: 0.5rem 1rem;}
.modal-body .col-sm-3 img{width:100%;}
.productListing .imgWrp{overflow: hidden;position: relative;border-radius:3px;}
.productListing .imgWrp img{-webkit-transition: transform .5s;-moz-transition: transform .5s;-ms-transition: transform .5s;-o-transition: transform .5s; transition: transform .5s;width:100%;min-height: 140px;object-fit: cover;    max-height: 191px;}
.productListing:hover img{-ms-transform: scale(1.2);  -webkit-transform: scale(1.2);  transform: scale(1.2); }
.modal-footer .btn-danger{background-color: #4a4a4a;border-color:#4a4a4a;font-family: 'Figtree', sans-serif;font-weight:600;}
.productListing:hover .fade:not(.show){display:block;opacity:1;}
.viewDtls{visibility: hidden;opacity: 0; position: absolute;display:none;
    z-index: 9;
    background: rgb(9 11 13 / 65%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
}
.viewDtls h6{position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
	font-weight: 600;  transition: transform .5s;}
.rgtDropdownMenu:before {
    position: absolute;
    top: -12px;
    right: 12px;
    display: inline-block;
    border-right: 13px solid transparent;
    border-bottom: 12px solid #dddddd;
    border-left: 13px solid transparent;
    content: '';
	transform: inherit;}
.rgtDropdownMenu:after {
    position: absolute;
    top: -10px;
    right: 15px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    content: '';
    transform: inherit;
}
.viewDtls h6 a{color:#fff;}
.productListing:hover .viewDtls{opacity: 1;visibility: visible;}
.productListing:hover .viewDtls h6{cursor:pointer;  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); }
.productListing:hover .desc a{color: #ea1d25;} 
.modal-footer .btn-primary{    background-color: #EA1D25;    border-color: #EA1D25;}
.modal-footer .btn-primary:hover{background-color:#df1820;border-color:#df1820;}
/*.navbar.navbar-expand-sm li.active a{color:#ea1d25;}*/
.contactNav li svg{    display: inline-block;width: 22px;height: 22px;vertical-align: middle;margin-right: 3px;}
.contactNav li a{display:inline-block;vertical-align: middle;padding: 0;    padding-right: 5px;}
.contactNav li{display:inline-block;vertical-align: middle;margin-right:5px;}
.contactNav li:last-child{margin-right:0px;}
.contactNav li:hover a{text-decoration: underline;}
ul li strong,ul li a{display:inline-block;vertical-align:middle;line-height: initial;font-weight:700;}
footer ul li a{}
#sy-whatshelp a {
  position: relative;
}
/*---New category Dropdown----*/
.profile-menu .dropdown-menu {
  right: 0;
  left: unset;    z-index: 9;
}
.profile-menu .fa-fw {
  margin-right: 10px;
}

.toggle-change::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
.category{background:#f7f7f7;}
.navbar-nav .dropdown-menu[data-bs-popper]{right:0;left:inherit;    box-shadow: 1px 0px 4px 0px #e3e3e3;}

.navbar-nav .rgtDropdownMenu .nav-item .nav-link{padding:0.6rem 1rem;}
.navbar-expand-sm .navbar-nav.profile-menu .nav-item:hover,.navbar-expand-sm .navbar-nav.profile-menu .nav-item{border-bottom:3px solid transparent;}
.rgtDropdownMenu:before{    position: absolute;
    top: -11px;
    right: 13px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 10px solid rgba(0,0,0,.15);
    border-left: 12px solid transparent;
    content: '';
    transform: inherit;
}


#sy-whatshelp a.sywh-open-services {
/*  background-color: #129bf4;*/
  /*color: #fff;
  line-height: 70px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 70px;
  height: 70px;
  text-align: center;position: relative;*/
/*  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  display: inline-block;*/
	
}
.home svg{width:24px;height:24px;}
.home a{display:inline-block;padding:8px;}
.home a:hover{    background-color: rgba(0,0,0,.03);
    border-color: #000;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%);
    color: #000;}
#sy-whatshelp a.sywh-open-services img{/*position: absolute;*//*top:0px;left:0px;*/width:100%;margin: 0;display:none;}
.fadeinout
{
  animation: fadeinout 4s infinite;
}

@keyframes fadeinout
{
  0%{
    opacity:0;
  }
  50%
  {
    opacity:1;
  }
  100%
  {
    opacity:0;
  }
}

#sy-whatshelp a.sywh-open-services i {
  line-height: 70px;
}
#sy-whatshelp a.sywh-open-services h6::before{content:url("../images/delivery-icon.png");position: relative;display: inline-block;
    vertical-align: middle;    margin-right: 5px;}
#sy-whatshelp a.sywh-open-services h6{content: attr(data-tooltip);
    background: #ea1d25;
    color: #fff;
    font-size: 14px;
    padding: 7px 11px;
    border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
    /* white-space: nowrap; */
    text-decoration: none;
    width: fit-content;
    margin: 0;}
#sy-whatshelp a.sywh-open-services i.fa-times {
  display: none;
}

#sy-whatshelp .sywh-services {
  width: 70px;
  height: auto;
}

#sy-whatshelp .sywh-services a {
  display: none;
}

#sy-whatshelp .sywh-services a i {
  /*background-color: #129bf4;*/
  color: #fff;
  line-height: 70px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;position: relative;
 /* box-shadow: 2px 2px 8px -3px #000;*/
  /*border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;*/
}

#sy-whatshelp .sywh-services a.email i {
  background-color: #b92b27;
}

#sy-whatshelp .sywh-services a.instagram i {
  background-color: #e4405f;
}

#sy-whatshelp .sywh-services a.messenger i {
  background-color: #0084ff;
}

#sy-whatshelp .sywh-services a.whatsapp i {
  background-color: #25d366;
}

#sy-whatshelp .sywh-services a.call i {
  background-color: #ff6600;
}

a[data-tooltip] {
  position: relative;
}

/*a[data-tooltip]::before,
a[data-tooltip]::after {
  position: absolute;
  display: none;
  opacity: 0.85;
  transition: all 0.3s ease-in-out;
}

a[data-tooltip]::before {
  content: attr(data-tooltip);
  background: #ea1d25;
  color: #fff;
  font-size: 14px;
  padding: 7px 11px;
  border-radius: 5px;
  white-space: nowrap;
  text-decoration: none;
}*/

a[data-tooltip]::after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: "";
}

a[data-tooltip]:hover::before,
a[data-tooltip]:hover::after {
  display: block;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
  display: block;
}

a.data-tooltip-hide[data-tooltip]::before,
a.data-tooltip-hide[data-tooltip]::after {
  display: none !important;
}

a.sywh-open-services[data-tooltip][data-placement="left"]::before {
  top: 13px;
}

a[data-tooltip][data-placement="left"]::before {
  top: -7px;
  right: 100%;
  line-height: 16px;
  margin-right: 10px;
}

a[data-tooltip][data-placement="left"]::after {
  border-left-color: #ea1d25;
  border-right: none;
  top: 23px;
  right: 100%;
  /*margin-top: -6px;*/
  margin-right: 4px;
}

a[data-tooltip][data-placement="right"]::before {
  top: -7px;
  left: 100%;
  line-height: normal;
  margin-left: 10px;
}

a[data-tooltip][data-placement="right"]::after {
  border-right-color: #000;
  border-left: none;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  margin-left: 4px;
}

a[data-tooltip][data-placement="top"]::before {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
}

a[data-tooltip][data-placement="top"]::after {
  border-top-color: #000;
  border-bottom: none;
  bottom: 100%;
  left: 10px;
  margin-bottom: 4px;
}

a[data-tooltip][data-placement="bottom"]::before {
  top: 100%;
  left: 0;
  margin-top: 10px;
}

a[data-tooltip][data-placement="bottom"]::after {
  border-bottom-color: #000;
  border-top: none;
  top: 100%;
  left: 10px;
  margin-top: 4px;
}
.contactNav li:first-child{color: #ea1d25;    font-weight: 600;}
/*.contactNav li:first-child svg path{stroke: #ea1d25;}*/
.ftr-menu{display:block;text-align: center;margin-bottom:5px;}
.ftr-menu li{display:inline-block;list-style: none;padding:5px;box-sizing: border-box;}
footer{background:#f7f7f7;padding:10px 0px;text-align: center;color: #000;margin-top: 20px;border-top: 1px solid #e7e7e7;}
footer a{color:#000;text-decoration:none;}
.productListing .viewDtls h6 img{width:24px;}
.viewDtls a.open_modal{display:block;width:100%;height:100%;}
.ftr-menu li:hover a{    color: #ea1d25;}

.productListing{border:1px solid #eee;padding:0px;box-sizing: border-box;    min-height: 440px;box-shadow: 1px 1px 7px -1px rgb(0 0 0 / 10%);    border-radius: 3px;padding-bottom:20px;}
.productListing .desc{padding:8px 20px 0px;}
.prdDsc.orderTop{padding:0px 20px;}
.show-more{padding:0px;}
 #pingpong{
	width: auto;
	height: auto;text-align:center;animation: mymove 2s;position: relative;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s; transition:all 0.5s;
		
/*	background: url("delivery-food.svg") center center no-repeat;*/
}
#pingpong:hover{filter: sepia(1);}

#pingpong img,a.sywh-open-services[data-tooltip][data-placement="left"]::before,a[data-tooltip][data-placement="left"]::after{
	position: relative;
	left: inherit;
	bottom: inherit;
	/*transition: all linear 2s;
	-moz-transition: all linear 2s;
	-webkit-transition: all linear 3s;
	-o-transition: all linear 2s;
	-ms-transition: all linear 2s;
	
	animation: ball 1.5s linear  alternate;
	-moz-animation: ball 1.5s linear  alternate;
	-webkit-animation: ball 1.5s linear  alternate;
	-o-animation: ball 1.5s linear  alternate;
	-ms-animation: ball 1.5s linear  alternate;*/
	
}
a.sywh-open-services[data-tooltip][data-placement="left"]::before{position:absolute;top:inherit;left:inherit;}
a[data-tooltip][data-placement="left"]::after{position: absolute;top:inherit;display: none;}

@-webkit-keyframes mymove {
  from {top: -60%;}
  to {top: 0px;}
}
@keyframes mymove {
  from {top: -60%;}
  to {top: 0px;}
}
/*@-webkit-keyframes ball{
	0% {bottom: 6px;}
	100% {bottom: -120px;}	
}

@keyframes ball{
	0% {bottom: 6px;}
	100% {bottom: -120px;}	
}*/
.owl-theme .owl-nav{position: initial;margin-top:0px;
    top: 0;
    display: flex;
    justify-content: space-between;}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{display:block;font-size:30px;}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{border-bottom: 2px solid rgba(0,0,0,.5);
    color: #000;
    display: block;
    font-weight: bolder;
    padding: 0;
    position: absolute;
    transition: color 200ms,border-bottom 200ms;
    text-decoration: none;
    background-color: #fff;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 0px;
    transition: opacity 275ms ease-in-out;
    opacity: .85;
    z-index: 1;margin:0px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; transition: all 0.5s;
}
/*.owl-carousel .owl-nav button.owl-next{position: absolute;
    right: 0;}*/
.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover{opacity: 1;}

.owl-carousel .nav-btn{
  height: 30px;
  position: initial;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url( "../images/prev-arrow.svg") no-repeat scroll 0 0;    width: 42px;
  left: -33px;height: 42px;
}
.owl-carousel.owl-drag .owl-item:hover{cursor:pointer;}
.owl-carousel .owl-nav button.owl-prev{left:0px;top:0px;}
.owl-carousel .owl-nav button.owl-next{top:0px;right:0px;margin-left: 7px;}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff;
    color: #FFF;
    text-decoration: none;
    opacity: 1;
}
.owl-carousel .next-slide{
  background: url( "../images/next-arrow.svg") no-repeat scroll 0px 0px; width: 42px;
  right: -33px;height:42px;
}
 
.banner img{width:100%;}
.containerDiv{width: calc(100% - 16px);margin: 0px auto;}
.category .navbar-nav .nav-link{font-size: 14px;}
.navbar-expand-sm .navbar-nav .nav-link {    padding-right:1rem;    padding-left: 1rem; font-family: 'Figtree', sans-serif;}
.navbar-expand-sm .navbar-nav .nav-item{border-bottom: 3px solid transparent;}
.navbar-expand-sm .navbar-nav .nav-item:hover{ 
    border-bottom: 3px solid black;
	transition: width .3s;}
/*.navbar-expand-sm .navbar-nav .nav-item:hover::after{
    width: 100%;

}*/

.navbar-expand-sm .navbar-nav .nav-item.active a{color:#db1a35;}
/*.navbar-expand-sm .navbar-nav .nav-item.active:hover::after{display:none;}*/
.product-List{padding-top:30px;}
#scroll {
    position:fixed;box-shadow: 0px 2px 2px #222222;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#EA1D25;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;z-index:99;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#fff;
}
#scroll:hover {
    background-color:#111;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


#btnFeedbackHome p{color: white;
    position: absolute;
    top: 0px;
	right:-125px;
    margin-right: 0;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Figtree', sans-serif;background:#292d48;width:125px;height:57px;padding: 18px 10px;letter-spacing: 1px;
    box-sizing: border-box;  -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;font-family: 'Patua One', cursive;    line-height: initial;
    transition: 0.5s ease-in-out;background-color: #485461;
background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);border-radius: 10px 0px 10px 10px;box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;border-bottom:3px solid #28313b;}

#feedbackImgHomeBtn {    margin-top: 9px;    margin-left: 7px;}
.orderNow#btnFeedbackHome .cartIconMain{border-radius: 10px 0px 10px 10px;    box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;border-bottom:3px solid #28313b;}
.orderNow#btnFeedbackHome .cartIconMain:hover p{right:0px;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s; transition:all 1s;}

.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled{display:none !important;}

.prdDsc.orderTop {    text-align: left;margin-top: 10px;}
.prdDsc.orderTop a {
    background-color: inherit;
    color: #fff;
    text-shadow: none;
    padding: 5px 10px !important;
    font-size: 14px;
    font-weight: 600;
  
    border-bottom: 3px solid #0f111e;
    background: #292d48;
    box-shadow: hsl(210deg 40% 52% / 25%) -1px 0px 10px;line-height: 23px;
}
.prdDsc.orderTop svg {
    margin-top: 0px !important;
}
.show-more-height {
    height: 70px;
    overflow: hidden;
}
.show-more {
    /* width: 690px; */
    color: #1779dd;
    position: relative;
    font-size: 14px;
    margin: 5px 0px;
    text-decoration: underline;
    cursor: pointer;padding:0px;}
.signIn_Cart{display: flex;align-items: center;justify-content: end;padding-top: 5px;}
.cartRghtIcon img{width:28px;}
.cartRghtIcon a{margin-right: 15px;background: url("../images/ShoppingBag-1.png") no-repeat;background-size: 28px;background-position: left;line-height: initial;}
.cartRghtIcon a:hover{background: url(../images/ShoppingBag--red.png) no-repeat;
    background-size: 28px;
    background-position: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;}
.cartRghtIcon span{display: inline-block;padding-left: 30px;vertical-align: middle;}
.mobCartIcon.cartRghtIcon{display:none;}
/*a {
    display: inline-block;
}
a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
a, a:hover {
    text-decoration: none;
}
a {
    color: #2ea3f2;
}*/


/*-----Aarti css order now widget-----*/
@media only screen and (max-width:620px){
		.social-btn {
  display: flex;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    width: 137px;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    /* padding-left: 15px; */
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    margin-bottom: 5px;
    position: relative;
    right: -93px;
    transition: right 1s;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #000;
}
.social-btn:hover {
  right: 0px;
    transition: right 1s;
    background-color: #a8dbd8;
}
.social-btn:hover .iconDiv {
    background-color: #80bbb7 !important;
    border-right: 2px solid #3c6e6b !important;
}
.social {
  position: fixed;
  top: 235px;right:0;z-index: 999;display:none;
}
.social a {
  text-decoration: none;
}

.color-telegram {
  background-color: #db1a35;
}
.color-instagram {
  background-color: #f62782;
}
.color-whatsapp {
  background-color: #24cc63;
}

.social-btn img {
  width: 40px;
}
.social-btn .iconDiv,.cartIconSty .cartSvgSty{width: 47px;
    background-color: #db1a35;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    text-align: center;height:40px;
    border-right: 2px solid #db1a35;}
.social-btn p,.cartIconSty .cartSvgSty span {
 color:#000;display: block;
  margin-top: 0px;
  margin-bottom: 0px;    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5;
}
.cartIconSty span{ background-color: #db1a35 !important;} /*---temporary css---*/
.cartIconSty .cartSvgSty{padding: 10px;width: 50px;height: 50px;}
.icons8-telegram-app {
 /* order: 2;*/
  display: inline-block;
  width: 40px;
  height: 40px;
  background:  url("../images/cart-icon.svg")50% 50% no-repeat; 
  background-size: 100%;

}
}

.disclaimer{ background-color: #fbf28b;text-align: center;padding: 10px 0px;}
.disclaimer p {margin-bottom:0px;display: inline-block;    width: calc(100% - 15px);}
.close_offer{display:inline-block;}
.close_offer a{color:#000;} 


/*----Top order now widget-----*/
.menu-container {
 position: fixed;
    left: inherit;
    z-index: 999;
    /* width: 200px; */
    border-radius: 0 0px 6px 6px;
    display: flex;
    flex-direction: inherit;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    transition: all 0.5s ease;
    top: inherit;
    right: 200px;
    height: 42px;
    /* background: #E5DED8; */
    box-shadow: rgb(50 50 93 / 40%) 0px 2px 5px -1px, rgb(0 0 0 / 45%) 0px 1px 3px -1px;
}
.menu-container:hover {
  transform: translateY(10px);
}
.menu-container:hover .collapse-icon {
  opacity: 0;
  display: none;
}
.menu-container:hover .menu-item {
  opacity: 1;
}
.menu-container:hover .menu-item:hover {
  cursor: pointer;
}
.menu-container:hover .menu-item:hover .menu-item-text {
  transform: translateY(110px);
}
.menu-container .collapse-icon {
  position: absolute;
  /*right: 0px;*/
  display: flex;
  align-items: center;
  justify-content: center;
 /* height: 16px;
  width: 100%;*/
  opacity: 1;
  color: #fff;/*transform: rotateZ(90deg);*/
}
.menu-container .collapse-icon img{    height: 36px;
    /* width: 100%; */
    filter: drop-shadow(0px 1px 3px #747474);}
.menu-container .menu-item {
  color: #fff;
  opacity: 0;
  transition: all 0.2s ease;
  display: flex;
  /*flex-direction: column-reverse;*/
  position: relative;
  padding: 0;
}
.menu-container .menu-item .menu-item-text {
    display: flex;
    position: absolute;
   /* top: 0px;*/
	bottom:30px;
    background: #039be5;
    height: 100%;
    height: 80px;
    left: 0;
    border-radius: 0 6px 6px 0;
    z-index: 0;
    padding: 0 5px;
    /* transition: all 0.5s ease; */
    align-items: center;
    justify-content: center;
    border-left: 2px solid #039be5;
    text-align: center;
    font-size: 0.75rem;
 /*   writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-180deg);*/
    /*white-space: nowrap;*/
}
		.menu-container .menu-item .menu-item-text span{ writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-180deg);
    white-space: nowrap;}	


/*---Css for order now button-----*/
:root {
  --text-color: hsla(210, 50%, 85%, 1);
  --shadow-color: hsla(210, 40%, 52%, .4);
  --btn-color: hsl(210, 80%, 42%);
  --bg-color: #141218;
}
.orderTop{text-align: right;padding:5px 0px;}
.orderTop a {display:inline-flex;
  position:relative;
  padding: 8px 12px;  
  border: none;
  background: none;
  cursor: pointer;
  /*text-shadow: 1px 2px 5px #787878; *//*text-shadow: 1px 2px 13px #f9f9f9;*/
    margin-top: 0px;
 font-family: 'Figtree', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;  
  color: #fff;
  
  background-color:#db1a35;

  border-radius: 4px; 
  z-index: 0;  
  overflow: hidden;   letter-spacing: 0.6;border-bottom:3px solid #b50e25;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;
}
.orderTop a svg{margin-right:5px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s; transition:all 0.5s;}
.orderTop a:hover,.orderTop a:focus{color:#fff;box-shadow: var(--shadow-color) 2px 2px 22px;background: #292d48;
    text-shadow: 1px 2px 8px #999999;padding:8px 18px;border-bottom: 3px solid #0f111e;}
.orderTop a:hover svg,.orderTop a:focus svg{fill:#fff;}
.orderTop a:focus {
  outline-color: transparent;
  box-shadow: hsl(0deg 0% 88%) 2px 2px 22px;
}
.logoHeader .home{    width: 110px;}
.logoWrp{width: 100%;
    text-align: center;
    margin-left: 0px;}
.logoWrp img{width:150px;object-fit: cover; }
.logoHeader .signIn{width:57px;text-align: right;}
.logoHeader .signIn a{color:#fff;text-decoration:underline;font-size:14px;color:#e9e9e9;}
/*Class Added By Gaurav*/
/* .orderTopG{color:#fff!important;box-shadow: var(--shadow-color) 2px 2px 22px;background: #292d48!important;
  text-shadow: 1px 2px 13px #999999!important;padding:8px 18px!important;}
.orderTopG svg{fill:#fff !important;} */

.right::after, .orderTop button::after {
  content: var(--content);
  display: block;
  position: absolute;
  white-space: nowrap;
  padding: 38px 36px;
  pointer-events:none;
}

.orderTop button::after{
  font-weight: 900;
  top: -30px;
  left: -20px;
} 

.right, .left {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.right {
  left: 66%;
}
.left {
  right: 66%;
}
.right::after {
  top: -30px;
  left: calc(-66% - 20px);
  
  background-color: var(--bg-color);
  color:transparent;
  transition: transform .4s ease-out;
  transform: translate(0, -90%) rotate(0deg)
}

.orderTop button:hover .right::after {
  transform: translate(0, -47%) rotate(0deg)
}

.orderTop button .right:hover::after {
  transform: translate(0, -50%) rotate(-7deg)
}

.orderTop button .left:hover ~ .right::after {
  transform: translate(0, -50%) rotate(7deg)
}

/* bubbles */
.orderTop button::before {
  content: '';
  pointer-events: none;
  opacity: .6;
  /*background:
    radial-gradient(circle at 20% 35%,  transparent 0,  transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px),
    radial-gradient(circle at 75% 44%, transparent 0,  transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px),
    radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, var(--text-color) 5px, var(--text-color) 6px, transparent 6px);*/

  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  position: absolute;
  animation: swipe 5s linear infinite both;
}


@keyframes bubbles {
  from {
    transform: translate();
  }
  to {
    transform: translate(0, -66.666%);
  }
}
/*---End css----*/

/*-----Variation 1------*/
.cart-button {
	position: relative;
    padding: 5px;
    width: 165px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    background-color: #fbf28b;
    outline: none;
    cursor: pointer;
    color: #111;
    transition: .3s ease-in-out;
    border-bottom: 3px solid #aba349;text-transform: uppercase;
    overflow: hidden;
}
.cart-button:hover {
	    background-color: #9cd7d3;
    border-bottom: 3px solid #336461;
}
.cart-button:active {
	transform: scale(.9);
}

.cart-button .fa-shopping-cart {
	    position: absolute;
    z-index: 3;
    top: 50%;
    left: -10%;
    font-size: 22px;
    transform: translate(-50%,-50%);
    
}
.cart-button .fa-box {
	position: absolute;display:none;
	z-index: 3;
	top: -20%;
	left: 12%;
	font-size: 1.2em;
	transform: translate(-50%,-50%);
}
.cart-button span {
	 
    z-index: 3;

    font-size: 15px;
 
    font-weight: 700;
    font-family: 'Figtree', sans-serif;
    display: inline-block;    margin-left: 26px;
    vertical-align: middle;
    margin-top: 3px;
    letter-spacing: 0.6px;
}
.cart-button span.add-to-cart {
	opacity: 1;
}
.cart-button span.added {
	opacity: 0;
}

.cart-button .fa-shopping-cart {
	animation: cart 7s ease-in-out forwards;
	animation-iteration-count: infinite;
}
.cart-button .fa-box {
	animation: box 2s ease-in forwards;

}
/*.cart-button span.add-to-cart {
	animation: txt1 4s ease-in forwards;

}*/

@keyframes cart {
/*	0% {
		left: -12%;
	}
	100% {
		left: 12%;
	}*/
	0% {
		left: -14%;
	}
	40%, 60% {
		left: 14%;
	}
	100% {
		left: -14%;
	}
	
}
@keyframes box {
	0% {
		top: -20%;
	}
	100% {
		top: 40%;
		left: 17%;
	}
	
}
@keyframes txt1 {
	0% {
		left: -60%;
	}
	100% {
		left: 60%;
	}
}
/*@keyframes txt2 {
	0%, 80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}*/


/*---End css-----*/
.logoHeader .contactNav.mob-Contact-Nav{display:none;}
/*.menuWrp{display:flex;justify-content: space-between;align-items: center;}*/
.cartRghtIcon{text-align: right;display:inline-block;vertical-align: middle;}
.cartRghtIcon img{width:34px;}
.menuWrp .navbar-nav{width: 100%;justify-content: center;}
.menuWrp .navbar-nav li a{border-bottom:1px solid transparent;}
.menuWrp .navbar-nav li:hover a,.menuWrp .navbar-nav li a.active{border-bottom: 0;opacity:1;font-weight:500;color:#ea1d25;}
.menuWrp .navbar{width:100%;position: relative;}
.menuWrp .navbar-nav li{padding:14px 11px 14px 11px;box-sizing: border-box;text-transform: uppercase;color: #fff;font-size: 15px;font-family: 'Figtree', sans-serif;font-weight: 500;}
.menuWrp .navbar-nav li a{color:#000;padding:0px 0px 8px 0px;display:block;border-bottom:0px !important;text-decoration:none !important;letter-spacing: 1px;}
.cartRghtIcon a{display:inline-block;    line-height: 29px;color:#000;font-size:13px;text-transform: uppercase;}
.menuWrp .navbar-toggler{padding:0px;}
.signIn{display: inline-block;
    vertical-align: middle;}
    .signIn a{line-height:29px;}
.signIn a{color:#000;text-decoration:none; font-size:13px;text-transform: uppercase;}
.signIn a:hover,.cartRghtIcon a:hover span{color: #ea1d25;text-decoration:none;}
/*#owlCarousel .owl-theme .owl-nav{position: absolute;top:-40px;height: 30px;right: 0;}*/
.tooltip1 {  display: block;}
.tooltip1 .tooltiptext {visibility: hidden;width: 120px;background-color: rgb(235 235 235 / 100%);color: #000;
    text-align: center;border-radius: 0px;padding: 0px 0px 0px 0px;box-sizing: border-box;position: absolute;z-index: 1;top: 0;left: 0%;right: 0;width: 100%;height: 100%;opacity: 0;transition: opacity 0.5s;cursor: default; }
.tooltip1 .tooltiptext span{
    min-height: 350px;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    bottom: 0;
    padding: 10px;    align-items: center;
}
.tooltip1 .tooltiptext span::-webkit-scrollbar {
    width: 8px;height:6px;
}
 
.tooltip1 .tooltiptext span::-webkit-scrollbar-track {
    background:grey;
    border-radius: 3px;
}
 
.tooltip1 .tooltiptext span::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background:#ea1d25;/*background:#db1a36;*/
}
.tooltip1 .tooltiptext::after{
content: " ";
    position: absolute;
    left: 50%;
    top: -10px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid black;}
.tooltip1:hover .tooltiptext {
  visibility: visible;opacity:1;
}
/*----New css for header as per requirements on 12-12-2022-----*/
.menuWrp .logoWrp,.SignInClose,._headings p.item_count_1{display:none;}
._headings p.item_count_2{display:inline-block;}
.productListing .desc{min-height:170px; }
.navbar-toggler-icon{width:auto;height:auto;display: inline-block;}
/*---End css-----*/



/* Abhishek CSS Start */

/* Desktop */
.show_on_tablet,.show_on_mobile    { display:none; }

@media screen and (min-width: 1024px) {
  .show_on_desktop   { display:flex; }
}
/*@media screen and (max-width: 992px) {
	.category .navbar-nav.mb-2{margin-bottom:0px !important;}
	.category .nav-link{padding:0.6rem 1rem;}
	.menuWrp .navbar-nav{  height: 100%;    margin-top: 20px;justify-content: flex-start;}
	.menuWrp  .navbar-collapse{ 	position: absolute;	left: 0;
	visibility: hidden;
	
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
		
    top: 100%;
    background: #000;
    width: 270px;
    height: 100vh;z-index: 9;
	-webkit-transform: translate3d(-270px, 0, 0);
	transform: translate3d(-270px, 0, 0);display: inherit;}
	.menuWrp  .navbar-collapse.show{visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);    box-shadow: 6px 5px 6px -3px rgb(48 48 48 / 32%);}

	.menuWrp .navbar-nav li{    padding: 10px 15px 10px 15px;}
	.logoHeader{    padding: 15px 0px;}
	#scroll{width:30px;height:30px;}
	#scroll span{margin-left: -6px;border: 6px solid transparent;margin-top: -9px;border-bottom-color: #fff;}
}*/

@media (max-width: 991px){
	.category .navbar-nav.mb-2{margin-bottom:0px !important;}
	.category .nav-link{padding:1rem 1rem;}
	.menuWrp .navbar-nav{  height: 100%;    margin-top: 20px;justify-content: flex-start;}
	.menuWrp  .navbar-collapse{position: absolute;	left: -80vw;/*visibility: hidden;*//*-webkit-transition: all 0.5s;transition: all 0.5s;*/top: 0;background: #fff;width: 75vw;height: 100vh;z-index: 9;display: block;webkit-transition: left .4s cubic-bezier(.77,0,.175,1),margin-top .4s ease-in-out!important;-moz-transition: left .4s cubic-bezier(.77,0,.175,1),margin-top .4s ease-in-out!important;    transition: left .4s cubic-bezier(.77,0,.175,1),margin-top .4s ease-in-out!important; } 
	
	.menuWrp  .navbar-collapse.show{/*visibility: visible;*/	/*-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);  */  box-shadow: 6px 5px 6px -3px rgb(48 48 48 / 32%);left:0;z-index:99;}
	.menuWrp .navbar-nav li{    padding: 10px 15px 10px 15px;}
	.logoHeader{    padding: 0px 0px;}
	#scroll{width:30px;height:30px;}
	#scroll span{margin-left: -6px;border: 6px solid transparent;margin-top: -9px;border-bottom-color: #fff;}
	.logoHeader .signIn,.logoHeader .logoWrp{display:none;}
.menuWrp .logoWrp{display:inline-block;width:calc(100% - 62px);margin-left: 0px;}
	.menuWrp .navbar{width:auto;}
	.menuWrp .logoWrp img{height: auto;object-fit: inherit;}
	header{padding-bottom: 0px;}
	.menuWrp{padding:0px 0px;}
	.SignInClose{    display: flex;    justify-content: space-between;    align-items: center;    padding: 10px 15px 0px 0px;}
	.close img{width:34px;}
	.SignInClose .signIn a{color:#000;font-weight:400;text-decoration: underline;}
	.SignInClose .signIn a:hover{text-decoration: none;color:#ea1d25;}
	.SignInClose{display:flex;}
	header{padding:20px 0px;}
	.productListing{    min-height: 400px;}
	._headings p.item_count_1{display:inline-block;}
	._headings p.item_count_2{display:none;}
	.productListing{padding-bottom:10px;}
	.productListing .desc{min-height:170px; }
	.mobCartIcon.cartRghtIcon{display:inline-block;}
	.signIn_Cart{display:none;}
	.menuWrp{    display: flex;
    align-items: center;
    justify-content: space-between;}
	.menuWrp .logoWrp .logoImg{display: inline-block;}
	.logoHeader .logoWrp{display:none;}
	.cartRghtIcon a{background:none;}
	
	.cartRghtIcon a{margin-right:0px;} 
}

/* tablet */
@media screen and (min-width: 600px) and ( max-width: 1024px) {
  .show_on_desktop ,.show_on_mobile   { display:none; }
  .show_on_tablet   { display:flex; }
}
/* mobile */
@media only screen and (max-width: 600px) {
  .show_on_desktop,.show_on_tablet   { display:none; }
  .show_on_mobile   { display:flex !important;  width: 600px; overflow: auto;}
  .show_on_mobile li{white-space: nowrap;}
   #exTab1 .navbar-nav{flex-direction: unset;}
	.logoWrp img{width: 120px;}
}
@media only screen and (max-width: 600px) {
  .product-List {margin-bottom:0px; height: auto;  padding: 20px 0px 0px!important;  }
  .show_on_mobile{-web-kit-apperance:none; scroll-behavior: smooth;}	
/*  ::-webkit-scrollbar { -webkit-appearance: none;} */   
}

@media only screen and (max-width: 500px) {
   .show_on_mobile{   width: 450px; } 
}

@media only screen and (max-width: 450px) {
   .show_on_mobile{   width: 400px; } 
}

@media only screen and (max-width: 400px) {
   .show_on_mobile{   width: 330px; } 
}

.cartIconSty{display: none;}
/* Abhishek CSS End */

@media (min-width: 1024px){
.containerDiv{width: calc(100% - 46px);margin: 0px auto;}
.category .navbar-nav .nav-link{font-size: 16px;font-weight:800;}
.navbar-expand-sm .navbar-nav .nav-link {    padding-right: 0.4rem;    padding-left: 0.4rem;    padding: 1.2rem 1rem;}
}
@media (min-width: 992px){
	.menuWrp .navbar-expand-lg .navbar-nav li a.nav-link{padding-right: 0;padding-left: 0; }
}
@media (min-width: 1200px){
.modal-xl {max-width: 800px;}
}
@media (min-width: 768px){
.container, .container-md, .container-sm {max-width: inherit;}
}
@media only screen and (max-width:620px){
	body{font-size:0.8rem;line-height: 1.2rem;}
	.cart-button span{font-size: 12px;    font-weight: 600;}
	.cart-button{width:120px;height:34px;border-radius: 5px;padding:2px;}
	.cart-button .fa-shopping-cart{font-size:16px;}
	.home svg {    width: 16px;    height: 16px;}
	.contactNav li svg{width: 16px;    height: 16px;margin-right:0;}
	.home a{padding:4px;}
	/*.logoWrp img{height:30px;}*/
	.productListing{min-height:370px;padding-bottom: 10px;}
	._headings h3{font-size:1.2rem;}
	._headings p{font-size:14px;}
	body{    font-size: 0.8rem;}
	.owl-carousel .next-slide,.owl-carousel .prev-slide{width: 30px;}
	.product-List {padding-top: 30px;}
	.h4, .product-List .desc h4{font-size: 1rem;line-height: initial;    height: 56px;}
	.orderTop{display:none;}
	.prdDsc.orderTop{display:block;}
	.prdDsc.orderTop a{font-size:12px;}
/*	.logoHeader{    flex-direction: row-reverse;}*/
	.social{display:block;}
	.logoHeader .contactNav.mob-Contact-Nav{display:block;}
/*	.logoHeader .contactNav.desk-Contact-Nav{display:none;}*/
	.topImgDiv {    text-align: center;    margin: 0px auto 15px;}
	.logoHeader{padding:0px 0px;}
	.logoHeader .home {    width: 73px;}
	.owl-carousel .nav-btn{height:24px;width:24px;}
/* Vinit CSS Start */
.cartIconSty{display:block; position:fixed; right:0; top:28%; z-index:999;}
.cartIconSty svg{width:50px; height:50px; border-radius:2px; background:#292d48; padding:15px; fill:#fff; animation: shake-animationC 4.72s ease infinite; transition-delay:8s; transform-origin:50% 50%;}
.cartIconSty span{transition:all 1s ease-out; right:-150px; display: flex; align-items: center; justify-content:center; background:#292d48; position:absolute; width:120px; height:50px; color:#fff; margin:-50px 0 0 0; font-size:16px; border-radius:30px 0 0 30px;}
.cartIconSty span.show{right:0;transition: all 1s ease-in;}
.cartIconSty:hover svg{-webkit-animation-play-state:paused; -moz-animation-play-state:paused; -o-animation-play-state:paused; animation-play-state:paused;}

@keyframes shake-animationC {
0%{ transform:translate(0,0);}
1.78571%{transform:translate(5px,0);}
3.57143%{transform:translate(0,0);}
5.35714%{transform:translate(5px,0);}
7.14286%{transform:translate(0,0);}
8.92857%{transform:translate(5px,0);}
10.71429%{transform:translate(0,0);}
100%{transform:translate(0,0);}
}
	.productListing .desc .orderTop{display:block;}
	.category .navbar-collapse::-webkit-scrollbar {width: 10px;height:4px;}
	._headings p.item_count_1{display:block;}
}
@media only screen and (max-width:480px){
/*	.product-List .desc h4,.product-List .desc p{height:auto;text-overflow: inherit;overflow: inherit;}*/
	.product-List .desc p{height: 44px;line-height: 18px;}
	.productListing .desc .orderTop a{font-size:13px !important;}
	.productListing .desc{padding:8px 10px 0px;min-height:142px;}
	.prdDsc.orderTop svg{width:26px;}
	/*.prdDsc.orderTop a{text-align:center;}*/
	.product-List .desc p.show-more-height{line-height: 18px;height: 35px;}
	.productListing .desc #profile-description{max-height:150px; }  
	.prdDsc.orderTop{padding: 0px 10px;}
}
.faq-menu{display:none !important;}
@media only screen and (max-width:981px){
.faq-menu{display:block !important;}
}
