/* General reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

/* Body styling */
body {
    line-height: 1.6;
    font-size: 16px;
    background-color: #f4f4f4;
    color: #333;
}

/* Header styling */
header {
    background: var(--bg-dark);
    color: #fff;
    padding: 10px 23px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 333;
}

.spacediv {
    display: block;
    height: 57px;
}

header nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

header nav ul li {
    margin: 0 15px;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

header nav ul li a:hover {
    text-decoration: underline;
}

/* Main section styling */
main {
    padding: 0;
    margin: 0;
    background: var(--bg-m-light);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Section headings */
main section h2 {
    margin-bottom: 10px;
    color: #444;
}

/* Footer styling */
footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

:root {
    --bg-dark: rgba(26, 26, 26, 1);
    --bg-light: rgb(227, 227, 227, 1);
    --bg-m-light: rgb(239, 239, 239, 1);
    --bg-xtra-light: rgb(255, 255, 255, 1);
    
}



/* header styles */
.der_wrap {
    position: relative;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--bg-dark);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.left_head a > img {
    width: 97px;
}

.center_head > a {
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 3px;
}

.center_head > a:hover {
    -webkit-text-stroke: 1px #333;
    text-shadow: -5px 3px #333;
    transition-duration: 0.3s;
}

.right_head a > svg {
    width: 29px;
    height: auto;
}

.right_head a {
    line-height: 1px;
    margin: 4px 0 0 0;
    display: block;
}

.right_head a svg:hover {
    transition-duration: 0.3s;
    background-color: #7c7e7e;
    border-radius: 50px;
}

.main_wrap {
    display: flex;
    justify-content: space-between;
        padding: 15px;
}

.left_content {
    position: relative;
    display: block;
    background-color: var(--bg-light);
    padding: 25px;
    max-width: 300px;
    width: 100%;
}

nav.side_menu ul {
    list-style: none;
    line-height: 33px;
}

nav.side_menu ul li {
    margin-bottom: 5px;
    background: none;
    padding: 7px 13px;
    height: 29px;
    border-radius: 5px;
}

.cta_item svg {
    width: 20px;
}

.cta_item a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin-top: -5px;
    margin-left: 5px;
}

.cta_item {
    display: flex;
}

nav.side_menu ul li:hover {
    background-color: var(--bg-m-light);
    transition-duration: 0.3s;
}

.setting_panel li {
    list-style: none;
    padding: 4px 17px;
}

.setting_panel a {
    line-height: 36px;
}

.setting_panel {
    position: absolute;
    bottom: 0;
}

.cta_item > a > span {
    line-height: 6px;
    position: absolute;
    top: 5px;
    left: 33px;
}

.cta_item {
    position: relative;
}

.right_content {
    position: relative;
    width: 100%;
    padding: 43px 20px;
    margin: 20px;
    background-color: var(--bg-xtra-light);
    border-radius: 15px;
}

.fixxed {
    position: fixed;
    height: -webkit-fill-available;
    width: 100%;
    max-width: 247px;
}

.search-box input {
    width: 100%;
    height: 33px;
    padding: 15px;
    border-radius: 3px;
    box-shadow: inset 0 0 7px -3px #bbb;
    border: 1px solid #bbb;
}

.view_outline td, .view_outline th {
    border: solid #bbb;
    border-width: 1px 1px 0px 0;
    border-collapse: collapse;
    padding: 5px;
    background-color: #fbfbfb;
    font-size: 13px;
}

.view_outline table {
    border: 0;
}

.view_outline table {
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
}

.view_outline th:nth-child(2) {
    width: 203px;
}

.view_outline th {
    text-align: left;
}

.view_outline th:nth-child(7) {
    width: 200px;
}

a.internal_cta {
    display: block;
    width: 100%;
    text-align: center;
    background-color: var(--bg-dark);
    color: white;
    text-decoration: none;
    padding: 3px 6px;
    border-radius: 3px;
    width: fit-content;
    margin-bottom: 14px;
    margin-top: 15px;
}

.update_product input {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px 7px;
    border-radius: 3px;
    display: block;
}

.update_product input:hover {
    color: var(--bg-m-light);
    background-color: var(--bg-dark);
    transition-duration: 0.3s;
}

.delete_cta svg {
    width: 100%;
    height: 15px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    align-content: space-around;
}

img#imagenew {
    display: block;
    border: 1px solid #111111;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.view_outline img:active {
    scale: 3.5;
    box-shadow: -1px 1px 3px #bbb;
}

img.barcode {
    max-width: 50px;
}

img.barcode:hover {
    transform: scale(3) !important;
}

.single_product {
    position: relative;
    display: block;
    background: #f8f8f8;
    border-radius: 15px;
    margin: 15px auto;
    overflow: hidden;
    padding: 13px;
}

.single_product .prod_identity {
    position: relative;
    width: 100%;
}

.prod_identity img {
    width: 100%;
}

.single_product .prod_identity .product_id {
    position: absolute;
    top: 7px;
    left: 7px;
    background: black;
    color: #fff;
    font-size: 9px;
    padding: 0 9px;
    border-radius: 17px;
}

.web_price {
    background: black;
    color: #fff;
    font-size: 19px;
    padding: 0 9px;
    border-radius: 17px;
    text-align: center;
}

.search_collection {
    position: relative;
    font-size: 10px;
    background-color: #d6e9bf;
    padding: 0 7px;
    border-radius: 15px;
    width: fit-content;
    margin-top: 5px;
    float: left;
}

.search_category {
    position: relative;
    font-size: 10px;
    background-color: #f5edad;
    padding: 0 7px;
    border-radius: 15px;
    width: fit-content;
    margin-top: 5px;
    margin-left: 3px;
    float: left;
}

.web_product_name {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}