:root {
    color: #2B354B;
    color: rgba(43, 53, 75, 0.60);
    color: rgba(43, 53, 75, 0.37);
    color: #A8CF45;
    color: #D9D9D9;
    color: #EBEEF4;
    color: #F3F5EE;
    color: white;
}

/* Fonts */
/* .outfit-<uniquifier> {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
} */

body {
    margin: 0;
	padding: 0;
    color: #2B354B;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    background-color: #fff;
}

img {
	width: 100%;
	height: auto;
    border-radius: 10px;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 600;
}

p, li, a {
	font-size: 16px;
    line-height: 30px;
    color: #2B354B;
}

b, strong {
    font-weight: 800;
}

ul {
	padding-left: 20px;
    margin-bottom: 0;
}
a {
    color:inherit;
    text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.green-txt {
    color: #A8CF45;
}

.l-blue-txt {
    color: #88C5D7;
}

.card {
    border-radius: 15px;
    background: transparent;
    border: 0;
}

.card-img, .card-img-top {
    border-radius: 15px;
}

.text-bg-light {
    color: #2B354B!important;
    background-color: #EBEEF4 !important;
    background: hsl(220deg 29.03% 93.92% / 90%) !important;
}

.green-border {
    border-radius: 10px;
    border: 2px solid #A8CF45;
}

.grey-border {
    border-radius: 10px;
    border: 2px solid #2B354B;
}

/* Buttons */
button:focus {
    outline: none;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #A8CF45;
    background-color:transparent;
    border-color: #A8CF45;
    box-shadow: none;
}

.btn-primary {
    padding: 10px 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    color: #fff;
    background-color:#A8CF45;
    border-color: #A8CF45;
    width: auto;
    min-width: 190px;
    border-radius: 10px;
}

.btn-primary.btn-sm a:hover {
    color:#88C5D7!important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color:#A8CF45;
    border-color: #A8CF45;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    background-color:#A8CF45;
    border-color: #A8CF45;
}

.btn-secondary {
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    color: #fff;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid #FFF;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #0F3559;
    background-color:#FFF;
    border-color: #FFF;
    box-shadow: none;
}

/* Navbar */
.header {
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 9999;
}
.header .navbar-light .navbar-nav .active>.nav-link, .header .navbar-light .navbar-nav .nav-link.active, .header .navbar-light .navbar-nav .nav-link.show, .header .navbar-light .navbar-nav .show>.nav-link {
    color: #A8CF45;
    border-bottom: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #A8CF45;
}
/* .navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 0 30px 0;
} */
.navbar-light .navbar-nav .nav-link {
    color: #2B354B;
}
.navbar-nav {
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.header .nav-item {
    color: #2B354B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 0;
}
.header .navbar-nav .nav-item .nav-link {
    padding: 0 0 0 30px;
    border-bottom:transparent;
}

.navbar-nav-header .nav-item {
    list-style: none;
}
.navbar-collapse .dropdown-toggle::after {
    display: none;
}
.header .header-icons i {
    margin-left: 10px;
    font-size: 20px;
    padding: 0;
    color: #2B354B;
}
.header .nav-item i:hover {
    color: #A8CF45;
}
.mobi-header-icons {
    display: none;
}

.logo img {
    width: 90%;
    padding: 5px 0;
}

.mobi-logo img {
    width: 80%;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    /* min-width: 250px; */
    border-radius: 0;
    font-size: 15px;
}

.dropdown-item i {
    float: right;
    color: #1E1C1C;
    line-height: 23px;
    vertical-align: middle;
    align-self: center;
}

.dropdown-item.active, .dropdown-item:active {
    color: #A8CF45;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu[data-bs-popper] {
    top: 46px;
    left: auto;
    border: 0;
    box-shadow: 0px 5px 30px #0000001A;
}

/* Home */
/* .home-header .carousel {
    position: relative;
    height: 700px;
    background: linear-gradient(180deg, rgba(43, 53, 75, 0.3) 10%, rgba(43, 53, 75, 0.6) 50%, rgba(43, 53, 75, 0.8) 100%);
} */

.home-header .carousel-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.home-header .carousel-item img {
    border-radius: 0;
}
.home-header .carousel-caption {
    position: absolute;
    right: auto;
    bottom: 0;
    top: 0;
    left: 18%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    width: 50%;
    align-content: center;
    z-index: 999;
}

.home-header .carousel-caption p {
    color: #fff;
}

.home-header .carousel-indicators [data-bs-target] {
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--bs-carousel-indicator-active-bg);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity .6s ease;
    border-radius: 100%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

.home-header .carousel-indicators .active {
    opacity: 1;
}

.home-how-can-we-help .card {
    overflow: hidden;
}

.home-how-can-we-help .card .card-img-overlay {
    background: linear-gradient(180deg, rgba(43, 53, 75, 0.3) 10%, rgba(43, 53, 75, 0.6) 50%, rgba(43, 53, 75, 0.8) 100%);
    position: absolute;
    top: auto;
    right: 0;
    bottom: -19%;
    left: 0;
    padding: 177px 20px 0 20px;
    transition: all 0.8s ease-in-out;
    border-radius: 10px;
}

.background-gradient {
    background: linear-gradient(180deg, rgba(43, 53, 75, 0.3) 10%, rgba(43, 53, 75, 0.6) 50%, rgba(43, 53, 75, 0.8) 100%);
}

.home-how-can-we-help .card:hover .card-img-overlay {
    bottom: 0;
    padding-bottom: 20px;
    background-color: rgba(43, 53, 75, 0.8);
    cursor: pointer;
    /* padding: 100px 20px 0 20px; */
}

.home-how-can-we-help {
    padding: 5% 0;
     background-color: #fff;
}

.home-how-can-we-help .card p {
    color: #fff;
}

.fresh-daily {
    padding-bottom: 5%;
    background-color: #fff;
}

.fresh-daily .green-bg {
    /* display: flex;
    height: fit-content !important;
    min-height: -webkit-fill-available; */
    background-image: url('/images/home/green-block.jpg');
    background-position: center;
    background-size: cover;
    height: fit-content;
}

.fresh-daily img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.fresh-daily .img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: auto;
    height: fit-content;
    padding: 0 40px;
    transition: all 0.8s ease-in-out;
    border-radius: 10px;
}

.fresh-daily .img-overlay p {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.fresh-daily .green-txt {
    color: #A8CF45;
    line-height: normal;
}

/* Slider */
.customize-tools {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

.customize-tools .controls li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    color: #000;
}

.customize-tools .controls li i:hover {
    cursor: pointer;
}

.customize-tools .controls .prev { 
	left: 10px; 
	z-index: 999;
	position: absolute;
}

.customize-tools .controls .next {
    right: 10px;
    z-index: 999;
    position: absolute;
}

.home-about {
    padding: 5% 0;
    position: relative;
    /* z-index: -100; */
}

.home-about-video {
    height: fit-content;
    overflow: hidden;
    height: 500px;
    position: absolute;
    width: 100%;
    z-index: -100;
}

#background-video {
    object-fit: cover;
    width: 100%;
    height: -webkit-fill-available;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -100;
    max-height: none;
}

.wholesale-orders {
    background: #F3F5EE;
    padding: 5% 0;
}

.home-blocks {
    padding: 5% 0;
    background-color: #fff;
}

.home-blocks .card-header {
    background: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

.home-blocks .card h4 {
    font-size: 30px;
    font-weight: 600;
}

.reviews {
    padding: 5% 0;
    background: #EBEEF4;
}

.reviews .card {
    border-radius: 10px!important;
    background: #FFF;
    height: fit-content !important;
    min-height: -webkit-fill-available;
}

.reviews .card p {
    font-weight: 700;
}

.reviews .card .card-img {
    width: 20%;
    margin: auto 5px;
}

.reviews .card .card-footer {
    display: flex;
    justify-content: end;
    background: transparent;
    border-top: 0;
}

.star-container i {
    display: inline-block;
    color: #A8CF45;
    font-size: 20px;
    margin-top: 10px;
}

#map {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

#map img {
    width: 25%;
    height: auto;
    border-radius: 10px;
}

#contactmap {
    width: 100%;
    height: 500px;
}

