.margin-0{
  margin: 0px!important;
}
.DynamicBgColor { 
  background: #DF1391!important; 
}
.DynamicMainColor { 
  color: #DF1391!important; 
}
.color-green {
  color: green;
}
.DynamicFontColor { 
  color: #fff!important; 
}
.DynamicFontBgColor {
  color: #fff!important; 
  background: #DF1391!important; 
}
.DynamicBorder_bottom{
  border-bottom: 2px solid #DF1391!important;
}
.DynamicBorder{
  border: 1px solid #DF1391!important;
}
.gry-color{
  color: gray!important;
  font-weight: 800;
}
.model-button{
  padding: 6px 12px;
  margin-top: 20px;
  background-color: #DF1391;
  border: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
  cursor: pointer;
}
.right-float{
  float: right;
}
.pre-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../../images/loader.gif) center no-repeat rgba(0, 0, 0, 0.3);
}
.view-icon{
  color: #DF1391!important;
  padding: 2px 7px;
  font-size: 26px;
  cursor: pointer;
}
.query-container{
  padding: 0px 0px 25px 0px;
}
.showLoginSignInModal{
  color: #fff !important;
}
.query-container button{
  background: #DF1391 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  margin-top: 40px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
}
*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
#body_hidden{
    overflow-y: hidden;
}
html{
	scroll-behavior: smooth;
}
a,a:hover,a:focus{
	text-decoration: none;
    color: #4B3941;
}
.wrapper{
	width: 100%;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
section{
    width: 100%;
    float: left;
    position: relative;
}
/*header section css start*/
.pac-container{
  z-index: 999999999;
}
header{
	width: 100%;
	padding:15px 0px;
	margin: 0px;
  position: fixed;
  z-index: 1000;
  height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#header_deshtop_section header{
    z-index: 100!important;
}
#header_mobile_section header{
    z-index: 100!important;
} 
#logo_colunm a{
    position: absolute;
    z-index: 9;
}
#logo_colunm img{
    width: 70px;
    margin-top: 10px;
}
.hmbrgrMainMenu{
    float: left;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all .2s;
    cursor: pointer;
}
/*.hmbrgrMainMenu ul{
    display: none;
}*/
#CloseMenu{
    display: none;
    transition: all .2s;
}
.hmbrgrMainMenu i{
    font-size: 32px;
}
#header_deshtop_section{
    height: 80px!important;
    position: relative;
}
#header_mobile_section{
    height: 52px!important;
    position: relative;   
}
nav{
    width: auto;
	display: inline-flex;
	float: right;
    margin-right: 65px!important;
}
nav ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px 5px;
}
nav ul li{
	color: #fff;
	float: left;
	position: relative;
	display: inline-block;
	padding:10px 17px; 
}
nav ul li a{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}
nav ul li a:hover{
	color: #4B3941;
}
.wt-cart .woo-cart-count:before {
    content: "";
    border: 2px solid white;
    width: 22px;
    height: 10px;
    border-bottom: none;
    position: absolute;
    top: -8px;
    left: 50%;
    margin: 0 -11px;
}
.wt-cart .woo-cart-count {
    border: 2px solid white;
    color: white;
    display: inline-block;
    font-weight: 800;
    min-width: 40px;
    padding: 9px 5px 10px;
    position: relative;
    text-align: center;
}
.cart.showindis.ng-star-inserted {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -25px;
    line-height: 56px;
    right: 2%;
}
.cart a {
    border-radius: 100%;
    text-align: center;
    color:#fff;
    background-color:#DF1391!important;
    display: block;
    font-size: 22px;
    transition: all .2s;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.cart a i {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.servicesQty {
    width: 30px;
    height: 30px;
    line-height: 22px;
    border: 3px solid #fff;
    position: absolute;
    top: -9px;
    right: -3px;
    background-color: #DF1391;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    transition: all .2s;
    color: #fff;
}
nav ul > li .sub-menu {
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    display: block;
    left: -290%;
    top: 100%;
    list-style: none;
    margin: 0px;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
    transition: all 0.2s;
}
.sub-menu a{
    color: #474747;
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: none;
}
.sub-menu a:hover{
	color: #DF1391;
}
.sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}
.sub-menu li:hover{
	background-color:#F2F2F2;
    box-shadow: 0 2px 9px 0px rgba(0,0,0,.3); 
}
#Dropdown-menu_services{
    padding: 0px;
    background: #fff;
    width: 56px;
    height: 65px;
    position: relative;
}
#Dropdown-menu_services .hmbrgrMainMenu {
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}
#Dropdown-menu_services .hmbrgrMainMenu i{
    color: #000!important;
}
nav ul > li .sub-menu li > .sub-menu {
	left: -110%;
	top: -50px;
    margin: 0 0 0 20px;
    transition: all 0.2s;
}
nav ul > li .sub-menu li:hover .sub-menu {
	left: -110%;
    top:20px!important;
}
nav ul ul li{
	display: block;
	width: 100%;
	padding: 0px!important;
}
nav ul > li .sub-menu li:hover > .sub-menu  {
	opacity: 1;
	visibility: visible;
}
 /*header section css closed*/
/*category_header css start*/
#wrapper_category_header{
    align-items: center;
    justify-content: flex-end;
    display: flex;
}
#wrapper_Sub_category{
    align-items: center;
    justify-content: flex-end;
    display: flex;
}
.category_header ul .active{
  border-bottom: 1px solid #f2f2f2;
  padding: 2px 20px;
  border-radius: 0px;
}
.category_header{
    width: 100%;
    float: left;
    height: 60px!important;
    background-color: #DF1391!important;
}
.Sub-category_header{
    width: 100%;
    float: left;
    height: 55px!important;
    background-color: #fff!important;
}
.Sub-category_header header{
    z-index: 10!important;
    height: 55px;
    background: #fff;
    box-shadow: none!important;
    padding: 11px 0px 0px!important;
    border-bottom: 1px solid #ddd!important;
}
.Sub-category_header ul{
  width: 100%;
  float: left;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center;
  list-style:none;
  overflow: scroll;
  padding:0px!important;
  /*margin: 0px 14px!important;*/
}
#Sub_category_ul::-webkit-scrollbar {
    width: 0px!important;
}
.Sub-category_header ul li{
    padding: 2px 20px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #DF1391!important;
    border-radius: 20px;
    margin: 0px 10px  0px 0px;
    text-transform: capitalize; 
}
.Sub-category_header ul  .active {
  background: #DF1391!important;
  border: 1px solid #DF1391!important;
}
.Sub-category_header ul  .active a {
 color: #fff!important;
}
.Sub-category_header ul li a{
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
}
.category_header header{
    z-index: 10!important;
    height: 60px;
}
.category_header ul{
    width: 80%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style:none;
    overflow: scroll;
    display: inline-flex;
}
#category_ul::-webkit-scrollbar {
    width: 0px!important;
}
.category_header ul li{
    padding: 0px 15px;
    cursor: pointer;
}
.category_header ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.1px;
}
/*category_header css closed*/

 /*slider section css start*/
.slider_Section{
    width: 100%;
    float: left;
    padding: 0px 0px;
    overflow: hidden;
 }
.slider_Section .swiper-container {
      width: 100%;
      height: 100%;
}

