* {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ------------------------login------------------------- */

.login-manu {
    color: #F6AC25;
    padding: 15px;
    font-size: 50px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    text-align: center;
}

.manu-sans {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
}

button:focus {
    outline: 0;
}

img:focus {
    outline: 0;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

.box {
    border: none;
    padding: 15px;
    box-shadow: inset 0px 0px 10px grey;
    border-radius: 5px;
    width: 100%;
    font-size: 12px;
}

.text-center {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}

.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
}

.none {
    text-decoration: none;
    color: #000;
}

.view2_submit_v3 {
    background-color: #000;
    color: #F6AC25;
    padding: 15px 0;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    transition: .5s;
}

.view2_submit_v3:hover {
    transition: .5s;
    background-color: #F6AC25;
    color: #000;
}

.logo-container {
    width: auto;
    height: 60px;
    margin-top: -3px;
}

.about-container {
    background-color: #EDEAE8;
    padding: 30px;
}

h1 {
    font-size: 27px;
    font-weight: 400;
    color: #6FB5A4;
    display: inline-block;
    line-height: 54px;
    vertical-align: top;
    padding: 0 10px;
}

h4 {
    font-size: 27px;
    font-weight: 400;
    color: #6FB5A4;
    display: inline-block;
    vertical-align: top;
}

h6 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: 600;
    color: #6FB5A4;
    display: block;
    line-height: 54px;
    vertical-align: top;
    padding: 0 10px;
}

h6 hr {
    width: 60px;
    height: 3px;
    border: none;
    background-color: #6FB5A4;
    display: inline-block;
    vertical-align: super;
}

.abt-image {
    max-height: 100px;
    max-width: 100%;
    width: auto;
    display: block;
    margin: auto;
}

.contact-image {
    max-height: 70px;
    max-width: 100%;
    width: auto;
    display: block;
    margin: auto;
}

.about-container .content {
    max-width: 600px;
    color: #000;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    padding: 30px 0;
    display: block;
    margin: auto;
}

.contactus-container {
    padding: 30px;
}

.contactus-container .content {
    color: #00A85E;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    padding: 30px 0;
}

.product-tile a {
    text-decoration: none;
    vertical-align: middle;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
}

.topnav {
    overflow: hidden;
    background-color: #FFF;
    padding: 10px;
}

.topnav .logo img {
    height: 100%;
    width: auto;
}

.topnav .container {
    float: right;
}

.topnav a {
    display: inline-block;
    color: #6FB5A4;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s;
}

.header-none {
    padding: 0 !important;
}

.topnav .social {
    display: inline-block;
    padding: 0 30px;
}

.topnav .a-text {
    display: inline-block;
    color: #575757 !important;
    font-weight: 600;
    cursor: pointer;
}

