/*========= Image Details Page Start ==========*/
/* .user-profile-content {
    position: sticky;
    top: 70px;
    left: 0;
    z-index: 1;
} */
.details-page-image .navigation-bar {
  color: #000 !important;
}

.details-page-image .navigation-bar .logo #darkLogo {
  opacity: 1;
}

.user-profile-head {
  padding: 12px 10px;
}

.profile-img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.user-profile-name {
  display: flex;
  flex-direction: column;
}

.user-name {
  font-size: 15px;
  color: #111111;
  line-height: 17px;
}

.user-subname {
  font-size: 12px;
}

.user-subname {
  font-size: 13px;
}

.user-subname i {
  margin-left: 5px;
}

.user-subname i::before {
  width: 10px;
  height: 10px;
  display: inline-block;
}

.user-favourite-icon {
  box-shadow: 0 1px 1px #00000014;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #767676;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.user-favourite-icon:hover {
  border-color: #000;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.user-followup {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.btn-group {
  background-color: #3cb46e;
  color: #fff;
}

.btn-success {
  color: #fff;
  font-size: 14px;
  padding: 5px 11px;
}

.user-followup .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group .btn:active,
.btn-group.btn:focus-visible,
.btn.show {
  background-color: #3cb46e;
  border-color: #3cb46e;
  box-shadow: none;
}

