<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../fonts.css";


@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1450px;
  }
}


body {
  margin: 0 !important;
}

/* Footer Links */

.link-secondary {
  font-size: 15px !important;
}

.companyinfo {
  font-size: 16px !important;
}

.subscribe {
  font-size: 16px !important;
}

.copyright {
  font-size: 16px !important;
}

.credits {
  font-size: 16px !important;
}

.widget-title {
  font-size: 21px !important;
  font-weight: 400;
}

.footer {
  background-color: #f4f7ff;
}

.dropdown-menu {
  border-radius: 0px;
  border: 0px;
}

.nav-item dropend {
  padding-left: 0px;
}

.bi-person {
  font-size: 23px;
}

.bi-cart2 {
  font-size: 23px;
}

.bi-person-plus-fill {
  font-size: 23px;
}

.bi-heart {
  font-size: 18px;
}

.bi-search {
  font-size: 18px;
}

.fw-bolder {
  font-size: 18px;
}

.price {
  font-size: 18px;
}

.nprice {
  font-weight: 600;
}

.btn .badge {
  position: relative;
  top: -16px;
  left: -8px;
}

/* Carousel */

.carousel-caption {
  color: black;
  right: 58%;
  text-align: center;
  max-width: 500px;
  left: 8%;
  top: 27%;
  margin-left: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}

.cap-title {
  font-size: 62px !important;
  /* font-size: calc(0.525rem + 3.3vw);*/
  font-weight: 600;
}

.banner-button {
  font-size: 20px;
  padding: 10px 60px 10px;
}

a {
  text-decoration: none;
  color: #000;
}

/* Scroll Top Custom CSS button */
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  border-color: rgba(85, 85, 85, 0.2);
  background-color: rgb(100, 100, 100);
  border-radius: 4px;
  font-size: 20px;
  opacity: 20;
  overflow: hidden;
  z-index: 3;

}



/* Product Details Page */

.productDescription {
  font-size: 17px !important;
}

.breadcrumb-item {
  font-size: 16px !important;
}

.breadcrum_row {
  padding: 1px;
}


input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  clear: both;
  margin: 15px 0;
  position: relative;
}

.card {
  border: none;
  overflow: hidden
}

.thumbnail_images ul {
  list-style: none;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 12px;
  padding-left: 0px;
}

.thumbnail_images ul li {
  margin: 5px;
  padding: 0px;
  border: 2px solid #eee;
  cursor: pointer;
  transition: all 0.5s
}

.thumbnail_images ul li:hover {
  border: 2px solid #000
}

.main_image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  height: 400px;
  width: 100%;
  overflow: hidden
}

.heart {
  height: 29px;
  width: 29px;
  background-color: #eaeaea;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.content p {
  font-size: 12px
}

.ratings span {
  font-size: 14px;
  margin-left: 12px
}

.colors {
  margin-top: 5px
}

.colors ul {
  list-style: none;
  display: flex;
  padding-left: 0px
}

.colors ul li {
  height: 20px;
  width: 20px;
  display: flex;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer
}

.colors ul li:nth-child(1) {
  background-color: #6c704d
}

.colors ul li:nth-child(2) {
  background-color: #96918b
}

.colors ul li:nth-child(3) {
  background-color: #68778e
}

.colors ul li:nth-child(4) {
  background-color: #263f55
}

.colors ul li:nth-child(5) {
  background-color: black
}

.right-side {
  position: relative
}

.search-option {
  position: absolute;
  background-color: #000;
  overflow: hidden;
  align-items: center;
  color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 49% 51% 50% 50% / 68% 69% 31% 32%;
  left: 30%;
  bottom: -250px;
  transition: all 0.5s;
  cursor: pointer
}

.search-option .first-search {
  position: absolute;
  top: 20px;
  left: 90px;
  font-size: 20px;
  opacity: 1000
}

.search-option .inputs {
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
  position: relative
}

.search-option .inputs input {
  position: absolute;
  top: 200px;
  left: 30px;
  padding-left: 20px;
  background-color: transparent;
  width: 300px;
  border: none;
  color: #fff;
  border-bottom: 1px solid #eee;
  transition: all 0.5s;
  z-index: 10
}

.search-option .inputs input:focus {
  box-shadow: none;
  outline: none;
  z-index: 10
}

.search-option:hover {
  border-radius: 0px;
  width: 100%;
  left: 0px
}

.search-option:hover .inputs {
  opacity: 1
}

.search-option:hover .first-search {
  left: 27px;
  top: 25px;
  font-size: 15px
}

.search-option:hover .inputs input {
  top: 20px
}

.search-option .share {
  position: absolute;
  right: 20px;
  top: 22px
}