.active {
    border-bottom: 2px solid #6FB5A4;
    color: white;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.topnav .icon {
    display: none;
}

.topnav a:hover {
    box-shadow: 0px 0px 20px #CCC;
    border-radius: 30px;
    transition: 0.3s;
}

.topnav .logo {
    float: left;
    display: inline-block;
}

.fa-whatsapp {
    color: #45E4BD;
    font-size: 30px;
    padding: 0 5px;
    vertical-align: middle;
}

.fa-truck {
    font-size: 60px;
}

.fa-facebook {
    color: #3189CE;
    font-size: 30px;
    padding: 0 5px;
    vertical-align: middle;
}

.fa-shopping-cart {
    color: #009BA3;
    font-size: 21px;
    padding: 0 10px;
    vertical-align: middle;
}

.fa-phone {
    color: #6FB5A4;
    padding-right: 10px;
}

.fa-phone-alt {
    color: #575757;
    font-size: inherit;
    padding: 0px;
    vertical-align: middle;
}

.fa-receipt,
.fa-cart-arrow-down,
.fa-clipboard-check {
    padding-right: 10px;
}

.contact-numbers {
    font-size: 18px;
    text-align: justify;
    width: fit-content;
    display: block;
    margin: auto;
    line-height: 36px;
}

.filter-btn p {
    padding-left: 15px;
    display: inline-block;
}

.cart-ico {
    display: inline-block;
    padding-left: 16px;
}

.cart-ico p {
    background-color: #EB7D19;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    padding: 5px;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.banner {
    max-height: 74vh;
    width: 100%;
}

.banner img {
    width: 100%;
    max-height: 74vh;
    object-fit: cover;
}

.category-container {
    padding: 60px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.category-container .container {
    border-radius: 30px;
    padding: 15px;
    width: 21%;
    min-width: 300px;
    height: fit-content;
    border-radius: 30px;
    transition: 0.3s;
}

.category-container .container:hover {
    box-shadow: 0px 0px 20px #CCC;
    transition: 0.3s;
}

.category-container img {
    width: 100%;
    height: 100%;
    display: block;
}

.category-container p {
    text-align: center;
    color: #9D7550;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.filter-bar {
    min-width: 300px;
    padding: 15px 30px;
    background-color: #F1F1F1;
}

.input-1 {
    padding: 10px;
    border-radius: 30px;
    background-color: #FFF;
    border: 1px solid #6FB5A4;
    color: #000;
}

.input-2 {
    padding: 10px;
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid #6FB5A4;
    width: 100%;
    color: #000;
    display: block;
    margin: 10px 0;
}

.input-3 {
    padding: 10px;
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid #6FB5A4;
    min-width: 200px;
    width: calc(50% - 3px);
    color: #000;
    display: inline-block;
    margin: 10px 0;
}

.submit-1 {
    border-radius: 50%;
    background-color: #6FB5A4;
    color: #FFF;
    border: none;
    padding: 5px;
    height: 45px;
    width: 45px;
}

.submit-1:hover {
    background-color: #009BA3;
    transition: 0.3s;
}

.submit-2 {
    border-radius: 5px;
    background-color: #6FB5A4;
    color: #FFF;
    border: none;
    padding: 15px 30px;
    width: fit-content;
    margin: 15px 0;
}

.submit-2:hover {
    background-color: #009BA3;
    transition: 0.3s;
}

.submit-3 {
    border: none;
    background-color: transparent;
    color: #575757;
    padding: 15px 30px;
    width: fit-content;
    margin: 15px 0;
    font-size: 16px;
}

.submit-3:hover {
    color: #000;
    transition: 0.3s;
}

.filter-btn {
    border-radius: 30px;
    background-color: #6FB5A4;
    color: #FFF;
    border: none;
    padding: 5px 30px;
    height: 46px;
    width: fit-content;
    text-transform: uppercase;
    float: right;
}

.filter-btn:hover {
    background-color: #009BA3;
    transition: 0.3s;
}

.product-space {
    display: inline-flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 75%;
    height: fit-content;
    padding: 30px;
    vertical-align: top;
    margin-top: 135px;
}

::-webkit-scrollbar {
    width: 6px;
    background: #FFF;
}

::-webkit-scrollbar-thumb:vertical {
    background: #6FB5A4;
    border-radius: 10px;
}

.ad-space {
    width: calc(25% - 5px);
    display: inline-block;
    background-color: #3189CE;
    padding: 30px;
    color: #FFF;
    height: calc(100vh - 135px);
    line-height: calc(100vh - 135px);
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.ad-space span {
    font-size: 60px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.ad-space span p {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
}

.product-tile {
    width: 21%;
    height: 300px;
    border-radius: 30px;
    background-color: #F5F5F5;
    margin-bottom: 30px;
    height: fit-content;
    box-shadow: 0px 0px 20px #CCC;
    transition: 0.3s;
    min-width: 212px;
    position: relative;
}

.product-tile:hover {
    box-shadow: none;
    transition: 0.3s !important;
}

.product-tile img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}

.product-tile h2 {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    padding: 5px;
}

.product-tile h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #575757
}

.product-tile h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.product-tile label {
    font-size: 14px;
    width: 100%;
    color: #575757;
    padding-left: 0px;
}

.product-tile hr {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border: none;
    background-color: #EB7D19;
}

.product-tile .content {
    padding: 15px;
}

.input-num {
    padding: 4px 10px;
    border-radius: 30px;
    background-color: #FFF;
    border: 1px solid #6FB5A4;
    color: #000;
    width: 50%;
}

.add-btn {
    border-radius: 30px;
    background-color: #6FB5A4;
    color: #FFF;
    border: none;
    padding: 5px 15px;
    width: 50%;
    height: fit-content;
    width: fit-content;
    float: right;
}

.add-btn:hover {
    background-color: #009BA3;
    transition: 0.3s;
}

.change-btn {
    border-radius: 10px;
    border: 1px solid #575757;
    padding: 5px 15px;
    height: fit-content;
    max-width: calc(100% - 30px);
    width: fit-content;
    backdrop-filter: blur(10px);
    background-color: transparent;
    position: absolute;
    top: 15px;
    right: 15px;
}

.change-btn .add-btn {
    margin-top: 15px;
}

.delivery-date {
    background-color: #00A85E;
    color: #FFF;
    font-size: 18px;
    padding: 10px 20px !important;
    border-radius: 30px;
    border: none;
    display: inline-block;
}

.admin-message {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 15px 30px;
    background-color: #45E4BD;
    color: #000;
    z-index: 110;
}

.homepage-logo {
    height: 120px;
    width: 100%;
    padding: 15px 0;
}

.homepage-logo img {
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
}

.warning {
    background-color: #EB7D19;
}

.half {
    width: calc(50% - 10px);
    display: inline-block;
    margin: 5px;
}

.half-f {
    width: calc(50% - 13px);
    display: inline-block;
    margin: 5px;
}

.delete {
    background-color: #EB7D19;
    padding: 15px;
    float: right;
}

.delete:hover {
    background-color: #eb2719;
}

#cart-modal {
    display: none;
}

#viewimg-modal {
    display: none;
}