.slider_Section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 65%;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slider_Section .swiper-slide .slider-img{
  border-radius: 8px;
  border: 3px solid #eeee;
}
.slider_Section .swiper-slide .slider-img img{
  border-radius: 8px;
}
/*.slider_Section .swiper-slide:nth-child(2n) {
      width: 50%;
}

.slider_Section .swiper-slide:nth-child(3n) {
      width: 50%;
}*/
.slider_Section .swiper-slide img{
    width: 100%;
}
.swiper-button-prev{
    margin: 0px 0px 0px 40px;
}

.swiper-button-next{
    margin: 0px 40px 0px 0px;
}
 /*slider section css closed*/

/*secvices_section css start*/
.secvices_section{
    width: 100%;
    float: left;
    padding: 50px 0px;
    background-color: #fff;
}
.secvices_section #service-conatiner h3{
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.wrapper-service{
    cursor: pointer;
    width: 100%;
    float: left;
    margin: 10px 0px;
    position: relative;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.3);
    border-radius: 15px;
    overflow: hidden;
    height: 210px;
    transition: all .1s;
}
.home-main-category #wrapper_serviceColunm .wrapper-service{
  height: 310px!important;
}
.wrapper-service:hover  img{
    transform: scale(1.1);
    transition: all .1s;
}
.wrapper-service:hover .service_content h2{
    color: #fff!important;
}
.wrapper-service .service_image{
    width: 100%;
    float: left;
    height: 165px;
    overflow:hidden;
}
.home-main-category #wrapper_serviceColunm .wrapper-service .service_image{
  height: 265px!important;
}
.wrapper-service .service_image img{
    width: 100%;
    height: 165px;
    overflow: hidden;
    transition: all .2s;
}
.home-main-category #wrapper_serviceColunm  .wrapper-service .service_image img{
    height: 265px !important;
}
.wrapper-service .service_content{
    width: 100%;
    float: left;
    padding: 0px!important;
    text-transform: capitalize;
    text-align: center;
    background-color: #fff;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    overflow:hidden;
}
.wrapper-service .service_content h2{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.2px;
    margin: 0px;
    position: relative;
    z-index: 10;
}
.wrapper-service .service_content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -105%;
    left: 0%;
    background-color: #DF1391;
    border-top: 1px dotted #DF1391;
    text-decoration: none;
    color: #fff;
    transition: .2s all;
}
.wrapper-service:hover .service_content:before{
    top: 0px!important;
}
.section-heading{
    padding: 10px 0px 40px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1.5px;
    margin: 0px;
}
.new-floating-checkout {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #ffffff;
  color: #292b2c;
  padding: 10px;
  border-radius: 0 5px 5px 0;
}

.new-floating-checkout-in {
  display: flex;
}
.checkout-button-wrap {
  padding: 10px 15px;
  background-color: #0e890e;
  color: #ffffff;
  border-radius: 8px;
  margin-left: 32px;
}
.checkout-button, .checkout-button:hover, .checkout-button:focus {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}
/*secvices_section css closed*/

/*testimonail_section css start*/
.testimonail_section{
    width: 100%;
    float: left;
    padding: 30px 0px 50px;
    background-color:#fff;
}
.testimonail-container{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.testimonail-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.testimonail-container figure.snip1192 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
.testimonail-container figure.snip1192 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonail-container figure.snip1192 img {
  max-width: 100%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.testimonail-container figure.snip1192 blockquote {
  margin: 0;
  display: block;
  letter-spacing: 1.1px;
  border-radius: 8px;
  position: relative;
  color: #DF1391;
  background-color: #eeee;
  padding: 60px 50px 90px 50px;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 -50px;
  line-height: 28px;
  height: 265px;
  overflow: hidden!important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  height: 265px;
  overflow: hidden!important;
}
.testimonail-container figure.snip1192 blockquote:before,
.testimonail-container figure.snip1192 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  color: #fff!important;
}
.testimonail-container figure.snip1192 blockquote:before {
  top: 35px;
  left: 20px;
  color: #fff!important;
}
.testimonail-container figure.snip1192 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 35px;
  color: #fff!important;
}
.testimonail-container figure.snip1192 blockquote ul{
  margin:20px 0px 0px;
  list-style: none;
  padding: 0px;
  display: inline-flex;
  float: right;
}
.testimonail-container figure.snip1192 blockquote ul li{
   padding: 10px 15px;
}
.testimonail-container figure.snip1192 blockquote ul li i{
  font-size: 22px;
}
.testimonail-container figure.snip1192 .author {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.testimonail-container figure.snip1192 .author h5 {
  color:#4B3941;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.1px;
  margin: 0;
  font-weight: 800;
}
.testimonail-container figure.snip1192 .author h5 span {
  font-weight: 400;
  color:#4B3941;
  text-transform: none;
  display: block;
}
/*testimonail_section css closed*/

/*about page css start*/
.wrapper_aboutPage{
    width: 100%;
    float: left;
    padding: 50px 0px;
    background-color: #fff;
}
.wrapper_aboutPage .section_image{
    width: 100%;
    float: left;
}
.wrapper_aboutPage .section_image img{
    width: 100%;
    box-shadow: 0px 0px 0px 0px #DF1391, -14px 10px 1px 2px #DF1391;
}
.wrapper_aboutPage .section_content{
    width: 100%;
    float: left;
}
.wrapper_aboutPage .section_content p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}
.wrapper_aboutPage .section_content h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}
.wrapper_aboutPage .separator-right {
    position: absolute;
    /*margin: 10px;*/
    width: 70px;
    height: 2px;
    color: #DF1391;
    margin-top: 10px;
}
/*about page css closed*/