.buttons .btn {
  height: 50px;
  width: 150px;
  border-radius: 0px !important
}

.border-end {
  border-right: none !important;
}


.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border: none !important;
}

.nav-tabs .nav-link {
  border: none;

}

.nav-tabs .nav-link.active {
  background: transparent !important;
  color: #000 !important;
  border-bottom: 2px solid #000 !important;
  border-radius: 0px !important;
}

.breadcrum-bg {
  background-color: #f6f5f5;
}

/* Cart */

/* Item details pages image gallery */
/*----------------------------------*/


/* The Close Button */
.close {
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 7px;
  width: auto;
  padding: 10px;
  margin-top: -5px;
  color: #000;
  font-weight: bold;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: none;
  user-select: none;
  -webkit-user-select: none;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next &amp; previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: #000;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.cart-btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  width: 100%;
  padding: 0;
  height: 48px;
}

.cart-btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  width: 100%;
  padding: 0;
  height: 48px;
}

.buy-btn-primary {
  color: #fff;
  background-color: #da64a9;
  border-color: #da64a9;
  width: 100%;
  padding: 0;
  height: 48px;
}

.buy-btn-primary:hover {
  color: #fff;
  background-color: #da64a9;
  border-color: #da64a9;
  width: 100%;
  padding: 0;
  height: 48px;
}

.yousave {
  color: #da64a9;
  font-size: 12px;
  padding-left: 0px;
}

.price h6 strike {
  font-size: 12px;
}

.bg-rating-yes {
  background-color: #acabab;
  border-color: #acabab;
}

.bg-rating {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.bg-discount {
  background-color: #da64a9;
  border-color: #da64a9;
}


.circle-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
  border: 3px solid white;
  box-shadow: rgba(52, 52, 52, 0.314) 0px 2px 1px 0px, rgba(188, 42, 141, 0.314) 0px -2px 1px 0px, rgba(52, 52, 52, 0.314) 2px 0px 1px 0px, rgba(188, 42, 141, 0.5) -2px 0px 1px 0px, rgba(52, 52, 52, 0.5) 2px -2px 1px 0px, rgba(52, 52, 52, 0.855) -2px 2px 1px 0px, rgba(188, 42, 141, 0.855) 2px 2px 1px 0px, rgba(52, 52, 52, 0.855) -2px -2px 1px 0px;
}

.circle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.square-container {
  width: 180px;
  /* Adjust the size of the circle */
  height: 180px;
  /* Adjust the size of the circle */
  border-radius: 6%;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.square-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.product-list-container {
  min-width: 230px;
  /* Adjust the size of the circle */
  min-height: 230px;
  /* Adjust the size of the circle */
  height: 230px;
  max-width: 320px;
  max-height: 405px;
  overflow: hidden;
  /* position: relative; */
  margin: auto;
  border-radius: 8px;
}

#vdprice {
  font-weight: 600;
}

.product-list-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h5 {
  font-weight: 400 !important;
}


.card-img,
.card-img-top,
.main_image1 img {
  /* border-radius: var(--bs-card-inner-border-radius); */
  border-radius: none;
}


.thumb-container {
  width: 100px;
  /* Adjust the size of the circle */
  height: 120px;
  /* Adjust the size of the circle */
  overflow: hidden;
  position: relative;
  margin: auto;
}

.thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shippingcontent {
  font-size: 17px !important;
  line-height: 1.6 !important;
  font-weight: 300 !important;
}

.largecontent {
  font-size: 17px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: #000;
}

/* Rating */
.rating-num {
  margin-top: 0px;
  font-size: 47px;
}

.short-text-desc-page {
  background: #ababab;
  color: #fff;
  border-radius: 7px;
  padding: 0px 6px 0px 2px;
  margin-top: 1px;
  font-size: 11px;
  height: 18px;
}

.short-text-desc-page .bi-star-fill {
  align-self: center;
  padding-left: 3px;
}

.letter-cir {
  position: relative;
  text-transform: uppercase;
  top: 0px;
  left: 0;
  font-size: 28px;
  background-color: #ff324d;
  border-radius: 50px;
  height: 46px;
  line-height: 16px;
  color: #fff;
  min-width: 46px;
  text-align: center;
  padding: 18px 5px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: -5px;
}

.short-text-desc-page h6 {
  padding-left: 0px;
  margin-left: -8px;
}

.short-text-desc-page h6 span {
  font-size: 13px;
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  height: 4px;
}

.green {
  background: green !important;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}


.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  height: 6px;
}

.rating-desc {
  font-size: 12px;
}

.comment-title h6 {
  margin-bottom: 3px;
}