#viewimg-modal .container {
    max-width: 90%;
    max-height: 90vh;
    background-color: transparent !important;
}

#viewimg-modal .container img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    max-height: 80vh;
}

.modal {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000069;
}

.modal .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    border: none;
    border-radius: 30px;
    transition: 0.3s;
    padding: 30px;
}

.filter-modal .close {
    float: right;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    background-color: #EB7D19;
    border: 1px solid #EB7D19;
    color: #FFF;
    transition: 0.3s;
}

.filter-modal .close:hover {
    background-color: #FFF;
    color: #000;
    transition: 0.3s;
}

.modal .close {
    float: right;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    background-color: #EB7D19;
    border: 1px solid #EB7D19;
    color: #FFF;
    transition: 0.3s;
}

.modal .close:hover {
    background-color: #FFF;
    color: #000;
    transition: 0.3s;
}

.modal .image-close {
    position: absolute;
    right: 0px;
    top: 0px;
}

.modal .modal-body {
    padding: 15px 0px;
}

.modal .btn-primary {
    border-radius: 5px;
    background-color: #6FB5A4;
    color: #FFF;
    padding: 4px 10px;
    border: none;
    transition: 0.3s;
    width: 33px;
}

.modal .btn-primary:hover {
    background-color: #009BA3;
    transition: 0.3s;
}

.modal .item-count {
    margin: 0px 5px;
    border-radius: 5px;
    padding: 4px 10px;
    border: 1px solid #6FB5A4;
    width: 60px;
}

.modal .btn-danger {
    border-radius: 5px;
    background-color: #eb2719;
    color: #FFF;
    padding: 4px 10px;
    border: none;
    margin: 0px 10px;
    display: inline-block;
}