/*wrapper-TimeSlotPage css start*/
.wrapper-TimeSlotPage{
  width: 100%;
  float: left;
  padding: 50px 0px;
  position: relative;
  margin: 0px;
}
.wrapper-TimeSlotPage .section-heading{
  padding: 10px 0px 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.5px;
  margin: 0px;
  text-decoration: underline;
}
.wrapper-TimeSlotPage ul{
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.wrapper-TimeSlotPage ul h2{
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
.wrapper-TimeSlotPage ul h2 i{
  font-size: 30px;  
}
.wrapper-TimeSlotPage .TimeSlot li{
  width: 28%;
  float: left;
  color: #DF1391;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  position: relative;
  text-align: center;
  padding: 0px;
  margin: 15px 18px;
  border: 1px solid gray;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px #ddd;
  transition: .2s all; 
}
.wrapper-TimeSlotPage .TimeSlot li a{
  border-radius: 8px;
}
.wrapper-TimeSlotPage #DateSidebar{
  padding: 20px 20px;
  margin: 10px 0px;
  border: 15px solid #f2f2f2;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
}
.wrapper-TimeSlotPage .dateSlot li{
  width: 40%;
  float: left;
  color: #DF1391;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  text-align: center;
  padding: 8px 0px;
  margin: 10px 10px;
  border: 1px solid #DF1391;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px #ddd;
  transition: .2s all; 
}
.wrapper-TimeSlotPage ul  .active{
  background: #eeee!important;
  color: #DF1391!important;
}
.wrapper-TimeSlotPage ul  .active a{
  background: #eeee!important;
  color: #DF1391!important;
}
.wrapper-TimeSlotPage ul li a{
  color: #DF1391;
}
.wrapper-TimeSlotPage ul li:hover a{
  color: #DF1391;
}
.wrapper-TimeSlotPage ul li:hover{
  background: #eeee!important;
  color: #DF1391!important;
  transition: .2s all;
}
.success-message{
  background: #fff;
  color: green;
  margin-top: 12px;
}
.error-message{
  background: #fff;
  color: #f00;
  margin-top: 12px;
}
.no-time-slot-available {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #f00;
  border-radius: 4px;
  color: #f00;
}
.no-time-slot-available-wrap {
  padding:0 20px;
}
/*wrapper-TimeSlotPage css closed*/

/*wrapper-service page css start*/
.wrapper-servicePage{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0px;
  margin: 0px;
}
.wrapper-servicePage .servicepage-colunm{
  width: 100%;
  float: left;
  margin: 15px 0px;
  padding:10px;
  border: 1px solid rgba(102,102,102,0.3);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
}
/*.servicepage-colunm:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -10%;
  background: red;
}*/
.servicepage-colunm .service-img{
  width: 100%;
  float: left;
  height: 110px;
}
#service-modal .modal-body{
  padding: 10px 20px!important;
}
.servicepage-colunm .service-img .img-left{
  width: 50%;
  float: left;
  height: 110px;
  padding: 0px 10px 0px 0px;
}
.servicepage-colunm .service-img .img-right{
  width: 50%;
  float: right;
  height: 110px;
  padding: 0px 0px 0px 10px;
}
.servicepage-colunm .service-img img{
  width: 100%;
  height: 110px;
}
.servicepage-colunm .service-title{
  width: 100%;
  float: left;
  padding: 10px 0px 0px 10px;
}
.servicepage-colunm .service-title .title-left{
  width: 75%;
  float: left;
}
.servicepage-colunm .service-title .title-right{
  width: 25%;
  float: right;
}
.servicepage-colunm .service-title .price-left{
    width: 45%;
    float: left;
    height: 50px;
    align-items: center;
    justify-content: end;
    display: flex;
}
.servicepage-colunm .service-title .price-left span{
  padding: 0px 0px 0px 10px!important;
  font-size: 14px;
  font-weight: 800;
  color: gray!important;
}
.service-btn .cart-right, .product-btn .cart-right, 
.servicepage-colunm .service-title .cart-right{
    width: auto;
    float: right;
    height: 50px;
    padding: 0px;
    align-items: center;
    justify-content: flex-end;
    display: flex;
}
.service-btn .cart-right, .product-btn .cart-right{
    float: none!important; 
    display: block;
}
.servicepage-colunm .service-title .add_cartBTN{
  width: 50%;
  float: right;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  padding: 10px 0px;
}
.servicepage-colunm .service-title .add_cartBTN button{
   color: #fff!important;
   border: none!important;
   padding: 2px 19px;
   font-size: 14px;
   font-weight: 600;
}
.servicepage-colunm .service-title h2{
 font-size:  16px;
 font-weight: 600;
 line-height: 30px;
 margin: 0px;
 padding: 5px 0px;
}
.servicepage-colunm .service-title h2 span del {
  font-size: 14px;
  font-weight: 800;
  color: gray;
}
.servicepage-colunm .service-title h2 span{
  padding-left: 20px;
}
.servicepage-colunm .service-title h3{
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin: 0px;
  letter-spacing: .5px;
  text-transform: capitalize;
}
.servicepage-colunm .service-title h4{
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  margin: 0px;
}
.servicepage-colunm .service-title h4 i{
  font-size: 14px;
}
.servicepage-colunm .service-title .add-cart{
  padding: 0px;
}
.servicepage-colunm .service-title .add-cart .value-button {
  display: inline-block;
  border: 1px solid #DF1392;
  background-color: #DF1392!important;
  color: #fff;
  margin: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 0px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0px!important;
}
.servicepage-colunm .service-title .add-cart .value-button:hover {
  cursor: pointer;
}

.servicepage-colunm .service-title .add-cart #decrease {
  margin-right: -6px;
  border-radius: 8px 0 0 8px;
}

