/*------------------------------------------------------------------------------------- 
Theme Name:		 Xports Child Theme
Theme URI:		 https://bytezdevs.com/xports-child-theme
Description:	 Personal Portfolio WordPress Theme
Author:			 Banglatheme
Author URI:		 https://bytezdevs.com/
Template:		 xports
Version:		 1.0.0
Text Domain:	 xportschildtheme
-------------------------------------------------------------------------------------*/

/*
    Please Add your custom styles here
*/
// code for eye icon
.password-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.password-wrapper input {
    width: 100%;
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    font-size: 16px;
}



/* Shop product gallery layout - applies site-wide */
.gt-shop-details-left-item {
    display: flex;
    gap: 30px;
    flex-direction: column-reverse;
}

.gt-shop-details-left-item .nav {
    display: flex;
    max-width: 500px;
    gap: 21px;
    flex-wrap: nowrap;
    flex-direction: row;
}

/* Mobile view: wrap thumbnails nicely */
@media (max-width: 575px) {
    .gt-shop-details-left-item {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .gt-shop-details-left-item .nav-item {
        flex: 1 1 30%;
        max-width: 100px;
    }

    .gt-shop-details-left-item .nav-link img {
        width: 100%;
        height: auto;
        display: block;
    }
}

.header-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist-icon-link {
  font-size: 20px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.wishlist-count {
  transition: all 0.3s ease;
}

.wishlist-icon-link:hover .wishlist-count {
  transform: scale(1.1);
}

.yt-stats {
  display: block;
  margin-top: 6px;
  color: #bbb;
  font-size: 13px;
  font-weight: 500;
}
.yt-stats span {
  margin-right: 6px;
}

.ch-timer {
  color: #ff8c00;
  font-weight: 500;
  font-size: 14px;
}
.ch-complete {
  color: #28a745;
  font-weight: bold;
}

