@import 'font.css';
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --family-poppins: "Poppins", sans-serif;
  --family-denike: "DenikeRegular";
  --white: #fff;
  --black: #000;
  --nav-text: #fff;
  --banner-bg: #000;
  --border-default: #D6D6D6;
  --text-default: #1D1D1D;
  --text-secondary: #AEAEAE;
  --app-primary: #1B5DA6;
  --footer-bg: #D6D6D6;
}

body {
  font-family: var(--family-poppins);
  font-size: 1.125rem;
  color: var(--text-default);
}

.container.small-container {
  max-width: 1170px;
}

.btn {
  font-family: var(--family-poppins);
  font-weight: normal;
  border-radius: 80px;
  border: 0;
  font-size: 0.8888888889em;
  font-weight: 500;
  padding: 1rem 1.2rem;
}
.btn.btn-primary {
  background: var(--text-default);
  border-color: var(--text-default);
  color: var(--white);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: var(--text-default);
  border-color: var(--text-default);
  color: var(--white);
}
.btn.btn-secondary {
  background: linear-gradient(180deg, #488DD9 0%, #1B5FAA 100%);
  color: var(--white);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: linear-gradient(180deg, #488DD9 0%, #1B5FAA 100%);
  color: var(--white);
}
.btn.btn-sm {
  font-size: 13px;
  padding: 0.4rem 1.2rem;
  font-weight: 400;
}

.btnBack {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8888888889em;
  color: var(--text-default);
  text-decoration: none;
  border: 0;
  background: none;
}
.btnBack .left {
  transform: rotate(180deg);
}
.btnBack.btn-lg {
  font-size: 1.3888888889em;
  font-weight: 500;
}

.container {
  max-width: 1320px;
}
@media (min-width: 1500px) {
  .container {
    max-width: 1460px;
  }
}

header::before {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
header .navbar-toggler {
  border-color: #ccc;
}
header .navbar-toggler span {
  filter: grayscale(1);
}
header .nav-link {
  color: var(--nav-text);
  transition: all 0.3s ease-in-out;
  padding: 0;
  text-align: center;
}
@media (max-width: 1500px) {
  header .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  header .nav-link {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  header .nav-link {
    font-size: 16px;
  }
}
header .navbar-icon {
  gap: 2.5rem;
  position: absolute;
  left: 80%;
  justify-content: center;
}
@media (max-width: 1024px) {
  header .navbar-icon {
    position: inherit;
  }
}
header .navbar-icon .dropdown-toggle::after {
  display: none;
}
header .navbar-icon svg path {
  transition: all 0.3s ease-in-out;
  fill: var(--app-primary);
}
header .navbar-brand img {
  width: 134px;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.headerVisible header .navbar-toggler span {
  filter: invert(0);
}
.headerVisible header::before {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.headerVisible header .nav-link {
  color: var(--text-default);
}
.headerVisible header .nav-link.active {
  color: var(--text-default);
}
.headerVisible header .navbar-brand img {
  filter: invert(27%) sepia(97%) saturate(632%) hue-rotate(178deg) brightness(98%) contrast(100%);
}
.headerVisible header .navbar-icon svg path {
  fill: var(--text-default);
}

.header-secondary {
  position: sticky;
  top: 0;
  z-index: 10;
}
.header-secondary header {
  position: static;
}
.header-secondary header::before {
  background-color: rgb(0, 0, 0);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.header-secondary header .nav-link {
  color: var(--app-primary);
}
.header-secondary header .nav-link.active {
  color: var(--app-primary);
}
.header-secondary header .navbar-brand img {
  filter: inherit;
}
.header-secondary header .navbar-icon > svg path {
  fill: var(--white);
}

.main-banner {
  background: var(--banner-bg);
  position: relative;
  overflow: hidden;
  max-height: calc(100vh - 100px);
  height: 100%;
}
@media (max-width: 1024px) {
  .main-banner {
    max-height: auto;
    height: auto;
  }
}
.main-banner .socialBar {
  position: absolute;
  bottom: 5%;
  transform: translateY(-50%);
  right: 8rem;
  display: flex;
  margin: 0;
  list-style-type: none;
  align-items: center;
}
.main-banner .socialBar li::after {
  content: "";
  content: "";
  width: 55px;
  height: 2;
  background: #fff;
  display: block;
  margin: 0 0.5rem;
}
.main-banner .socialBar li:last-child::after {
  display: none;
}
.main-banner .slideCount {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 2rem;
  padding: 1rem;
  font-weight: 200;
  width: 100%;
  color: var(--white);
  vertical-align: sub;
  max-width: 1460px;
  inset-inline: 0;
  margin: auto;
}
.main-banner .slideCount span {
  font-weight: 500;
  font-size: 3rem;
}
.main-banner > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
.main-banner > ul li {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
}
.main-banner > ul li .banner-caption {
  margin-top: 20.5px;
}
.main-banner > ul li .banner-caption .bannerCaptionSp {
  max-width: 450px;
}
.main-banner > ul li .banner-caption h2 {
  font-family: var(--family-poppins);
  font-size: 3em;
  font-weight: 200;
}
.main-banner > ul li .banner-caption h2 span {
  font-family: var(--family-denike);
  font-size: 2.8518518519em;
  vertical-align: text-top;
  line-height: 1;
}
.main-banner > ul li .banner-caption .btnBackSp {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.main-banner > ul li .banner-caption .btnBackSp small {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.main-banner img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner .banner-caption {
  position: absolute;
  left: 0;
  margin-top: 54.5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  color: var(--white);
}
.main-banner .banner-caption h2 {
  font-family: var(--family-denike);
  font-weight: normal;
  font-size: 3.3333333333em;
}
.main-banner .bannerShape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main-banner.bannerInnerPrimary {
  height: 15.875rem;
}
.main-banner .prevArrow, .main-banner .nextArrow {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  background-color: rgba(0, 0, 0, 0.6784313725);
  border-radius: 50%;
  padding: 0.4rem;
  cursor: pointer;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.main-banner .prevArrow:hover, .main-banner .nextArrow:hover {
  background-color: var(--black);
}
.main-banner .prevArrow svg, .main-banner .nextArrow svg {
  height: 18px;
}
.main-banner .prevArrow svg path, .main-banner .nextArrow svg path {
  fill: var(--white);
}
.main-banner .nextArrow {
  right: 1.5rem;
}
.main-banner .prevArrow {
  left: 1.5rem;
}

.shopProductHolder .container {
  zoom: 1.1;
}

.banner-inner {
  background: var(--banner-bg);
  height: 30.75rem;
  position: relative;
}
.banner-inner img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-inner .banner-caption {
  position: absolute;
  left: 0;
  margin-top: 54.5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  color: var(--white);
}
.banner-inner .banner-caption h2 {
  font-family: var(--family-denike);
  font-weight: normal;
  font-size: 3.3333333333em;
}
.banner-inner .bannerShape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-inner.bannerInnerPrimary {
  height: 15.875rem;
}

.mainHeadingSec {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainHeadingSec h2 {
  font-family: var(--family-denike);
  font-weight: normal;
  font-size: 3.3333333333em;
  margin: 0 0 1.5rem 0;
}
.mainHeadingSec h5 {
  font-size: 1.6666666667em;
  font-weight: 200;
}
.mainHeadingSec p {
  font-size: 1.2222222222em;
}

.shopHolder {
  padding: 4.6875rem 0;
}
.shopHolder .mainHeadingHolder {
  margin-bottom: 1.5rem;
}
.shopHolder .filterTabHolder {
  border-top: 1px solid var(--border-default);
  border-bottom: 1px solid var(--border-default);
}
.shopHolder .filterTabHolder .filterTabSec {
  position: relative;
}
.shopHolder .filterTabHolder .filterTabSec .filterPriceSp {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 1.5rem;
}
.shopHolder .filterTabHolder .filterTabSec .filterPriceSp .form-control {
  border-radius: 0;
  border: 1px solid var(--border-default);
  font-size: 1em;
  padding: 1rem 2.8rem 1rem 1.5rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 1em;
  min-width: 17.5rem;
}
.shopHolder .filterTabHolder .filterTabSec .filterLayoutHolder {
  align-items: center;
}
.shopHolder .filterTabHolder .filterTabSec h4 {
  text-transform: uppercase;
  color: var(--text-default);
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
.shopHolder .shopProductHolder {
  padding: 2rem 0;
}
.shopHolder .shopProductHolder .filterListHolder h4 {
  text-transform: uppercase;
  color: var(--text-default);
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1rem 0;
}
.shopHolder .shopProductHolder .filterListHolder ul {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.shopHolder .shopProductHolder .productListSec .productBox {
  background: var(--white);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxImgSec {
  position: relative;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxImgSec > a {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxImgSec img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxImgSec .discountBadge {
  position: absolute;
  top: 1.3rem;
  left: 0;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500;
  color: var(--white);
  background: #CF0000;
  padding: 2px 0.5rem;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxImgSec .productBoxShareIcon {
  position: absolute;
  right: 0.5px;
  top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxImgSec .productBoxShareIcon a {
  padding: 0.5rem;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxInfoSec {
  padding: 12px;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxInfoSec h5 {
  font-weight: 200;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: var(--text-default);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxInfoSec p {
  margin: 0;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxInfoSec p small {
  font-size: 11px;
  color: var(--text-default);
}
@media (max-width: 991px) {
  .shopHolder .shopProductHolder .productListSec .productBox .productBoxInfoSec p small {
    font-size: 14px;
  }
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxInfoSec .productBoxInfoPriceHolder {
  padding: 0.7rem 0 0 0;
  display: flex;
  align-items: flex-end;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxInfoSec .productBoxInfoPriceHolder h4 {
  margin-bottom: 0.7rem;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxInfoSec .productBoxInfoPriceHolder .productBoxInfoPriceLeftSec {
  display: flex;
  flex-direction: column;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxInfoSec .productBoxInfoPriceHolder .productBoxInfoPriceLeftSec p {
  margin-top: auto;
  line-height: 1.2;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxInfoSec .productBoxInfoPriceHolder .productBoxInfoPriceRightSec {
  margin-left: auto;
}
.shopHolder .shopProductHolder .productListSec .productBox .productBoxInfoSec h4 {
  font-size: 1.2222222222em;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: var(--text-default);
}
.shopHolder .shopProductHolder .productListSec > .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.shopHolder .shopProductHolder .productListSec > .row > div {
  padding: 0.5rem;
}

.tabNav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
}
.tabNav li {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  padding: 0 0.5rem;
}
.tabNav li::after {
  content: "";
  width: 2px;
  height: 14px;
  background: var(--text-default);
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
}
.tabNav li:last-child {
  padding-right: 0;
}
.tabNav li:last-child::after {
  display: none;
}
.tabNav li a {
  padding: 1rem;
  text-transform: uppercase;
  color: var(--text-default);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  min-height: 6.25rem;
  display: flex;
  align-items: center;
}
.tabNav li.active::after {
  background: var(--app-primary);
}
.tabNav li.active a {
  border-color: var(--app-primary);
  color: var(--app-primary);
  font-weight: 500;
}

.filterLayoutHolder {
  display: flex;
  gap: 1.5rem;
}
.filterLayoutHolder .filterLeftSec {
  flex: 0 0 350px;
  max-width: 350px;
}
.filterLayoutHolder .filterRightSec {
  flex: 0 0 calc(100% - 350px - 1.5rem);
  max-width: calc(100% - 350px - 1.5rem);
}

.filterTabSec .filterRightSec {
  overflow-x: auto;
}

.customCheckbox > input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
}
.customCheckbox > input[type=checkbox]:checked + label {
  color: var(--app-primary);
}
.customCheckbox > input[type=checkbox]:checked + label i {
  background: var(--app-primary);
}
.customCheckbox label {
  color: var(--text-secondary);
  padding-left: 1.5rem;
  position: relative;
  font-weight: normal;
  margin: 0;
  font-size: 1em;
}
.customCheckbox label i {
  position: absolute;
  left: 0;
  top: 8px;
  border: 1px solid var(--border-default);
  width: 12px;
  height: 12px;
}

.footerSocialSp {
  position: relative;
  margin-top: 5rem;
}
.footerSocialSp > .chatIcon {
  border-radius: 100%;
  width: 8.4444444444em;
  height: 8.4444444444em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 8px 15px 30px #1B5FAA;
  background: #fff;
  position: absolute;
  right: 15%;
  z-index: 10;
  bottom: calc(100% - 5rem);
}
.footerSocialSp .footerSocialHolder {
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
}
.footerSocialSp .footerSocialHolder .socialBlock {
  flex: 1;
  position: relative;
}
.footerSocialSp .footerSocialHolder .socialBlock:hover i > img {
  filter: invert(1);
}
.footerSocialSp .footerSocialHolder .socialBlock > img {
  width: 100%;
  height: 496px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.footerSocialSp .footerSocialHolder .socialBlock i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footerSocialSp .footerSocialHolder .socialBlock i svg path {
  transition: all 0.3s ease-in-out;
}
.footerSocialSp .footerSocialHolder .socialBlock:hover > img {
  filter: grayscale(0);
}
.footerSocialSp .footerSocialHolder .socialBlock:hover i svg path[fill] {
  fill: var(--white);
  opacity: 1;
}
.footerSocialSp .footerSocialHolder .socialBlock:hover i svg path[fill=none] {
  fill: none;
}
.footerSocialSp .footerSocialHolder .socialBlock:hover i svg path[stroke] {
  stroke: var(--white);
  opacity: 1;
}

footer {
  background: var(--footer-bg);
}
footer .footerHolder .footerSec {
  display: flex;
  padding: 4rem 0;
  gap: 1.5rem;
  justify-content: space-between;
}
footer .footerHolder .footerSec h5 {
  font-family: var(--family-denike);
  font-size: 1.3888888889em;
  color: var(--text-default);
  margin: 0 0 1.5rem 0;
}
footer .footerHolder .ft-sec {
  padding-top: 3rem;
}
footer .footerHolder .ft-aboutSec {
  flex: 0 0 470px;
  max-width: 470px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footerHolder .ft-aboutSec a {
  margin-bottom: 2rem;
}
footer .footerHolder .ft-listing {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .footerHolder .ft-listing li a {
  font-size: 1em;
  color: var(--text-default);
  text-decoration: none;
}
footer .footerHolder .ft-listing.ft-socialListing {
  gap: 2rem;
}
footer .footerHolder .ft-listing.ft-socialListing li a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
footer .ftCopyrightHolder {
  background: #1D1D1D;
  padding: 1.5rem 0;
}
footer .ftCopyrightHolder .ftCopyrightSec {
  display: flex;
  gap: 2.5rem;
}
footer .ftCopyrightHolder .ftCopyrightSec a {
  color: var(--white);
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
}
footer .ftCopyrightHolder .ftCopyrightSec p {
  margin: 0 0 0 auto;
  color: var(--white);
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
}

.eventHolder {
  padding: 6.6875rem 0 4.6875rem 0;
}
.eventHolder .eventSec {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.eventHolder .eventSec .eventBlock {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(155, 155, 155, 0.1490196078);
  min-height: 575px;
}
.eventHolder .eventSec .eventBlock .eventImgSec {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventHolder .eventSec .eventBlock .eventImgSec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.eventHolder .eventSec .eventBlock .eventImgSec a {
  display: block;
}
.eventHolder .eventSec .eventBlock .eventImgSec a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.eventHolder .eventSec .eventBlock .eventInfoSec {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
.eventHolder .eventSec .eventBlock .eventInfoSec .btnBack {
  margin: initial;
}
.eventHolder .eventSec .eventBlock .eventInfoSec h5 {
  margin-bottom: 0.5rem;
  font-weight: 200;
  font-size: 1.6666666667em;
  color: var(--text-default);
}
.eventHolder .eventSec .eventBlock .eventInfoSec h5 a {
  color: var(--text-default);
  text-decoration: none;
}
.eventHolder .eventSec .eventBlock .eventInfoSec b {
  font-weight: 500;
  font-size: 1.2222222222em;
}
.eventHolder .eventSec .eventBlock .eventInfoSec p {
  margin: 0;
}

.aboutHolder {
  padding: 2rem 0;
}
.aboutHolder .aboutImgSec {
  float: right;
  margin-left: 2.5rem;
  width: calc(50vw - 1rem);
}
.aboutHolder .aboutImgSec img {
  width: 100%;
  max-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aboutHolder .aboutSec {
  padding: 2rem 0;
}

.content h2 {
  font-family: var(--family-denike);
  font-weight: normal;
  font-size: 3.3333333333em;
  margin: 0 0 1.5rem 0;
}
.content h5 {
  margin-bottom: 0.5rem;
  font-weight: 200;
  font-size: 1.6666666667em;
  color: var(--text-default);
}
.content h5 a {
  color: var(--text-default);
  text-decoration: none;
}
.content b {
  font-weight: 500;
  font-size: 1.2222222222em;
}
.content h4 {
  font-family: var(--family-denike);
  font-weight: normal;
  font-size: 1.6666666667em;
  margin: 0 0 1.5rem 0;
}
.content p {
  margin: 0 0 1.5rem 0;
}

.productDetailHolder {
  padding: 0;
}
.productDetailHolder .productDetailSec .backSec {
  margin: 2.75rem 0;
}
.productDetailHolder .productDetailSec .productDetailBlock {
  display: flex;
  gap: 2rem;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec {
  flex: 0 0 710px;
  max-width: 710px;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbImgSec {
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.17);
  position: relative;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbImgSec .productBoxShareIcon {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  z-index: 10;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbImgSec .productBoxShareIcon a {
  padding: 0.5rem;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbImgSec .slick-slide > div {
  height: 485px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbImgSec .slick-slide img {
  max-width: 90%;
  max-height: 90%;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbSlider .productThumbSliderSp {
  margin: 0 -0.5rem;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbSlider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 100%;
  border: 0;
  overflow: hidden;
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.17);
  z-index: 0;
  background: linear-gradient(180deg, #1B5DA6 0%, #488DD9 100%);
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbSlider .slick-arrow:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/arrow-slider-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbSlider .slick-arrow.slick-disabled {
  background: #fff;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbSlider .slick-arrow.slick-disabled:after {
  background-image: url("../images/arrow-slider.svg");
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbSlider .slick-arrow.slick-prev {
  left: 0;
  text-indent: -9999em;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbSlider .slick-arrow.slick-prev:after {
  transform: rotate(180deg);
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbSlider .slick-arrow.slick-next {
  right: 0;
  text-indent: 9999em;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbSlider .slick-slide > div {
  height: 153px;
  width: 224px;
  box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0.5rem;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec .productThumbSlider .slick-slide img {
  max-width: 90%;
  max-height: 90%;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec h3 {
  font-family: var(--family-denike);
  font-weight: normal;
  font-size: 2.2222222222em;
  margin: 0 0 1.5rem 0;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec .shortDescription {
  font-size: 1.3em;
  margin: 0 0 1.5rem 0;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec > p {
  font-size: 1.2222222222em;
  margin: 0 0 1.5rem 0;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec h5 {
  margin-bottom: 0.5rem;
  font-weight: 200;
  font-size: 1.6666666667em;
  color: var(--text-default);
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec b {
  font-weight: 500;
  font-size: 1.2222222222em;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec .productDetailContentBlock {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 1.5rem;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec .btnGroup {
  display: flex;
  gap: 1rem;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec .btnGroup > * {
  flex: 1;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec .priceBar {
  margin: 0 0 1.5rem 0;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec .priceBar p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 2.4444444444em;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec .priceBar p small {
  font-size: 0.5em;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec .priceBar p del {
  font-size: 0.5em;
}
.productDetailHolder .productDetailSec .productDetailBlock .productDetailContentSec .priceBar p del span {
  color: var(--text-default);
}
.productDetailHolder .productDetailSec .productDetailDescriptionSec {
  padding-top: 3rem;
  margin-bottom: 4rem;
}
.productDetailHolder .productDetailSec .productDetailDescriptionSec h5 {
  margin-bottom: 0.5rem;
  font-weight: 200;
  font-size: 1.6666666667em;
  color: var(--text-default);
}
.productDetailHolder .productDetailSec .productDetailDescriptionSec .shortDescription {
  font-size: 1.3em;
  margin: 0 0 1.5rem 0;
}
.productDetailHolder .productDetailSec .productDetailDescriptionSec ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.getInTouchHolder .getInTouchImgSec {
  float: left;
  width: 50vw;
  margin-right: 4rem;
}
.getInTouchHolder .getInTouchImgSec > img {
  width: 100%;
}
.getInTouchHolder .getInTouchSec {
  padding-top: 5rem;
}
.getInTouchHolder .getInTouchSec .mainHeadingSec {
  align-items: flex-start;
}
.getInTouchHolder .getInTouchSec .getInTouchFormSec .getInTouchFormSp {
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  display: flex;
  margin-top: 2.2rem;
}

.formSec .form-group {
  margin-bottom: 2.2rem;
}
.formSec .form-label {
  font-size: 1.3888888889em;
  font-family: var(--family-denike);
  font-weight: normal;
  margin: 0;
}
.formSec .form-label small {
  font-size: 14px;
  font-family: var(--family-poppins);
}
.formSec .form-control {
  border: 0;
  border-bottom: 2px solid #1D1D1D;
  font-size: 1em;
  color: var(--text-default);
  border-radius: 0;
  padding: 1rem 0 1rem 0;
}
.formSec .form-control:focus {
  box-shadow: none;
}
.formSec textarea.form-control {
  height: 150px;
}

.footerSp {
  margin-top: -5rem;
}

.jewelleryCollectionHolder {
  padding: 5rem 0;
}
.jewelleryCollectionHolder .jewelleryCollectionFeatureItem ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.jewelleryCollectionHolder .jewelleryCollectionFeatureItem ul li {
  flex: 0 0 24%;
  max-width: 24%;
}
.jewelleryCollectionHolder .jewelleryCollectionFeatureItem ul li a {
  display: flex;
  flex-direction: column;
  color: var(--text-default);
  text-decoration: none;
}
.jewelleryCollectionHolder .jewelleryCollectionFeatureItem ul li a b {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background: var(--white);
  min-height: 288px;
}
.jewelleryCollectionHolder .jewelleryCollectionFeatureItem ul li a b img {
  max-width: 80%;
  max-height: 80%;
}
.jewelleryCollectionHolder .jewelleryCollectionFeatureItem ul li a span {
  font-family: var(--family-denike);
  font-size: 1.3888888889em;
  margin-top: 1rem;
  text-align: center !important;
  height: 70px !important;
  overflow: hidden !important;
}
.jewelleryCollectionHolder .jewelleryCollectionFeatureItem ul li a:hover {
  color: var(--app-primary);
}

.catalogBannerHolder {
  position: relative;
}
.catalogBannerHolder .catalogBannerImgSec img {
  width: 100%;
}
.catalogBannerHolder .catalogBannerSec {
  position: absolute;
  top: calc(50% - 12rem);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  width: 100%;
}
.catalogBannerHolder .catalogBannerSec .catalogBannerSp {
  color: var(--white);
  max-width: 50%;
}
.catalogBannerHolder .catalogBannerSec .catalogBannerSp h2 {
  font-family: var(--family-denike);
  font-size: 7.2222222222em;
  margin: 0 0 2rem 0;
}
.catalogBannerHolder .catalogBannerSec .catalogBannerSp p {
  font-size: 1.6666666667em;
  margin: 0 0 2rem 0;
}
.catalogBannerHolder .catalogBannerSec .catalogBannerSp .btnBack {
  font-size: 1.3888888889em;
  font-weight: 500;
  color: var(--white);
}

.bestSellingProductHolder {
  padding-bottom: 5rem;
}
.bestSellingProductHolder .bestSellingProductSec {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingProductImgSec {
  width: 50%;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingProductImgSec img {
  width: 100%;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec {
  width: calc(50% + 4rem);
  background: url("../images/best-selling-bg.jpg") center left no-repeat;
  background-size: cover;
  margin-left: -4rem;
  position: relative;
  z-index: 1;
  padding: 4rem 4rem 4rem 8rem;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent {
  max-width: 616px;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent h4 {
  font-size: 2.2222222222em;
  font-family: var(--family-denike);
  margin: 0;
  text-align: center;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent .bestSellingDetailImgSec {
  width: 100%;
  height: 295px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent .bestSellingDetailImgSec img {
  max-width: 100%;
  max-height: 100%;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent .bestSellingDetailBlock {
  display: flex;
  width: 100%;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent .bestSellingDetailBlock p {
  font-size: 1.2222222222em;
  margin: 0;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent .bestSellingDetailBlock h5 {
  margin-bottom: 1.5rem;
  font-weight: 200;
  font-size: 1.6666666667em;
  color: var(--text-default);
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent .bestSellingDetailBlock .bestSellingDetailBlockRightSec {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent .bestSellingDetailBlock .bestSellingDetailBlockRightSec h6 {
  font-size: 2.4444444444em;
  margin: 0 0 1.5rem 0;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent .bestSellingDetailBlock .bestSellingDetailBlockRightSec .btnBack {
  margin-top: auto;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow:nth-child(even) {
  flex-direction: row-reverse;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow:nth-child(even) .bestSellingDetailSec {
  margin-left: 0;
  padding-left: 4rem;
  padding-right: 8rem;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow:nth-child(even) .bestSellingDetailSec .bestSellingDetailContent {
  margin-left: auto;
}
.bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow:nth-child(even) .bestSellingProductImgSec {
  margin-left: -4rem;
}

.homeAboutHolder {
  background: #00041C;
  padding: 4rem 0;
  color: #fff;
  margin-bottom: 1rem;
}
.homeAboutHolder p {
  font-size: 1.6666666667em;
}
.homeAboutHolder .btnBack {
  color: var(--white);
}

.testimonialHolder {
  background: #F3F3F3;
  padding: 7rem 0;
}
.testimonialHolder .testimonialSec {
  margin-top: 4rem;
}
.testimonialHolder .testimonialSec > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.testimonialHolder .testimonialSec > ul .slick-slide {
  height: auto;
}
.testimonialHolder .testimonialSec .slick-dots {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.testimonialHolder .testimonialSec .slick-dots li {
  border-radius: 100%;
  text-indent: -999em;
  width: 20px;
  height: 20px;
  position: relative;
  background: #D6D6D6;
  border: 0;
  cursor: pointer;
}
.testimonialHolder .testimonialSec .slick-dots li:after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid transparent;
  position: absolute;
  left: -5px;
  top: -5px;
  border-radius: 100%;
}
.testimonialHolder .testimonialSec .slick-dots li.slick-active {
  background: var(--app-primary);
}
.testimonialHolder .testimonialSec .slick-dots li.slick-active:after {
  border-color: var(--app-primary);
}
.testimonialHolder .testimonialSec .testimonialBlock {
  width: 1300px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.testimonialHolder .testimonialSec .testimonialBlockLeftSec {
  max-width: calc(100% - 420px - 95px - 5rem);
}
.testimonialHolder .testimonialSec .testimonialBlockLeftSec .testimonialBlockContent {
  margin-top: -2.5rem;
  position: relative;
  z-index: 2;
}
.testimonialHolder .testimonialSec .testimonialBlockLeftSec .testimonialBlockContent p {
  font-size: 1.2222222222em;
}
.testimonialHolder .testimonialSec .testimonialBlockLeftSec .testimonialBlockContent h5 {
  font-family: var(--family-denike);
  font-size: 1.6666666667em;
}
.testimonialHolder .testimonialSec .testimonialBlockRightSec {
  margin-left: auto;
}
.testimonialHolder .testimonialSec .testimonialBlockRightSec .testimonialBlockImgSec {
  width: 420px;
  height: 420px;
  border: 2px dashed #D6D6D6;
  border-radius: 100%;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 95px;
}
.testimonialHolder .testimonialSec .testimonialBlockRightSec .testimonialBlockImgSec > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.testimonialHolder .testimonialSec .testimonialBlockRightSec .testimonialBlockImgSec i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 95px);
  width: 190px;
  height: 190px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.testimonialHolder .testimonialSec .testimonialBlockRightSec .testimonialBlockImgSec i > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.instagramFeedHolder .instagramFeedSec {
  margin-top: -1rem;
}

.eventHomeHolder {
  padding: 4rem 0;
}
.eventHomeHolder .eventHomeSec {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.eventHomeHolder .eventHomeSec .eventSliderRow {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
.eventHomeHolder .eventHomeSec .eventSliderRow .eventSliderSec {
  width: 70%;
}
.eventHomeHolder .eventHomeSec .eventSliderRow .eventSliderSec ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.eventHomeHolder .eventHomeSec .eventSliderRow .eventSliderSec ul .eventImgSec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 347px;
  height: 468px;
  margin-right: 1rem;
}
.eventHomeHolder .eventHomeSec .eventSliderRow .eventSliderSec ul .eventImgSec > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.eventHomeHolder .eventHomeSec .eventSliderRow .eventSliderSec ul .eventImgSec .btnBack {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color: var(--white);
  font-size: 1em;
  font-weight: 500;
  filter: drop-shadow(2px 2px 2px black);
}
.eventHomeHolder .eventHomeSec .eventSliderRow .eventHomeDetailSec {
  width: calc(30% + 5rem);
  margin-left: -5rem;
  position: relative;
  background: #ECECEC;
  height: 304px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-left: 10rem;
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.17);
}
.eventHomeHolder .eventHomeSec .eventSliderRow .eventHomeDetailSec .slideCount {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.7222222222em;
  padding: 1rem;
  font-weight: 500;
}
.eventHomeHolder .eventHomeSec .eventSliderRow .eventHomeDetailSec .slideCount small {
  font-weight: 200;
  vertical-align: sub;
  font-size: 1.2rem;
}
.eventHomeHolder .eventHomeSec .eventSliderRow .eventHomeDetailSec h4 {
  font-family: var(--family-denike);
  font-size: 2.2222222222em;
  margin: 0 0 2rem 0;
}
.eventHomeHolder .eventHomeSec .eventSliderRow:nth-child(even) {
  flex-direction: row-reverse;
}
.eventHomeHolder .eventHomeSec .eventSliderRow:nth-child(even) .eventHomeDetailSec {
  margin-left: 0;
  padding-left: 5rem;
  padding-right: 10rem;
  align-items: flex-end;
  text-align: right;
}
.eventHomeHolder .eventHomeSec .eventSliderRow:nth-child(even) .eventSliderSec {
  margin-left: -5rem;
}

.profileHolder {
  padding: 6rem 0;
}
.profileHolder .profileSec .accountFormLeftSec {
  padding: 2rem;
  background: #fbfbfb;
  border-radius: 5px;
  box-shadow: 1px 2px 12px 3px rgba(0, 0, 0, 0.0392156863);
}
.profileHolder .profileSec .accountFormLeftSec label {
  margin-bottom: 1rem;
  font-family: var(--family-denike);
  font-size: 25px;
}
.profileHolder .profileSec .accountFormLeftSec .form-control {
  padding: 1rem;
}
.profileHolder .accountFormSec {
  padding-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.profileHolder .accountFormSec .accountFormLeftSec {
  flex: 0 0 calc(100% - 450px - 2rem);
  max-width: calc(100% - 450px - 2rem);
}
.profileHolder .accountFormSec .accountFormRightSec {
  flex: 0 0 450px;
  max-width: 450px;
}
.profileHolder .accountFormSec .accountFormRightSec .accountBillingAdressSec {
  background: #f2f2f2;
  padding: 2rem;
}

.clearfix {
  clear: both;
}

.contact-page {
  padding-block: 3rem;
  padding-bottom: 0;
}
.contact-page .mainHeadingSec {
  margin-bottom: 3rem;
}
.contact-page .getInTouchHolder .container {
  padding: 0;
}
.contact-page .getInTouchHolder .getInTouchImgSec {
  display: none;
}
.contact-page .getInTouchHolder .getInTouchSec {
  padding: 0;
}
.contact-page .getInTouchHolder .getInTouchSec .mainHeadingSec {
  display: none;
}
.contact-page .getInTouchHolder .getInTouchSec .getInTouchFormSec .getInTouchFormSp {
  margin: 0;
  padding: 0;
}
.contact-page .getInTouchHolder .getInTouchSec .getInTouchFormSec .getInTouchFormSp form {
  padding: 2rem;
  background: #fbfbfb;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.0705882353);
  border-radius: 5px;
}
.contact-page .getInTouchHolder .getInTouchSec .getInTouchFormSec .getInTouchFormSp form label {
  margin-bottom: 1rem;
}
.contact-page .getInTouchHolder .getInTouchSec .getInTouchFormSec .getInTouchFormSp form .form-control {
  padding: 1rem;
}
.contact-page .sticky-top {
  top: 120px;
  z-index: 0;
}
.contact-page ul.ft-listing {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 2rem;
}
.contact-page ul.ft-listing li {
  padding-left: 5rem;
  position: relative;
}
.contact-page ul.ft-listing li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
}
.contact-page ul.ft-listing li a i {
  position: absolute;
  left: 0;
  inset-block: 0;
  margin: auto;
  width: 46px;
  display: flex;
}
.contact-page ul.ft-listing li a i svg {
  width: 100%;
  height: 100%;
}
.contact-page ul.ft-listing li a strong {
  font-size: 1.5rem;
  font-weight: 500;
}
.contact-page ul.ft-listing li a span {
  font-weight: 400;
  opacity: 0.6;
}

.price-range-slider {
  margin-bottom: 2rem;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 0 0 10px 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #488dd9;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #488dd9;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #488dd9;
}
.price-range-slider .irs-bar {
  background-color: var(--app-primary) !important;
}
.price-range-slider .irs-handle > i:first-child {
  background-color: var(--app-primary) !important;
}
.price-range-slider .irs--flat .irs-from {
  background-color: var(--app-primary) !important;
}
.price-range-slider .irs--flat .irs-from:before {
  border-top-color: var(--app-primary) !important;
}
.price-range-slider .irs--flat .irs-to {
  background-color: var(--app-primary) !important;
}
.price-range-slider .irs--flat .irs-to:before {
  border-top-color: var(--app-primary) !important;
}
.price-range-slider .irs--flat .irs-single {
  background-color: var(--app-primary) !important;
}
.price-range-slider .irs--flat .irs-single:before {
  border-top-color: var(--app-primary) !important;
}

.shopHolder .shopProductHolder .filterListHolder .price-range-slider ul {
  flex-direction: row;
  margin-bottom: 0;
  margin-top: 1rem;
  flex-wrap: wrap;
}

ul.eventSlider .slideCount {
  position: absolute;
  z-index: 999;
  padding: 1rem;
  font-weight: 200;
  vertical-align: sub;
  font-size: 1.2rem;
}
ul.eventSlider .slideCount span {
  font-size: 1.7222222222em;
  font-weight: 500;
}
ul.eventSlider.eventslide1 .slideCount {
  left: 0;
  top: 0;
}
ul.eventSlider.eventslide2 .slideCount {
  left: -36rem;
  top: 5rem;
}

.cartTable tr td {
  white-space: initial;
}

@media (max-width: 991px) {
  header .bg-dark {
    background: rgba(0, 0, 0, 0.78) !important;
  }
  .headerVisible header .bg-dark {
    background: rgba(0, 0, 0, 0) !important;
  }
  .main-banner .bannerShape {
    width: 120px;
  }
  .main-banner .bannerShape svg {
    width: 100%;
    height: 100%;
  }
  .main-banner .slideCount {
    font-size: 2em;
  }
  .main-banner .socialBar {
    right: 1rem;
  }
  .main-banner .socialBar li:after {
    height: 2px;
  }
  .main-banner ul li .banner-caption .btnBackSp small {
    width: 30vw;
  }
  .main-banner ul li .banner-caption .btnBackSp small svg {
    width: 100%;
    height: 100%;
  }
  .main-banner ul li .banner-caption .bannerCaptionSp {
    max-width: 290px;
  }
  .main-banner ul li.slick-slide {
    height: auto !important;
  }
  .main-banner ul li.slick-slide > img {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .main-banner ul li .banner-caption h2 {
    font-size: 1.5em;
  }
  .main-banner ul li .banner-caption i {
    width: 60px;
  }
  .jewelleryCollectionHolder {
    padding-block: 2rem;
  }
  .jewelleryCollectionHolder .jewelleryCollectionFeatureItem ul li {
    flex: 0 0 48% !important;
    max-width: 48%;
  }
  .jewelleryCollectionHolder .jewelleryCollectionFeatureItem ul li:last-child {
    flex: 0 0 100%;
  }
  .mainHeadingSec h2 {
    font-size: 2em;
  }
  .mainHeadingSec h5 {
    font-size: 1em;
  }
  .btnBack {
    margin: auto;
    font-size: 1em;
  }
  .btnBack.btn-lg {
    font-size: 1em;
  }
  .btnBack i {
    width: 60px;
  }
  .btnBack i img {
    width: 100%;
  }
  .catalogBannerHolder {
    margin-bottom: 1rem;
  }
  .catalogBannerHolder .catalogBannerSec {
    all: inherit;
  }
  .catalogBannerHolder .catalogBannerSec .catalogBannerSp {
    max-width: 100%;
    color: #000;
  }
  .catalogBannerHolder .catalogBannerSec .catalogBannerSp h2 {
    font-size: 3em;
  }
  .catalogBannerHolder .catalogBannerSec .catalogBannerSp p {
    font-size: 1em;
  }
  .catalogBannerHolder .catalogBannerSec .catalogBannerSp .btnBack {
    color: #000;
    font-size: 1em;
    margin: inherit;
    margin-right: auto;
  }
  .catalogBannerHolder .catalogBannerSec .catalogBannerSp .btnBack i {
    filter: contrast(0.5);
  }
  .bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow {
    flex-direction: column;
    margin: 0;
  }
  .bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingProductImgSec {
    width: 100%;
  }
  .bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow:nth-child(even) {
    flex-direction: column;
  }
  .bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow:nth-child(even) .bestSellingDetailSec {
    padding: 1rem;
  }
  .bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow:nth-child(even) .bestSellingProductImgSec {
    margin: 0;
  }
  .bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec {
    width: 100%;
    padding: 1rem;
    margin: 0;
  }
  .bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent {
    max-width: 100%;
  }
  .bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent .bestSellingDetailBlock {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent .bestSellingDetailBlock .bestSellingDetailBlockLeftSec {
    margin-bottom: 1em;
  }
  .bestSellingProductHolder .bestSellingProductSec .bestSellingProductRow .bestSellingDetailSec .bestSellingDetailContent .bestSellingDetailBlock .bestSellingDetailBlockRightSec {
    margin: inherit;
  }
  .eventHomeHolder {
    padding-top: 0;
  }
  .eventHomeHolder .eventHomeSec {
    margin: 0;
  }
  .eventHomeHolder .eventHomeSec .eventSliderRow {
    flex-direction: column;
    padding: 1rem;
  }
  .eventHomeHolder .eventHomeSec .eventSliderRow:nth-child(even) {
    flex-direction: column;
  }
  .eventHomeHolder .eventHomeSec .eventSliderRow:nth-child(even) .eventSliderSec {
    margin: 0;
  }
  .eventHomeHolder .eventHomeSec .eventSliderRow:nth-child(even) .eventHomeDetailSec {
    all: inherit;
    width: 100%;
    position: relative;
    background: #ECECEC;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.17);
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .eventHomeHolder .eventHomeSec .eventSliderRow .eventSliderSec {
    width: 100%;
  }
  .eventHomeHolder .eventHomeSec .eventSliderRow .eventSliderSec ul .eventImgSec {
    height: 100%;
  }
  .eventHomeHolder .eventHomeSec .eventSliderRow .eventSliderSec ul .eventImgSec > img {
    height: 468px;
  }
  .eventHomeHolder .eventHomeSec .eventSliderRow .eventHomeDetailSec {
    all: inherit;
    width: 100%;
    position: relative;
    background: #ECECEC;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.17);
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .eventHomeHolder .eventHomeSec .eventSliderRow .eventHomeDetailSec h4 {
    margin-bottom: 1rem;
  }
  .eventHomeHolder .eventHomeSec .eventSliderRow .eventHomeDetailSec .slideCount {
    inset-inline: 0;
    text-align: center;
  }
  .testimonialHolder {
    padding-block: 3rem;
  }
  .testimonialHolder .testimonialSec {
    margin-top: 2rem;
  }
  .testimonialHolder .testimonialSec .slick-dots {
    margin-top: 3rem;
  }
  .testimonialHolder .testimonialSec .testimonialBlock {
    flex-direction: column;
    width: 100%;
  }
  .testimonialHolder .testimonialSec .testimonialBlock .testimonialBlockLeftSec {
    max-width: 100%;
    text-align: center;
  }
  .testimonialHolder .testimonialSec .testimonialBlock .testimonialBlockLeftSec i {
    width: 50px;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
  }
  .testimonialHolder .testimonialSec .testimonialBlock .testimonialBlockLeftSec i img {
    width: 100%;
  }
  .testimonialHolder .testimonialSec .testimonialBlock .testimonialBlockLeftSec .testimonialBlockContent {
    margin: 0;
  }
  .testimonialHolder .testimonialSec .testimonialBlock .testimonialBlockLeftSec .testimonialBlockContent p {
    font-size: 1em;
  }
  .testimonialHolder .testimonialSec .testimonialBlock .testimonialBlockRightSec {
    margin: 0 auto;
  }
  .testimonialHolder .testimonialSec .testimonialBlock .testimonialBlockRightSec .testimonialBlockImgSec {
    width: 120px;
    height: 120px;
    padding: 1rem;
    margin: 0;
  }
  .testimonialHolder .testimonialSec .testimonialBlock .testimonialBlockRightSec .testimonialBlockImgSec i {
    width: 90px;
    height: 90px;
    left: calc(100% - 35px);
  }
  .getInTouchHolder .getInTouchSec {
    padding: 1rem;
  }
  .getInTouchHolder .getInTouchImgSec {
    all: inherit;
  }
  .formSec {
    padding: 1rem;
  }
  .formSec .form-label {
    margin-bottom: 1rem;
  }
  .formSec .form-control {
    background: #fbfbfb;
    padding-inline: 1rem;
  }
  .footerSocialSp .chatIcon {
    display: none;
  }
  .footerSocialSp .footerSocialHolder {
    flex-wrap: wrap;
  }
  .footerSocialSp .footerSocialHolder .socialBlock {
    flex: 0 0 48%;
  }
  .homeAboutHolder {
    padding-block: 1rem;
  }
  .homeAboutHolder p {
    font-size: 1em;
  }
  footer .footerHolder .footerSec {
    flex-wrap: wrap;
    padding-block: 2rem;
    justify-content: center;
    text-align: center;
  }
  footer .footerHolder .footerSec > div {
    padding: 0;
    flex: 0 0 100%;
    align-items: center;
  }
  footer .footerHolder .ft-listing.ft-socialListing {
    align-items: center;
  }
  footer .ftCopyrightHolder .ftCopyrightSec {
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
  }
  footer .ftCopyrightHolder .ftCopyrightSec p {
    margin: 0;
    text-align: center;
  }
  .banner-inner {
    height: 20.75rem;
  }
  .banner-inner .banner-caption {
    margin: 0;
  }
  .eventHolder .eventSec {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shopHolder .filterTabHolder .filterTabSec .filterPriceSp {
    position: static;
    margin-block: 1rem;
  }
  .filterTabHolder .filterLayoutHolder .filterLeftSec {
    flex: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
  .filterTabHolder .filterLayoutHolder .filterRightSec {
    flex: 100%;
    max-width: 100%;
    overflow-x: auto;
  }
  .shopProductHolder .filterLayoutHolder {
    flex-direction: column;
  }
  .shopProductHolder .filterLayoutHolder .filterLeftSec {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shopProductHolder .filterLayoutHolder .filterLeftSec .filterListHolder.sticky-top {
    top: 8rem;
    z-index: -1;
  }
  .shopProductHolder .filterLayoutHolder .filterRightSec {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .productDetailHolder .productDetailSec .productDetailBlock {
    flex-direction: column;
  }
  .productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec {
    flex: 100%;
    max-width: 100%;
  }
  .contact-page .mainHeadingSec {
    justify-content: center;
    text-align: center;
  }
  .contact-page ul.ft-listing li {
    padding-left: 5rem;
  }
  .contact-page ul.ft-listing li a i {
    width: 40px;
  }
  .contact-page ul.ft-listing li a strong {
    font-size: 1.5rem;
  }
  .profileHolder .accountFormSec .accountFormLeftSec {
    flex: 100%;
    max-width: 100%;
  }
  .center-navbar ul.nav-brand {
    display: none;
  }
}
@media (max-width: 700px) {
  .aboutHolder .aboutImgSec {
    margin: 0;
    float: inherit;
    width: 100%;
  }
  .eventHolder .eventSec {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 550px) {
  .shopProductHolder .filterLayoutHolder .filterRightSec {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 440px) {
  .jewelleryCollectionHolder .jewelleryCollectionFeatureItem ul li {
    flex: 0 0 100% !important;
    max-width: 100%;
  }
  .footerSocialSp .footerSocialHolder .socialBlock {
    flex: 0 0 100%;
  }
}
@media (min-width: 991px) and (max-width: 1040px) {
  .grid .grid-item {
    flex-basis: 23.5% !important;
    max-width: 23.5% !important;
  }
  .productDetailHolder .productDetailSec .productDetailBlock .productDetailImgSliderSec {
    flex: 0 0 520px;
    max-width: 520px;
  }
}
@media (max-width: 1440px) {
  ul.insta-feed {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}
@media (max-width: 1024px) {
  ul.insta-feed {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }
}
@media (max-width: 767px) {
  .main-banner .prevArrow {
    left: 1rem;
  }
  .main-banner .nextArrow {
    right: 1rem;
  }
  .main-banner .prevArrow, .main-banner .nextArrow {
    padding: 2px 5px;
    height: 20px;
    width: 20px;
  }
  .dropdown-account.dropdown-menu[data-bs-popper] {
    right: calc(100% - 50px) !important;
    left: initial;
  }
  .center-navbar ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  .masonary-image-parent,
  .grid .grid-item {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .mensory-grid {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }
  .main-banner .slideCount {
    padding: 0 0.5rem;
    font-size: 1.5rem;
  }
  .main-banner .slideCount span {
    font-size: 1.8rem;
  }
  .main-banner .bannerShape {
    width: 90px;
  }
  .cartTable {
    min-width: 600px;
  }
  .cartTable .productName {
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  ul.insta-feed {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
  .search-dropdown.dropdown-menu[data-bs-popper] {
    right: -170px !important;
  }
}
.dropdown-menu[data-bs-popper] {
  right: 0 !important;
  left: initial;
  background-color: var(--white);
  box-shadow: 0 0 2px 0px rgba(27, 93, 166, 0.2509803922);
}
.dropdown-menu[data-bs-popper] > li > .dropdown-item {
  color: var(--app-primary);
}
.dropdown-menu[data-bs-popper] > li > .dropdown-item:hover {
  background-color: var(--app-primary);
  color: var(--white);
}

.search-dropdown.dropdown-menu[data-bs-popper] {
  width: 300px !important;
  margin-top: 34px;
}
@media (max-width: 1199px) {
  .search-dropdown.dropdown-menu[data-bs-popper] {
    width: calc(100vw - 30px) !important;
    margin-top: 20px;
    left: 0;
    margin: 20px auto 0;
  }
}

@media (max-width: 1199px) {
  .searchDropHolder {
    position: relative !important;
    left: inherit !important;
  }
  .searchDropdownSp.dropdown {
    position: static;
  }
  .searchDropdownSp .search-dropdown {
    display: block;
  }
  .offCanvasNavMain .offCanvasNavStart {
    background-color: var(--white);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    align-items: flex-start;
    width: 100%;
    transition: all 0.3s;
  }
  .offCanvasNavMain .offCanvasNavStart.collapse:not(.show) {
    display: block;
    left: -100%;
  }
  .offCanvasNavMain .offCanvasNavStart.collapse.show {
    left: 0;
  }
  .offCanvasNavMain .offCanvasNavStart .navbar-nav .nav-item {
    width: 100%;
  }
  .offCanvasNavMain .offCanvasNavStart .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 12px 20px;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .offCanvasNavMain .sm-top-bar {
    border-bottom: 1px solid #ccc;
    padding: 16px 20px 25px;
  }
  .offCanvasNavMain .sm-top-bar .icons {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .offCanvasNavMain .sm-top-bar .icons {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .offCanvasNavMain .sm-top-bar .icons svg path {
    fill: var(--app-primary);
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .offCanvasNavMain .sm-top-bar .navbar-toggler {
    padding: 0;
    border: 0;
  }
}
@media (max-width: 1199px) {
  .offCanvasNavMain .navbar-brand {
    padding: 0;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .offCanvasNavMain .navbar-brand img {
    width: auto;
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .offCanvasNavMain .userDropdownMain {
    position: static;
  }
  .offCanvasNavMain .userDropdownMain .userDropdown {
    display: block;
    left: 0;
    top: 0 !important;
    background-color: transparent;
    width: 100%;
    padding: 0;
  }
  .offCanvasNavMain .userDropdownMain .userDropdown > li {
    width: 100%;
  }
  .offCanvasNavMain .userDropdownMain .userDropdown > li > .dropdown-item {
    color: var(--app-primary);
    font-size: 16px;
    padding: 12px 20px;
    border-bottom: 1px solid #ccc;
  }
  .offCanvasNavMain .userDropdownMain .userDropdown > li > .dropdown-item:hover {
    background-color: var(--white);
    color: var(--app-primary);
  }
  .offCanvasNavMain .search-dropdown {
    display: block;
    position: relative;
  }
  .offCanvasNavMain .search-dropdown > form {
    background-color: var(--white);
  }
  .offCanvasNavMain .search-dropdown > form > .form-control {
    border-color: var(--app-primary);
  }
  .offCanvasNavMain .search-dropdown .dropdown-toggle:after {
    display: none;
  }
  .offCanvasNavMain .search-dropdown svg path {
    fill: var(--app-primary);
  }
}
.masonary-image-parent {
  margin: auto;
  width: 75%;
}

a.download-btn {
  position: absolute;
  margin: 1.5rem;
  top: 0;
  right: 0;
  color: #000;
  filter: drop-shadow(1px 4px 10px rgba(0, 0, 0, 0.5607843137));
  background: #fff;
  padding: 0;
  display: block;
  overflow: hidden;
  line-height: 0;
  border-radius: 5px;
}

a.download-btn svg {
  width: 24px;
  height: 24px;
}

.mensory-grid {
  -moz-column-count: 4;
       column-count: 4;
  gap: 1rem;
}
.mensory-grid .grid-item {
  margin-bottom: 1rem;
  position: relative;
}

.grid {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.grid .grid-item {
  flex-basis: 24%;
  max-width: 24%;
  position: relative;
}
.grid .grid-item:last-child {
  margin-bottom: 0;
}

.nav--white {
  background-color: var(--white);
}

.dropdown-account {
  top: 210% !important;
}

.center-navbar ul {
  flex-basis: 100%;
}
.center-navbar ul.nav-brand {
  flex-basis: 15%;
  margin-inline: 1rem;
}

.search-dropdown .btn-search {
  position: absolute;
  inset-block: 0;
  right: 0;
  margin: 0.5rem;
}
.search-dropdown .form-control {
  color: #000;
  font-size: 14px;
  height: 50px;
  padding-right: 3rem;
  border-color: rgba(27, 93, 166, 0.0588235294);
}
.search-dropdown .form-control::-moz-placeholder {
  color: var(--app-primary);
}
.search-dropdown .form-control::placeholder {
  color: var(--app-primary);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.page-link,
.page-link:hover {
  color: #1d1d1d;
}

.table-res-wrapper {
  overflow-x: auto;
}

.table-res-wrapper th,
.table-res-wrapper td {
  vertical-align: middle;
  white-space: nowrap;
  vertical-align: middle;
}

.car-totle .btnGroup {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.car-totle .btnGroup strong,
.car-totle .btnGroup h6 {
  text-align: center;
}

ul.insta-feed {
  -moz-column-count: 4;
       column-count: 4;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 3rem 0;
}

ul.insta-feed li .item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.05);
}

ul.insta-feed li .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.insta-feed li .item video {
  width: 100%;
}

ul.insta-feed li .item a.play {
  transition: 0.5s;
  position: absolute;
  z-index: 1;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  inset-block: 0;
  margin: auto;
  text-align: center;
  padding: 0.5rem;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
}

ul.insta-feed li .item a svg {
  filter: drop-shadow(2px 4px 6px rgba(41, 41, 41, 0.4));
  width: 50px;
}

ul.insta-feed li .item a:hover {
  opacity: 1;
}

ul.insta-feed li {
  margin-bottom: 1.5rem;
}

.lb-dataContainer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto !important;
  text-align: right;
  z-index: 999;
}

span.lb-number {
  display: none !important;
}

.lb-data .lb-close {
  background-position: center !important;
  background-size: 45% !important;
  background-color: #000 !important;
  height: 40px !important;
  width: 40px !important;
  display: block !important;
  margin: 1rem;
  border-radius: 100px;
  z-index: 99999;
}
@media (max-width: 767px) {
  .lb-data .lb-close {
    top: 10rem;
    right: 0rem;
    padding: 0.5rem;
  }
}

.lightbox {
  position: fixed !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  left: 0;
  inset: 0 !important;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
  background-color: rgba(255, 255, 255, 0.24);
}

.form-group.row.mb-3 {
  display: flex;
  flex-direction: column;
}

.form-group.row.mb-3 .col-md-6 {
  width: 100%;
}

.show-filter-btn {
  display: none;
  border: solid 1px var(--app-primary);
  border-radius: 0;
  padding: 10px 15px;
  width: 100%;
  color: white;
  background: var(--app-primary);
  margin-bottom: 20px;
}

.filterListHolder {
  display: block;
}

@media screen and (max-width: 991px) {
  .show-filter-btn {
    display: block;
  }
  .filterListHolder {
    display: none;
  }
  .table-res-wrapper td[data-th=Price] {
    vertical-align: bottom;
    padding-bottom: 25px;
  }
}
.featuredDiscountBadge {
  background: red;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  position: absolute;
  color: white;
}

#filter-attributes-parent {
  display: flex;
  flex-direction: column;
}

#attribute-filter-list-type {
  order: -1;
}

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--app-primary);
  animation: spin 2s linear infinite;
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
#myDiv {
  display: none;
  text-align: center;
}

.loader-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3882352941);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

img {
  height: auto;
}

.prevArrowProd, .nextArrowProd {
  position: absolute;
  height: 26px;
  width: 26px;
  inset-block: 0;
  margin-block: auto;
  display: table;
  z-index: 1;
  cursor: pointer;
}

.nextArrowProd {
  right: 5px;
}

.prevArrowProd {
  left: 5px;
}/*# sourceMappingURL=main.css.map */