.servicepage-colunm .service-title .add-cart #increase {
  margin-left: -6px;
  border-radius: 0 8px 8px 0;
}
.servicepage-colunm .service-title .add-cart #input-wrap {
  margin: 0px;
  padding: 0px;
}
.service-btn .add-cart input#number, .product-btn .add-cart input#number,
.servicepage-colunm .service-title .add-cart input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #DF1392!important;
  border-bottom: 1px solid #DF1392!important;
  margin: 0px;
  width: 28px;
  font-size: 15px;
  height: 25px;
  padding: 3px 0px 5px 0px;
}
.checkout-btn .add-cart input#number{
  height: 25px;
  padding: 0px 0px 3px 0px;
}
.servicepage-colunm .service-title .add-cart input[type=number]::-webkit-inner-spin-button,
.servicepage-colunm .service-title .add-cart input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.servicepage-colunm .service-content{
    width: 100%;
    float: left;
    padding: 0px 10px;
}
.servicepage-colunm .service-content span{
  width: 100%;
  float: left;
  /* padding: 0px 0px 10px; */
}
.servicepage-colunm .service-content ul{
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  /* list-style: none; */
  display: grid;
}
.servicepage-colunm .service-content ul li{
  font-size: 13px;
  font-weight: 600;
  margin: 0px;
  padding:5px 0px;
  line-height: 24px;
  text-align: justify;
}
.servicepage-colunm .service-content p{
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 1.1px;
}
.servicepage-colunm .service-btn{
  width: 100%;
  float: left;
  padding: 10px 20px;
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.servicepage-colunm .service-btn i{
  font-size: 30px;
  font-weight: 700;
}
.servicepage-colunm .service-btn .btn {
  width: 120px;
  height: 35px;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  background-color: #DF1391!important;
  box-shadow: inset 0 0 0 0 #4B3941;
  outline: none;
  font-size: 13px;
  transition: ease-out 0.5s;
  cursor: pointer; 
}
.servicepage-colunm .service-btn .btn:hover {
  box-shadow: inset 300px 0 0 0 #4B3941;
  color: #fff;
}
.category-sideBar{
  width: 100%;
  float: left;
  padding: 20px 25px;
  margin: 20px 0px;
  border: 20px solid #f2f2f2;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
}
.category-sideBar .heading{
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
  text-align: left;
  padding: 10px 0px!important;
}
.category-sideBar .sideBar-Ul{
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.category-sideBar  ul{
  margin: 0px 0px 0px 0px;
  position: relative;
}
.category-sideBar ul li{
  width: 100%;
  list-style: none;
  padding: 4px 15px;
  margin: 15px 0px;
  border: 1px solid #F2F2F2;
  border-radius: 7px;
  background: transparent!important;
  text-transform: capitalize;
}
.category-sideBar ul li a{
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #4B3941;
  font-weight: 600;
  background: transparent!important;
  border: none!important;
}
.category-sideBar ul li:hover{
  background-color:transparent;   
}
.category-sideBar ul li:hover a{
   color: #DF1391!important;
}
.category-sideBar ul .active{
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.3)!important;
 background-color:#F2F2F2;   
}
.category-sideBar .sideBar-Ul  .active a{
color: #DF1391!important;
background-color:#F2F2F2;
border-bottom: 1px solid #f2f2f2;
}
.category-sideBar ul li i{
  font-size: 18px;
  width: 35px;
}
.category-sideBar ul li span{
  width: 40px;
  float: right;
  padding: 0px 0px 0px 20px;
  cursor: pointer;
}
.category-sideBar ul li span i{
  float: right;
  width: auto;
}
.category-sideBar ul li .sub-menu{
  width: 100%;
}
.category-sideBar ul li .sub-menu li{
  padding:0px 0px!important;
  width: 95%;
  margin:10px 0px 2px 20px!important;
  border-radius: 1px;
}
.category-sideBar ul li .sub-menu .accordion a{
  color: #000!important;
}  
.category-sideBar ul li .sub-menu  .active a{
  color: #DF1391!important;
}
.category-sideBar ul li .sub-menu a{
   color: #4B3941!important;
   font-size: 13px!important;
   font-weight: 600;
   line-height: 20px
}
.category-sideBar ul li .sub-menu a:hover{
  color: #DF1391;
}
.category-sideBar ul li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}
.category-sideBar ul li .sub-menu li:hover{
  background-color:#F2F2F2;
    box-shadow: none; 
}
/*wrapper-TimeSlotPage css start*/
.wrapper-TimeSlotPage{
  width: 100%;
  float: left;
  padding: 50px 0px;
  position: relative;
  margin: 0px;
}
.wrapper-TimeSlotPage .section-heading{
  padding: 10px 0px 30px;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.5px;
  margin: 0px;
}
.wrapper-TimeSlotPage ul{
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.wrapper-TimeSlotPage ul li{
  width: 20%;
  float: left;
  color: #DF1391;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  text-align: center;
  padding: 8px 0px;
  margin: 15px 18px;
  border: 1px solid #DF1391;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px #ddd;
  transition: .2s all; 
}
.wrapper-TimeSlotPage ul  .active{
  background: #eeee!important;
  color: #DF1391!important;
}
.wrapper-TimeSlotPage ul li:hover{
  background: #eeee!important;
  color: #DF1391!important;
  transition: .2s all;
}
/*wrapper-TimeSlotPage css closed*/
/*wrapper-service page css closed*/
.wrapper-checkoutPage{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0px;
}
.wrapper-checkoutPage .checkout-title h2{
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}
.wrapper-checkoutPage .checkout-title ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.wrapper-checkoutPage .checkout-title ul li{
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}
.wrapper-checkoutPage .checkout-title p{
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  padding: 0px;
  margin-left: 0px;
  text-align: justify;
}
.wrapper-checkoutPage .checkout-btn{
  width: 100%;
  float: left;
  text-align: center;
}
.wrapper-checkoutPage .checkout-btn .service-btn{
  width: 50%;
  float: left;
}
.wrapper-checkoutPage .checkout-btn .product-btn{
  width: 50%;
  float: right;
  align-items: center;
  justify-content: center;
  display: grid;
}
.wrapper-checkoutPage .checkout-btn .add-cart{
  width: 100%;
  float: left;
  padding: 5px 0px 5px;
}
.wrapper-checkoutPage .checkout-btn .add-cart .value-button {
  display: inline-block;
  border: 1px solid #DF1392!important;
  background: #DF1392!important;
  color: #fff!important;
  margin: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 0px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-checkoutPage .checkout-btn .add-cart .value-button:hover {
  cursor: pointer;
}
.wrapper-checkoutPage .checkout-btn .add-cart #decrease {
  margin-right: -6px;
  border-radius: 0px 0 0 0px;
}
.wrapper-checkoutPage .checkout-btn .add-cart #increase {
  margin-left: -6px;
  border-radius: 0 0px 0px 0;
}
.wrapper-checkoutPage .checkout-btn .add-cart #input-wrap {
  margin: 0px;
  padding: 0px;
}
.wrapper-checkoutPage .checkout-btn .add-cart input#services {
  text-align: center;
  border: none;
  border-top: 2px solid #DF1392!important;
  border-bottom: 2px solid #DF1392!important;
  font-size: 14px;
  margin: 0px;
  width: 25px;
  height: 25px;
  padding: 2px 0px 5px 0px;
}
.wrapper-checkoutPage .checkout-btn .add-cart input#product {
   text-align: center;
  border: none;
  border-top: 2px solid  #DF1392!important;
  border-bottom: 2px solid  #DF1392!important;
  font-size: 14px;
  margin: 0px;
  width: 25px;
  height: 25px;
  padding: 2px 0px 5px 0px;
}
.wrapper-checkoutPage .checkout-btn .add-cart input[type=number]::-webkit-inner-spin-button,
.wrapper-checkoutPage .checkout-btn .add-cart input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.checkout-btn .title{
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  margin: 0px;
  padding: 0px;
}
.wrapper-checkoutPage .Checkout-total{
  width: 100%;
  float: left;
  padding: 5px 0px;
  text-align: center; 
}
.wrapper-checkoutPage .price-left h2{
  font-size: 13px;
  margin: 0px!important;
  padding: 14px 0px 0px!important;
}
.wrapper-checkoutPage .price-left h2 span{
  padding: 0px 0px 0px 10px;
}
.Checkout-total .Checkout-Remove{
  width: 50%;
  float: left;
  padding: 7px 20px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.Checkout-total .Checkout-price{
  width: 50%;
  float: left;
  padding: 7px 20px;
  border: 1px solid #ddd;
}
.Checkout-total .content i{
  font-size: 16px;
  font-weight: 600;
}
.Checkout-total .content span{
  font-size: 16px;
  font-weight: 600;
}
.card-service .product-details select{
  height: 30px !important;
  padding: 2px;
  font-size: 12px;
}
.card-service .product-details .form-group{
  margin-bottom: 6px !important;
}
.product-details{
  width: 100%;
  float: left;
  padding: 10px 0px;
}
.product-details ul{
  margin: 0px;
  list-style: none;
}
.product-details ul li{
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 4px 0px 4px 0px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
} 
.product-details ul li span{ float: right;}
.product-details ul i{
  width: 35px;
}
.product-details ul span i{
  width: 10px;
}
.product-details ul .wrapper{
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.6);
  padding:10px 8px;
}
.product-details ul .active{
  box-shadow: 0px 3px 10px 0px #ddd;
}
.product-details ul .wrapper .form-group{
  margin: 0px;
}
.product-details ul .wrapper .form-group .form-control{
  font-size: 12px;
  height: 30px;
  padding: 0rem .75rem;
}
.product-details ul p{
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  text-align: justify;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.product-details .active{
  box-shadow: 0px 2px 10px 2px #ddd;
}
#Row-checkout{
  padding: 30px 20px;
  margin: 10px 0px 16px; 
  box-shadow: 0px 2px 8px 1px #ddd!important;
}
.total-amount{
  text-align: center;
  background-color: #f5f5f5;
  padding: 30px 20px;
  margin: 10px 0px 40px;
  box-shadow: 0px 2px 8px 1px #ddd!important;
}
.ttlPrcCnt:after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  border-bottom: 13px solid transparent;
  border-right: 20px solid var(--base_color);
}
.total-amount button i{
  font-size: 22px;
}
.total-amount button{
  padding: 12px 26px;
  font-weight: 600!important;
  background-color: #DF1391;
  text-align: center;
  border-radius: 30px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  transition: all .3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.amount-container{
  display: contents;
  color: #DF1391;
}
.amount-container .price{
  font-size: 28px;
  font-weight: 600;
}
.total-amount .ttlPrcCnt i{
  font-size: 18px;
}
.total-amount .ttlPrcCnt{
  font-size: 18px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
}
/*checkout page start checkout closed*/
/*contact page css starts*/
.wrapper-contact{
    width: 100%;
    float: left;
    padding:50px 0px;
    background-color: #fff;
}
 #row_contactform{
    width: 100%;
    max-width: 850px;
    margin: 50px auto 0;
    display: table;
    position: relative;
}
#row_contactform .left_side_form{
    float: left;
    width: 650px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 80px 40px 40px 40px;
    border:1px solid rgba(102,102,102,0.1)!important;
}
#row_contactform .left_side_form h3{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    max-width: 200px;
}
.contact-form{
    position: relative;
    max-width: 370px;
}
.formfield{
    width: 100%;
    height: 45px;
    border: 1px solid #c4c4c4;
    position: relative;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 12px;
}
.formfieldTEXTAREA{
    width: 100%;
    padding: 15px;
    border: 1px solid #c4c4c4;
    position: relative;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 12px;   
}
.contact-form .sendBtn {
    width: 250px;
    /* height: 40px; */
    line-height: 40px;
    background-color: #DF1391;
    text-align: center;
    border-radius: 30px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
    transition: all .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}
