body{
	background-color: #FFF;
	margin: 0px;
}#topban{
	width: 100%;
	float: left;
}#wrapper {
    width: 1200px;
    margin: 0 auto; /* Centers the element horizontally */
    position: relative; /* Optional, if you need to position child elements */
}#content-clear {
    float: left;
    width: 100%;
    margin-top: 50px; /* Same as the footer height to create space for it */
}#header{
	float: left;
	width: 100%;
	height: 70px;
	z-index: 10;
}#logo{
	float: left;
	height: 60px;
}.menu {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Evenly spaces menu items */
    padding: 10px 10px;
    color: #333;
    width: 350px; /* Keeps the menu constrained to 400px width */
    float: right; /* Positions the menu to the right of the parent container */
    height: 40px;
    font-weight: bold;
    gap: 20px; /* Adds consistent spacing between items */
}

.menu-item {
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}

.menu-item a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: color 0.3s;
}

.menu-item a:hover {
    color: #ff9900;
}

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #444;
    padding: 10px 0;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
	width: 200px;
	border-radius: 5px;
}

.dropdown-menu a {
    display: block;
    padding: 8px 20px;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
}

.dropdown-menu a:hover {
    background-color: #555;
}

.dropdown:hover .dropdown-menu {
    display: block;
}.search-bar-container {
    display: none; /* Hidden by default */
    position: fixed; /* Makes it fixed relative to the viewport */
    top: 60px;
    left: 0;
    width: 100%; /* Ensures it spans the entire width of the viewport */
    background-color: #333;
    padding: 10px 20px;
    z-index: 1000; /* Places it above other elements */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.search-bar {
    width: 97%;
    padding: 0.5%;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 5px;
}.accountbox{
float: left;
width: 570px;
height: auto;
margin-top: 15px;
background-color: #ff6c00;
border-radius: 5px;
margin-left: 10px;
margin-bottom: 3px;
}.accountsign{
width: 98%;
height: 40px;
box-sizing:border-box;
margin-bottom: 10px;
margin-left: 1%;
}.acgreet{
float: left;
color: #FFF;
font-weight: bold;
font-size: 18px;
margin-top: 3px;
margin-left: 5px;
margin-bottom: 6px;
}.achead{
float: left;
color: #FFF;
font-weight: bold;
font-size: 18px;
margin-top: 2px;
margin-left: 5px;
margin-bottom: 2px;
width: 400px;
}.rimage{
float: left;
width: 40%;
margin-left: 5%;
text-align: center;
color: #FFF;
font-weight: bold;
}.subbuttons{
	background-color: #258fcd;
	color: #FFF;
	border-radius: 5px;
	height: 30px;
	border: none;
}#footer {
    width: 100%;
    background-color: #000;
    color: #FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10; /* Ensures it's above other elements if needed */
}.foothold{
width: 1200px;
margin-left: auto;
margin-right: auto;
}.floatl{
float: left;
width: 50%;
margin-top: 10px;
}.floatr{
float: right;
width: 50%;
text-align: right;
}a.fmenu:link {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}a.fmenu:visited {
  color: #FFF;
  text-decoration: none;
}a.fmenu:hover {
  color: #FFF;
  text-decoration: underline;
}a.fmenu:active {
  color: #FFF;
  text-decoration: none;
}.release-item {
    display: flex;
    flex-direction: column;
    float: left; /* Allows items to align side by side */
    width: 215px; /* Fixed width for consistent item size */
    height: 225px;
    margin: 10px; /* Adds spacing between items */
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
}

.release-date {
    margin-top: 5px;
    margin-left: 68%;
    background: #ff9900;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
	float: left;
	font-weight: bold;
	width: 20%;
	float: left;
}

.release-image img {
    width: 100%; /* Makes the image responsive */
    height: auto;
    display: block;
	float: left;
}

.release-name {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    text-align: left;
    flex-grow: 1; /* Allows it to grow and fill remaining space */
    display: flex; /* Enables flexbox inside this element */
    align-items: flex-start; /* Align text at the top of the box */
    justify-content: flex-start; /* Align text to the left */
    margin-top: auto; /* Pushes the element to the bottom */
    text-align: center;
}

