/* Imported Font */
/* Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="email"], input[type="tel"], input[type="password"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.pt-sans-regular {
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
}
  
  .pt-sans-bold {
    font-family: "PT Sans", serif;
    font-weight: 700;
    font-style: normal;
}
  
  .pt-sans-regular-italic {
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: italic;
}
  
  .pt-sans-bold-italic {
    font-family: "PT Sans", serif;
    font-weight: 700;
    font-style: italic;
}



/* HTML Styles */
p {
    padding: 0;
    margin: 0;
}

/* All Containers */
.block-styling {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 0.8rem;
}

.body-styling {
    font-family: 'Open Sans';
    background-color: #f2f2f2;
    margin: 0;
    font-weight: 500;
    font-size: 0.8rem;
}


.row {
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.bottom-border {
    border-bottom: 1px solid #bdbdbd;
}

.bottom-border:last-child {
    border-bottom: 0;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(100, 100, 100, 0.10);
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
	z-index: 20;
}




/*
.marketplace {
    font-weight: 600;
}
*/
.icon {
    width: 1.8rem;
}

.column {
    flex: 50%;
    padding: 10px;
    justify-content: center;
    align-items: center;
}


.left-column, .right-column, .full-column {
    cursor: pointer;
    border-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e9e9e9;
}

.left-column {
    flex: 50%;
    margin-right: 8px;
}

.right-column {
    flex: 50%;
    margin-left: 8px;
}

.full-column {
    flex: 100%;
}


.text {
    color: #000000;
    font-size: 0.9rem;
    font-weight: 600;
}

.text-primary {
    color: #000;
    font-size: 0.9rem;
    font-weight: 700;
}


.text-secondary {
    color: #000;
    font-size: 0.9rem;
    font-weight: 500;
}

.div-categories {
    border-radius: 8px 8px 0 0;
    padding: 10px;
    height: auto;
    background-color: #ffffff;
}

.dot {
    border: 1px solid #cd8705;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    display: inline-block;
    border-radius: 3px;
    transition: 0.3s;
}

.active-dot {
    background-color: #cd8705;
}

.dots-group {
    text-align: center;
}

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

.expand div {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    flex: 100%;
}

.expand div p {
    cursor: pointer;
    border: 0 0 20px 20px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;

    padding-left: 40px;
    padding-right: 40px;
    padding-top: 4px;
    padding-bottom: 8px;

    font-weight: 600;
    font-size: 0.8rem;

    display: inline-block;
    color: #1260a9;
    background-color: #ffffff;
}





@media screen and (max-width: 500px) {
    .block-styling {
        width: 100%;
    }
}

@media screen and (min-width: 501) and (max-width: 991px) {
    .block-styling {
        width: 375px;
    }
}

@media screen and (min-width: 992px) {
    .block-styling {
        width: 375px;
    }
}

.sold-by {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 5px;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 600;
}

.sold-by-container {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-flex;
    vertical-align: middle;
	align-items: center;
}

.company-styling {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;

}

.company-styling .group {
    border-radius: 15px;
    padding: 4px;
    display: inline-flex;
    vertical-align: middle;
    border: 1px solid #800080;
}

.group .purple-circle {
    display: inline-flex;
    margin: 2px 2px 2px 2px;
    width: 8px;
    height: 8px;
    background-color: #800080;
    border-radius: 10px;
    line-height: 12px;
}


.group .company-name-styling {
    color: #000;
    display: inline-flex;
    font-size: 0.7rem;
    font-weight: 800;
    padding-right: 3px;
    padding-left: 2px;
    line-height: 12px;
}



.notice-styling {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #cd8705;
    font-weight: 600;
    font-size: 0.8rem;
    display: flex; /* Might need to change */
    margin: 0.5rem;
}

.addtional-text-styling {
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 2rem;
}


.green-button {
	text-align: center;
	justify-content: center;
    font-weight: 700;
    border-radius: 3rem;
    font-size: 1rem;
    padding: 7px 0;
    border: 2px solid #008000;
    background-color: #8fe88f;
    color: #000;
}


.image-container {
    height: 100%;
    width: 100%;
}

.image-container .image {
    height: 350px;
    width: 100%;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.headline {
    font-weight: 800;
}


.description {
    font-weight: 500;
    color: #525252;
    font-size: 0.8rem;
}

.price {
    font-weight: 600;
}

.current-price {
    font-weight: 800;
    font-size: 1rem;
    color: #008000;
}

.ending-date {
    font-size: 0.8rem;
    font-weight: 700;
    color: #000;
}

.stock-number {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-decoration: none;
}


.form-style {
    display: inline-flex;
}

.group {
	display: inline-flex;
}

.box-icon {
	cursor: pointer;
    height: 40px;
    width: 40px;
    margin: 3px;
    outline-offset: 2px;
    border: 1px solid #e3e3e3;
    background-position: center;
    background-size: cover;
}

.box-container-style {
    width: 100%;
    margin-bottom: 12px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.active-image {
	outline: 2px solid #cd8705;
	outline-offset: 2px;
}

.no-results-style {
    margin: 5px;
	font-size: 0.9rem;
	font-weight: 600;
}

.headline-style {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #8b8b8b;
}

.search-bar {
    margin: 20px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #cd8705;
    padding: 2px;
}

.search-input-styling {
    border-radius: none;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 0.9rem;
    color: #333;
    background-color: #e7e7e7;
    border: none;
    padding: 7px 10px;
    width: 160px;
    margin-right: 0px;

    &:focus {
        outline: none;
        border-color: #cd8705;
    }
}

.search-button {
    cursor: pointer;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 0.9rem;
    color: #000;
    background-color: #fff;
    border: none;
    padding: 7px 15px;
    margin-left: 0px;
}

form {
    display: inline-flex;
}

.image-preview {
    height: 170px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#results-container {
    display: none;
}

.return-icon-container {
    display: inline-block;
    cursor: pointer;
    color: #cd8705;
    margin-top: 68px;
    padding: 20px 20px 20px 25px;
    margin-left: 0;
}

/* Unfinished */
.stock-number {
    color: #000;
}


.deadline {
    color: #000;
}


.additional-details {
    color: #000;
}

/* Product page design Variant code for
headline / headl
stock-Number
descriprion
price
current-Price
deadline
additional-details


*/




/* Variants */

.headline-variant-page {
    font-size: 1rem;
    font-weight: 700;
}

.stock-number-variant-page {
    font-size: 0.9rem;
    font-weight: 600;
    color: #474747;
}

.description-variant-page {
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 500;
}

.price-variant-page {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 400;
}

.price-variant-page-linethrough {
    margin-top: 10px;
    font-size: 1rem;
    text-decoration: line-through;
    font-weight: 600;
}

.current-price-variant-page {
    font-size: 1.5rem;
    font-weight: 800;
    color: #008000;
}

.deadline-variant-page {
    font-size: 0.8rem;
    font-weight: 700;
}

.additional-details-variant-page {
    font-size: 0.9rem;
    font-weight: 500;
}


/* Company Name */
.company-styling-variant-page {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;

}

.company-styling-variant-page .group-variant-page {
    border-radius: 15px;
    padding: 6px;
    display: inline-flex;
    vertical-align: middle;
    border: 1px solid #800080;
}

.group-variant-page .purple-circle-variant-page {
    display: inline-flex;
    margin: 2px 2px 2px 2px;
    width: 8px;
    height: 8px;
    background-color: #800080;
    border-radius: 10px;
    line-height: 12px;
}


.group-variant-page .company-name-styling-variant-page {
    color: #000;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    padding-right: 3px;
    padding-left: 2px;
    line-height: 12px;
}

/* Other Styling */
.hidden {
    display: none;
}

.guide {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #cd8705;
    font-weight:600;
    font-size:0.8rem;
    display: flex;
    margin-top: 0.5rem;
}

.page-title {
    margin: 15px 10px 5px 10px;
}

.element-row {
    display: flex;
}


.column-element {
    /* flex: 50%;*/
    justify-content: center;
    align-items: center;
}

.feed-product-style {
    /* flex: 50%; */
    height: 170px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 5px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

.feed-container-element {
    flex: 50%;
}

.headline-text {
    margin: 0 10px 10px 10px;
    font-size: 0.8rem;
    font-weight: 700;
}



.filter-container {
	display: inline-flex;
	cursor: pointer;
	
	padding: 10px 18px;
	margin: 2px 2px;
	
	flex: 50%;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
}

.filter-active {
	outline: 2px solid #cd8705;
}

.filter-text {
	font-weight: 500;
	font-size: 0.8rem;
}

.green-button-container {
	flex: 50%;
}

.add-and-amount {
	z-index: 1;
	display: flex;
	margin: 10px 0;
}

.amount-element {
	border-radius: 50%;
	margin: 0 2px;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	display: flex;
	font-weight: 400;
	font-size: 1.1rem;
}


/* Div icons */
/* Call: plus-icon and minus-icon */
.plus-icon {
    position: relative;
    width: 20px;  /* Adjust the size as needed */
    height: 20px;
}

.plus-icon::before, .plus-icon::after {
    content: '';
    position: absolute;
    background-color: #000;  /* Color of the plus sign */
}

.plus-icon::before {
    width: 100%;
    height: 1px;  /* Thickness of the horizontal line */
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.plus-icon::after {
    width: 1px;  /* Thickness of the vertical line */
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


.minus-icon {
    position: relative;
    width: 20px;  /* Adjust the size as needed */
    height: 20px;
}
.minus-icon::before, .minus-icon::after {
    content: '';
    position: absolute;
    background-color: #000;  /* Color of the minus sign */
}

.minus-icon::before {
    width: 100%;
    height: 1px;  /* Thickness of the horizontal line */
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.no-select {
    user-select: none; /* Prevents text selection in modern browsers */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

/* Background image will change when on orders page */
.orders-icon {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('https://pub-ce0959f462894ad4afb6e05933d9b7cc.r2.dev/orders-icon-blue.png');
	height: 35px;
	width: 35px;
}

.orders-container {
	cursor: pointer;
	right: 20px;
	display: inline;
	position: absolute;
}


.order-count {
	display: flex; /* Should be flex when visible */
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	color: #fff;
	border-radius: 50%;
	background-color: red;
	position: absolute;
	height: 18px;
	width: 20px;
}

#order-count-text {
	display: inline-flex;
	text-align: center;
	color: #fff;
	font-weight: 800;
	font-size: 0.6rem;
}

.home-icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('https://pub-ce0959f462894ad4afb6e05933d9b7cc.r2.dev/home-icon-blue.png');
	height: 35px;
	width: 35px;
}

.home-container {
	cursor: pointer;
	left: 20px;
	display: inline;
	position: absolute;
}

.wordmark-container {
	display: inline-flex;
}

.logo-icon {
    cursor: pointer;
    background-image: url('https://pub-ce0959f462894ad4afb6e05933d9b7cc.r2.dev/icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    width: 180px;
}

.navbar {
	height: 35px;
	text-align: center;
	justify-content: center;
	width: 375px;
	position: relative;
}