#contactmap #content {
    text-align: center;
}

#contactmap #content img {
    max-width: 200px;
    margin-bottom: 20px;
}

#contactmap #content p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
}

/* About */
.about-header {
    padding: 3% 0 5% 0;
}

.about, .about-gallery {
    padding-bottom: 5%;
}

.about-gallery .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    height: fit-content;
    border-radius: 10px;
}

.about-gallery .card-img-overlay i {
    color: #FFF;
    font-size: 60px;
}

/* Product pages */
.product-page .card .card-img-overlay {
    background: linear-gradient(180deg, rgba(43, 53, 75, 0.3) 10%, rgba(43, 53, 75, 0.4) 50%, rgba(43, 53, 75, 0.8) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    transition: all 0.8s ease-in-out;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.product-page h1 {
    font-size: 55px;
    margin-bottom: 0;
}

.product-page {
    padding: 3% 0 5% 0;
}

.product, .wine-page, .wine-gallery, .where-logos, .processing-team, .wholesale-services, .restaurant-gallery, .restaurant, .contact {
    padding-bottom: 5%;
}

.error-page {
    padding: 10% 0;
}

/* Contact */
.contact .h3, .contact .h3 a {
    font-size: 25px!important;
}

.contact i {
    font-size: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #323234;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}

select.form-select, .form-select[multiple] {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url('https://files.crtgroupstorage.com/angle-down-light.png') 96% / 15px 8px no-repeat;
    background-color: #fff;
}

.form-control:focus, .form-select[multiple]:focus {
    color: #323234;
    background-color: #fff;
    border-color: #323234;
    outline: 0;
    box-shadow: none;
}

select:not(:-internal-list-box)[multiple] option {
    line-height: 30px;
    vertical-align: middle;
    align-items: center;
}

option {
    line-height: 10px;
}

label {
    color: #2B354B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}

textarea.form-control {
    height: 150px;
}

#email2, #email3 {
    display: none;
}

.form-group {
    margin-bottom: 20px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #A8CF45!important;
    color: #fff;
    font-size: 1em;
}

/* Footer */
footer {
    background: #2B354B;
    text-align: center;
    padding: 3% 0;
}

footer p, footer a {
    color: #fff;
    font-weight: 400;
}

footer img {
    width: 40%;
    height: auto;
    margin-bottom: 40px;
}