.modal .total {
    padding: 10px 0px;
    font-weight: 600;
    color: #6FB5A4;
    font-size: 21px;
}

.total-cart {
    font-weight: 600;
    color: #6FB5A4;
    font-size: 21px;
}

.input-group {
    width: fit-content;
    display: inline;
}

.table td {
    padding-right: 10px;
}

.table {
    border-collapse: collapse;
}

.table tr {
    border-bottom: 1px solid #6FB5A4;
    height: 60px;
}

.round-corner {
    border-radius: 16px;
}

#filter-modal {
    opacity: 0;
    z-index: -1;
}

.filter-modal {
    position: fixed;
    top: 180px;
    right: 30px;
    border-radius: 30px;
    background-color: #FFFFFFF3;
    padding: 30px;
    color: #000;
    z-index: 102;
    width: 300px;
    max-width: 85vw;
    border: 1px solid #6FB5A4;
    box-shadow: 0px 0px 20px #000;
}

.filter-modal label {
    padding-left: 5px;
    font-size: 16px;
}

.filter-modal h2 {
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    padding-top: 15px;
}

.filter-modal hr {
    height: 1px;
    width: 100%;
    background-color: #6FB5A4;
    border: none;
    margin: 10px 0px;
}

.category-sub-div {
    width: calc(100% - 3px);
    display: inline-block;
}

.filter-scroll {
    height: 30vh;
    overflow-y: scroll;
    width: 100%;
    padding-right: 15px;
}

.none {
    border: none;
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    width: 100%;
}

.address-container {
    margin-top: 89px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 30px;
    align-items: flex-start;
    margin-bottom: 90px;
}

.conf-cart {
    border: none;
    border-radius: 30px;
    box-shadow: 0px 0px 20px #CCC;
    padding: 15px;
    background-color: #FFF;
    width: 40%;
}

.conf-cart table {
    width: 100%;
}

.conf-cart table td {
    width: 25%;
}

.conf-cart label {
    font-size: 14px;
    font-weight: 600;
    color: #6FB5A4;
}

.conf-cart table {
    border-collapse: collapse;
}

.conf-cart table tr {
    border-bottom: 1px solid #6FB5A4;
    height: 70px;
}

.conf-cart h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.conf-cart h3 {
    font-weight: 600;
    color: #6FB5A4;
}

.conf-cart h4 {
    padding: 15px 0px;
    font-size: 21px;
    font-weight: 600;
    color: #6FB5A4;
    text-align: left;
    width: 100%;
}

.conf-cart .contact-container {
    display: block;
    margin: auto;
    margin-right: 0;
    width: fit-content;
    padding: 0 15px;
}

footer {
    width: 100%;
    background-color: #3189CE;
    color: #FFF;
    text-align: center;
    padding: 30px 0;
    position: fixed;
    z-index: 101;
    bottom: 0;
    left: 0;
}

.confirm-page {
    border-radius: 30px;
    background-color: #F1F1F1;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 20px #CCC;
}

.confirm-page h1 {
    font-size: 27px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    color: #009BA3;
}

.confirm-page h3 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    color: #009BA3;
}

.confirm-page p {
    text-align: center;
    font-size: 18px;
    color: #575757;
    line-height: 27px;
    padding: 15px 0;
}

.min-max-slider {
    position: relative;
    width: 200px;
    text-align: center;
    margin-bottom: 15px;
}

.min-max-slider>label {
    display: none;
}

span.value {
    height: 1.7em;
    font-weight: bold;
    display: inline-block;
}

span.value.lower::before {
    content: "€";
    display: inline-block;
}

span.value.upper::before {
    content: "- €";
    display: inline-block;
    margin-left: 0.4em;
}

.min-max-slider>.legend {
    display: flex;
    justify-content: space-between;
}

.min-max-slider>.legend>* {
    font-size: small;
    opacity: 0.25;
}