#row_contactform .right_side_form{
    background-image: linear-gradient( 45deg, #DF1391 0, #d03a8d 19%, #d03a8d 60%, #DF1391 100% );
    width: 400px;
    height: 550px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: -50px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 50px 40px;
    color: #fff;
    overflow: hidden;
}
/*#row_contactform .right_side_form:before{
    content: "";
    background-color: #4B3941;
    width: 100%;
    height: 100%;
    top: 0;
    left: -110%;
    position: absolute;
}
#row_contactform .right_side_form:hover .right_side_form:before{
    left: 0%!important;
    width: 100%;
    height: 100%;
    z-index: 1000;
}*/
#row_contactform .right_side_form h3{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    max-width: 200px;
    position: relative;
    z-index: 1000;
}
#row_contactform .right_side_form p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;z-index: 100;
}
#row_contactform .right_side_form .information{
    position: relative;
    list-style: none;
}
#row_contactform .right_side_form .information li{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    display: inline-flex;
}
#row_contactform .right_side_form .information li i{
    padding-right: 18px;
    font-size: 20px;
}
#row_contactform .right_side_form .information li p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#row_contactform .right_side_form .social-icons{
    width: 100%;
    float: left;
}
#row_contactform .right_side_form .social-icons p{  
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 20px 0px;
}
#row_contactform .right_side_form .social-icons li{
    position: relative;
    display: inline-block;
    padding: 0px 15px;
}
#row_contactform .right_side_form .social-icons li a{
   font-size: 24px;
   color: #fff;
   width: 60px;
}
/*contact page css closed*/

/* edit user profile   */
.edit-profile-form{
  padding: 20px;
  width: 100%;
}

/*login page css start*/
.wrapper_loginPage{
    width: 100%;
    float: left;
    padding: 100px 0px 140px 0px;
    background-color: #fff!important;
}
#login_heading{
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0px;
    text-align: center;
    padding-bottom: 30px;
}
.login-form label{
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
}
.login-form .sendBtn {
    width: 190px;
    margin: 8px 20px 0px 4px;
    background-color: #DF1391;
    text-align: center;
    border-radius: 5px;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}
.login-form .formfield {
    width: 100%;
    height: 45px;
    padding: 15px;
    border: 1px solid #c4c4c4;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 1.6px;

}
#login_column{
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 60px 40px 60px 40px;
}
#loginOtpForm{
  display: none;
}
#signupOtpForm{
  display: none;
}
#loginOtpFormWithLocation{
  display: none;
}
/*loging page css closed*/
/*sign up page css start*/
.wrapper-singUP{
       width: 100%;
    float: left;
    padding:50px 0px;
    background-color: #fff;
}
.wrapper-singUP #row_SignUPform{
    width: 100%;
    max-width: 700px;
    margin: 50px auto 0;
    display: table;
    position: relative;
}
.wrapper-singUP #row_SignUPform .left_side_form {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 50px 50px;
}
.wrapper-singUP #row_SignUPform .left_side_form .wrapper-form_conatiner{
    width: 100%;
    float: left;
}
.wrapper-singUP #row_SignUPform .left_side_form h3{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    max-width: 340px;
}
.signUP-form{
    position: relative;
    width: 100%;
}
.signUP-form .sendBtn {
    width: 250px;
    height: 40px;
    line-height: 40px;
    background-color: #DF1391;
    text-align: center;
    border-radius: 30px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
    transition: all .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}
/*sign up page closed*/
/*footer section  start*/
footer{
    width: 100%;
    float: left;
}
.footer_available_section{
    width: 100%;
    float: left;
    padding: 20px 0px 0px 0px;
    position: relative;
    margin: 25px 0px 0px 0px;
}
.currentlyAvail[_ngcontent-kgu-c4] {
    color: #000;
    padding: 5px 30px;
    font-weight: 800;
    top: 0px;
    z-index: 1;
    position: absolute;
    background: #eee;
    font-size: 18px;
}
.availContent[_ngcontent-kgu-c4] {
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    text-align: center;
    width: 90%;
    font-size: 13px;
    line-height: 24px;
    padding: 20px;
}
.wrapper-footer{
    width: 100%;
    float: left;
    padding:45px  0px;
    background-color: #eee!important;
}
.footer-section{
    width: 100%;
    float: left;
}
.footer-section .heading-section{
    width: 100%;
    float: left;
}
.footer-section .heading-section h3{
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #3f3e3e;
    position: relative;
    margin: 0px 0px 30px 0px;
}
.footer-section .heading-section h3:before {
    content: "\f06c";
    font-size: 18px;
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -8px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
}
.footer-section .heading-section h3:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30px;
    height: 3px;
    margin: 0 0 0;
    width: 70px;
    margin: 10px 0;
    background-color: #ec5598;
}
.footer-section .content-section{
    width: 100%;
    float: left;
}
.footer-section .content-section p{
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    margin: 10px 0px;
    text-transform: capitalize;
}
.footer-section .content-section .link{
    list-style: none;
    margin-top: 5px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-section .content-section .link li{
    border-bottom: 1px dashed rgba(102,102,102,0.3);
    padding-bottom: 18px;
    font-size: 13px;
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}
.footer-section .content-section .link li a{
    color: #3f3e3e;
}
.footer-section .content-section .link li:before{
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "FontAwesome";
}
.footer-section .content-section .icon{
    list-style: none;
    margin-top: 5px;
    margin-left: -3px;
    margin-right: -3px;
    font-size: 12px;
}
.footer-section .content-section .icon li{
    line-height: 20px;
    display: inline-block;
    text-align: center;
    list-style: none;
    padding: 0px 20px 0px 0px;
}
.footer-section .content-section .icon li i{
    font-size: 50px;
    color: #3f3e3e;
}
.coppyrightFooter{
    width: 100%;
    float: left;
    padding:10px 0px;
    background-color: #eee!important;
}
.constrot-strip {
    background-image: url(../../../images/footer-strip-pink.png);
}
.constrot-strip {
    position: relative;
    height: 35px;
    width: 100%;
    background-image: url(../../../images/footer-strip-pink.png);
    background-repeat: repeat-x;
    background-position: center top;
    margin-bottom: 25px;
}
.wt-footer-bot-left {
    float: left;
    padding: 0px 15px;
}
 .copyrights-text{
    color: #787878;
    font-size: 13px!important;
}
.wt-footer-bot-right {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}
.copyrights-nav {
    list-style: none;
    display: inline-block;
}
.pull-right {
    float: right!important;
}
.copyrights-nav li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 13px;
    line-height: 20px;
}
.copyrights-nav li a{
    color: #787878;
}
button.scroltop {
    height: 70px;
    width: 70px;
    background: #161616;
    border: 3px solid #DF1391;
    position: fixed;
    right: 15px;
    bottom: 15px;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
button.scroltop:focus{
	border: 3px solid #DF1391!important;
	border-radius: 50%!important;
} 
button.scroltop span {
    display: block;
    font-size: 20px;
    line-height: 30px;
}
.relative {
    position: relative;
}
#btn-vibrate {
    animation: vibrate 2s linear 0s infinite;
    -moz-animation: vibrate 2s linear 0s infinite;
    -webkit-animation: vibrate 2s linear 0s infinite;
    -o-animation: vibrate 2s linear 0s infinite;
}
@-webkit-keyframes vibrate {
    0% { transform: translateY(0); }
    100% { transform: translateY(5px); }
}
@keyframes vibrate {
    0% { transform: translateY(0); }
    100% { transform: translateY(5px); }
}
/*footer section closed*/
/*popup css start*/

