/*
Font CSS entities: https://www.w3schools.com/cssref/css_entities.php
Search here: https://www.htmlsymbols.xyz/search?q=multiplication
*/

@keyframes opacity50percent {
    50% {
        opacity: 0;
    }
}

span.cross:after {
    content: "\00d7"; /* render a 'X' */
}

/*
Font Awesome CSS codes: https://astronautweb.co/snippet/font-awesome/
*/
.fa {
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.star:before{
    font-size: 16px;
    content: "\f005";
    color: #000000;
}

.smallStar:before{
    font-size: 10px;
    content: "\f005";
    color: #000000;
}

.star-checked:before{
    content: "\f005";
    color: orange;
}

.arrow-left-circle:before{
    font-size: 14px;
    content: "\f0a8";
    color: #000000;
    color: #000000;
}

.arrow-left:before{
    font-size: 14px;
    content: "\f060";
    color: #000000;
}

.arrow-right:before{
    font-size: 14px;
    content: "\f061";
    color: #000000;
}

div.margin-right {
    margin: 0 10px 0 0;
}

a.no-style {
    all: unset;
}

a.no-style-with-cursor {
    all: unset;
    cursor: pointer;
}

body {
    background-color: #f3f3f3;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 0 5px 5px 5px;
    margin: auto;
    max-width: 1300px;
}

img.logo {
    display: none;
}

div.easyToRead {
    font-size: 18px;
    line-height: 1.5;
}

li {
    margin-bottom: 10px;
}

table {
    background-color: #fdfdfe;
    width: 100%;
}

table, th, td {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 10px;
}

th {
    background-color: #ececec;
}

tr {
    background-color: #fdfdfe;
}

tr:hover {
    background-color: #f5f5f5;
}

pre {
    padding: 10px;
    background-color: #e3e2e2;
    border: 1px solid #666666;
    font-size: 12px;
    overflow-x: auto;
    word-wrap: break-word;
    white-space: pre-wrap;
}

div#loader {
    display: none;
    position: fixed;
    z-index: 99;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    background-color: #3c7a3e;
    text-align: center;
    background-image: url("/static/img/favicon/apple-icon-76x76.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

div#loader div {
    width: 80px;
    height: 80px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #f9bb05;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

div.etikbeeLogoContainer {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    width: max-content;
    height: 40px;
}

span.etikbeeLogoBee {
    color: #f9bb05;
}

div.etikbeeLogo {
    font-size: 26px;
}

div.etikbeeLogo img {
    max-width: 120px;
    max-height: 28px;
}

div.etikbeeLogoMotto {
    margin-top: -3px;
    font-size: 9px;
}


/* HEADER */

div.header {
    position: fixed;
    top: 0;
    left: 5px;
    right: 4px;
    padding: 5px 0 5px 0;
    list-style: none;
    background-color: #f3f3f3;
    z-index: 90;
}

@media (min-width: 1300px) {
    div.header {
        width: 1300px;
        left: auto;
        right: auto;
    }
}

/*
 To generate wave in SVG: https://getwaves.io/
 To convert SVG to CSS:   https://yoksel.github.io/url-encoder/
 Good article: https://iwasherefirst2.medium.com/how-to-make-wave-backgrounds-in-css-84e7560d3a44
*/
.backgroundWave {
    background: radial-gradient(circle, rgba(75,140,76,1) 0%, rgba(64,124,66,1) 100%);
}

a.menuIcon {
    margin: 0 0 0 16px;
}


img.menuIcon {
    height: 25px;
    width: 25px;
}

span.signin-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}

span.signin-text:hover {
    color: yellow;
}

a.navMenu {
    font-size: 12px;
    padding: 8px 5px 8px 5px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

a.navMenu:hover {
    color: yellow;
    text-decoration: none;
}

a.navMenuVisited {
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
}

a.navMenu span.highlight {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 3px;
}

div.listItemButton {
    display: inline-block;
    font-weight: bold;
    border: 1px solid #ad640b;
    border-radius: 10px;
    padding: 5px 8px 5px 8px;
    background-color: #e78710;
    color: #ffffff;
}

div.listItemButton:hover {
    border: 1px solid #ffffff;
}

span.menuBasketProductsCount {
    color: yellow;
    vertical-align: top;
}

span.menuNewMessagesCount {
    color: yellow;
    font-weight: bold;
    vertical-align: top;
    animation: opacity50percent 2s linear infinite;
}

div.header ul {
    margin: 0;
    padding: 0;
}

div.header li {
    margin-left: 10px;
    display:inline;
}

div.header a {
    display: inline-block;
}

div.header div.menuListContainerTable {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

div.header div.menuListContainerTableRow {
    display: table-row;
}

div.header div.menuListContainer {
    display: table-cell;
}

#menuForWideScreen {
}

#menuForMiddleWideScreen {
    display: none;
}

#menuForSmallScreen {
    display: none;
}