/* Clearfix to contain floated elements */
.release-container::after {
    content: "";
    display: table;
    clear: both;
}.viewtop{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	font-size: 14px;
}.viewtop .separator {
    margin: 0 5px; /* Adds space on both sides of the separator */
    color: #aaa; /* Optional: Style the separator */
}.sneaker-gallery {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.main-image img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    margin-bottom: 5px;
}

.thumbnail-row {
    display: flex;
    gap: 10px; /* Space between thumbnails */
    overflow-x: auto; /* Enable horizontal scrolling */
    padding: 10px;
    scrollbar-width: thin; /* For modern browsers */
    scrollbar-color: #888 #ccc; /* Thumb and track colors */
}

.thumbnail-row::-webkit-scrollbar {
    height: 8px; /* Height of the scrollbar */
}

.thumbnail-row::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the thumb */
    border-radius: 4px; /* Rounded corners for the thumb */
}

.thumbnail-row::-webkit-scrollbar-track {
    background-color: #ccc; /* Background of the scrollbar track */
}

.thumbnail {
    width: 100px;
    height: 100px;
    object-fit: contain; /* Ensures the whole image fits inside */
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.2s, border-color 0.2s;
    background-color: #f9f9f9; /* Optional: Background color for empty space */
}

.thumbnail:hover {
    transform: scale(1.1);
    border-color: #333;
}
.picside{
	width: 600px;
	float: left;
}.rlside{
	width: 590px;
	float: left;
	margin-left: 10px;
}.sninfo{
	width: 100%;
	float: left;
	font-size: 14px;
}.info-box {
	float: left;
    width: 100%; /* Full width of the container */
    max-width: 600px; /* Optional: Limit max width */
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc; /* Optional: Box border */
    border-radius: 5px; /* Optional: Rounded corners */
    padding: 10px;
    background: #f9f9f9; /* Light background */
	margin-top: 10px;
}

.info-row {
    display: flex; /* Flexbox layout */
    justify-content: space-between; /* Space between label and value */
    padding: 10px 0; /* Vertical padding */
    border-bottom: 1px solid #ddd; /* Underline */
}

.info-row:last-child {
    border-bottom: none; /* Remove underline for the last row */
}

.info-label {
    font-weight: bold; /* Emphasize labels */
    text-align: left; /* Align text to the left */
}

.info-value {
    text-align: right; /* Align text to the right */
    color: #555; /* Slightly lighter text color */
}.tagbox{
	width: 100%;
	float: left;
	margin-top: 5px;
}.tag-link {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s;
}

.tag-link:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}.pagenate{
    width: 100%;
    float: left;
    margin-top: 10px;
}.pagination {
    text-align: center;
    margin: 20px 0;
}

.pagination a {
    margin: 0 5px;
    padding: 8px 12px;
    text-decoration: none;
    color: #258fcd;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: bold;
}

.pagination a:hover {
    background-color: #ff6c00;
    color: #fff;
    font-weight: bold;
}

.pagination .current-page {
    margin: 0 5px;
    padding: 8px 12px;
    background-color: #ff6c00;
    color: #fff;
    border: 1px solid #ff6c00;
    border-radius: 5px;
    font-weight: bold;
}a.bcrumb:link {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}a.bcrumb:visited {
  color: #333;
  text-decoration: none;
}a.bcrumb:hover {
  color: #ff6c00;
  text-decoration: underline;
}a.bcrumb:active {
  color: #333;
  text-decoration: none;
}.simshoes{
	width: 100%;
	float: left;
}.description-container {
	float: left;
    position: relative;
    max-width: 98%; /* Set a desired width for the container */
    margin-left: 1%;
	margin-right: 1%;
    font-family: Arial, sans-serif;
}

.brand-description {
    max-height: 65px; /* Set the initial height for the collapsed state */
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
	font-size: 14px;
}

.brand-description.expanded {
    max-height: none; /* Removes the height restriction when expanded */
    overflow: visible;
}

#toggle-btn {
    position: absolute;
    bottom: -30px;
    right: 0;
    background-color: #ff6c00;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
	font-weight: bold;
}

