body {
  font-family: "Poppins", sans-serif;
}

.main-image a {
  display: block;
}

.quickview-pretext {
  margin: 10px 0px;
  font-size: 15px;
}

.quickview-posttext {
  margin: 10px 0px;
  font-size: 15px;
}

.quickview a.quickview_handler {
  background: #3399cc;
  color: #ffffff !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  position: absolute !important;
  display: none;
  z-index: 99;
}
.quickview:hover > .quickview_handler {
  display: block;
}
.quickview_handler:hover,
.quickview_handler:focus {
  background: #19a0b8;
  color: #ffffff;
  text-decoration: none !important;
  cursor: pointer;
}

.quickview_handler:focus {
  outline: none;
}

.fancybox-lock .zoomContainer {
  -webkit-transform: none !important;
}

.fancybox-lock .zoomContainer .zoomLens,
.fancybox-lock .zoomContainer .zoomWindow {
  z-index: 8021 !important;
}

.quickview-main .product-image-thumbs li:first-child {
  margin-left: 0;
}

.quickview-main .product-collateral {
  display: none;
}

.products-list li.item .f-fix .quickview_handler {
  float: left;
}

.quantity-box .quantity-input {
  width: 50px;
}

span.addtocart-button {
  padding-top: 5px !important;
}
.quickview a.quickview_handler:hover:after {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  top: -37px;
  color: #fff;
  content: attr(data-title);
  left: 50%;
  padding: 5px;
  position: absolute;
  z-index: 98;
  width: 100px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.quickview a.quickview_handler:hover:before {
  border: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 6px 6px 0px 6px;
  top: -6px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  z-index: 99;
}
.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 530px;
  background: #fff url(../images/lazy-loader.gif) no-repeat center center;
  padding: 20px 10px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
}

.fa-x-twitter:before {
  content: "";
}

.fa-x-twitter {
  display: inline-block;
  width: 20px;
  height: 15px;
  background-color: currentColor;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M18.901 1.153h3.68l-8.04 9.19L24 22.847h-7.406l-5.8-7.584-6.63 7.584H.48l8.6-9.83L0 1.153h7.594l5.243 6.932 6.064-6.932zm-1.293 19.39h2.037L6.486 3.34H4.308l13.3 17.203z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M18.901 1.153h3.68l-8.04 9.19L24 22.847h-7.406l-5.8-7.584-6.63 7.584H.48l8.6-9.83L0 1.153h7.594l5.243 6.932 6.064-6.932zm-1.293 19.39h2.037L6.486 3.34H4.308l13.3 17.203z'/%3E%3C/svg%3E");

  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;
}

.d-lg-none {
  display: none;
}

.homeMenu {
  padding-right: 20px;
}
.homeMenu img {
  height: 50px !important;
  margin: 5px 5px !important;
}
.homeMenu a,
.homeMenu a:hover {
  background-color: rgba(41, 42, 43, 0.64) !important;
}

.header-bottom.fixed-top {
  backdrop-filter: blur(20px);
}
.mobIMenu {
  display: none;
}

.p-0 {
  margin: 0 !important;
  padding: 0 !important;
}

.fixed-top {
  width: 100% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}
.footer-logo img {
  width: 200px;
  margin-bottom: 20px;
}
.social-footer a::before,
.footer-logo::before {
  content: unset !important;
}

.footer-logo:hover {
  padding: 0 !important;
}

.text-light {
  color: #fff;
}

.header-bottom-right i {
  font-size: 20px;
}

.social-footer {
  margin: 20px 0;
  display: flex;
  gap: 10px;
}

.social-footer a {
  padding: 10px;
  background-color: #000;
  border-radius: 3px;
  font-size: 20px;
}

.social-footer a:hover {
  padding: 10px !important;
  background-color: rgba(190, 174, 89, 0.7) !important;
  color: #fff !important;
}

.w-100 {
  width: 100%;
}

.object-cover {
  object-fit: cover;
}

.position-relative {
  position: relative;
}

.deals-days .deals-left-desc .vstBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.deals-days .deals-left-desc .vstBtn:hover {
  color: #05004e;
  background-color: rgb(255, 242, 180);
}

.d-block {
  display: block;
}

.layerc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.layerc span {
  font-weight: 400;
}

.blogs .blog-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.blogs .blog-box .blog-info .blog-desc {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.aboutPP {
  margin: 20px 0;
  text-align: left;
  padding: 20px 10px;
}

.aboutPP h4 {
  margin-bottom: 10px;
}

.bgr {
  background-color: rgba(190, 174, 89, 0.7);
  color: #fff;
}

.mb-3 {
  margin-bottom: 20px;
}

.store-social .fa-x-twitter {
  width: 12px;
  height: 12px;
}
.s-content li,
.s-content ul {
  list-style: unset;
}

.s-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.collections-section {
  margin: 20px;
}

sdsad .product-slider {
  max-width: 600px;
  margin: auto;
}

/* Main slider */
.product-gallery__slider {
  border-radius: 10px;
  overflow: hidden;
}

.product-gallery__slide img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
}

.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}

/* Thumbnails wrapper */
.product-gallery__thumbs-wrapper {
  margin-top: 10px;
}

/* Thumbnail slider */
.product-gallery__thumbs .product-gallery__thumb {
  padding: 5px;
  cursor: pointer;
}

.product-gallery__thumb img {
  width: 100%;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

/* Active thumbnail */
.product-gallery__thumbs .slick-current img {
  border-color: #000;
  transform: scale(1.05);
}

/* Hover effect */
.product-gallery__thumb img:hover {
  opacity: 0.8;
}

.zoomWindowContainer {
  display: none;
}

.success-message {
  color: #004300;
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
}

.mt-2 {
  margin-top: 10px;
}

.s-content table {
  margin: 20px auto;
  border: 1px solid #bbb;
  border-radius: 5px;
  background-color: #fff9d7;
}

.s-content table th {
  text-align: left;
}

.s-content .table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #fff;
}

.s-content .table thead > tr > th {
  background: #8d7a0f;
  color: #fff;
}
/* Responsive tweaks */
@media (max-width: 768px) {
  .product-slider {
    max-width: 100%;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .product-gallery__thumb img {
    border-radius: 4px;
  }
}