#listItemButtonForVerySmallScreen {
    display: none;
}

#smallScreenMenuList {
    display: none;
    z-index: 10;
    position: absolute;
    right: 12px;
    background-color: #728b6a;
}

#smallScreenMenuList ul {
    border: 1px solid white;
    line-height: 2;
    padding: 10px 15px 5px 5px;
}

#smallScreenMenuList li {
    display: block;
}

#smallScreenMenuIcon {
    display: block;
    width: 28px;
    height: 4px;
    background: #fdfdfe;
}

#smallScreenMenuIcon:before {
    display: block;
    content: "";
    width: 28px;
    height: 4px;
    box-shadow: 0 0 0 0 #fdfdfe, 0 9px 0 0 #fdfdfe, 0 18px 0 0 #fdfdfe;
}


/* FOOTER */

div.footer {
    padding: 6px 13px 10px 10px;
    border: 1px solid #666666;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

div.footer a {
    color: #ffffff;
}

a.footerLinkForWideScreen {
    display: inline;
}


/* MAIN */

main {
    margin: 116px 1px 0 0;
}

div.contentsBox {
    width: 100%;
    min-width: 350px;
    height: min-content;
    border: 1px solid #e3e3e3;
    background-color: #faf9f9;
    margin-bottom: 5px;
    padding: 0;
}

div.contentsBoxHeader {
    border-bottom: 1px solid #666666;
    background: radial-gradient(circle, rgba(75,140,76,1) 0%, rgba(64,124,66,1) 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}

div.contentsBoxBody {
    background-color: #fdfdfd;
    padding: 10px;
    margin: auto;
    width: fit-content;
    min-width: 580px;
    max-width: 700px;
}

div.contentsNotCentered {
    margin: unset;
    width: 99%;
    max-width: unset;
    min-width: unset;
}

span.rentSticker {
    background-color: #1cfb14;
    color: #000000;
    padding: 3px 6px 3px 6px;
    height: 15px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 10px;
}

.rentStickerAsLink:hover {
    background-color: #1ae513;
    cursor: pointer;
}

span.sellSticker {
    background-color: #76d5ff;
    color: #000000;
    padding: 3px 6px 3px 6px;
    height: 15px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 10px;
}

.sellStickerAsLink:hover {
    background-color: #66bae0;
    cursor: pointer;
}

span.serviceSticker {
    background-color: #fbf71c;
    color: #000000;
    padding: 3px 6px 3px 6px;
    height: 15px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 10px;
}

.serviceStickerAsLink:hover {
    background-color: #e5e219;
    cursor: pointer;
}

span.stickerToolbox {
    padding: 9px 12px 9px 12px;
    margin-right: 10px;
}

.showEnabledProductsSticker {
    cursor: pointer;
    background-color: #3f7c3f;
    color: #ffffff;
    text-decoration-line: none;
    padding: 3px 6px 3px 6px;
    height: 15px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 10px;
}

.showEnabledProductsSticker:hover {
    background-color: #0f770f;
}

.showDisabledProductsSticker {
    cursor: pointer;
    background-color: #fc2a2a;
    color: #ffffff;
    text-decoration-line: none;
    padding: 3px 6px 3px 6px;
    height: 15px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 10px;
}

.showDisabledProductsSticker:hover {
    background-color: #ff0000;
}

.categorySticker {
    border: 1px solid #d0d0d0;
    background-color: #f1f1f1;
    color: #000000;
    text-decoration-line: none;
    padding: 9px 12px 9px 12px;
    height: 15px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 10px;
    width: max-content;
}

.categoryStickerAsLink:hover {
    background-color: #e3e3e3;
    cursor: pointer;
}

div.clearAllFiltersSticker {
    background-color: #fcb3b3;
    cursor: pointer;
    text-decoration-line: none;
    padding: 9px 12px 9px 12px;
    width: fit-content;
    margin: 10px 0 5px 0;
    height: 15px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 10px;
}

div.clearAllFiltersSticker:hover {
    color: #fd0404;
    cursor: pointer;
}

span.removeButtonAsCross {
    border-radius: 6px;
    cursor: pointer;
    margin-right: 8px;
    height: 10px;
    padding: 1px;
    background-color: #fcb3b3;
    border: 1px solid #c2c1c1;
}

.removeButtonAsCross:hover {
    color: #fd0404;
}


/* PLATFORM MESSAGES  */

span.success:after {
    content: "\2705";
    font-size: 16px;
    animation: opacity50percent 2s linear 5;
}

div.infoMessage {
    border: 1px solid #417e3f;
    background-color: #fdfdfd;
    color: #0b600f;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 10px;
    margin: 5px -1px 5px 0;
}

div.infoMessage a {
    color: #fbfbfb;
    font-size: 16px;
    border-radius: 10px;
    font-weight: bold;
    background-color: #29792b;
    padding: 0 8px 0 8px;
    text-decoration: none;
}

div.infoMessage a:hover {
    background-color: #1ab01f;
}

span.error:after {
    content: "\274C";
    font-size: 16px;
    animation: opacity50percent 2s linear 5;
    border: 2px solid #dc2e44;
}

div.errorMessage {
    background-color: #FFDF0E;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 20px;
    margin: 5px -1px 5px 0;
    border: 1px solid #666666;
}

span.errorMessageTitle {
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
}


/* FORMS */

span.requiredFieldStar {
    border-color: #ff0000;
    color: #ff0000;
    height: 10px;
    width: 7px;
    margin: 0 2px 0 2px;
    padding: 2px;
}

div.requiredFieldMsg {
    font-size: 14px;
    margin: 0 0 20px 0;
}

select {
    border: 1px solid #000000;
    background-color: white;
    height: 35px;
    padding: 5px;
}

select.deliveryAddress {
}


input[type=button], input[type=submit] {
    border: 0;
    color: #ffffff;
    background-color: #e88810;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
}

input[type=button]:hover, input[type=submit]:hover {
    background-color: #fd9002;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

input[type=text] {
    border: 1px solid #000000;
    height: 25px;
    padding: 5px;
    width: 200px;
}

input[type=password] {
    border: 1px solid #000000;
    height: 25px;
    padding: 5px;
    width: 200px;
}

input[type="file"]::file-selector-button {
    display: none;
}

label.photosUploaderButton {
    display: block;
    border: 0;
    color: #ffffff;
    background-color: #104de8;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    width: fit-content;
}

textarea {
    border: 1px solid #000000;
    padding: 5px;
    height: 300px;
    width: 50%;
    font-size: 13px;
}

fieldset {
    min-width: 300px;
    border: 1px solid #b0b0b0;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

legend {
    font-weight: bold;
    padding: 0 10px 0 10px;
}

div.formFieldContainer {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

div.formFieldLabel {
    width: 140px;
    padding-right: 5px;
}

div.formFieldInfoLink {
    min-width: 30px;
    max-width: 30px;
    padding-right: 5px;
}

div.formFieldPoundSign {
    display: inline-block;
    float: right;
    padding: 0;
}

div.formFieldHelpContainer {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 12px;
}

div.formFieldError, span.formFieldError {
    font-size: 14px;
    color: #ff0000;
    font-weight: 700;
}

textarea.formFieldKeywords {
    width: 90%;
    max-width: 655px;
    height: 40px;
}

input.formFieldTitle {
    width: 98%;
    min-width: 200px;
}

textarea.formFieldDescription {
    width: 98%;
    height: 200px;
}

textarea.formFieldImperfection {
    width: 98%;
    height: 60px;
}

textarea.customisationNote {
    width: 98%;
    height: 60px;
}

input[type=text].formFieldQuantity {
    width: 30px;
}

input[type=text].formFieldNumber {
    width: 50px;
}

input[type=text].productFormPriceSupplierField {
    width: 90px;
    font-size: 18px;
}

div.productFormCustomerFee {
    background-color: #7b6840;
    font-size: 18px;
    border: 1px dotted #422303;
    font-weight: bold;
    color: #ffffff;
    width: 90px;
    height: 20px;
    padding: 5px;
}

div.productFormCustomerPrice {
    background-color: #407b42;
    font-size: 18px;
    border: 1px dotted #034206;
    font-weight: bold;
    color: #ffffff;
    width: 90px;
    height: 20px;
    padding: 5px;
}

div.productFormPriceRoundingArrowContainer {
    margin-left: 10px;
    padding: 3px;
    font-size: 25px;
    cursor: pointer;
    border: 1px solid #b7b7b7;
}

div.productFormPlusOrEqualSign {
    width: 90px;
    text-align: center;
    font-weight: bold;
}

div.formFieldNumberReadOnly {
    border: 1px solid #000000;
    height: 25px;
    width: 50px;
    padding: 8px 5px 0;
    background-color: #f8f8f8;
}

select.formFieldLendWeeklyAvailabilities {
    height: 140px;
}

input[type=text].formFieldServiceMaxBooking {
    width: 50px;
}

div.hpField {
    display: none;
}

div.infoLink {
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    margin-left: 5px;
    border: 1px solid #29792b;
    color: #3d7e3d;
    padding: 3px;
    font-weight: bold;
    text-align: center;
    max-height: 13px;
}

div.infoContent {
    display: none;
    border: 1px solid #29792b;
    font-size: 12px;
    max-width: 280px;
    padding: 5px;
    margin: 5px 5px 20px 5px;
}


/* BUTTON */

div.button {
    color: #000000;
    border: 1px solid #c2c1c1;
    width: 130px;
    cursor: pointer;
    text-align: center;
    padding: 7px 10px 7px 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
}

div.button:hover {
    border: 1px solid #3a3a3a;
}

div.contactButton {
    background-color: #b1b4eb;
    border: 1px solid #9b9dcc;
}

div.contactCallUs {
    background-color: #fae36f;
    border: 1px solid #dabf32;
}

div.productViewCheckoutButton {
    background-color: #fdd714;
    border: 1px solid #e1bf10;
}

div.supplierReviewStarsButton {
    border: 1px solid #c2c1c1;
    padding: 2px 0 2px 0;
    width: 150px;
}

span.supplierReviewStarsButtonText {
    font-size: 9px;
}

div.editButton {
    background-color: #fcc57f;
    border: 1px solid #d9a96d;
    font-size: 11px;
    width: 100px;
    height: 15px;
    padding: 5px;
}

div.editButton:hover {
    background-color: #fcbc6d;
}

div.backToResultsButton {
    border: 1px solid #9f9f9f;
    background-color: #e7e2db;
    width: 70px;
    min-width: 70px;
    height: 13px;
    font-size: 11px;
    padding: 3px 6px 5px 6px;
    margin: 0 0 15px 0;
}


/* PRODUCTS SEARCH */

div.searchTextFieldContainer {
    display: flex;
}

input.searchFormTextField {
    height: 30px;
    width: 100%;
    max-width: 500px;
    margin-right: 3px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #646464;
    background: rgba(249, 255, 249, 0.3);
}

@keyframes blinkingDeviceLocationAddressBackground {
    0% { background-color: #ffffff; }
    100% { background-color: #49894b; }
}

.blinkingDeviceLocationAddressField {
    animation: blinkingDeviceLocationAddressBackground 2s 0s;
}

input.deviceLocationAddressField {
    width: 20%;
    height: 30px;
    min-width: 90px;
    max-width: 130px;
    margin-right: 3px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #646464;
    background: rgba(249, 255, 249, 0.3);
}

input.searchFormTextField::placeholder {
    color: #ffffff;
    opacity: 0.5;
    font-size: 14px;
}

input.deviceLocationAddressField::placeholder {
    color: #ffffff;
    opacity: 0.5;
    font-size: 12px;
}

button.searchFormSubmitButton {
    cursor: pointer;
    width: 40px;
    text-align: center;
    border: 0;
    color: #2e3436;
    font-weight: bold;
    border-radius: 10px;
    background-color: #fcc57f;
    padding: 8px;
}

button.searchFormSubmitButton:hover {
    background-color: #fcbc6d;
}

div.productsNearestToLocationTitle {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #494949;
}

span.productsNearestToLocationChangeLink {
    margin-left: 1px;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

img.productsNearestToLocationIcon {
    height: 28px;
    width: 28px;
}

div.productSearchResultTitle {
    padding: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #494949;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(243, 243, 243, 1) 100%);
}

div.productSearchCategoryResultTitle {
    padding: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #494949;
}

div.productSearchResultsToolboxContainer {
    padding: 0 10px 10px 5px;
    margin-bottom: 10px;
}

select.productSearchResultsToolboxSortBy {
    height: 30px;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
    font-weight: bold;
}

div.productSearchResultsToolboxTradeTypes {
    padding-top: 12px;
    margin: 0 10px 20px 0;
}

div.productSearchResultsToolboxCategories {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}

/* PRODUCTS LIST WITH PHOTOS */

div.productsListContainer {
    display: flex;
    flex-wrap: wrap;
}

div.productContainer {
    flex: auto;
    padding: 5px;
    margin: 3px;
    width: 160px;
    max-width: 220px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}

div.productContainer a {
    text-decoration: none;
    text-underline: none;
    color: #000000;
}

div.productContainerViewMoreButton {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,249,237,1) 100%);
    border: 1px solid #ff8f00;
    height: 100px;
    text-align: center;
    cursor: pointer;
}

div.productContainerViewMoreButton:hover {
    border: 1px solid #cc7301;
}

div.productContainerViewMoreButtonText {
    color: #ff8f00;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15%;
}

div.productContainerViewMoreButtonText:hover {
    color: #cc7301;
}

div.productPhotoFrame {
    height: 215px;
    text-align: center;
}

img.productSmallPhoto {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

div.productListTitleLabel {
    margin-bottom: 5px;
}

div.productListLocationLabel {
    margin-bottom: 5px;
    font-size: 12px;
}

div.productListCharityContributionLabel {
    color: #7e4c82;
    font-weight: bold;
}

@media (max-width: 700px) {

    #menuForWideScreen {
        display: none;
    }

    #menuForMiddleWideScreen {
        display: block;
    }
}

@media (max-width: 580px) {

    div.easyToRead {
        font-size: 20px;
    }

    main {
        margin: 154px 0 0 0;
    }

    @-moz-document url-prefix() {
        div.etikbeeLogoMotto {
            margin-top: -6px;
        }
    }

    div.productsNearestToLocationTitle {
        padding-left: 5px;
        font-size: 26px;
    }

    span.productsNearestToLocationChangeLink {
        font-size: 10px;
    }

    img.productsNearestToLocationIcon {
        height: 22px;
        width: 22px;
    }

    select.deliveryAddress {
        width: 190px;
    }

    div.contentsBoxBody {
        min-width: unset;
        width: unset;
    }

    div.footer {
        padding: 3px 7px 10px 5px;
    }

    #menuForSmallScreen {
        display: flex;
        border-top: 1px solid #f3f3f3;
        padding: 3px 12px 3px 0;
        margin-right: -10px;
        font-size: 12px;
    }

    #smallScreenMenuList {
        display: none;
    }

    #menuForMiddleWideScreen {
        display: none;
    }

    a.footerLinkForWideScreen {
        display: none;
    }
}

@media (max-width: 430px) {
    #listItemButton {
        display: none;
    }

    #listItemButtonForVerySmallScreen {
        display: block;
    }
}

@media (max-width: 375px) {
    body {
        zoom: 0.90;
    }
}

@media (max-width: 320px) {
    body {
        zoom: 0.80;
    }
}