#toggle-btn:hover {
    background-color: #258fcd;
}h1 {
    margin-bottom: 0;
    padding: 0;
	font-size: 26px;
}h3 {
    margin-bottom: 0;
    padding: 0;
	font-size: 20px;
}.viewstyledesc{
	width: 100%;
	float: left;
}/* Description container styling */
#description-container {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    width: 100%; /* Adjust width as needed */
	float: left;
}

/* Short and full description styling */
#short-description,
#full-description {
    font-size: 14px;
    display: block; /* Ensure both are block elements */
}

/* Link styling for toggling descriptions */
#toggle-link,
#toggle-link-less {
    color: #007bff; /* Blue link color */
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

/* Hover effect for toggle links */
#toggle-link:hover,
#toggle-link-less:hover {
    color: #0056b3; /* Darker blue on hover */
    text-decoration: none;
}.filter-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.filter-button {
    display: block;
    width: 48%; /* 50% minus small margin */
    padding: 10px;
    text-align: center;
    background-color: #ddd;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.filter-button:hover {
    background-color: #007bff;
	color: #FFF;
}

.filter-button.active {
    background-color: #ff6c00;
    color: #fff;
}.adbox{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	align-content: center;
	justify-content: center;
}.adbox-bottom{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	align-content: center;
	justify-content: center;
	margin-bottom: 60px;
}.top-ad{
	width: auto;
	height: auto;
}.foot-ad{
	width: auto;
	height: auto;
}

#header-account {
	width: 100%;
	float: left;
	height: 60px;
	background-color: #333;
}#header-logo{
	float: left;
	height: 50px;
	margin-top: 5px;
	margin-left: 1%;
}#log-wrapper {
    width: 100%;
    margin: 0 auto; /* Centers the element horizontally */
    position: relative; /* Optional, if you need to position child elements */
}.custom-user-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
	height: 60px;
	float: right;
	align-content: center;
	justify-content: center;
	margin-right: 1%;
}

.custom-user-trigger {
    display: flex;
    align-items: center;
    gap: 5px; /* Space between the picture and arrow */
}

.custom-user-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%; /* Make it a circle */
}

.custom-dropdown-arrow {
    font-size: 30px;
	color: #FFF;
}

.custom-dropdown-menu {
    display: none; /* Hide dropdown by default */
    position: absolute;
    top: 50px; /* Position it below the trigger */
    right: 0;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 150px;
    z-index: 1000;
}

.custom-dropdown-menu a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.custom-dropdown-menu a:hover {
    background-color: #f1f1f1;
}

/* Keep the menu visible when hovering over the entire user menu container */
.custom-user-menu:hover .custom-dropdown-menu {
    display: block; /* Show menu when hovering over the container */
}/* Main left menu container */
.container {
    display: flex;
    margin-top: 160px; /* Push content below the fixed header */
    margin-bottom: 40px; /* Push content above the fixed footer */
    height: calc(100vh - 200px); /* Subtract header (160px) + footer (40px) */
    width: 100%;
    box-sizing: border-box;
}

/* Left menu */
.left-menu {
    width: 10%;
    background-color: #333;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    box-sizing: border-box;
    color: white;
}

/* Main content */
.main-content {
    color: white;
    padding: 20px;
    overflow-y: auto; /* Enable scrolling if content exceeds the height */
	width: 70%;
	box-sizing: border-box;
}

/* User section at the top */
.menu-header {
    text-align: center;
    margin-bottom: 20px;
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%; /* Make it a circle */
    border: 2px solid #ccc;
    margin-bottom: 10px;
}

.user-name {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    margin: 0;
}

/* Menu options list */
.menu-options {
    list-style-type: none;
    padding: 0;
    width: 100%;
}

.menu-options li {
    width: 100%;
}

.menu-options a {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 98%;
    box-sizing: border-box;
	background-color: #000;
	margin-left: 1%;
    margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
}

.menu-options a:hover {
    background-color: #007bff;
    color: white;
}