span.cntryCodes[_ngcontent-hwt-c2] {
    margin: 0 0 0 7px;
    position: absolute;
    font-size: 18px;
    border-right: 1px solid #282828;
    padding: 4px 11px 3px 2px;
}
.lginSgUpCnt, .nmbrInput, .socialBlk {
    width: 100%;
    border: 1px solid #888;
    background-color: #fff;
    height: 35px;
    border-radius: 4px;
    padding: 0 15px 0 65px;
    font-size: 15px;
}
.get-temp-location {
  width: 100%;
  border: 1px solid #888;
  background-color: #fff;
  height: 35px;
  border-radius: 4px;
  padding: 0 0px 0 34px;
  font-size: 15px;
}
.lginSgUpCnt {
    padding: 0;
    margin-top: 20px;
    background-color: #DF1391;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.modal-header{
  background: #DF1391!important;
  color: #fff;
}
#minCheckout .modal-body{
  padding: 46px !important;
}
#minCheckout .modal-body p{
  margin: 0px;
  text-align: center;
  color: red;
  border: 1px solid;
  padding: 22px 4px;
}
.modal-body{
    padding: 22px 60px 50px;
}
.modal-header h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

#Feedbackmodal .star-cb-group {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
#Feedbackmodal  .form-group i{
  color: #DF1391!important;
}
#Feedbackmodal .star-cb-group * {
  font-size: 2rem;
}
#Feedbackmodal .star-cb-group > input {
  display: none;
}
#Feedbackmodal .star-cb-group > input + label {
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 2em;
  white-space: nowrap;
  cursor: pointer;
  height: 40px!important;
}
#Feedbackmodal .star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
#Feedbackmodal .star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #DF1391;
  text-shadow: 0 0 1px #333;
}
#Feedbackmodal .star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
#Feedbackmodal .star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
#Feedbackmodal .star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
#Feedbackmodal .star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #DF1391;
  text-shadow: 0 0 1px #333;
}
#Feedbackmodal .rating-box{
  width:300px;
  height:200px;
  border:solid 1px #c1c1c1;
  margin:0 auto;
  position:relative;
}
#Feedbackmodal fieldset{border:none;padding:0px 10px;}
#Feedbackmodal .rating-success{display:none;
    text-align: center;
    font-size: 20px;
    padding: 15px 0;}
#Feedbackmodal .rating-success.active{display:block}
#Feedbackmodal h3{
  padding: 5px 0 5px;
  font-size: 18px;
  letter-spacing: 1.3px;
  line-height: 26px;
}
#Feedbackmodal .lginSgUpCnt{
    padding: 0;
    margin-top: 0px!important;
    background-color: #DF1391;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
