html, body {
    height: 100%;
    margin: 0;
}

body{
    background-image: url("../img/images/bcg2.jpg");
    background-repeat: repeat;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-wrapper > main {
    flex: 1;
}

* {
    margin: 0px;
    padding: 0px;
}

#top-header{
    background-color: #464647;
    color: #ffffff;
}

.wrapper{
    margin: 0px auto;
    width: 50%;
}

#lineHeightHeader{
    line-height: 60px;
}

.noDecA {
    text-decoration: none;
    color: #ffffff;
}

.marginRight {
    margin-right: 5px;
}

.mp0{
    margin: 0px !important;
    padding: 0px !important;
}

.pr0{
    padding-right: 0px !important;
}

#navbarNav{
    justify-content:end;
}

.wrapper navbar container-fluid{
    padding: 0px !important;
}

.textOrange{
    color: #e09446;
}

.hoverTextOrange:hover{
    color: #e09446 !important;
}

.nav-link.active {
    color: #e09446 !important;
    font-weight: 600;
  }

.logo {
    width: 170px;
}

hr{
    border-top: 4px dotted #343a40;
}

#underNavigation{
    color: #003173;
    text-align: center;
    font-weight: 600;
}

.underImageBackGround{
    background-image: url("../img/images/bcg3NEW.jpg");
    background-repeat: repeat;
}

header{
    background-color: #fefefe;
}

#products{
    margin-top: 30px;
    margin-bottom: 30px;
}

.block{
    background-color: #efefee;
    box-shadow: 2px 2px 5px #808080;
}

#underfooter{
    background-color: #464647;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
}

#footerFluid{
    background-color: #fefefe;
}

#footerFluid .wrapper .row{
    padding-top: 20px;
    padding-bottom: 20px;
}

.iconFooter{
    font-size: 25px;
    text-decoration: none;
    color: #0060af;
}

.iconFooterContact{
    color: #0060af;
}

.iconFooterContact:hover{
    color: #0060af;
}

.iconFooter:hover{
    color: #e09446;
}

.footerSubjects {
    color: #0060af;
    line-height: 60px;
    font-weight: 600;
}

ul{
    list-style-type: none;
    padding-left: 0px;
}

h4{
    margin: 0px;
}

#navFooterList{
    list-style-type: square;
    padding-left: 20px;
}

#navFooterList a{
    text-decoration: none;
    color: #0060af;
}

#navFooterList a li::marker{
    color: #0060af;
}

.spacing{
    margin-top: 5px;
    margin-bottom: 5px;
}

.border{
    border-radius: 10%;
}

.borderProducts{
    border-radius: 3%;
}

.imgFooter{
    width: 65px;
}

.productDivTitle{
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #003173;
}

.productsImages{
    width: 125px;
    border-radius: 5%;
    display: block;
    margin: 0px auto;
}

.contextProducts{
    padding-top: 10px;
    font-size: 12.5px;
    color: #464647;
}

.bold{
    font-weight: 600;
}

.circleProducts{
    font-size: 10px;
    color: #e09446;
}

.productsList{
    font-size: 14px;
    list-style-type: square;
    padding-left: 15px;
}

ul li::marker {
  color: #e09446;
}

.order-image{
    width: 100%;
}

.aboutImages {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 10px solid #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    width: 130px;
    /* outline: 1px solid #000;
    outline-offset: -10px;             */
}

.blockPolygon {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
}

.blockPolygon::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: orange;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

#aboutText{
    font-size: 13px;
    padding: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #eeeeee;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#middleBlockAbout{
    margin-top: 10px;
}

.marginBottom{
    margin-bottom: 10px !important;
}

#aboutMainImage{
    margin-bottom: 20px;
}

#rightBlockText p{
    font-size: 18px;
    font-style: italic;
    color: #343a40;
    line-height: 30px;
    text-align: center;
}

#rightBlockText{
    margin-top: 40px;
    border-top: 10px solid #b6b9c0;
    border-bottom: 10px solid #b6b9c0;
    padding: 15px 0px;
}

#leftBlockAbout{
    padding-left: 0px;
}

