html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}

a:focus,
a:active {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-expand-sm .navbar-nav .nav-link {
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 3px;
}

.navbar-expand-sm .navbar-nav .nav-link:hover {
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: 500;
    transition: .5s;
    letter-spacing: 3px;
}

.logo {
    width: 80px;
}

#wineryImage {
    width: 100% !important;
}

.link-primary {
    font-size: 13px;
    text-transform: uppercase;
    color: #0d6efd;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}

.alignIcon {
    padding-right: 8px;
}

.table:not(.grid-table) td {
    font-size: 15px !important;
}

a:hover {
    color: black !important;
}

.ui-datepicker-trigger {
    display: none;
}
.filters {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-grow: 1;
    background-color: #e7ad99;
    border-radius: 10px;
    padding: 0;
    margin: 1rem 0;
    color: #fff;
}
.filters .filter-options input:focus {
    border-color: rgba(255, 255, 255, 0.2);
    outline: 1px solid rgba(255, 255, 255, 0.1);
}

.filters .filter-options input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.filter-options.multiple {
    justify-content: stretch;
    padding-left: 1rem;
    padding-bottom: 0;
}

.inputLabel {
    margin-top: auto;
    margin-bottom: auto;
}

.filter-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0.5rem 0;
    padding-left: 20px;
}

.filter-options.multiple input {
    margin: 0 0 1rem 0;
    flex-grow: 1;
    color: #fff;
}

.filter-options select option {
    padding-bottom: 0;
}

.filter-options input {
    flex-basis: 12%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-width: 1px;
    background-color: transparent;
    border-color: #fff;
    width: auto;
    height: auto;
    border-radius: 0;
    margin-right: 20px;
    font-size: 14px;
    color: #fff;
}

.search-filters input {
    height: 100%;
    background-color: #ce796b;
    color: #36454F;
    border: none;
    padding: 0 1rem;
    border-radius: 10px;
    color: white;
}
.table-page-content td {
    border: dashed 1px #ddd;
    border-right: none;
    background-color: #fff;
}

.showPagination {
    border: 1px solid #D3D3D3;
    width: 30px;
    border-style: dashed;
    text-align: center;
    font-size: 12px;
    height: 25px;
    text-decoration: none !important;
}

td.showPagination {
    color: black !important;
}
/* PAGINATION */
.pagination-results {
    margin-top: 1.5rem;
    color: #999;
}

.oa-paginationTable {
    border: none;
    border-collapse: separate;
}

.oa-paginationTable td {
    border: solid 1px #ddd;
    border-right: none;
    background-color: #fff;
}

.oa-paginationTable td:last-child {
    border-right: solid 1px #ddd;
}

.oa-paginationTable tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.oa-paginationTable tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

div.adv-img-side-content .btn:hover, .nav-pills > li.active > a, .list-items .list-item span, div.adv-img-side-content .btn:hover i, .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    border-color: #2e2e2e !important;
    color: #2e2e2e !important;
}

.list-items .list-item:hover, .title-modern h2, .tab-box.inverse .panel, .datepicker-top-left:before, .datepicker-top-right:before, .navbar .nav > li.active {
    border-bottom-color: #484848 !important;
}

.list-items .list-item.list-item-img {
    border-bottom: none;
}

.list-item-img:after {
    content: '';
    position: absolute;
    width: 85%;
    width: calc(100% - 95px);
    margin-left: 95px;
    margin-top: 9px;
    height: 1px;
    border-bottom: 1px solid #E6E6E6;
}

.list-items .list-item-img:last-child:after {
    display: none;
}

@media (max-width:993px) {
    .list-item-img .icon {
        display: none;
    }

    .list-item-img:after {
        margin-left: 0;
        width: 100%;
    }
}

.list-items .list-item h3 {
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 10px !important;
    text-align: left !important;
}

.list-items .list-item {
    border-bottom-style: solid;
    background: none;
}

.list-items .list-item:hover {
    background: none;
}

.list-items .list-item span {
    font-weight: 300;
    font-size: 15px;
}

.list-items .list-item p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0 !important;
    text-align: left;
}

.list-items .list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.list-items .list-item span {
    text-align: right;
}

.list-items .list-item {
    padding: 10px 0;
    border-bottom: 1px dashed #E6E6E6;
    transition: padding .3s;
}

.list-items .list-item:hover {
    padding-left: 0 !important;
}

.list-items .list-item:last-child {
    border-bottom: none;
}

.list-items .list-item:hover {
    background-color: rgba(115,115,115,0.02);
}

.list-items .list-item h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.list-items .list-item p {
    line-height: 25px;
    color: #797979;
    font-size: 13px;
    margin: 0;
}

.list-items .list-item span {
    text-align: right;
    display: block;
    font-size: 20px;
    white-space: nowrap;
    font-weight: 600;
    color: #696969;
}

.container.content, .section-empty > .content, .section-bg-image > .content, .section-bg-video > .content, .section-bg-animation > .content, .section-slider > .content, .section-bg-color > .content, .section-item > .content, .section-two-blocks .content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.section-empty .gastro {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Add spacing between columns */
}