#Feedbackmodal .form-group{
  margin: 0px!important;
}
h3.enter_otp[_ngcontent-hwt-c2] {
    padding: 5px 0 5px;
    font-size: 18px;
    letter-spacing: 1.3px;
    line-height: 26px;
}
.font-size-14{
  font-size: 14px !important;
}
.pd-0-10{
  padding: 0px 10px;
}
#signupmodal .form-control{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
}
#registraion_radio{
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin: 0px 8px;
}
.service-not-found-img img{
  width: 100%;
}
.select-location-title{
  text-align: center !important;
  margin: 22px 0px;
}
/*popup css closed*/
@media screen and (max-width: 768px) {
    /*category header section css start*/
    .category_header{
        padding: 0px 0px 0px 0px!important;
    }
    .category_header ul{
        width: 100%!important;
        align-items: center;
        justify-content: center;
        display:inline-flex;
    }
    .category_header ul li a{
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      line-height: 24px;
      text-transform: capitalize;
    }
	/*header section css start*/
	.icon-bar i{
		font-size: 28px;
		line-height: 30px;
    margin-right: 12px;
	}
  .header-location-container{
    font-size: 14px;
  }
  .header-location-container a{
    color: #fff !important;
  }
	.header #logo{
	    font-size: 18px;
	    text-align: center;
	    margin: 0px;
	}
	.header #logo .cart-btn{
		margin: 0px 0px 0px 16px;
	}
	.mobile_header{
		position: fixed;
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,0.3);
		color: #fff;
		top: 0px;
		left: 0px;
		padding: 0px;
		margin: 0px;
    overflow-x: hidden!important;
		overflow-y: scroll!important;
    z-index: 100000!important;
	}
	#mobile_sidebar{
		left:-800px;
		transition: all .3s!important;
	}
	.user-profile{
		width: 100%;
		padding:20px 10px;
		text-align: center;
	}
	.user-img{
		width: 100%;
	}
	.user-img img{
		width: 50px;
	}
	.user-content{
		width: 100%;
	} 
	.user-content h4{
		font-size: 16px;
		font-weight: 500;
		margin: 0px;
	}
	.mobile-header-navbar{
		width: 100%;
		background:#fff;
		padding:18px 0px;
		margin: 0px;
    z-index: 1000000000!important;
	}
  .mobile-header-navbar  ul{
    margin: 0px 0px 0px 0px;
    position: relative;
  }
  .mobile-header-navbar ul li{
    list-style: none;
    padding: 12px 10px;
  }
  .mobile-header-navbar ul li a{
      width: 100%;
      font-size: 12px;
      line-height: 24px;
      padding: 8px 30px;
      color: #4B3941;
      font-weight: 600;
  }
  .mobile-header-navbar ul li:hover{
      border-bottom: 1px solid rgba(0, 0, 0, 0.3)!important;
      background-color:#F2F2F2;   
  }
  .mobile-header-navbar ul li:hover a{
        color: #DF1391!important;
  }
  .mobile-header-navbar ul .active{
      box-shadow:0 2px 10px rgba(0, 0, 0, 0.3)!important;
      background-color:#F2F2F2;   
  }
  .mobile-header-navbar ul .active a{
    color: #DF1391!important;
  }
  .mobile-header-navbar ul li i{
      font-size: 18px;
      width: 35px;
  }
  .fa-sort-desc{
    padding-left: 5px;
  }
  .mobile-header-navbar ul > li .sub-menu  {
    padding: 5px 0px;
    left: 0px;
      transition: all 0.2s;

  }
  .sub-menu li{
    padding:5px 10px;
  }
  .sub-menu a{
      color: #DF1391;
      font-size: 14px!important;
      padding: 0px!important;	
      font-weight: 600;
  }
  .mobile-heading_communication{
    font-size: 16px;
    font-weight: 600;
    color: #4B3941;
    padding:15px 30px 5px;
    line-height: 22px;
  }
  .mobile_header  #leftsection{
    width: 100%;
    background:#ffffff;
    height: 100vh;
    padding: 0px!important;
  }
  .mobile_header #rightsection{
    width: 100%;
    background:rgba(0,0,0,0);
    height: 100%;
    padding: 0px!important;
  }
  header{
    height: 72!important;
  }
  .closed-icon{
    width: 100%;
    padding: 15px 0px;
    text-align: center;
  }
  .closed-icon i{
    font-size: 40px;
    color: #fff;
    transition: all .5s;
  }
  .closed-icon i:hover{
    transform: rotate(360deg);
  }
  #header_deshtop_section{
    display: none!important;
  }
    /*header section css closed*/
    /*slider css start*/
    .swiper-button-prev{
      display: none!important;
    }
    .swiper-button-next{
      display: none!important;
    }
    /*slider css closed*/
    /*service section css start*/
  .wrapper-service {
      width: 100%;
      float: left;
      margin: 12px 0px;
      position: relative;
      box-shadow: 1px 2px 8px 4px rgba(0,0,0,0.3);
      border-radius: 8px;
      overflow: hidden;
      height: 108px;
  }
  .home-main-category #wrapper_serviceColunm .wrapper-service{
    height: 118px !important;
  }
  .secvices_section{
      padding: 20px 0px!important;
  }
  .wrapper-service .service_image {
      width: 100%;
      float: left;
      height: 80px;
  }
  .home-main-category #wrapper_serviceColunm .wrapper-service .service_image {
    height: 90px !important;
  }
  .wrapper-service .service_image img {
      width: 100%;
      height: 80px;
  }
  .home-main-category #wrapper_serviceColunm .wrapper-service .service_image img{
    height: 90px !important;
  }
  .wrapper-service .service_content h2 {
      font-size: 11px;
      font-weight: 600;
      line-height: 15px;
      margin: 0px;
  }
  #service-conatiner{ 
    padding: 0px 15px!important;
  }
  #wrapper_serviceColunm{
      padding-left: 8px!important;
      padding-right: 8px!important; 
  }
  #home-category-heading{
    padding: 0px;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
  }
  .section-heading{
      padding: 10px 0px 18px;
      text-align: center;
      font-size: 28px;
      font-weight: 600;
      line-height: 26px;
      letter-spacing: 1.2px;
      margin: 0px;
  }
  .wrapper-servicePage .section-heading{
    padding: 0px 18px 10px!important;
  }
  .wrapper-service .service_content{
      height: 29px!important;
      padding: 0px!important;
      text-align: center!important;
      z-index: 9!important;
  }
 
  /*service section css cloosed*/
  /*checkout page css start*/
  .wrapper-checkoutPage{
    padding: 20px 0px!important;
  }
  #Row-checkout{
    padding: 10px 0px!important;
    box-shadow: 0px 2px 8px 1px #ddd!important;
  }
  .wrapper-checkoutPage .checkout-title h2{
    font-size: 16px!important;
    padding: 10px 0px!important;
  }
  .wrapper-checkoutPage .checkout-title p {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
  }
  .product-details ul li{
    width: 100%;
    float: left;
    padding: 4px 4px!important;
    margin: 1px 0px;
    border: none!important;
  }
  .collapse.show{
    display: inline-grid!important;
  }
  .product-details ul i{
    width: 35px!important;
  }
  .product-details ul span i{
    width: 10px!important;
  }
  .product-details{
    box-shadow: 0px 2px 10px 0px #ddd;
    margin: 10px 0px!important;
    padding: 15px 10px!important;
  }
  .checkout-btn .title {
    font-size: 16px!important;
    line-height: 18px!important;
  }
  .product-details  ul .right .wrapper{
    width: 80vw!important;
    margin-left: -45vw!important;
  }
  .wrapper-checkoutPage .checkout-btn .add-cart{
    padding: 10px 0px!important;
  }
  .wrapper-checkoutPage .Checkout-total{
    margin-top: 12px;
    padding: 5px 0px 10px;
  }
  .wrapper-checkoutPage .checkout-btn .add-cart .value-button{
    padding: 0px!important;
    height: 28px!important
  }
  .wrapper-checkoutPage .checkout-btn .add-cart input#services{
    padding:12px 0px 14px;
    height: 28px;
    font-size: 14px;
  }
  .wrapper-checkoutPage .checkout-btn .add-cart input#product{
    padding:12px 0px 14px;
    height: 28px; 
    font-size: 14px;
  }
  .wrapper-checkoutPage .checkout-title ul li{
    font-size: 12px;
    line-height: 20px;
  }
  .Checkout-total .Checkout-price{
    padding: 5px 15px!important;
  }
  .Checkout-total .Checkout-Remove{
    padding: 5px 15px!important;
  }
  .Checkout-total .content i{
    font-size: 20px;
  }
  .Checkout-total .content span{
    font-size: 14px;
  }

  /*about us page css start*/
  .wrapper_aboutPage{
      padding: 25px 0px!important;
  }
  .wrapper_aboutPage .section_image{
      padding:20px 15px!important;
  }
  .wrapper_aboutPage .section_content{
      padding: 20px 10px;
  }
  .wrapper_aboutPage .section_content p{
      text-align: justify!important;
  }
  /*about us page css closed*/

  /*login page css start*/
  .wrapper_loginPage{
      padding: 50px 0px!important;
  }
  #login_column{
      padding: 30px 13px!important;
  }
  .login-form .sendBtn {
      width: 120px;
      margin: 6px 8px 0px 4px;
      background-color: #DF1391;
      text-align: center;
      border-radius: 5px;
      border: 0;
      color: #fff;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 500;
      font-size: 12px;
      box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  }
  /*login page css closed*/
  /*testmonail css start*/
  .testimonail_section{
      padding: 0px 0px 20px 0px!important;
  }
  .testimonail-container figure.snip1192 blockquote{
    padding: 50px 20px 70px 20px!important;
    height: 325px;
  }
  .testimonail-container figure.snip1192 blockquote ul{
    margin: 0px!important;
    float: left!important;
    padding: 10px 10px 0px 0px!important;
  }
  .testimonail-container figure.snip1192 blockquote ul li{
    padding: 2px 10px!important;
  }  
  /*testimonail css closed*/
  /*.wrapper-TimeSlotPage css starts*/
  .wrapper-TimeSlotPage{
    padding: 25px 0px!important;
  }
  .wrapper-TimeSlotPage ul li{
    width: 46%;
    float: left;
    color: #DF1391;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    position: relative;
    text-align: center;
    padding: 4px 0px;
    margin: 12px 5px;
    border: 1px solid #DF1391;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px #ddd;
  }
  .wrapper-TimeSlotPage .section-heading{
    padding: 10px 0px 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1.5px;
    margin: 0px;
  }
  /*.wrapper-TimeSlotPage closed*/
  /*sign Up page css start*/
  .wrapper-singUP #row_SignUPform{
      max-width: 100%!important;
      margin: 10px 0px!important;
  }
  .wrapper-singUP #row_SignUPform .left_side_form{
      padding: 35px 20px!important; 
  }
  .wrapper-singUP{
      padding: 30px 0px;
  }
  .wrapper-singUP #row_SignUPform .left_side_form h3 {
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 30px;
      max-width: 340px;
  }
  /*sign up page css closed*/
  /*service page start css*/
  .wrapper-servicePage{
    padding: 20px 0px;
  }
  #sidebarDeshtop{
    display: none!important;
  }
  /*services page closed css*/
  /*.wrapper-TimeSlotPage css starts*/
  .wrapper-TimeSlotPage{
    padding: 15px 0px 25px!important;
  }
  .wrapper-TimeSlotPage #DateSidebar{
    display: none;
  }
  .wrapper-TimeSlotPage .TimeSlot li{
    width: 46%;
    float: left;
    color: #DF1391;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    position: relative;
    text-align: center;
    /* padding: 4px 0px; */
    margin: 5px;
    border: 1px solid gray;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px #ddd;
  }
  .wrapper-TimeSlotPage .TimeSlot li a{
    border-radius: 8px;
  }
  .wrapper-TimeSlotPage .section-heading{
    padding: 10px 0px 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1.5px;
    margin: 0px;
  }
  /*.wrapper-TimeSlotPage closed*/
  
    /*contact page css start*/
    .wrapper-contact{
      padding: 25px 0px 60px!important;
    }
    #row_contactform {
      width: 100%;
      max-width: 100%;
      margin: 20px auto 0;
      display: grid!important;
      position: relative;
  }
  #row_contactform .left_side_form{
      width: 100%;
      max-width: 100%!important;
      padding:20px 20px;
  }
  #row_contactform .left_side_form h3{
      max-width: 100%;
      font-size: 26px;
      text-transform: capitalize;
      text-align: center;
      margin-bottom: 20px;
  }
  #row_contactform .right_side_form{
      max-width: 100%;
      width: 100%!important;
      height: 500px!important;
      top: 30px!important;
      position: relative;
      padding: 20px 20px!important;
  }
  #row_contactform .right_side_form h3{
      max-width: 100%!important;
      font-size: 26px!important;
      text-align: center;
      text-transform: capitalize;
      margin-bottom: 10px!important;
  }
    /*contact page css closed*/
    /*footer start*/
    .wrapper-footer{
      padding:25px 15px 0px!important;
    }
    .availContent[_ngcontent-kgu-c4]{
      width: 100%!important;
    }
    .footer_available_section{
      margin: 0px!important;
      padding: 0px!important;
    }
    .currentlyAvail[_ngcontent-kgu-c4]{
      padding: 0px 10px!important;
      font-size: 14px!important;
      top: -10px!important;
    }
    .footer-section{
      padding: 20px 0px;
    }
    .footer-section .content-section .link li{
      line-height: 28px!important;
    }
    .wt-footer-bot-right{
      float: none;
    }
    .copyrights-nav {
      list-style: none;
      display: grid;
      float: left;
    }
    .pull-right{
      float: left!important;
      margin:12px 0px 22px 0px;
      width: 100%;
    }
  .copyrights-nav li{
    border-bottom: 1px dashed rgba(102,102,102,0.3);
    padding-bottom: 18px;
    font-size: 13px;
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
  }
  #row_coppyright{
    flex-direction: column-reverse;
  }
  .constrot-strip{
    margin-bottom: 5px!important;
  }
  /*footer closed*/
  /*feedabck modal popup*/
  #Feedbackmodal .star-cb-group > input + label{
  width: 1.5em!important;
  }
  #Feedbackmodal fieldset{
  padding:3px 0px!important;
  height: 60px!important;
  }
  /*popup css start*/
  .modal-body{
      padding: 20px!important;
  }
  /*feedabck modal popup*/
  #Feedbackmodal .star-cb-group > input + label{
  width: 1.5em!important;
  }
  #Feedbackmodal fieldset{
  padding:3px 0px!important;
  }

  /*popup css closed*/
  button.scroltop{
    display: none!important;
  }
  .slider_Section .swiper-slide img{
    height: auto;
  }
}

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

	/*header section css start*/
	#header_mobile_section{
		display: none!important;
	}
  .branded-products{
    display: none;
  }
  .location-banner{
    display: none;
  }
  #Sub-category-sidebar{
    display: none!important;
  }
  .sub-menu li:hover{
    background-color:#F2F2F2;
    box-shadow: none!important; 
  }
  .sub-menu .active{
    color: #DF1391!important;
    background-color:#F2F2F2;
  }
  .sub-menu .active a{
    color: #DF1391!important;
    border-bottom: 1px solid #DF1391;
  }
  .sub-menu{
    color: #4B3941;
    background: #fff;
  }
  .sub-menu li a{
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 26px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    padding: 8px 20px;
    color: #4B3941;
    font-weight: 600;
  }
  nav ul > li .sub-menu{
    border-bottom: none!important;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3)!important;
    z-index: 1000!important;
  }
  .sub-menu li a i{
    font-size: 20px;
    width: 35px!important;
  }
  /*service page css */
  #category-sidebarDeshtop{
    display: none;
  } 
}
@media (max-width:767px) {
  header{
    padding: 0px;
    height: auto;
  }
  .servicesQty {
    width: 20px;
    height: 20px;
    line-height: 14px;
    border: 3px solid #fff;
    position: absolute;
    top: -9px;
    right: -3px;
    background-color: #DF1391;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    transition: all .2s;
    color: #fff;
  }
  .cart.showindis.ng-star-inserted {
    width: 48px;
    height: 60px;
    position: absolute;
    bottom: -25px;
    line-height: 45px;
    right: 2%;
  }
  .slider_Section .swiper-slide {
    width: 82%;
  }
  .new-category-mobile-header {
    display: block;
  }
  .branded-products{
    display: block;
  }
  .location-banner{
    display: block;
  }
  .new-floating-checkout {
    display: block;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
  .service-list {
    margin-top: 26px;
  }
  .new-floating-checkout-in {
    justify-content: space-between;
  }
  .total-amount button{
    margin-top: 16px;
  }
  .service-btn .add-cart input#number, .product-btn .add-cart input#number, .servicepage-colunm .service-title .add-cart input#number{
    height: 25px;
    padding: 1px 0px 3px 0px;
  }
  .checkout-btn .add-cart input#number{
    height: 28px;
    padding: 0px 0px 3px 0px;
  }
  .query-container img{
    display: none;
  }
  .cart-item-container{
    margin: 0px 0px 30px!important;
  }
}