/* Responsive design for smaller screens */
@media screen and (max-width: 768px) {
    .left-menu {
        width: 60%; /* Adjust width for smaller screens */
    }

    .user-img {
        width: 60px;
        height: 60px;
    }

    .menu-options a {
        font-size: 14px;
    }
}

.post {
    width: 98%;
    margin-left: 1%;
    float: left;
    background-color: #FFF;
    border-radius: 8px; /* Slightly increased border-radius for smooth edges */
    margin-top: 10px; /* More spacing between posts */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Soft shadow for a floating effect */
    border: 1px solid #e0e0e0; /* Light border to define structure */
    transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
}

/* Subtle hover effect */
.post:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px); /* Slight lift on hover */
}.user-info {
    display: flex;
    align-items: center; /* Aligns items vertically */
    gap: 10px; /* Space between profile picture and username */
    width: 98%;
    float: left;
    padding: 1%;
}

.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd; /* Light border around profile pic */
}

.status-username {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}.media-container {
    display: flex;
    justify-content: center; /* Center the media */
    align-items: center;
    width: 100%;
    max-height: 400px; /* Ensures max height does not exceed 400px */
    overflow: hidden; /* Prevents overflow */
    margin-top: 10px;
    border-radius: 5px;
}

.media {
    max-width: 100%;
    max-height: 400px; /* Ensures images/videos do not exceed 400px */
    object-fit: cover; /* Prevents distortion */
    border-radius: 5px;
}.button-container {
    display: flex;
    width: 98%;
    justify-content: space-between; /* Adds equal spacing between buttons */
    align-items: center;
    padding: 1%;
    background: #fff; /* Background color */
    border-top: 1px solid #ddd; /* Separates buttons from content */
}

.button-container button {
    flex: 1; /* Makes buttons equal width */
    padding: 12px;
    background: #fff; /* White background */
    color: #333; /* Dark text for contrast */
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ddd; /* Subtle button borders */
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

/* Add space between buttons */
.button-container button:not(:last-child) {
    margin-right: 10px; /* Spacing between buttons */
}

/* Left button (Rounded bottom-left corner) */
.button-container button:first-child {
    border-radius: 0 0 0 5px;
}

/* Right button (Rounded bottom-right corner) */
.button-container button:last-child {
    border-radius: 0 0 5px 0;
}

/* Hover effect */
.button-container button:hover {
    background: #f0f0f0; /* Light grey on hover */
}.like-button {
    background: none;
    border: none;
    color: #555;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.like-button.liked {
    color: red; /* Highlight when liked */
}

.like-button:hover {
    color: #ff5e5e;
}
/* Comment Section */
.comment-section {
    display: none;
    padding: 10px;
    margin-top: 5px;
    border-top: 1px solid #ddd;
}

.comment-section.active {
    display: block;
}

/* Comment Input */
.comment-input {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.comment-profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #f0f0f0;
}

/* Comment Styling */
.comment-container {
    width: 100%;
}

/* Main comment */
.comment {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f8f9fa;
    width: 100%;
    border-left: 4px solid #007bff;
}

/* Replies */
.replies {
    width: 95%;
    margin-left: 5%;
    margin-top: 5px;
}

/* Nested Replies */
.reply {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
    padding: 1%;
    border-radius: 5px;
    background-color: #ffffff;
    width: 96%;
    margin-left: 1%; /* Each reply moves further right */
    border-left: 3px solid #ffa500;
}.reply-textbox {
    flex-grow: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
    background: #fff;
    transition: border 0.2s ease-in-out;
}

.reply-textbox:focus {
    border: 1px solid #007bff;
}

/* Comment Content */
.comment-content,
.reply-content {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

/* Comment Details */
.comment-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.comment-details strong {
    font-size: 14px;
    color: #333;
}

.comment-details p {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

/* Reply Button */
.reply-button {
    background: none;
    border: none;
    color: #007bff;
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
}

.reply-button:hover {
    text-decoration: underline;
}

/* No Comments Message */
.no-comments {
    color: #888;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}
.right-section{
	width: 20%;
	float: left;
	display: flex;
}.right-ad{
	width: 100%;
	float: left;
	display: flex;
    justify-content: center; /* Center the media */
    align-items: center;
}