.aboutImagesRightBlock{
    margin-top: 10px;
    border: 7px solid #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    width: 90px;
    height: 90px;
}

.marginZero{
    margin: 0px;
}

.paddingZero{
    padding: 0px !important;
}

#showMore{
    color: #e09446;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
}

#rightBlockBigImage{
    margin-bottom: 10px;
}


.aboutImages {
    border: 5px solid #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.borderBottomProducts{
    border-bottom: 1px solid #b6b9c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.products-product h5{
    font-weight: 600;
}

.products-product p{
    font-size: 12px;
}

.moreGallery{
    font-size: 14px;
    font-style: italic;
    color: #464647;
}

.marginTop{
    margin-top: 15px;
}

.productsLi{
    margin-top: 10px;
    font-size: 12px;
}

.textColorProducts{
    color: #5b626c;
}

.colorGalleryMoreProducts{
    color: #456515;
}

.pricesTopImgText{
    color: #003173;
    font-weight: 600;
}

p{
    margin-bottom: 0px !important;
}

table{
    margin-top: 10px;
    border: 1px solid black;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0
}


th{
    font-size: 13px;
    background-color: #e48527;
    color: #ffffff;
    width: auto;
    height: 56px;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #0060af;
}

td{
    width: auto;
    font-size: 15px;
    height: 27px;
    font-weight: bold;
    color: #323b49;
    border-bottom: 1px solid #bcbcbc;
}

