@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2E233E;
  scroll-behavior: smooth;
  background: #F3F4F5;

}

a {
  color: #861179;
}

a:hover {
  color: #3D1377;
}

b,
strong {
  font-weight: 600;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif !important;
  font-weight: 200;
  font-style: normal;
}


.poppins-light {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
}

p {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
}

.button--primary {
  border: 2px solid #FFB602;
}

.button:hover {
  background: #FFB602;
  border-color: #FFB602;
}



.header__button {
  background: linear-gradient(90deg, #861179, #3D1377);
  color: #fff;
  font-weight: 500;
  margin-right: -1px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 16px;
  height: 70px;
  min-width: 175px;
}

.header__button img {
  width: 25px;
}

.header__button:hover {
  background: linear-gradient(45deg, #861179, #3D1377);
}

.main-menu__item .main-menu__link {
  font-weight: 500;
  color: #2E233E;
}

.main-menu__item--active .main-menu__link,
.main-menu__item:hover .main-menu__link {
  color: #861179;
}

.promo-slider__item--style-2 .promo-slider__button {
  max-width: 290px;
  font-weight: 400;
  font-size: 20px;
}

.promo-pannel__details {
  background: #f3f4f5;
}

.promo-pannel__title {
  color: #2E233E;
}

.promo-pannel__details p:last-of-type {
  color: #2E233E;
}


.promo .video-trigger {
  align-items: center;
  padding-bottom: 0;
  border: #f3f4f5 solid 3px;
}

.promo .video-trigger::before {
  background-color: rgba(0, 0, 0, .1);
}

.promo .video-trigger i {
  margin: auto;
}



/* .promo-slider .align-container{
  height: 80vh;
  padding: 0;
} */

.container {
  max-width: 1336px;
}

.promo-slider__item--style-2 .promo-slider__title span:first-of-type {
  line-height: 60px;
  font-size: 40px;
  letter-spacing: 1px;
}

.promo-slider__item--style-2 .promo-slider__title span:nth-of-type(2) {
  line-height: 80px;
  font-size: 64px;
  display: inline-block;
  /* background: #86127A; */
  letter-spacing: 1px;
  /* background: linear-gradient(to right, #86127A 0%, #431378 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  color: #FFB602;
}

/* .mainBannerVideo{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */

.promo-pannel__title {
  font-weight: 600;
}

.info-box {
  min-height: 600px;
  background: rgba(0, 0, 0, .1);
}

.heading__pre-title {
  text-transform: none;
  font-weight: 400;
}

.heading__title {
  text-transform: none;
  letter-spacing: 0.1px;
  line-height: normal;
}

.about-front__bg {
  right: 30px;
}

.background--dark {
  background: #270d46;
  background: linear-gradient(90deg, #861179, #3D1377);
}

.counter-item__lower {
  font-family: inherit;
}

.animal-item__title {
  font-size: 15px;
  font-weight: 600;
}

.main-event__inner {
  width: 80%;
  max-width: 600px;
}


.main-event img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  left: 0;
  top: 0;
}

.testimonials--style-1 .testimonials__img::after {
  background: #86127A;
  color: #fff;
  font-family: 'FontAwesome';
}


.testimonials--style-1__dots .slick-dots li.slick-active {
  border: 2px solid #762877;
  cursor: pointer;
}

.testimonials--style-1__dots .slick-dots li button:hover,
.testimonials--style-1__dots .slick-dots li.slick-active button {
  background-color: #762877;
}

.logos-slider__dots .slick-dots li.slick-active {
  border: 2px solid #762877;
  cursor: pointer;
}

.logos-slider__dots .slick-dots li button:hover,
.logos-slider__dots .slick-dots li.slick-active button {
  background-color: #762877;
}

.ctaSection h2 {
  color: #fff;
}

.map-banner {
  background: linear-gradient(90deg, #861179, #3D1377);
}

.map-banner .button {
  color: #fff;
}

.map-banner .button:hover {
  color: #000;
  background: #FFB602;
}

.logos-slider__item img {
  width: auto;
  max-width: auto;
  max-height: auto;
  height: auto;
  transition: 0.5s;
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
}

.logos-slider__item img:hover {
  filter: gray;
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

.action-block {
  position: relative;
}

.action-block::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.action-block__inner {
  z-index: 999;
}

.button {
  border-radius: 5px;
}

.map-banner img {
  max-width: 250px;
  width: 100%;
  opacity: 0.7;
}

.footer {
  background: linear-gradient(90deg, #861179, #3D1377);
  padding: 20px 0;
}

.logo__img {
  height: 35px;
  margin-top: 10px;
}

.logo.logo--footer .logo__img {
  height: 100px;
}

.footer-privacy__link {
  color: #fff;
}

.footer-privacy__divider {
  color: #fff;
}

.footer-menu {
  max-width: 400px;
}

.themeButton {
  border-radius: 5px;
  border: 2px solid transparent;
  font-size: 16px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #861179, #3D1377) border-box;
}

.themeButton:hover {
  background: linear-gradient(90deg, #861179, #3D1377);
  color: #fff;
  border-radius: 5px;
  border: #3D1377 solid 2px;
}

.themeButton:hover span {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.themeButton span {
  background: linear-gradient(90deg, #861179, #3D1377);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-menu__link {
  color: #861179;
}

.contactAddressBlock {
  margin-top: 60px !important;
}

.contactAddressBlock p {
  line-height: 26px;
}

.footer-menu__link.more {
  color: #FFB602;
}

.text-white {
  color: #fff;
}


.themeButton2 {
  background: transparent;
  border-radius: 5px;
  border: 2px solid #FFB602;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
}

.themeButton2:hover {
  background: #FFB602;
  border-radius: 5px;
  border: 2px solid transparent;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  cursor: pointer;
}

.themeButton2:hover span {
  color: #000;
}


.background--orange {
  /* background: linear-gradient(-90deg, #eac33a, #e7dc49); */
  background: #fdd340;
}

.background--gray {
  /* background: linear-gradient(90deg, #f3f4f5, #e3e8ec) !important; */
  background: #e3e8ec;
}

.background--violet {
  background: #861179;
}

.main-menu__item .main-menu__link {
  padding: 25px 0 20px 0;
}

#fixedHeader {
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  background: #F3F4F5;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .06);
}



.video2 {
  position: absolute;
  width: 100%;
  height: 80vh;
  z-index: 9;
  right: 0;
  text-align: right;
  z-index: -9;
}

.video2 .mainBannerVideo2 {
  height: 100%;
}



.video_left {
  position: absolute;
  width: 100%;
  height: 80vh;
  z-index: 9;
  left: 0;
  text-align: left;
  z-index: -9;
}

.video_left .mainBannerVideo2 {
  height: 100%;
}



.hideHeader {
  opacity: 0;
}

.promo-slider__nav::after {
  background: #ffffff4f;
}

.video2::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.w-25 {
  width: 25%;
}


.w-40 {
  width: 40%;
}

.w-20 {
  width: 20%;
}


.pricing-table {
  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .03);
  padding: 0 10px;
  color: #555;

}

.price_check {
  width: 20px;
}

.price_cross {
  width: 15px;
}


.pricing-table table,
.pricing-table td,
.pricing-table th {
  padding: 15px 10px;
  text-align: center;
}


.pricing-table thead th {
  font-size: 18px;
  color: #3D1377;
  padding: 50px 0;
  font-size: 20px;
  background: linear-gradient(90deg, #861179, #3D1377);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-table th {
  color: #555;
  font-weight: 600;

}

.badgeIcon {
  width: 50px;
  margin-bottom: 20px;
}

.pricing-table tbody tr:nth-child(even) {
  background: #fff
}

.pricing-table tbody tr:nth-child(odd) {
  background: #f3f4f5
}


.promo-primary {
  font-family: "Poppins", sans-serif;
}

.promo-primary img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  left: 0;
  right: 0;
  z-index: 99;
}

.p_price {
  color: #3D1377;
  background: linear-gradient(90deg, #861179, #3D1377);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

span.freetrail {
  background: #fdd340;
  color: #000;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 3px;
}

#toTopBtn {
  background: #FFB602;
  border: #FFB602 solid 1px;
  color: #fff;
  border-radius: 50%;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 60px;
  z-index: 999;
  width: 55px;
  height: 55px;
  text-align: center;
}

#toTopBtn i {
  font-size: 24px;
  margin-top: 8px;
  display: inline-block;
  margin-top: 10px;
}

#toTopBtn:hover {
  background: #861179;
  border: #861179 solid 1px;
  color: #fff;
}


#toTopBtn img {
  width: 20px;
  margin-top: 14px;
  display: inline-block;
}

.wtSection {
  text-align: center;
}

.wtSection img {
  height: 50px;
  margin-bottom: 10px;
}

.topikoServesContent {
  padding: 30px 0;
  text-align: center;
}

.topikoServesContent h2 {
  font-weight: 300;
}

.tabcontent {
  /* display: none; */
  transition: height 0.5s ease-out;
  opacity: 0;
  height: 0;
  /* overflow: hidden; */
}

.tabcontent.showTabContent {
  /* display: block; */
  transition: height 1s ease-out;
  opacity: 1;
  height: 250px;
  /* overflow: visible; */
}

.animal-item__icon .icon {
  height: 50px;
  width: auto;
}

.animal-item__icon .icon img {
  height: 50px;
}


.animal-item {
  padding: 30px 0 30px 0;
}

.whyTopikoContainer .animal-item__title {
  margin-top: 20px;
  margin-bottom: 0;
}

.header__socials .icon {
  width: 18px;
  height: auto;
}

.item--whatsapp {
  background: #25D366;
}

.item--linkedin {
  background: #0a66c2;
}


.item--whatsapp .fa-whatsapp:before {
  content: "\f232";
  font-size: 23px;
}

.featuresContainer {
  background: #f3f4f5;
}

.text-dark {
  color: #333;
}

.events-item__date .fa-download {
  font-size: 30px;
}

.download img {
  width: 25px;
}

.events-item__title {
  display: flex;
  align-items: center;
}


.infoIcon {
  background: none;
}

.down_icons {
  display: flex;
  margin-left: auto;
  gap: 10px;
}

.infoIcon img {
  width: 22px;
}

.events-item .thumbImg {
  width: 100%;
  margin-bottom: 20px;
}

.screen {
  background: linear-gradient(90deg, #861179, #3D1377);
}

.screen__item a {
  color: #fff;
}

.screen__button {
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 18px;
  background: #FFB602;
  color: #333;
}

.screen__item.item--active::after {
  background: #FFB602;
}


.toggle {
  cursor: pointer;
  overflow: hidden;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.line-toggle {
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #861179, #3D1377);
  border-radius: 5px;
  transition: all .6s;
}

.line-toggle:first-child {
  transform: translateY(-10px) translateX(-10px);
  width: 30px;
  transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: .12s;
}

.line-toggle:last-child {
  transform: translateY(10px) translateX(-10px);
  width: 30px;
  transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
  background: linear-gradient(90deg, #861179, #3D1377);
  transform: translateY(0) translateX(0) rotate(45deg);
  width: 40px;
  height: 2px;
  transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
  background: linear-gradient(90deg, #861179, #3D1377);
  transform: translateY(0) translateX(0) rotate(314deg);
  width: 40px;
  height: 2px;
  transition-delay: .1s;
}

.screen__button img {
  width: 30px;
  margin-left: 10px;
}




.table-responsive {
  overflow-x: auto;
}

.pricing-table table {
  min-width: 1000px;
}

.bullet {
  width: 7px;
  margin: 0 10px;
}

.pipe {
  display: inline-block;
  margin: 0 10px;
}

.text-b {
  font-weight: 600;
}

.ts_content {
  max-width: 80%;
  width: 100%;
  margin: auto;
  text-align: justify;
  text-align-last: center;
}

.videoHeadLink a.video-trigger {
  padding: 0;
  background: none;
  width: auto;
  display: inline-block;
  min-height: auto;
  color: #555;
  border: none;
}

.videoHeadLink a.video-trigger:hover {
  color: #861179;
  text-decoration: underline;
}

.videoHeadLink a.video-trigger::before {
  display: none;
}

.heading__title {
  font-size: 35px;
}

a.franchisePhone {
  color: #000;
  font-weight: 600;
}

a.franchisePhone:hover {
  text-decoration: underline;
}

.icon-item p:last-of-type {
  text-align: justify;
}

.heading.heading--center {
  max-width: 800px;
}

.subDomainLink a {
  color: #861179;
}

.subDomainLink a:hover {
  text-decoration: underline;
}

.bannerBlock {
  background: #fff;
  text-align: center;
  margin-top: 70px;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .06);
}

/* .promo-slider{
  height: 80vh;
}

.promo-slider .slick-list{ 
  height: 80vh !important;
}

.promo-slider .slick-slide{
  height: 80vh !important;
}

.promo-slider .slick-slider .slick-list picture img{
  height: 80vh !important;
} */

.action-block__inner .mobAppLink {
  height: 60px;
}

.mainBanner {
  background: linear-gradient(90deg, #861179, #3D1377);
  width: 100%;
  height: 80vh !important;
  object-fit: cover;
  object-position: center;
}


.promo .container {
  position: relative;
}

.promo-pannel {
  bottom: 15px;
  right: 0;
}

.promo-pannel__details {
  width: 500px;
}

.promo-slider__nav {
  bottom: 75px;
}

section.section {
  padding: 40px 0;
}

.map-banner .align-container {
  padding: 0;
  height: auto;
}

.socials .icon {
  width: 0.85em;
}

.footer__details p:last-of-type {
  text-align: justify;
}

.tabcontentMobView {
  text-align: center;
  display: none;
}


.desktopViewVideo {
  display: block !important;
}

.mobileViewVideo {
  display: none !important;
}



.desktopView {
  display: block !important;
}

.mobileView {
  display: none !important;
}

.form__field:invalid {
  color: #333;
}

.smallView {
  display: none !important;
}

.fill.video {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.backBtn {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #3D1377;
}

.backBtn:hover {
  color: #3D1377;
  text-decoration: underline;
}

.downloadPlan {
  background: #fdd340 !important;
}

.downloadPlan:hover {
  background: linear-gradient(90deg, #861179, #3D1377) !important;
}

.excludeTax {
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
  display: inline-block;
}

#faqs .main-event {
  right: inherit;
}

.accordion__title-block {
  padding: 0px 15px 0px 20px;
  background: #fff;
  cursor: pointer;
}

.accordion__title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.accordion__text-block {
  background: #fff;
  width: 100%;
  text-align: justify;
  padding: 10px 20px 30px 20px;
}

.accordion__title-block::after {
  display: none;
}

.accordion:not(:last-of-type) {
  margin-bottom: 10px;
}

.accordion__close::after,
.accordion__close::before {
  background: linear-gradient(90deg, #861179, #3D1377);
}

.accordion__close {
  height: 52px;
  width: 30px;
}



.layout-mobile {
  background-color: #2C3F6D;
  cursor: pointer;
  border-radius: 30px;
  overflow: hidden;
  padding: 8px;
  position: relative;
}



.label-layout {
  margin-bottom: 100px;
  overflow: unset;
}


.layout-mobile img {
  border-radius: 22px;
  width: 100%;
}



.label-layout .color-label {
  position: absolute;
  bottom: -55px;
  left: 50%;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  width: auto;
  min-width: 85px;
  text-align: center;
  transform: translateX(-50%);
  background-color: #5e4ab4;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-wrap: nowrap;
}

.label-layout .color-label.default {
  background-color: #861179;
  box-shadow: 0px 5px 14px 0px rgba(207, 47, 67, 0.22);
}

.label-layout .color-label.default::after {
  background-color: #861179;
}

.label-layout .color-label::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  z-index: -1;
  background-color: transparent;
  transform: translateX(-50%) rotate(-45deg);
}


.volume {
  content: "";
  position: absolute;
  background-color: #2C3F6D;
  top: 70px;
  left: -5px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 60px 0 0px #2c3f6d;
  width: 5px;
  height: 45px;
}

.switch {
  content: "";
  position: absolute;
  background-color: #2C3F6D;
  top: 70px;
  right: -5px;
  border-radius: 0 10px 10px 0;
  width: 5px;
  height: 65px;
}



.flow-slider__dots .slick-dots li.slick-active {
  border: 2px solid #762877;
  cursor: pointer;
}

.flow-slider__dots .slick-dots li button:hover,
.flow-slider__dots .slick-dots li.slick-active button {
  background-color: #762877;
}


.flow-slider .slick-slide {
  margin-left: 10px !important;
  margin-right: 10px !important;
  position: relative;
}


.fancybox-caption {
  max-width: 600px;
  margin: auto;
  text-align: justify;
  padding: 20px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: center;
  bottom: auto;
  bottom: 0;
}

.fancybox-caption:before {
  display: none;
}

.fancybox-caption:after {
  display: none;
}

.gallery-masonry__img {
  margin: 10px;
}

.gallery-masonry__description {
  padding: 10px 20px;
}

.gallery-masonry__description {
  display: flex;
  flex-direction: row;
  align-items: center;
}


.downloadTemplate {
  background: none;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.downloadTemplate img {
  width: 30px;
}

section.section.gallery {
  padding-top: 30px;
}

/* .gallery-masonry__img::before{
  background: rgba(0, 0, 0, .3);
} */

.downloadTemplate {
  display: none;
}

.gallery-masonry__item:hover .downloadTemplate {
  display: inline-block;
}

.downloadTemplate .gallery-masonry__img::before {
  background: transparent !important;
}

.gallery .filter-panel {
  margin-left: 15px;
}

.app-block__icon {
  display: inline-block;
}

.app-block {
  padding: 30px 30px 30px 120px;
}

.flow-slider__dots {
  text-align: center;
}

button.fancybox-button.fancybox-button--zoom {
  display: none !important;
}

.gallery-masonry__description span:nth-of-type(2) {
  font-size: 16px;
}


.accordion_container {
  width: 100%;
}

.accordion_head {
  padding: 10px 20px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
}

.accordion_body {
  background: #fff;
  margin-top: -5px;
  padding: 10px 20px;
}

.plusminus {
  float: right;
  color: #3D1377;
  background: linear-gradient(90deg, #861179, #3D1377);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-weight: 400;
  margin-left: auto;
  height: 52px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchForm {
  max-width: 800px;
  margin: auto;
  position: relative;
  top: 120px;
}

.searchForm input {
  border: none;
  outline: none;
}

.searchForm input:focus {
  border: none;
}

.searchBtn {
  background: linear-gradient(90deg, #861179, #3D1377);
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 35px;
}

.searchBtn button {
  background: linear-gradient(90deg, #861179, #3D1377);
  border: none;
  outline: none;
  padding: 0 20px;
}

.searchBtn img {
  width: 20px;
}


.searchBtn button:hover {
  background: linear-gradient(45deg, #861179, #3D1377);
}


.searchBtn button:focus {
  border: none;
}


.locationIcon {
  background: #fff url(../img/locationIcon.svg) no-repeat 10px center;
  background-size: 30px 30px;
  padding-left: 50px;
}

section.section.productList {
  padding-top: 20px;
}

.breadcrumbs__item--active {
  color: #861179;
}

.heading__title {
  color: #861179;
  font-size: 30px;
  font-weight: 600;
}


.filterDropDown {
  max-width: 250px;
  display: flex;
  gap: 20px;
  justify-items: center;
  align-items: center;
  margin-left: auto;
}

.select {
  height: 40px;
  padding: 0 10px;
  width: 200px;
  border: #E3DCDC solid 1px;
  border-radius: 0;

}

.select:focus {
  outline: none;
}

.gridviewBtn {
  cursor: pointer;
}

ul.filter-menus {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}


ul.filter-menus li {
  list-style: none;
  display: inline-block;
  background: #EDEBEA;
  cursor: pointer;
  color: #A6A6A6;
  padding: 5px 20px;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 10px;
}


ul.filter-menus li:hover {
  background: #861179;
  color: #fff;
}

.gmap iframe {
  width: 100%;
  height: 200px;
  border: #A6A6A6 solid 1px;
  margin-bottom: 20px;
}

.ads_banner {
  border: #A6A6A6 solid 1px;
  margin-bottom: 20px;
}

.ads_banner img {
  width: 100%;
}

ul.shop-list {
  margin: 0;
  padding: 0;
}


ul.shop-list>li {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px 0;

}

ul.shop-list li .sleft {
  display: flex;
  cursor: pointer;
}

ul.shop-list li .sleft img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

ul.shop-list li h2 {
  font-size: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 600;
}

.srating {
  /* margin-bottom: 10px; */
  display: flex;
  gap: 10px;
}

.srating .rating {
  background: #009245;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  border-radius: 2px;
  height: 21px;
}

.srating img {
  height: 16px;
}

.sright {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
}

.sright h2 span {
  font-size: 16px;
  color: #666;
  font-weight: 300;
}

.sright p {
  margin-bottom: 10px;
}

.slocation {
  display: flex;
  gap: 20px;
  margin-left: auto;
}

.saddress {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  text-transform: capitalize;
}

.saddress img {
  width: 20px;
}

.verify {
  color: #861179;
}

.verify a {
  color: #861179;
  text-decoration: underline;
}

.verify a:hover {
  font-weight: 600;
}


.vwebsite {
  margin-left: auto;
}

.vwebsite a {
  background: linear-gradient(90deg, #861179, #3D1377);
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.vwebsite a:hover {
  background: linear-gradient(45deg, #861179, #3D1377);
}


.vwebsite.outlineBtn a {
  /* border: 1px solid transparent; */
  font-size: 16px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #861179, #3D1377) border-box;
  color: #861179;
  border-radius: 0px;
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  padding: 0;
}


.outlineBtn {
  border: 1px solid transparent;
  font-size: 16px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #861179, #3D1377) border-box;
  color: #861179;
  border-radius: 3px;
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  padding: 7px 20px;
}



.vwebsite a img {
  width: 23px;
}



ul.shop-list.gridView {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}


ul.shop-list.gridView>li {
  flex-direction: column;
  width: 31%;
  margin-right: 2%;
}

ul.shop-list.gridView li .sleft img {
  width: 100%;
  height: 150px;
}


ul.shop-list.gridView .slocation {
  flex-direction: column;
}

ul.shop-list.gridView li .sright {
  padding: 10px;
}

ul.shop-list.gridView .vwebsite {
  margin-left: inherit;
  margin-top: 10px;
}

ul.shop-list.gridView .vwebsite a {
  display: inline-flex;
}

ul.shop-list li .sleft {
  position: relative;
  overflow: hidden;
}

ul.shop-list li .sleft img {
  transform: scale(1);
  transition-duration: 1s;
}


ul.shop-list li:hover .sleft img {
  transform: scale(1.5);
  transition-duration: 1s;
}


ul.shop-list.gridView .verify {
  margin-bottom: 10px;
}

.mapIcon {
  display: none;
}

.header {
  max-width: 100%;
  box-shadow: none;
}

.shopName {
  font-size: 30px;
  background: linear-gradient(90deg, #861179, #3D1377);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 0;
}

.header__top {
  background: transparent;
  box-shadow: none;
}

.shopCategory {
  color: #861179;
}

.srating p,
.srating span {
  border-right: 1px solid #ddd;
  padding: 0;
  margin: 0;
  padding-right: 10px;
}

.srating span:last-child {
  border-right: 0 !important;
  padding-left: 10px;
}


.downloadCat a {
  border: 1px solid transparent;
  font-size: 16px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #861179, #3D1377) border-box;
  color: #861179;
  border-radius: 3px;
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}



.downloadCat a span {
  background: url(../img/download.svg) no-repeat 10px center;
  color: #861179;
  padding: 7px 10px;
  padding-left: 40px;
  margin: auto;
}

.downloadCat1 a span {
  background: url(../img/download.svg) no-repeat 10px center;
  color: #861179;
  padding: 5px 10px;
  padding-left: 40px;
  margin: auto;
}

.downloadCat a:hover,
.downloadCat a.active {
  background: linear-gradient(90deg, #3D1377, #861179);
}

.downloadCat a:hover span,
.downloadCat a.active span {
  background: url(../img/download_white.svg) no-repeat 10px center;
  color: #fff;
}



.section.shopContainer {
  padding-top: 30px !important;
  min-height: 600px;
}



.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 20px;
  top: 40%;
  display: block;
  cursor: pointer;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: 30px;
  top: 40%;
  display: block;

}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(../img/left_arrow.svg) no-repeat;
  opacity: 0.5;
}

.owl-carousel .next-slide {
  background: url(../img/right_arrow.svg) no-repeat;
  opacity: 0.5;
}

.owl-carousel .prev-slide:hover,
.owl-carousel .next-slide:hover {
  opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #861179;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.welcomeContent h2 {
  font-size: 25px;
  color: #861179;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.welcomeContent {
  padding-left: 0;
}

.welcomeContent p {
  text-align: justify;
}

.overviewContent {
  padding-left: 0;
}

.overviewContent p {
  text-align: justify;
}



h1,
h2,
h3,
h4 {
  letter-spacing: 0;
}

h1 {
  font-size: 30px;
}



.productList {
  margin: 0px 0 60px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.proHead {
  display: flex;
  border-bottom: #fff solid 1px;
  margin-bottom: 20px;
  gap: 30px;
}


.proHead h2 {
  font-size: 16px;
  margin-bottom: -1px;
  color: #888888;
  font-weight: 400;
  cursor: pointer;
}


.proHead h2 a {
  color: #888888;
  padding-bottom: 10px;
}


.proHead h2.active a {
  border-bottom: #861179 solid 2px;
  color: #861179;
  font-weight: 600;
  display: inline-block;
}


.vwall {
  margin-left: auto;
  margin-top: -5px;
}


.vwall a {
  background: linear-gradient(90deg, #861179, #3D1377);
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.vwall a:hover {
  background: linear-gradient(45deg, #861179, #3D1377);
}

.prodItem {
  background: #fff;
  box-shadow: 0 3px 10px 5px rgba(100, 100, 100, 0.06);
  margin-bottom: 30px;
}

.prodDetails {
  padding: 20px;
}



.cartBtn {
  border: 1px solid transparent;
  font-size: 16px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #861179, #3D1377) border-box;
  color: #861179;
  border-radius: 3px;
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  margin: auto;
  width: 100%;
}


.cartBtn span {
  background-size: 20px;
  color: #5c1454;
  margin: auto;
}

.cartBtn:hover {
  background: linear-gradient(90deg, #861179, #3D1377);
}

.cartBtn:hover span {
  background-size: 20px;
  color: #fff;
}


.booknowBtn span {
  background: none;
  padding-left: 0;
}



.booknowBtn:hover span {
  background: none;
  color: #fff;
}


.prodName {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.prodPrice {
  font-size: 20px;
  font-weight: 700;
  color: #861179;
  display: flex;
  min-height: 30px;
  gap: 10px;
}

.prodPrice span {
  font-weight: 300;
  color: #888888;
  text-decoration: line-through;
}


ul.shop-list li .sleft img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.prodImg {
  cursor: pointer;
  border-bottom: #F3F4F5 solid 1px;
  position: relative;
}


.productList.listView {
  gap: 20px;
}

.listView .prodItem {
  display: flex;
}


.listView .prodItem .prodImg {
  width: 200px;
  height: 200px;
  border: none;
  border-right: #F3F4F5 solid 1px;
}

.listView .prodItem .prodImg img {
  width: 100%;
  height: 100%;
}

.listView .prodItem .prodDetails {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 150px);
  align-items: center;
}

.listView .prodItem .prodDetails .prod_desc {
  width: 60%;
}

.listView .prodItem .prodDetails .cartBtn {
  width: auto;
  margin: 0;
  height: 40px;
}

.listView .prodItem .prodDetails .prodPrice {
  margin-bottom: 0;
}

button:focus {
  outline: none;
}

.section.downloadAppSection {
  text-align: center;
  background: #fff;
  padding: 30px 0;
}

.appLogos {
  margin: auto;
  justify-content: center;
  gap: 10px;
}

.appLogos img {
  /* width: 50%; */
  cursor: pointer;
  height: 60px;
}

.rightCol {
  padding: 0px;
}

.rightCol .rightContainer {
  background: #fff;
  padding: 15px;
}




.rightCol h2 {
  font-size: 20px;
  font-weight: 500;
  color: #861179;
}

.contactInfo p {
  display: flex;
  align-items: left;
  gap: 10px;
  margin: 20px 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #F3F4F5;
  margin: 1em 0;
  padding: 0;
}

.socials__link {
  color: #DBDBDC;
  font-size: 20px;
}

.socials__item:not(:last-of-type) {
  margin-right: 20px;
}

.socials__link:hover {
  color: #861179;
}



.loadMore a {
  border: 1px solid transparent;
  font-size: 16px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #861179, #3D1377) border-box;
  color: #861179;
  padding: 7px 20px;
  border-radius: 3px;
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  display: inline-block;
}


.section.productDetailContainer {
  padding-top: 30px;
}



.productDetailContainer .prodDetails {
  display: flex;
  padding: 20px 0;
  align-items: center;
}


.productDetailContainer .cartBtn {
  width: auto;
  margin: 0;
  margin-left: auto;
  padding: 0 15px;
  height: 50px;
}




.qty-input {
  color: #666;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: #ddd solid 1px;
}

.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 42px;
  line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}

.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #666;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}

.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
  background: #ccc;
}

.listView .prodItem {
  margin-bottom: 10px;
}

.bannerSection {
  margin-bottom: 10px;
}

.productDetailContainer .productContent h2 {
  color: #270d46;
  font-size: 25px;
  font-weight: 600;
}

.productDetailContainer .prodPrice {
  font-size: 25px;
}

.cartContainer {
  min-height: 400px;
}

.cartContainer h1 {
  font-size: 25px;
  font-weight: 600;
  color: #861179;
}

.main-menu {
  align-items: center;
}



.cartBadge img {
  width: 30px;
  cursor: pointer;
}



.cart-item__remove img {
  width: 16px;
}

.cart__heading {
  padding: 20px;
}

.cart-item {
  padding: 10px 20px;
}

.cart-totals__list {
  font-weight: 400;
}

.cart-totals__list .total {
  font-weight: 700;
  font-size: 20px;
  color: #861179;
}


.continueShop a {
  border: 1px solid transparent;
  font-size: 16px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #861179, #3D1377) border-box;
  color: #861179;
  border-radius: 3px;
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  padding: 10px 20px;
}


.continueShop a:hover {
  background: linear-gradient(#861179, #3D1377) padding-box,
    linear-gradient(90deg, #861179, #3D1377) border-box;
  color: #fff;

}

.checkoutBtns .vwebsite a {
  padding: 11px 20px;
  margin-left: 20px;
  font-size: 16px;
}

.cart-trigger__count {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  min-width: 20px;
  background: #861179;
  color: #fff;
  border: none;
  font-weight: 400;
  top: -7px;
  border: #fff solid 1px;
}

.topUser img {
  margin-right: 0px;
}


.main-menu__item--active .main-menu__link::before {
  display: none;
}

.main-menu__item .main-menu__link::before {
  display: none;
}

.main-menu__item .main-menu__link {
  font-size: 16px;
}

.main-menu__item .main-menu__link:hover {
  color: #861179;
}

.cart-item__product-name a {
  font-weight: 600;
}

.prodDetails .cart-item {
  padding: 0;
  border: none;
}

.main-menu {
  margin-right: 15px;
}


.more-content {
  display: none;
}

.rm-link {
  color: #861179 !important;
}

.overviewBanner img {
  width: 100%;
}

.overviewSection {
  margin-bottom: 50px;
}

.overviewSection h2 {
  font-size: 25px;
  color: #861179;
  font-weight: 600;
}


.downloadCat.callIcon a {
  padding: 5px 20px;
}


.downloadCat.callIcon a span {
  background: url(../img/callIcon.svg) no-repeat 10px center;
}


.downloadCat.callIcon a:hover span {
  background: url(../img/callIcon_white.svg) no-repeat 10px center;
}



.downloadCat.emailIcon a {
  padding: 5px 20px;
}


.downloadCat.emailIcon a span {
  background: url(../img/email.svg) no-repeat 10px center;
}


.downloadCat.emailIcon a:hover span {
  background: url(../img/email_white.svg) no-repeat 10px center;
}

.downloadCat.phone-call a {
  padding: 5px 20px;
}


.downloadCat.phone-call a span {
  background: url(../img/phone-call.svg) no-repeat 10px center;
}


.downloadCat.phone-call a:hover span {
  background: url(../img/phone-call_white.svg) no-repeat 10px center;
}




.modal {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: block;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  margin-top: 100px;
}

#loginModal .modal-inner {
  max-width: 420px;
}

.login-form {
  padding: 20px 40px;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
}

.loginBanner {
  width: 45%;
  position: relative;
}

.loginBanner img {
  width: 100%;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.modal-inner {
  width: 100%;
  max-width: 800px;
  background: #fff;
  display: flex;
  position: relative;
  /* border-top: 3px solid #861179; */
}

.login-form h5 {
  color: #3D1377;
  background: linear-gradient(90deg, #861179, #3D1377);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 22px;
  text-align: center;
}

.login-form input::placeholder {
  color: #B2B2B2;
}


.form-group label {
  width: 100%;
  color: #B2B2B2;
}

.form-group {
  margin-bottom: 30px;
}

.form-group input {
  border: none;
  border-bottom: #B2B2B2 solid 1px;
  width: 100%;
  outline: none;
  height: 40px;

}

.mpin {
  margin-top: 40px;
}

.mpin input {
  text-align: center;
  border: #B2B2B2 solid 1px;
  border-radius: 3px;

}

.mpin .d-flex {
  gap: 20px;
}



.btn-primary {
  border: none;
  background: linear-gradient(90deg, #861179, #3D1377);
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.btn-primary:hover {
  background: linear-gradient(45deg, #861179, #3D1377);
}

a.btn-primary:hover {
  color: #fff;
  text-decoration: none;
}


.login-form a:hover {
  text-decoration: underline;
}

.loginClose {
  width: 20px;
  width: 20px;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}


input[type=checkbox] {
  position: relative;
  border: 1px solid #861179;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 25px;
  width: 25px;
  -webkit-appearance: none;
  opacity: .5;
}

input[type=checkbox]:hover {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: #861179;
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 15px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.main-menu__item {
  min-width: 40px;
}

.main-menu__item .main-menu__link::before {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background: #fdd340;
  position: absolute;
  bottom: 3px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.main-menu__item--active .main-menu__link::before {
  width: 100%;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.form label.error {
  display: none !important;
}

.form__field {
  outline: none;
}

.contactForm .form__field {
  margin-bottom: 10px;
}

.bhours {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.bhours {
  text-align: left;
}

.cartSuccess {
  background: #fff;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.cartSuccess p {
  margin-bottom: 0;
}

#productModal .modal-inner {
  max-width: 420px;
}

#productModal h4 {
  font-size: 20px;
  color: #009245;
  font-weight: 500;
}


.success-block {
  padding: 20px 40px;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.success-block img {
  width: 100px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.serviceBook img {
  width: 250px;
}

.success-block img.cal_icon {
  width: 60px;
}

#customerCareIcon {
  position: fixed;
  z-index: 999;
  bottom: 100px;
  right: 60px;
  z-index: 999;
  width: 55px;
  height: 55px;
  text-align: center;
}


#chatbot {
  background: rgba(0, 0, 0, .5);
  position: fixed;
  z-index: 999;
  bottom: 100px;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  text-align: right;
}

.chatContent {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.fav span {
  border: 0;
}


.verfied_popup {
  max-width: 400px;
  display: block;
}

.verfied_popup .login-form {
  width: 100%;
}

.verfied_popup h5 {
  margin: 0;
  border-bottom: #ddd solid 1px;
  padding: 10px 30px;
  display: flex;
  gap: 10px;
  box-shadow: 0 8px 6px -6px rgb(238, 238, 238);
  /* background: #fff; */
  color: #fff;
}

img.infoIcon {
  margin-left: auto;
}

.verfied_popup h5 img {
  width: 25px;
}

.infoIcon {
  float: right;
}


.tick {
  width: 22px;
  float: right;
}

.popDownload {
  background: linear-gradient(45deg, #861179, #3D1377);
  padding: 20px;
  padding-bottom: 20px;
}

.popDownload .appLogos img.mobAppLink {
  width: 50%;
}


p.powered {
  color: #861179;
  text-align: center;
  margin-bottom: 10px;
}

p.powered img {
  height: 18px;
}


.proSearchForm {
  margin-left: auto;
  position: relative;
}

.proSearchForm .form__field {
  margin: 0;
  border: none;
  height: 36px;
  background: none;
  border-bottom: #861179 solid 2px;
  padding: 0;
}

.bannerCaption {
  background: linear-gradient(45deg, #861179, #3D1377);
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.overviewBanner .owl-carousel .owl-item .item {
  position: relative;
}

.offerTag {
  position: absolute;
  z-index: 999;
  background: #FFB602;
  color: #000;
  font-weight: 400;
  padding: 5px 10px;
  left: 5px;
  top: 5px;
}

.itemLeft {
  position: absolute;
  z-index: 999;
  background: #8bc34a;
  color: #000;
  font-weight: 400;
  padding: 5px 10px;
  right: 5px;
  top: 5px;
}

.productContent .itemLeft {
  position: relative;
  top: 0;
}


.gallery-masonry__item:hover {
  background: rgba(134, 17, 120, 0.24);
}

.gallery-masonry__item:hover .gallery-masonry__description {
  background: #861179;
  color: #fff;
}


.gallery-masonry__description span:first-of-type {
  text-transform: none;
  color: #fff;
}

.gallery-masonry__item:hover .gallery-masonry__description span:first-of-type {
  color: #fff;
}


.gallery-masonry__description span:nth-of-type(2) {
  color: #fff;
}

.gallery-masonry__item:hover .gallery-masonry__description span:nth-of-type(2) {
  color: #FFB602;
}

.gallery-masonry__description img {
  width: 20px !important;
  margin-left: auto;
}

.compName {
  display: flex;
  flex-direction: column;
}

.moreContent {
  margin-bottom: 20px;
}

.loginCCBlock {
  position: absolute;
  width: 100%;
  z-index: 999;
  bottom: 0px;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.loginCCBlock p {
  color: #fff;
}

.loginCCBlock a {
  color: #fff;
}

.loginCCBlock a:hover {
  text-decoration: underline;
}



.downloadForms .item {
  margin-bottom: 10px;
  position: relative;
  padding: 10px;
}



.downloadForms .item h3 {
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.downloadForms .item i.fa-file-pdf-o {
  font-size: 80px;
  padding: 20px;
  /* border-right: #ddd dashed 1px; */
  color: #f2393b;
}

.downloadForms .item i.fa-download {
  font-size: 20px;
  padding: 5px;
  color: #fff;
  /* position: absolute;
  bottom: 10px;
  right: 20px; */
}

.downloadForms a {
  /* border: #ddd dashed 1px; */
  border-radius: 10px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, .06);
  color: #212529;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  background: #fff;
}

p.catelogUpdatedDate {
  font-size: 12px;
  margin: 0;
  font-weight: 300;
  color: #999;
}

.downloadPdf {
  background: linear-gradient(45deg, #861179, #3D1377);
  color: #fff;
  border-radius: 0px;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0 0px 10px 10px;
}

.downloadPdf img {
  height: 16px;
  margin-left: 20px;
}

.shopnowLinks {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}


.shopnowLinks img {
  height: 25px;
}

.loginCCBlockMob {
  width: 100%;
  z-index: 999;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  padding: 10px;
  display: none;
  font-size: 14px;
  background: linear-gradient(90deg, #861179, #3D1377);
}

.loginCCBlockMob p {
  color: #fff;
  margin-bottom: 5px;
}

.loginCCBlockMob a {
  color: #fff;
}

.loginCCBlockMob a:hover {
  text-decoration: underline;
}


.shareBtn {
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #861179, #3D1377);
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}

.shareBtn a {
  color: #fff;
}

.shareBtn span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
}

.socials {
  display: flex;
  justify-content: space-evenly;
}

.brSelect {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: #ddd solid 1px;
}

.productDetailContainer .booknowBtn {
  padding: 0 30px !important;
}

.productDetailContainer .offerTag {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  left: 0;
}

#countdown {
  display: inline-block;
}

#countdown ul {
  margin: 0;
  padding: 10px;
}

#countdown ul li {
  display: inline-block;
  font-size: 12px;
  list-style-type: none;
  padding: 5px 10px;
  text-transform: uppercase;
  text-align: center;
}

#countdown ul li span {
  display: block;
  font-size: 16px;
}

.owl-carousel .owl-wrapper {
  display: flex !important;
}

.gallery-masonry__img {
  height: 450px;
}


.gallery-masonry__item--height-1::before {
  background: rgba(0, 0, 0, .1);
  height: 100%;
}

.gallery-masonry__item {
  padding: 1px !important;
}

.youtube::before {
  content: "";

  background: url(../img/play-button_white.svg) no-repeat !important;
  background-size: 50px !important;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}


.productDetailContainer .gallery-masonry__img {
  height: 400px !important;
}

.modal-title {
  color: #fff;
  background: linear-gradient(90deg, #861179, #3D1377);
  font-size: 22px;
  padding: 10px 30px;
  margin-bottom: 20px;
}

.model-content {
  padding: 30px;
  padding-top: 10px;
  width: 100%;
}

.copyLink {
  padding: 5px 10px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.copyBtn {
  margin-left: auto;

}

.model-content p {
  margin-bottom: 10px;
}


#ShareModal .modal-inner {
  max-width: 420px;
  flex-direction: column;
}

.st-has-labels .st-btn.st-remove-label {
  height: 50px !important;
  min-width: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}


.st-btn>img {
  top: inherit !important;
  height: 30px !important;
  width: 30px !important;
}


.option-log {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  width: 100%;
  justify-content: space-between;
}

.option-log .single-log-opt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48%;
  position: relative;
  width: 48%;
}

.option-log .single-log-opt .log-btn {
  position: relative;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid #ecf2f7;
  height: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #ecf2f7;
  width: 100%;
  margin: 0 auto;
}

.option-log .single-log-opt .log-btn img {
  width: 15px;
  margin-right: 7px;
}

.option-log i {
  margin-right: 20px;
}


a.googleBtn {
  background: #4688f1 !important;
  color: #fff;
}

.fbBtn {
  background: #3b4db3 !important;
  color: #fff;
}

a.googleBtn:hover {
  background: #1a61d2 !important;
  color: #fff;
  text-decoration: none;
}

a.fbBtn:hover {
  background: #1c2a7c !important;
  color: #fff;
  text-decoration: none;
}

.successLogin {
  text-align: center;
}

.successLogin p {
  font-size: 16px;
}

.successLogin .btn {
  width: auto;
  display: inline-block;
  margin-top: 10px;
  min-width: 100px;
}

.callActiveBg a {
  color: #fff;
  background: linear-gradient(90deg, #861179, #3D1377);
}

.callActiveBg a span,
.callActiveBg a i {
  color: #fff;
}

.callActiveBg a span {
  background: url(../img/phone-call_white.svg) no-repeat 10px center !important;
}


.prodName a {
  color: #555;
}


.footer-privacy {
  color: #fff;
}


.footer-privacy a {
  color: #fff;
}

.footer-privacy a:hover {
  text-decoration: underline;
}

.tcContainer h2 {
  font-size: 25px;
  font-weight: 600;
  color: #861179;
}

.seoContent {
  background: #fff;
  text-align: left;
}

.seoContent .container {
  padding: 30px 0;
  border-bottom: #eef2f5 solid 1px;
  margin-bottom: 30px;
  padding-top: 0;
  text-align: justify;
}

.seoContent h2 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
}

.main-menu__item img {
  width: 36px;
}

main {
  background: #f3f4f5;
}

.userIcon span {
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
}


.customScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.customScroll::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.customScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #000c35;
}

#aboutTextBlock {
  padding-right: 20px;
  max-height: 375px;
  overflow: hidden;
}

.readmore {
  max-height: 375px !important;
  overflow: auto !important;
}

#expandbtn {
  background: none;
  border: none;
  padding: 10px 0;
  color: #861179;
}


#expandbtn:hover {
  color: #3D1377;
}


.branches {
  background: #fff;
  padding: 20px;
}

.branches h2 {
  font-size: 20px;
  font-weight: 600;
}

.branchesMenu {
  margin-bottom: 20px;
}

.branchesMenu a {
  font-size: 14px;
  font-weight: 600;
  color: #861179;
  border: 2px solid #f3f4f5;
  padding: 15px 20px;
  width: 100%;
  display: block;
}

.branchesMenu a:hover,
.branchesMenu a.active {
  background: linear-gradient(90deg, #861179, #3D1377);
  color: #fff;
}


.form-group textarea {
  border: none;
  border-bottom: #B2B2B2 solid 1px;
  width: 100%;
  outline: none;
  min-height: 60px;
}

.form-group select {
  border: none;
  border-bottom: #B2B2B2 solid 1px;
  width: 100%;
  outline: none;
  min-height: 40px;
  color: #524f4f;
}


/*----------- GLobal Settings: Custom Radio Button ------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #524f4f;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  font-weight: 600;
}


[type="radio"]:checked+label:before {

  border: 1px solid #3D1377;

}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: linear-gradient(90deg, #861179, #3D1377);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #3D1377;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.currentLocation img {
  width: 20px;
}


.selectAddress {
  padding-left: 28px;
}

.accordion-body .form-group {
  margin-bottom: 20px;
}


.checkoutLeft h4,
.checkoutRight h4 {
  font-size: 20px;
  font-weight: 600;
}

.biiling-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #ffffff;
  border-radius: 0px;
  overflow: hidden;
  border: #f1f4f7 solid 1px;
}

.billing-item-head {
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.billing-item-middle {
  display: flex;
  flex-direction: column;
  position: relative;
}

.billing-its-title {
  padding: 0.7rem 1rem;
  background: #f1f4f7;
  margin-bottom: 10px;
}

.billing-its-title h4 {
  font-weight: 500;
  margin: 0;
  font-size: 16px;
}

.billing-item-foot {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.7rem 1rem;
  border-top: 1px solid #f4f4f7;
}

.billing-item-foot h5,
.billing-item-foot h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.blg-fgty {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.billing-item-lists ul {
  margin: 0;
  padding: 0;
}

.billing-item-lists ul li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0.5rem 1rem;
  justify-content: space-between;
}

.billing-item-lists ul li .prt-value {
  font-weight: 500;
  color: #0a0d12;
  font-size: 13px;
}


.accordion-body .radio-custom-label {
  font-weight: 600;
}

.adtag {
  background: #f4f5f7;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 10px;
  border-radius: 3px;
  margin-left: 10px;
}

.priceDesc {
  font-size: 14px;
  font-weight: 400;
}


.toast {
  width: 280px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: #009688;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: .25rem;
  top: 20px;
  position: absolute;
  right: 15px;
  z-index: 99;
}

.toast-body {
  padding: 10px 20px;
}

.btn-close {
  margin-left: auto;
  padding: 10px;
  background: transparent;
  border: none;
}

a.logoutBtn {
  margin-left: auto;
}

a.logoutBtn:hover {
  text-decoration: underline;
}


.orderSearch {
  margin-left: auto;
  max-width: 250px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: right;
  position: relative;
}

.orderSearch input {
  border: none;
  border-bottom: 2px solid #8b8b8b !important;
  padding-left: 0;
  width: 100%;
  background: transparent;
  height: 35px;
  outline: none;
  padding-right: 30px;
}


.orderSearch .searchBtn {
  border: none;
  border-bottom: 2px solid #8b8b8b;
  padding-right: 10px;
}

.orderSearch .searchBtn i {
  color: #333c56;
}


.dashboard-list-wraps-body {
  background: #fff;
  padding: 0 1.5rem;
}

.dashboard-listing-wraps {
  display: block;
  position: relative;
  width: 100%;
}

.dsd-single-listing-wraps {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: 1px solid #f1f1f1;
}

.dsd-single-listing-wraps:last-child {
  border-bottom: none;
}

.dsd-single-lst-thumb {
  width: 150px;
  height: 150px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.dsd-single-lst-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dsd-single-lst-caption {
  flex: auto;
  padding-left: 1rem;
  position: relative;
  width: calc(100% - 150px);
}

.dsd-single-lst-title {
  margin-bottom: 10px;
}

.dsd-single-lst-title h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.orderDetails p {
  margin-bottom: 5px;
}

.reportLink {
  padding: 5px 10px;
}


.reportMenu {
  position: absolute;
  text-align: right;
  border: none;
  padding: 15px;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 20px 0px rgba(157, 157, 157, 0.15);
  top: 40px;
  right: -15px;
  list-style: none;
}

.reportLink {
  padding: 5px 10px;
}


.reportMenu::before {
  background-color: #ffffff;
  content: "";
  width: 15px;
  height: 15px;
  right: 20px;
  top: -8px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
}


ul.reportMenu li a {
  padding: 7px;
  display: flex;
  justify-content: end;
}

.login-form .brand {
  text-align: center;
  text-transform: uppercase;
}

.login-form .brand img {
  height: 40px;
  margin: 20px 0;
}

.login-form .brand span {
  font-size: 22px;
  font-weight: 600;
}

.procounttag {
  position: absolute;
  right: 10px;
  bottom: 6px;
  z-index: 999;
  background: #ffc10a;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
}


#itemsModal .modal-inner {
  flex-direction: column;
  padding-right: 10px;
  padding-bottom: 20px;
}

#itemsModal h3 {
  font-size: 20px;
}

#itemsModal .cart__body {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

#itemsModal .cart-item__count {
  background: none;
  font-weight: 400;
}

#itemsModal .cart-item__product-img img {
  border-radius: 5px;
}

#itemsModal .cart-item__product-img {
  width: 50px;
  height: 50px;
}

.cart-item__product {
  gap: 10px;
  justify-content: start;
}

ul.mob-menu {
  margin: 0;
  flex-direction: row;
  display: flex;
  padding: 0;
  align-items: center;
  margin-right: 20px;
}

.productDetailContainer .productContent .itemLeft {
  position: relative;
  top: 0;
  right: 0;
}

.offerDetails {
  gap: 10px;
}

.productContent p {
  text-align: justify;
}

.rightColMob {
  margin-bottom: 20px;
  display: none;
}

.promo-primary.bannerBlock.bannerBlockMob {
  display: none;
}

.custom-alert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.custom-alert-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 300px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .myProfile {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .shopContainer {
    margin-top: 40px;
  }
}

.catalogue11 {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .catalogue11 {
    margin-left: 20px;
    margin-right: 20px;

  }
}

@media (max-width: 768px) {
  .proHead h2 {
    font-size: 13px
  }
}

@media (max-width: 768px) {
  .cartContainer {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .productDetailContainer {
    margin-top: 40px;
  }
}

@media (max-width: 461px) {
  /* .prodPrice {
    font-size: 11px;
  }

  .pricespan {
    font-size: 11px;

  }

  .price-div {
    font-size: 11px;
  } */
}

@media (max-width:990px) {
  .leftCol {
    padding: 0px !important;
    margin-bottom: 15px !important;
  }

  .rightCol {
    margin-bottom: 15px !important;
  }
}