.btn-success:hover {
  background: linear-gradient(180deg, #0000 50%, #0b151e14), #37a866;
}

.user-download-btn .btn-success:first-child {
  margin-right: 1px;
}

.dropdown-menu {
  border-radius: 6px;
  /* box-shadow: 0 8px 16px #00000029; */
  min-width: 135px;
  transition: all 0.3s ease-in-out;
  top: 48px !important;
  transform: translateY(50px) !important;
}
.dropdown-menu.show {
  transform: translateY(12px) !important;
  transition: all 0.3s ease-in-out;
}
.dropdown-menu-main {
  left: -50px !important;
}
.dropdown-menu-main .dropdown-item {
    font-size: 15px;
}


.dropdownarrow {
  border-radius: inherit;
  box-shadow: 0 0 0 1px #0000001f;
  width: 25px;
  right: 15px;
  top: -12px;
  height: 20px;
  pointer-events: none;
  position: absolute;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #000;
}

/* .dropdownarrow {
    position: absolute;
    left: 0px;
    transform: translate(177px, 0px);
    bottom: calc(100% - 1px);
    z-index: 1;
}
.dropdownarrow span:first-child{
    border-bottom-color: #0000001f;
    top: -1px;
    position: absolute;
    z-index: -1;
    border: 8px solid #0000;
}
.dropdownarrow span:last-child{
    border-bottom-color: rgb(255, 255, 255);
    border: 8px solid #0000;
} */
.user-more-img {
  width: 64px;
  height: 64px;
}

.user-profile-more {
  position: absolute;
  left: 0;
  top: 80px;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px;
  width: 350px;
  border: 1px solid #d1d1d1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.user-profile-box:hover .user-profile-more {
  opacity: 1;
  visibility: visible;
  top: 60px;
  transition: all 0.3s ease-in-out;
}

.user-profile-dshow {
  opacity: 1;
  visibility: visible;
  top: 60px;
  transition: all 0.3s ease-in-out;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.user-more {
  gap: 10px;
}

.user-more-images {
  margin: 16px 0;
}

.user-profile-dropdown {
  width: calc(100% - 140px);
  white-space: nowrap;
}

.user-profile-dropdown .user-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.user-profile-dropdown .user-subname {
  font-size: 15px;
  color: #767676;
}

.user-more-item {
  width: 100px;
  height: 75px;
}

.user-more-item img {
  object-fit: cover;
}

.user-view-profile {
  text-align: center;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  font-size: 14px;
  color: #767676;
  padding: 5px 10px;
  box-shadow: 0 1px 1px #00000014;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.user-view-profile:hover {
  border-color: #000;
  transition: all 0.3s ease-in-out;
}

.user-profile-arrow {
  position: absolute;
  top: -21px;
  left: 9px;
  font-size: 21px;
  color: #d1d1d1;
  z-index: -1;
}

.user-profile-more::before,
.user-download-btn .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 13px;
  top: -1px;
  background-color: #fff;
  height: 5px;
  width: 14px;
  z-index: 2;
  border-radius: 61px;
}

.user-download-arrow {
  top: -21px;
  right: 11px;
  left: unset;
}

.user-download-btn .dropdown-menu::before {
  left: unset;
  right: 15px;
  top: -2px;
}

/*========= Image Details Page End ==========*/
/*========= Product Details Start =========*/
.product-details {
  padding: 10px;
}

.product-img {
  max-width: 775px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.product-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  cursor: zoom-in;
}

.product-details-view {
  column-gap: 20px;
  grid-template-columns: repeat(3, minmax(min-content, 100px));
}

.viewers-label {
  font-size: 14px;
  color: #767676;
}

.viewers-cout {
  font-size: 15px;
  color: #111111;
}

.product-share {
  align-self: self-start;
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
}

.product-share-item a {
  color: #111111;
}

.user-view-profile .user-profile-more {
  right: 0;
  left: unset;
  width: auto;
  padding: 0;
}

.product-share-dropdown ul {
  list-style: none;
  padding: 8px 0;
  margin-bottom: 0;
}

.product-share-dropdown .user-profile-arrow {
  right: 10px;
  left: unset;
  top: -20px;
}

.user-view-profile .user-profile-more::before {
  right: 14px;
  left: unset;
  width: 13px;
}

.share-facebook i {
  color: #1877f2;
}

.share-pinterest i {
  color: #e60023;
}

.share-twitter i {
  color: #1da1f2;
}

.share-option {
  padding: 4px 14px;
  transition: all 0.3s ease-in-out;
}

.share-option i {
  font-size: 16px;
}

.share-option:last-child i {
  font-size: 20px;
}

.share-email i,
.share-via i,
.share-link i,
.collection-total-img {
  color: #767676;
}

.share-option:hover,
.share-option:focus {
  background-color: #f5f5f5;
  color: #111;
  transition: all 0.3s ease-in-out;
}

.user-view-profile .user-profile-dshow {
  top: 45px;
}

.product-description {
  padding: 35px 0;
}

.product-description h1,
.product-description p {
  color: #111111;
}

.product-description h1 {
  font-size: 22px;
}

.product-description p {
  font-size: 14px;
}

.product-location:hover {
  text-decoration: underline;
}

.product-description span,
.product-description a {
  color: #767676;
  font-size: 14px;
}

.product-description .d-flex {
  margin-bottom: 6px;
}

.product-description .d-flex:last-child {
  margin-bottom: 0;
}

.product-tag a {
  font-size: 14px;
  background-color: #eee;
  border-radius: 4px;
  color: #555;
  padding: 4px 10px;
  margin: 0 8px 8px 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.product-tag a:hover {
  background-color: #e1e1e1;
  transition: all 0.3s ease-in-out;
}

/*========= Product Details End =========*/
/*======= Priemium Section Start ========*/
.premium-section {
  padding: 35px 0;
}

.premium-section .container-fluid,
.related-section .container-fluid,
.collection-section .container-fluid,
.following-content .container-fluid {
  padding: 0 35px;
}

.premium-section-title,
.related-section-title {
  margin-bottom: 24px;
}

.premium-section-img:hover {
  filter: brightness(0.93);
}

.priemium-more-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

.priemium-more-img:hover {
  text-decoration: underline;
}

.priemium-more-img i {
  font-size: 11px;
  position: relative;
  top: 1px;
  right: -1px;
}

/*======= Priemium Section End ========*/
/*======= Related Section Start =======*/
.related-modal .modal-body {
  padding: 0;
}

.related-modal-close {
  text-align: end;
  position: relative;
  top: 5px;
  right: 0;
  padding-right: 10px;
}

.related-slider {
  padding: 10px;
  position: relative;
}

/* .mySlides {
    width: 770px;
    height: 580px;
    margin: 0 auto;
} */

.mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.related-slider .prev {
  position: absolute;
  top: 50%;
  left: -6%;
  font-size: 33px;
  color: #d1d1d1;
  cursor: pointer;
}

.related-slider .next {
  position: absolute;
  top: 50%;
  right: -6%;
  font-size: 33px;
  color: #d1d1d1;
  cursor: pointer;
}

.related-slider-details {
  padding: 0 20px;
}

/*======= Related Section End =======*/
/*======= Collection Section Start =======*/
.collection-section {
  padding-top: 35px;
}

.collections-gallery.collection-section .collection:hover .img-container {
  opacity: 0.85;
  box-shadow: none;
  transform: none;
}

.collections-gallery.collection-section .tag a {
  background-color: #eee;
  color: #555;
  border: none;
  padding: 4px 10px;
  font-size: 13px;
}

.collection-section .collec-sub-link {
  font-size: 18px;
}

.collections-gallery.collection-section .tag:active a,
.collections-gallery.collection-section .tag:focus a,
.collections-gallery.collection-section .tag:hover a {
  background-color: var(--secondary-brand-clr--hex);
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}

.collections-gallery.collection-section .tag {
  padding: 0;
  margin: 0 8px 10px 0;
}

/*======= Collection Section End =======*/
/*====== Following Content Start =====*/
.following-content {
  padding: 20px 0;
}

/*====== Following Content End =====*/

/* ::-webkit-scrollbar {
    width: 5px;
    background-color: red;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b30000;
} */

/* .body-visible{
    overflow: visible !important;
    transition: all 0.5s ease-in-out;
} */

/* vishal css */

.otherpage-nav {
  /* display: block !important; */
  background: #fff !important;
  /* height: 90px; */
  color: #000 !important;
}

.otherpage-nav .nav-links,
.otherpage-nav .nav-links a,
.otherpage-nav .menu a,
.otherpage-nav .header-menu-item a {
  color: #000 !important;
}

.breadcrumb-container {
  max-width: 704px !important ;
}

.display-4 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}

.para {
  font-size: 18px;
}