.bg1 { background-color: #f1f1f1; }
.bg2 { background-color: #e3e3e3; }
.bg3 { background-color: #d5d5d5; }
.bg4 { background-color: #c7c7c7; }

.border-group-1 td { border-bottom: 1px solid #dedede; }
.border-group-2 td { border-bottom: 1px solid #d3d3d3; }
.border-group-3 td { border-bottom: 1px solid #c7c7c7; }
.border-group-4 td { border-bottom: 1px solid #bcbcbc; }

table tr:last-child td {
  border-bottom: none;
}

table tr:last-child td {
  border-bottom: none;
}

.firstCol{
    color: #003173;
}

.firstRow{
    width: 22px !important;
}

.pricesSpanGray{
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.pdf-page-break {
    page-break-after: always;
}

.buttonPrices {
  background: linear-gradient(to bottom, #bcbfc4, #d9d9d9);
  color: #2b2b2b;
  font-size: 16px;
  letter-spacing: 1px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  outline: 1px solid #5b626c;
  height: 45px;
  line-height: 15px;
}

.buttonPrices:hover {
  background: linear-gradient(to bottom, #c80101, #8f0000);
  color: #ffffff;
  border-color: #5e0000;
}

.linePrices {
  border: none;
  height: 10px;
  border-bottom: 1px solid #000000;
  background: linear-gradient(to bottom, #48484b, #686a70);
}

.italicBlack{
    font-style: italic;
    color: #323b49;
    font-size: 18px;
}

.ulPrices{
    font-size: 14px;
    font-weight: 600;
}

.ulPricess{
    font-size: 14px;
    font-weight: 600;
}

.ulPricess li:nth-child(1n){
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    color: #323b49;
}

.ulPricess li::marker{
    font-size: 20px;
}

.ulPrices li::marker{
    font-size: 20px;
}

.ulPrices li:first-child{
    font-size: 22px;
    color: #003173;
}

.ulPrices li:nth-child(1n){
    margin-bottom: 10px;
    margin-top: 10px;
}

.bold{
    font-weight: bold;
}

    .scroll-down-btn {
        position: fixed;
        top: 150px;
        right: 30px;
        font-size: 25px;
        background: #003173;
        color: #ffffff;
        border: none;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        z-index: 999;
        cursor: pointer;
        animation: bounce 2s infinite;
        transition: opacity 0.3s ease;
        display: none;
    }

        @keyframes bounce {
        0%, 100% {
        transform: translateY(0);
        }
        50% {
        transform: translateY(8px);
        }
    }

    #sendEmailContact{
        width: 175px;
        height: 130px;
        border: 2px solid #fff;
        background-color: #e48527;
        font-size: 24px;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-weight: 600;
  }

    .contactLeftColMain{
        color: #003173;
        font-weight: bold;
        font-size: 19px;
        margin-top: 10px;
  }

    .underContactLeftColMain{
        color: #333333;
        font-weight: 600;
  }

    .contactAdress{
        color: #808080;
        margin-top: 10px;
        font-size: 14px;
  }

    .kontakt-forma {
        width: 100%;
        height: 560px;
        padding: 15px;
        background-color: #eeeeed;
        border: 1px solid #2b2b2b;
    }

    .form-label {
        color: #961f24;
        font-size: 11px;
        font-weight: bold;
    }
    .important {
        color: #961f24;
    }
    .btn-send {
        background-color: #e48527;
        border-radius: 0px;
        border: 2px solid #fff;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        width: 300px;
        color: #fff;
    }
    .notice {
        font-size: 12px;
    }
    .form-control{
        border: 1px solid #2b2b2b;
        border-radius: 0px;
    }
    .form-control:focus{
        background-color: #ffffcc;
    }

   .importantDocumentsContact{
    font-size: 14px;
    margin: 5px 0px;
    color: #003173;
   }

   .aTag{
    text-decoration: none;
   }

   .contactGoogleMapText{
    font-size: 13px;
    color: #333333;
    line-height: 15px;
   }

   .colorWhite{
    color: #fff;
   }

   #map{
    border: 4px solid #fff;
    margin-bottom: 10px;
   }

   .gallery-item {
        position: relative;
        display: inline-block;
        overflow: hidden;
        border: 4px solid #fff;
    }

    .gallery-item img {
        display: block;
        width: 100%;
        height: auto;
        transition: filter 0.3s ease, transform 0.3s ease;
    }

    .gallery-item:hover img {
        filter: brightness(60%);
        transform: scale(1.05);
    }

    .gallery-item .overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        opacity: 0;
        text-align: center;
        pointer-events: none;
        transition: opacity 0.3s ease;
        white-space: nowrap;
        text-shadow: 0 0 8px rgba(0,0,0,0.7);
    }

    .gallery-item:hover .overlay-text {
        opacity: 1;
        pointer-events: auto;
    }

    .Title{
        display: flex;
        justify-content: center;
        font-size: 28px;
        font-weight: 600;
        color: #003173;
    }

    .spaceAround{
        display: flex;
        justify-content: space-around;
    }

    .loginRegister{
        width: 100%;
        padding: 20px;;
        border: 1px solid #333333;
        background-color: #eeeeed;
    }

    .hoverButtonLoginReg:hover{
        color: #e48527;
        background-color: #fff;
        border: 3px solid #e48527;
        font-weight: 600;
    }

    .orderBlocks{
        background-color: #eeeeed;
        padding: 30px;
        border: 1px solid #b8b8b8;
    }

    .hover-swap {
    transition: opacity 0.3s ease-in-out;
    }

    .ordersSections{
        color: #961f24;
        font-size: 15px;
    }

    .marginRight15{
        margin-right: 15px;
    }

    input[type="radio"]{
        accent-color: #003173;
    }

    .labelFont{
        font-size: 14px;
    }

    .hrBasic{
        border: 1px solid #000;
    }

    .LeftBlockinfo {
        background-color: #eeeeee;
        border: 1px solid #96989b;
        padding: 10px;
        color: #333333;
        font-size: 13px;
        font-weight: 600;
        align-items: center;
        gap: 15px;
        min-height: 30px;
        height: auto;
        position: relative;
    }

    .LeftBlockinfo:hover::before {
        content: "";
        position: absolute;
        right: -10px;
        width: 10px;
        height: 100%;
        background-color: #666666;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
    }

    .malaKesa {
        width: 38px !important;
        height: 48px !important;
        background-color: #fff;
        border: 1.5px solid #b8babd;
        position: relative;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.10);
        flex-shrink: 0;
    }

    .malaRucka {
        width: 16px;
        height: 5px;
        border-radius: 20%;
        background-color: #eeeeed;
        border: 1px solid #b8babd;
        position: absolute;
        top: 7px;
        left: 50%;
        transform: translateX(-50%);
    }

    .bag-handleMale {
        width: 22px;
        height: 8px;
        border: 1px solid #b8babd;
        border-bottom: none;
        margin: 0 auto;
        position: relative;
        top: -7px;
        background-color: #fff;
    }
    .bag-handleMale::after {
        content: "";
        position: absolute;
        transform: translate(-50%);
        left: 50%;
        top: 2px;
        width: 12px;
        height: 5px;
        border: 1px solid #b8babd;
        border-bottom: none;
        background-color: #eeeeed;
    }

    .kesa-text {
        margin: 0;
        padding-left: 0;
        line-height: 1.3;
        max-width: 220px;
        word-break: break-word;
        flex: 1 1 0;
    }

    .LeftBlockinfo:hover {
        background-color: #666666;
        color: #fff;
        cursor: pointer;
    }
    .LeftBlockinfo:hover .malaRucka,
    .LeftBlockinfo:hover .bag-handleMale::after {
        background-color: #666666;
        color: #fff;
    }

    .LeftBlockinfo:hover,
    .LeftBlockinfo.active {
        background-color: #666666;
        color: #fff;
        cursor: pointer;
    }

    .LeftBlockinfo:hover::before,
    .LeftBlockinfo.active::before {
        content: "";
        position: absolute;
        right: -10px;
        width: 10px;
        height: 100%;
        background-color: #666666;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
    }

    .LeftBlockinfo.active .malaRucka,
    .LeftBlockinfo.active .bag-handleMale::after {
        background-color: #666666;
    }

    .kesa{
        width: 140px;
        height: 170px;
        background-color: #fff;
        border: 1px solid #b8babd;
        position: relative;
        display: none;
        margin-top: 20px;
    }

    .kesa.active {
        display: block;
    }

    .rucka{
        width: 40px;
        height: 10px;
        border-radius: 20%;
        background-color: #eeeeed;
        border: 1px solid #b8babd;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .koseLinijeMale {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 7px;
        background-image: repeating-linear-gradient(
            -45deg,
            #b8babd,
            #b8babd 2px,
            transparent 2px,
            transparent 4px
        );
    }

    .koseLinijeVelike {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-image: repeating-linear-gradient(
            -45deg,
            #b8babd,
            #b8babd 2px,
            transparent 2px,
            transparent 12px
        );
    }

    .okoRucke {
        width: 60%;
        height: 20%;
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translate(-50%);
        border: 1px solid #b8babd;
    }

    .bag-handleVelika {
        width: 50%;
        height: 10%;
        border: 1px solid #b8babd;
        border-bottom: none;
        margin: 0 auto;
        position: relative;
        top: -10%;
        background-color: #fff;
    }
    .bag-handleVelika::after {
        content: "";
        position: absolute;
        transform: translate(-50%);
        left: 50%;
        top: 30%;
        width: 70%;
        height: 70%;
        border: 1px solid #b8babd;
        border-bottom: none;
        background-color: #eeeeed;
    }

    .dim-line {
        position: absolute;
        pointer-events: none;
    }
    .dim-bar {
        background: #5b626c;
        position: absolute;
    }

    .dim-line.vert {
        top: 0;
        right: -35px;
        height: 100%;
        width: 20px;
    }
    .dim-line.vert .dim-bar {
        left: 9px;
        top: 0;
        width: 2px;
        height: 100%;
    }
    .dim-line.vert .dim-cap {
        width: 14px;
        height: 2px;
        background: #222;
        position: absolute;
        left: 3px;
    }
    .dim-line.vert .dim-cap.top { top: 0; }
    .dim-line.vert .dim-cap.bottom { bottom: 0; }
    .dim-line.vert .dim-label {
        position: absolute;
        left: 40%;
        top: 50%;
        transform: translateY(-50%) rotate(270deg);
        font-size: 14px;
        color: #222;
        white-space: nowrap;
        margin-left: 6px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .dim-line.horiz {
        left: 0;
        bottom: -35px;
        width: 100%;
        height: 20px;
    }
    .dim-line.horiz .dim-bar {
        top: 9px;
        left: 0;
        width: 100%;
        height: 2px;
    }
    .dim-line.horiz .dim-cap {
        height: 14px;
        width: 2px;
        background: #222;
        position: absolute;
        top: 3px;
    }
    .dim-line.horiz .dim-cap.left { left: 0; }
    .dim-line.horiz .dim-cap.right { right: 0; }
    .dim-line.horiz .dim-label {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        color: #222;
        white-space: nowrap;
        margin-top: 6px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .hidden-radio {
        display: none;
    }

    .size-options {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .size-options input[type="radio"] {
        display: none;
    }

    .size-options label {
        width: auto;
        text-align: center;
        border: 2px solid transparent;
        border-radius: 4px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
        transition: all 0.2s;
        font-size: 12px;
        padding: 3px;
    }

    .size-options input[type="radio"]:checked + label {
        border-color: #8f0000;
        color: #8f0000;
    }

    .size-options.horizontalRow {
        flex-direction: row;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }

    .size-options.horizontalColumn{
        flex-direction: column;
    }

    .color-options input[type="radio"] {
        display: none;
    }

    .color-options {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .color-box {
        margin-top: 15px;
        width: 20px;
        height: 20px;
        border: 1px solid #b8b8b8;
        border-radius: 3px;
        cursor: pointer;
        position: relative;
        transition: border-color 0.3s ease;
    }

    .color-box::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
        display: none;
        color: black;
    }

    .color-options input[type="radio"]:checked + label.color-box::after {
        content: "X";
        display: block;
        color: #8f0000;
    }

    .color-options input[type="radio"]:checked + label.color-box.black::after {
        color: #fff;
    }

    .color-box.white { background-color: #fff; }
    .color-box.black { background-color: #000; color: white; }
    .color-box.yellow { background-color: #ffeb3b; }
    .color-box.red { background-color: #f44336; }
    .color-box.green { background-color: #4caf50; }

    #stampaTip{
        background-color: #fff !important;
        padding: 5px;
        font-weight: 600;
    }

    .redColor{
        color: #5e0000;
        font-size: 20px;
    }

    .submit-btn {
    background: linear-gradient(to bottom, #c80101, #8f0000);
    border-color: #5e0000;
    color: #fff;
    width: 100%;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
  }

  .submit-btn:hover {
    background: #fff;
    color: #5e0000;
    border: 1px solid #5e0000;
  }

.boja-bela {
    background-color: white;
}

.boja-crna {
    background-color: black;
}

.boja-crvena {
    background-color: red;
}

.boja-zuta {
    background-color: yellow;
}

.boja-svetlo-plava {
    background-color: lightblue;
}

.boja-tamno-plava {
    background-color: darkblue;
}

.boja-siva {
    background-color: gray;
}

.boja-krem {
    background-color: #f5f5dc;
}

.boja-ljubicasta {
    background-color: purple;
}

.boja-bez {
    background-color: #f5f5dc;
}

.boja-roze {
    background-color: pink;
}

.boja-narandzasta {
    background-color: orange;
}

.boja-zelena {
    background-color: green;
}

.boja-providna-boja-leda {
    background-color: rgba(255, 255, 255, 0.5);
}

.display-none {
    display: none;
}

.display-block {
    display: block !important;
}

.mailOrders{
    font-style: italic;
    color: #5e0000;
}

.ordersText1{
    font-size: 19px;
    font-style: italic;
    color: #666666;
    text-align: center;
}

.ordersText2{
    font-size: 13px;
    font-weight: normal;
    color: #464646;
    text-align: center;
}

   .logOut {
    background: linear-gradient(to bottom, #c80101, #8f0000);
    border-color: #5e0000;
    color: #fff;
    width: 100%;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
  }

  .logOut:hover {
    background: #fff;
    color: #5e0000;
    border: 1px solid #5e0000;
  }

  .galleryImages {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 10px solid #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    width: 140px;
    height: 140px;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
}

    .pagination {
    padding: 10px;
    }

    .pagination li a,
    .pagination li span {
    padding: 8px 12px;
    border: 1px solid #ccc;
    color: #0060af;
    text-decoration: none;
    margin: 0 4px;
    border-radius: 4px;
    }

    .pagination li.active span {
    background-color: #0060af;
    color: white;
    font-weight: bold;
    border-color: #5e0000;
    }

    .text-muted{
        color: #0060af !important;
    }

    .modal-backdrop.show {
    background-color: rgba(0, 0, 0, 1) !important;
    }

    .topImageAdmin{
        background-image: url("../img/images/firstHead.jpg");
        background-repeat: repeat;
    }

    .daDuck{
        height: 200px;
        padding-top: 60px;
        margin-bottom: 0px;
        color: #b8b8b8;
    }

    .formImageAdmin{
        background-image: url("../img/images/secondHead.jpg");
        background-repeat: repeat;
        border-top: 1px solid #363636;
    }

    .login-form{
        margin-top: 40px;
    }
    .form-row {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .form-row label {
        color: #fff;
        width: 110px;
        margin-right: 16px;
        font-size: 1rem;
        text-align: right;
        font-family: Arial, sans-serif;
    }

    .form-row input[type="text"],
    .form-row input[type="password"] {
        padding: 3px 7px;
        flex: 1;
        border: none;
        border-radius: 2px;
        background: #fff;
        color: #232323;
        font-size: 14px;
        outline: none;
        box-sizing: border-box;
    }


    .button-row {
        justify-content: flex-end;
        margin-top: 10px;
    }

    .button-row button {
        background: #78be20;
        color: #fff;
        border: none;
        padding: 3px 10px;
        font-size: 12px;
        font-family: Arial, sans-serif;
        cursor: pointer;
        font-weight: 500;
        transition: background 0.2s;
    }

    .button-row button:hover {
        background: #5ca016;
    }

    .admin-menu li {
        border-bottom: 1px solid #ddd;
        background-color: #E66416;
        margin-bottom: 5px;
    }

    .admin-menu li:last-child {
        border-bottom: none;
    }

    .admin-menu li a {
        display: block;
        padding: 6px 14px;
        text-decoration: none;
        color: #fff;
        text-align: right;
    }

    .admin-menu li a:hover {
        background-color: #67AB00;
    }

    .logoutBtn{
        background-color: #E66416;
        color: #fff;
        padding: 3px 7px;
        font-weight: bold;
        margin-bottom: 10px;
        right: 0px;
    }

    .logoutBtn:hover{
        background-color: #5ca016;
    }

    .navigationAdmin{
        border-right: 1px solid  #dedede;
    }

    #bgAdmin{
        background-image: url("../img/images/secondHead.jpg") !important;
    }

    .admin-menu li.active a {
        background-color: #5ca016;
    }
    .contentAdmin{
        background-color: #f2f2f3;
    }

    .labelAdmin{
        margin-right: 50px;
        color: #333333;
        font-weight: 700;
    }

    .inputAdmin{
        width: 250px;
    }

    .titleAdmin{
        letter-spacing: 5px;
        color: #5ca016;
    }

    .colorAdmin{
        background-color: #363636 !important;
        color: #fff !important;
        border-right: 1px solid #fff;
        text-align: center;
        height: 40px;
    }

    .firstRowAdmin{
        width: 40px;
    }

    tr.trAdmin th:nth-child(2) {
        width: 14%;
    }

    tr.trAdmin th:nth-child(3) {
        width: 13%;
    }

    tr.trAdmin th:nth-child(4) {
        width: 13%;
    }

    tr.trAdmin th:nth-child(5) {
        width: 25%;
    }

    .buttonAdmin{
        background-color: #0d5a9b;
        font-weight: 600;
    }

    .textArea{
        color: #5ca016;
        font-size: 14px;
    }

    .focusAdmin:focus{
        background-color: #fff !important;
    }

    #opis{
        width: 360px;
    }

    .widthInput{
        width: 250px;
    }

    #vrsta{
        margin-left: 55px;
    }

    #modalImage{
        border: 15px solid #fff;
    }

    .actionImg{
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0.5rem;
    }

    .colorAction{
        color: #003173;
    }

    .mTop{
        margin-top: 60px;
    }

    .hbags{
        height: 35px;
    }