.min-max-slider>input {
    cursor: pointer;
    position: absolute;
}

/* webkit specific styling */
.min-max-slider>input {
    -webkit-appearance: none;
    outline: none !important;
    background: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 30%, silver 30%, silver 60%, transparent 60%, transparent 100%);
}

.min-max-slider>input::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    width: 14px;
    /* Set a specific slider handle width */
    height: 14px;
    /* Slider handle height */
    background: #eee;
    /* Green background */
    cursor: pointer;
    /* Cursor on hover */
    border: 1px solid gray;
    border-radius: 100%;
}

.min-max-slider>input::-webkit-slider-runnable-track {
    cursor: pointer;
}


.mySlides {
    display: none;
    height: 100%;
}

.mySlides img {
    vertical-align: middle;
}

/* Slideshow container */
.banner .slideshow-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
}

/* Caption text */
.banner .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.banner .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Fading animation */
.banner .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.orders-space {
    width: 100%;
    margin-top: 160px;
    min-height: 80vh;
    padding: 30px;
}

.orders-space h3 {
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    color: #61CE70;
}

.orders-space .tile:first-child {
    background-color: #FFF;
    border: none;
    position: sticky;
    top: 180px;
    border-radius: 0px;
}

.orders-space .tile {
    width: 100%;
    background-color: #F1F1F1;
    color: #000;
    border-radius: 10px;
    border: 1px solid #61CE70;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 20px 0px;
    gap: 15px;
}

.orders-space .tile .order {
    width: 40%;
    border-right: 1px solid #61CE70;
}

.orders-space .tile .user-details {
    width: 20%;
    border-right: 1px solid #61CE70;
}

.orders-space .tile .details {
    width: 14%;
    overflow: auto;
    border-right: 1px solid #61CE70;
}

.orders-space .tile .details-2 {
    width: 5%;
    overflow: auto;
    border-right: 1px solid #61CE70;
}

.orders-space .tile .delete-flex-cont {
    width: 10%;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.mobile-only {
    display: none;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}


@media screen and (max-width: 600px) {

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav .container {
        float: none;
        width: 100%;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
        margin: 15px;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }

    .topnav .social {
        padding: 14px;
    }

    .topnav .logo {
        display: none;
    }

    .input-1 {
        width: 50%;
    }

    .filter-btn p {
        display: none;
    }

    .ad-space {
        display: none;
    }

    .product-space {
        width: 100%;
        padding: 30px 0px;
    }

    .product-tile {
        min-width: 80vw;
    }

    .product-tile img {
        height: 260px;
    }

    .product-tile .input-num {
        width: 25%;
    }

    .product-tile hr {
        display: none;
    }

    .product-tile .content {
        padding-top: 0px;
    }

    .product-tile h2 {
        font-size: 18px;
    }

    .product-tile h3 {
        font-size: 16px;
    }

    .product-tile label {
        padding: 0;
    }

    .modal .container {
        width: 90%;
    }

    .table .min-width {
        min-width: 150px;
    }

    .table td {
        display: block;
    }

    .address-container {
        display: block;
        padding: 20px;
    }

    .conf-cart {
        width: 100%;
    }

    .submit-3 {
        padding: 0;
        padding-left: 5px;
    }

    footer {
        font-size: 14px;
        padding: 15px;
    }

    .conf-cart table td:nth-child(2) {
        display: none;
    }

    .conf-cart table td {
        width: 33%;
    }

    .topnav {
        background-color: #232323;
    }

    .homepage-logo {
        background-color: #F1F1F1;
        width: 100%;
    }

    h6 {
        text-align: center;
        padding: 0;
    }

    .filter-modal label {
        font-size: 14px;
    }

    .confirm-page {
        width: 90%;
    }

    .mobile-only {
        display: block;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -0%);
        width: 100% !important;
        border-radius: 0px !important;
        text-align: center !important;
    }
}