/* Rating */


/* MyAccount */
.myaccountsidemenu li {
  padding: 16px 20px;
}

.list-group-item.active {
  background: #f6f5f5;
  color: #000;
  border: none;
}

/* MyAccount */


.offcanvas-header {
  background-color: #fff;
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-height: 43vh !important;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}


.navbar-expand-lg .navbar-nav .nav-link:hover {
  background: #eaeceb !important;
}


/* HOME * /

/*-- Images Hover Effects CSS --*/
.img-box {
  position: relative;
  transition: .5s;
  /*max-height: 230px;*/
  overflow: hidden;
  margin-bottom: 30px;
  /*border-radius: 0px 100px;*/
}

.img-box img {
  max-width: 100%;
  /*border: 3px solid #FFC107;*/
  position: relative;
  width: 100%;
}

.img-box::before,
.cat-card-img-top:before {
  /*content: '';*/
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  z-index: 1;
  transition: .5s;
}

.img-box::after,
.cat-card-img-top:after {
  /*content: '';*/
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  z-index: 2;
  transition: .5s;
}

.cat-card-img-top:hover {
  transform: scale(1.04);
  transition: .5s;
}

/* Show quick view button */
/*-----------------------*/
.overlay {
  position: absolute;
  height: 50px;
  width: 88%;
  opacity: 0;
  transition: .5s ease;
}

.card:hover .overlay {
  opacity: 1;
}

.card:after .overlay {
  opacity: 0;
}

/*-----------------------*/



.cat-card-img-top:after {
  transform: scale(0);
  transition: .5s;
}

.img-box:hover::before {
  left: 10px;
  top: 10px;
}

.img-box:hover::after {
  right: 10px;
  bottom: 10px;
}

.cat-card-img-top {
  overflow: hidden;
}

.left {
  position: absolute;
  top: 45%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* HOME */



/* NAV */

.navbar-nav .nav-link {
  color: #4a4a4a;
  text-transform: uppercase !important;
  font-size: 15px !important;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-weight: 800;
}

.dropend .dropdown-toggle {
  color: #4a4a4a;
  margin-left: 1em;
}

.dropdown-item:hover {
  background-color: #f6f5f5;
  color: #000;
}

.dropdown .dropdown-menu {
  border: 1px solid #f3f1ef;
  text-transform: uppercase;
  font-size: 14px !important;
  color: #4a4a4a;
}

.dropdown:hover&gt;.dropdown-menu,
.dropend:hover&gt;.dropdown-menu {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  min-width: 200px;
}

@media screen and (min-width: 769px) {
  .dropend:hover&gt;.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }

  .dropend .dropdown-toggle {
    margin-left: 0px;
  }
}


.dropdown-item {
  display: block;
  width: 100%;
  padding: none;
  clear: both;
  font-weight: 200;
  color: #4a4a4a;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px !important;
  padding: 14px 18px;
}

.rmenutext {
  text-transform: uppercase !important;
  color: #4a4a4a;
  font-size: 14px !important;
  letter-spacing: 2px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 18px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  background: #f6f5f5;
  color: #000 !important;
}

.navbar-expand-lg .navbar-nav .nav-link,
.dropdown-item {
  font-weight: 500 !important;
}

.nav-item .dropdown-toggle {
  color: #4a4a4a !important;
}

.navbar-nav .main-menu,
.navbar-nav .level-one-dropdown {
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 2px;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* NAV CSS */

.col-product-search {
  border: 0px solid;
  margin: 2px;
  /*box-shadow: 0px 0px 0px 1px #00000029;
  padding: 1rem !important;*/
}

.side-menu .main-menu {
  width: 100%;
  height: auto;
  /*padding: 15px 0px 15px 21px;*/
  padding-left: 21px;
  background: #ffffff;
  border-top: 1px solid #ebebeb;
}


.side-menu .sub-menu {
  width: auto;
  height: auto;
  /*padding: 15px 0px 15px 37px;*/
  padding-left: 37px;
  background: #efefef;
  border-top: 1px solid #e9e9e9;
  margin-left: -21px;
}

.side-menu .main-menu&gt;a,
.side-menu .sub-menu&gt;a {
  display: block;
  width: 100%;
  position: relative;
  padding: 15px 0px;
}

.side-menu .sub-menu:first-child {
  margin-top: 6px;
}

/* menu icon on click */

.side-menu .main-menu&gt;a:after {
  /*content: "\25B6";
    font-family: 'Font Awesome 5 Free';*/
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.side-menu .main-menu&gt;a[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(90deg);
}

.owl-stage {
  margin-top: 2px;
}</pre></body></html>