.section-empty .col-md-4 {
    flex: 1 1 30%; /* Ensure each column takes up 30% width */
    max-width: 30%;
    box-sizing: border-box;
}

.section-empty .advs-box {
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.section-empty .advs-box:hover {
    transform: translateY(-5px);
}

.section-empty .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 220px !important;
    margin-bottom: -17px !important;
}

.section-empty .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-empty .advs-box-content {
    text-align: center;
}

.section-empty .extra-content {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-empty h2 {
    text-align: center;
    margin-bottom: 20px;
}

.section-empty p {
    margin-bottom: 15px;
}

.title-base {
    margin-bottom: 0 !important;
    letter-spacing: 5px;
}

.title-base h2, .title-base h1, .title-icon h2, .title-icon h1, .title-base.title-small h2 {
    font-size: 25px !important;
    margin-bottom: 0 !important;
}

.accordion-header-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #6c757d !important;
    font-weight: 500;
}

.accordion-header-title-id {
    text-transform: uppercase;
    font-size: 14px;
    color: #6c757d !important;
    font-weight: 500;
    display: block;
    line-height: 0 !important;
    padding-top: 8px;
}

.bulletinInfoLg {
    color: black;
}

.bulletinBtn {
    margin-right: 10px;
}

.form-group label {
    font-size: 14px;
    color: #7d4c3a;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-control-sm {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control-sm:focus {
    border-color: #7d4c3a;
    box-shadow: 0 0 5px rgba(125, 76, 58, 0.5);
}

.form-control-select {
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    appearance: none;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHBhdGggZD0iTTEwIDRsMTAgMTAgMTAtMTBaIiBmaWxsPSIjN2Q0YzNhIi8+PC9zdmc+');
    background-repeat: no-repeat;
    background-position: right 10px bottom 5px;
    background-size: 20px;
    width: 100%;
}

.form-control-select:focus {
    border-color: #7d4c3a;
    box-shadow: 0 0 5px rgba(125, 76, 58, 0.5);
}

.form-control {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    padding: 7px !important;
}

.text-danger {
    font-size: 12px;
    color: #a64b2a;
    margin-top: 5px;
}

.secondRow {
    padding-top: 10px;
}

.alignInput {
    margin-top: auto;
}

.logout-button {
    height: 100%;
    background-color: #ce796b;
    color: #36454F;
    border: none;
    padding: 0 12px;
    border-radius: 10px;
    color: white;
    height: 39px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.logout-button:hover {
    background: #ce796b;
    opacity: 0.9;
    transition: .2s;
}

.icon-box {
    display: table;
}

.text-center .icon-box {
    margin: 10px auto;
}

.text-left .icon-box {
    margin: 1px 0 10px 0;
}

.icon-box label {
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    position: relative;
}

.icon-box.icon-box-right label {
    padding-left: 0;
    padding-right: 15px;
}

.icon-box-top-bottom label {
    display: block;
    padding: 0;
}

.icon-box-cell label {
    display: block;
    margin: 0;
}

.icon-box-cell {
    display: table-cell;
    vertical-align: middle;
}

.icon-box-cell p {
    padding: 5px 0 0 15px;
    margin: 0;
}

.icon-box-right .icon-box-cell label {
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}

.icon-box-right .icon-box-cell p {
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}

.icon-box-top-bottom .icon-box-cell {
    display: block;
    text-align: center;
}

.icon-box-top-bottom .icon-box-cell label {
    padding: 0;
}

.icon-box-top-bottom .icon-box-cell p {
    padding: 0;
}

.box-menu-inner .icon-box i {
    color: #636363;
}

.box-menu-inner .icon-box {
    margin: 0;
}

.porfolio-bar div .icon-box {
    margin: 0 auto;
}

.icon-list .list-item i, .icon-list .list-item label, .icon-box-top-bottom label {
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    line-height: normal;
}

.icon-list.icon-list-top-bottom .list-item, .icon-box-top-bottom {
    text-align: center;
    margin-right: 0;
}

.icon-box.icon-box-top-bottom {
    display: block;
}

.icon-box.icon-box-top-bottom .icon-box-cell > i {
    float: none;
    margin: 7px 0 7px 0;
    display: inline-block;
}

.box-menu-inner .icon-box-cell i {
    width: 50px;
    font-size: 25px !important;
}

.icon-box-cell {
    text-align: left;
}

.text-center .icon-box {
    margin-left: 0;
}

.icon-box-right .icon-box-cell label {
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}

.icon-box-right .icon-box-cell p {
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}

.text-xl {
    font-size: 30px;
    color: #ce796b;
}

.text-s {
    color: #737373;
    font-size: 15px;
}

.icon-box {
    height: 130px;
}

.wine-bottle {
    width: 300px;
}

.wine-img {
    width: 400px;
}

.open > .dropdown-menu {
    text-align: center;
}

#dropdownMenuButton {
    width: 100%;
    color: white !important;
}

#dropDownTab {
    width: 100%;
    height: auto;
}

@media (min-width:993px) {
    .wine-pallete {
        width: 363px;
    }

    .body-score {
        width: 150px;
    }
}

.dropdown-item {
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 3px !important;
}