@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'Nelphim';
    src: url('../font/NelphimItalic-Italic.woff2') format('woff2'),
        url('../font/NelphimItalic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Nelphim';
    src: url('../font/Nelphim-Regular.woff2') format('woff2'),
        url('../font/Nelphim-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    font-size: 62.5%;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
body {
    font-size: 2.5rem;
    color: #fff;
    font-family: 'Lato', sans-serif;
    background-color: #002E3B;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Nelphim';
    color: #E3B985;
    font-weight: normal;
}
h1 {
    font-size: 4.3rem;
    text-align: center;
    line-height: 1.2;
}
h2 {
    font-size: 4.3rem;
    line-height: 1.2;
}
.diamond-btn {
    position: relative;
    margin: 1rem auto;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    vertical-align: middle;
    color: #E3B985;
    display: inline-block;
    border-width: 0;
    border-style: solid;
    border-color: #FECE21;
    height: 5.2rem;
    padding: 1.2rem 4rem;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    transition: all ease 0.4s;
}
.diamond-btn::before,
.diamond-btn::after {
    content: '';
    position: absolute;
    border-color: #EDE0BA;
    border-style: solid;
    height: 51%;
    width: 100%;
    left: 0;
    z-index: 10;
    background-color: #173941;
    transition: all ease 0.4s;
}
.diamond-btn::after {
    border-width: 0 3px 2px 3px;
    bottom: 0;
    transform-origin: center top;
    transform: perspective(15px) rotateX(-3deg);
}
.diamond-btn::before {
    border-width: 2px 3px 0 3px;
    top: 0;
    transform-origin: center bottom;
    transform: perspective(15px) rotateX(3deg);
}
.diamond-btn span {
    position: relative;
    z-index: 99;
    transition: all ease 0.4s;
}
.diamond-btn:hover::before,
.diamond-btn:hover::after {
    background-color: #EDE0BA;
}
.diamond-btn:hover span {
    color: #002E3B;
}
#page-header {
    width: 100%;
    padding: 4rem 0;
    transition: all ease 0.4s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    border-bottom: 1px solid transparent;
}
#page-header .navbar {
    background: none !important;
    color: #fff;
}
#page-header .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    width: 21rem;
    height: auto;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 15px;
    transition: all ease 0.4s;
}
#page-header .navbar-brand img {
    width: 100%;
    transition: all ease 0.4s;
}
#page-header .navbar-expand-lg .navbar-collapse {
    text-align: center;
}
#page-header .navbar-expand-lg .navbar-collapse .navbar-nav {
    margin: auto;
    margin-top: 30px;
    transition: all ease 0.4s;
}
#page-header .navbar-nav .nav-item{
    margin-right: 5rem;
}
#page-header .navbar-nav .nav-item:nth-of-type(3) {
    margin-right: 23rem;
}
#page-header .navbar-nav .nav-item:nth-of-type(4) {
    margin-left: 11rem;
}
#page-header .nav-item .nav-link {
    color: #E3B985;
    font-size: 2.8rem;
    line-height: 37px;
    font-family: 'Nelphim';
    position: relative;
    transition: all ease 0.4s;
    padding: 0;
    padding-bottom: 10px;
}
#page-header .nav-item .nav-link:hover,
#page-header .nav-item .nav-link.active {
    color: #fff;
}
#page-header .nav-item .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #fff;
    width: 0;
    transition: all ease 0.4s;
    bottom: 2px;
    margin: auto;
}
#page-header .nav-item .nav-link:hover::after,
#page-header .nav-item .nav-link.active::after {
    width: 100%;
}
#page-header .nav-item .nav-button{
    position: relative;
    margin: 1rem auto;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    vertical-align: middle;
    color: #02212B;
    display: inline-block;
    border-width: 0;
    border-style: solid;
    border-color: #FECE21;
    height: 5.2rem;
    padding: 1.2rem 4rem;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    transition: all ease 0.4s;
    font-family: 'Nelphim';
    margin: 0;
    margin-top: -7px;
}
#page-header .nav-item .nav-button::before{
        content: '';
    position: absolute;
    border-color: #E3B985;
    border-style: solid;
    height: 51%;
    width: 100%;
    left: 0;
    z-index: 10;
    background-color: #E3B985;
    transition: all ease 0.4s;
    content: '';
    border-width: 2px 3px 0 3px;
    top: 0;
    transform-origin: center bottom;
    transform: perspective(15px) rotateX(3deg);
}
#page-header .nav-item .nav-button::after{
        content: '';
    position: absolute;
    border-color: #E3B985;
    border-style: solid;
    height: 51%;
    width: 100%;
    left: 0;
    z-index: 10;
    background-color: #E3B985;
    transition: all ease 0.4s;
    content: '';
    border-width: 0 3px 2px 3px;
    bottom: 0;
    transform-origin: center top;
    transform: perspective(15px) rotateX(-3deg);

}
#page-header .nav-item .nav-button:hover::before,
#page-header .nav-item .nav-button:hover::after{
    background-color: #fff;
    border-color: #fff;
}
#page-header .nav-item .nav-button span{
        position: relative;
    z-index: 99;
    transition: all ease 0.4s;
}
#page-header.fixed {
    background-color: #002E3B;
    padding: 5px 0 10px;
    border-bottom: 1px solid #E3B985;
}
#page-header.fixed .navbar-brand {
    width: 12rem;
}
#page-header.fixed .navbar-expand-lg .navbar-collapse .navbar-nav {
    margin-top: 20px;
}
#page-header.fixed .nav-item .nav-link {
    font-size: 2.4rem;
}
#page-header.fixed .nav-item .nav-link::after {
    bottom: 4px;
}
#page-content {
    width: 100%;
    overflow: hidden;
}
#hero-section {
    width: 100%;
    min-height: 120rem;
    background-image: url('../img/hero.jpg');
    background-repeat: no-repeat;
    background-size: 193rem auto;
    background-position: center -16rem;
    padding-top: 30rem;
}
#hero-section h1 {
    width: 31rem;
    text-align: center;
    margin: auto;
}
#product-info-section {
    text-align: center;
    padding: 0 0;
    margin-top: 0;
}
#product-info-section p {
    max-width: 1123px;
    margin: auto;
    margin-bottom: 20px;
}
#product-info-section .diamond-btn {
    margin-bottom: 80px;
}
#product-info-section .product {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: all ease 0.4s;
    text-decoration: none;
}
#product-info-section .product:hover {
    margin-top: -50px;
}
#product-info-section .col-lg-3:nth-of-type(even) .product {
    margin-top: 100px;
}
#product-info-section .col-lg-3:nth-of-type(even) .product:hover {
    margin-top: 50px;
}
#product-info-section .product img {
    width: 50rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#product-info-section .product h3 {
    font-size: 4.3rem;
    color: #E3B985;
    text-align: center;
    width: 100%;
    text-decoration: none;
    margin-top: -50px;
}
#gift-box-section {
    padding: 10rem 0 10rem;
}
#gift-box-section .gift-box {
    display: flex;
    align-items: center;
    border: 2px solid #E3B985;
    border-radius: 62px;
    padding: 15rem 5rem 15rem 47rem;
    position: relative;
    float: right;
    max-width: 107rem;
    margin-right: 9rem;
}
#gift-box-section .gift-box img {
    position: absolute;
    width: 64rem;
    height: auto;
    left: -24%;
    top: 50%;
    transform: translateY(-50%);
}
#gift-box-section .gift-box h2 {
    font-size:
}
#gift-box-section .gift-box ol {
    padding-left: 35px;
    margin-top: 10px;
}
#gift-box-section .gift-box ol li {
    margin-bottom: 20px;
    font-size: 2.5rem;
}
#gift-box-section .gift-box ol li::marker {
    color: #E3B985;
    font-size: 3.4rem;
    font-family: 'Nelphim';
}
#ourstory-section {
    width: 100%;
    height: 138rem;
    background-image: url(../img/our-story.jpg);
    background-repeat: no-repeat;
    background-size: 192rem auto;
    padding-top: 38rem;
    background-position: center;
}
#ourstory-section .content {
    max-width: 38rem;
}
#ourstory-section .content h1 {
    text-align: left;
}
#ourstory-section .content p {
    line-height: 1.2;
}
.product-slide-section {
    padding: 10rem 0;
}
.first-section {
    margin-top: 20rem;
}
#slabs-slider,
#bonbon-slider,
#squares-slider,
#cookies-slider {
    width: 58vw;
}
.product-slide-section .intro {
    padding-top: 120px;
}
.product-slide-section .intro p {
    max-width: 32rem;
}
.product-slide-section .owl-nav {
    position: absolute;
    left: -44rem;
    top: 6.5rem;
}
.product-slide-section .owl-nav .owl-prev {
    margin-right: 17px;
}
.product-slide-section .product-box {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.product-slide-section .product-box .image {
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.product-slide-section .product-box .image::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E2B884;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease 0.4s;
}
/*.product-slide-section .product-box .image:hover::after {
    width: 30%;
}*/
.product-slide-section .product-box .image img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    transition: all ease 0.4s;
}
.product-slide-section .product-box h3 {
    font-size: 2.5rem;
    color: #fff;
    text-decoration: none;
    font-family: 'Lato';
    transition: all ease 0.4s;
}
/*.product-slide-section .product-box:hover h3 {
    color: #E3B985;
}*/
.owl-nav button.owl-prev.disabled,
.owl-nav button.owl-next.disabled {
    opacity: 0.2;
}
.product-slide-section hr {
    border: 1px solid #E2B884;
    opacity: 1;
    width: 110vw;
    float: left;
    position: relative;
    bottom: -9rem;
}
#prod-intro-section {
    height: 70rem;
    padding: 33rem 0 5rem;
    display: inline-block;
    width: 100%;
    background-image: url(../img/prod-hero.jpg);
    background-size: 192rem;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: left;
}
#prod-intro-section .content {
    text-align: left;
    max-width: 32rem;
    margin: auto;
}
#prod-intro-section h1 {
    text-align: left;
}
#product-sort-section .flter-row {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
}
#product-sort-section .flter-row::after {
    content: '';
    width: 102vw;
    height: 1px;
    background-color: #E2B884;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#product-sort-section .flter-row #category-list {
    display: flex;
    margin: 0;
    padding: 0;
}
#product-sort-section .flter-row #category-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 8rem;
}
#product-sort-section .flter-row #category-list li a {
    color: #396771;
    font-size: 3.4rem;
    font-family: 'Nelphim';
    text-decoration: none;
    line-height: 1;
    padding: 30px 0;
    display: inline-flex;
    border-bottom: 7px solid transparent;
    transition: all ease 0.4s;
}
#product-sort-section .flter-row #category-list li a.active {
    border-color: #E3B985;
    color: #E3B985;
}
#product-sort-section .flter-row .select-wrap {
    margin-left: auto;
    overflow: hidden;
    padding-left: 6rem;
    background-image: url(../img/sort-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 43px;
    margin-right: -25px;
}
#product-sort-section .flter-row #sort-select {
    background: none;
    border: 0;
    outline: 0 !important;
    font-size: 3.4rem;
    color: #6EA6B2;
    font-family: 'Nelphim';
    margin-right: -15px;
    padding-right: 15px;
}
#product-sort-section .flter-row #sort-select option {
    font-size: 18px;
    color: #fff;
    background-color: #0C232B;
    padding: 10px 0;
}
#product-sort-section #product-list {
    padding: 12rem 2rem;
    margin: 0 -5rem;
    display: flex;
    flex-wrap: wrap;
}
#product-sort-section #product-list li {
    width: calc(33.333% - 5rem);
    margin: 2.5rem;
    list-style: none;
    padding: 0;
    text-align: center;
}
#product-sort-section .prod-box {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
#product-sort-section .prod-box .image {
    padding-bottom: 3rem;
    margin-bottom: 1rem;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
}
#product-sort-section .prod-box .image::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E2B884;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease 0.4s;
}
#product-sort-section .prod-box .image:hover::after {
    width: 30%;
}
#product-sort-section .prod-box .image img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    transition: all ease 0.4s;
}
#product-sort-section .prod-box h3 {
    font-size: 2.5rem;
    color: #E2B884;
    text-decoration: none;
    font-family: 'Lato';
    transition: all ease 0.4s;
    text-align: left;
}
#product-sort-section .prod-box:hover h3 {
    color: #fff;
}
#search-section {
    padding: 25rem 0 8rem
}
#search-section .search-box {
    border-right: 1px solid #B8B69A;
    padding-right: 7rem;
    height: 100%;
    padding-top: 1rem;
    min-height: 600px;
}
#search-section h1 {
    text-align: left;
    max-width: 40rem;
}
#search-section .form {
    display: flex;
    position: relative;
    width: 100%;
}
#search-section .form input {
    width: 100%;
    background-color: #173941;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 55px;
    width: 100%;
    padding: 5px 20px;
    padding-right: 8rem;
    font-size: 2rem;
    color: #fff;
    margin: 0;
}
#search-section .form button {
    position: absolute;
    background: none;
    border: 0;
    outline: 0;
    right: 5px;
    height: 55px;
    border-radius: 16px;
    padding: 0;
    width: 60px;
    line-height: 0.5;
}
#search-section #locations {
    padding: 0 0 0 3rem;
    display: flex;
    flex-wrap: wrap;
}
#search-section #locations li {
    width: calc(50% - 30px);
    margin: 15px;
    padding: 3rem;
    border-radius: 16px;
    border: 2px solid #E3B985;
    list-style: none;
}
#search-section #locations li h2 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 1rem;
}
#search-section #locations li p {
    font-size: 16px;
}
#search-section #locations li a {
    font-size: 16px;
    color: #E3B985;
    text-decoration: underline;
    margin-right: 15px;
    transition: all ease 0.4s;
    margin-bottom: 15px;
}
#search-section #locations li a:hover {
    color: #fff;
    text-decoration: none;
}
#contact-section {
    padding: 22rem 0 0;
    background-image: url(../img/contact-back.png);
    background-repeat: no-repeat;
    background-position: center -19rem;
    height: 95vh;
    min-height: 90rem;
    background-size: 170rem;
}
#contact-section .contact {
    text-align: center;
}
#contact-section .contact h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
}
#contact-section .contact h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Lato';
    font-weight: normal;
}
#contact-section .contact p {
    font-size: 2.1rem;
    color: #fff;
    margin-bottom: 2rem;
    font-family: 'Lato';
    font-weight: normal;
    line-height: 1.2;
}
#contact-section .contact a {
    font-size: 2.1rem;
    color: #fff;
    font-family: 'Lato';
    font-weight: normal;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 1.3;
    margin: 0;
    transition: all ease 0.4s;
}
#contact-section .contact a:hover {
    color: #E3B985;
}
#id-form-section {
    width: 100%;
    padding-top: 40rem;
    background-color: #002939;
    background-image: url(../img/form-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-position: center -25rem;
    padding-bottom: 20rem;
}
#id-form-section .form-container {
    max-width: 90rem;
    margin: auto;
}
#id-form-section .form-container .intro {
    text-align: center;
    margin-bottom: 4rem;
}
#id-form-section .form-container .intro img {
    width: 100%;
    max-width: 33rem;
    margin-bottom: 6rem;
}
#id-form-section .form-container .intro p {
    font-size: 2rem;
    text-align: left;
}
#id-form-section .form-container .form-group label {
    font-size: 2.4rem;
    color: #E3B985;
    font-weight: normal;
    font-family: 'Nelphim';
}
#id-form-section .form-container .form-group input,
#id-form-section .form-container .form-group select {
    background: none;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #968763;
    border-radius: 0;
    font-size: 1.6rem;
    color: #fff;
    font-weight: normal;
    padding: 10px 0;
    margin-bottom: 30px
}
#id-form-section .form-container .form-group input::placeholder {
    font-size: 1.8rem;
    color: #fff;
    font-weight: normal;
}
#id-form-section .form-container .select2-container {
    margin-bottom: 30px;
    border-bottom: 1px solid #968763;
}
#id-form-section .form-container .select2-container--default .select2-selection--single {
    background: none;
    color: #fff !important;
    font-weight: normal;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: auto;
    min-height: 40px;
}
#id-form-section .form-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}
#id-form-section .form-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.8rem;
    color: #fff;
    font-weight: normal;
    font-family: lato;
    padding: 10px 0;
    white-space: none !important;
    display: block;
}
.select2-results__option {
    font-size: 1.8rem;
    color: #000 !important;
    transition: all ease 0.4s;
}
.select2-results__option:hover {
    background-color: #EEEEEE;
}
.select2-search--dropdown .select2-search__field {
    height: 40px;
    font-size: 1.8rem;
    color: #000;
    font-weight: normal;
    padding: 0 10px;
}
#id-form-section .form-container .form-group .date-picker {
    display: inline-block;
    min-width: 130px;
    min-height: 30px;
    position: relative;
    isolation: isolate;
}
#id-form-section .form-container .form-group .date-picker,
#id-form-section .form-container .form-group .date-picker > * {
    cursor: text;
    font-size: 18px;
    font-family: 'lato'
}
/*#id-form-section .form-container .form-group  .date-picker:hover {
  background: rgba(40, 40, 250, .28);
}
#id-form-section .form-container .form-group  .date-picker:active {
  background: rgba(40, 40, 250, .2);
}*/
#id-form-section .form-container .form-group .date-picker:focus > input[type="date"],
#id-form-section .form-container .form-group .date-picker:focus-within > input[type="date"] {
    color: #fff;
}
/*
#id-form-section .form-container .form-group  .date-picker:focus,
#id-form-section .form-container .form-group  .date-picker:focus-within {
  box-shadow: 0 0 0 .1rem #fff;
}*/
#id-form-section .form-container .form-group .date-picker > input[type="date"] {
    background: none;
    border: none;
    outline: none;
    color: transparent;
    font-family: serif;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Lato';
    font-size: 18px;
    color: #fff;
    text-align: left;
}
#id-form-section .form-container .form-group .date-picker > input[type="date"]:valid {
    color: #fff !important;
}
#id-form-section .form-container .form-group input[type=date]::-webkit-calendar-picker-indicator {
    background-color: transparent;
    cursor: pointer;
    padding: 5px;
    border: none;
    background-image: url(../img/calendar.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
/*
#id-form-section .form-container .form-group input[type=date]{
    color: #fff;
    font-weight: 600;
    border: 0;
    margin: 0;
    width: 135px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex!important;
}
*/
/*#id-form-section .form-container .form-group input[type=date]::-webkit-calendar-picker-indicator{
    background-color: transparent;
    cursor: pointer;
    padding: 5px;
    border: none;
    background-image: url(../img/calendar.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}*/
#id-form-section .form-container .form-group .date-wrap {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #968763;
    border-radius: 0;
    margin-bottom: 30px;
}
#id-form-section .form-container .form-group .subtext {
    font-size: 1.8rem;
}
#id-form-section .form-container .form-group .subtext span {
    font-size: 12px;
}
#id-form-section .form-container .form-group #myfile {
    border: 0;
}
#id-form-section .form-container .diamond-btn {
    float: right;
}
#id-form-section .form-container .terms {
    margin-bottom: 30px;
}
#id-form-section .form-container .terms label {
    font-size: 1.8rem;
    color: #fff;
    font-family: lato;
    margin-left: 10px;
}
#id-form-section .form-container .terms label a {
    color: #E3B985;
    text-decoration: underline;
    transition: all ease 0.4s;
}
#id-form-section .form-container .terms label a:hover {
    color: #fff;
    text-decoration: none;
}
#contentpage-section {
    padding-top: 26rem;
    padding-bottom: 15rem;
}
#contentpage-section h1 {
    margin-bottom: 5rem;
}
#contentpage-section p {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
#contentpage-section h2 {
    font-size: 4rem;
}
#contentpage-section h3 {
    font-size: 3rem;
}
#contentpage-section h4 {
    font-size: 2.2rem;
}
#contentpage-section a {
    color: #E3B985;
    text-decoration: underline;
    transition: all ease 0.4s;
}
#contentpage-section a:hover {
    color: #fff;
    text-decoration: none;
}
#toast-container {
    position: absolute !important;
    top: 30px !important;
    left: 0 !important;
    right: 0 !important;
    top: inherit !important;
    width: 100% !important;
    max-width: 500px !important;
    margin: auto !important;
}
#toast-container .toast {
    position: fixed !important;
    top: 30px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: inherit !important;
}
#id-form-section .form-container .form-group.terms h2 {
    font-size: 2.4rem;
    color: #E3B985;
    font-weight: normal;
    font-family: 'Nelphim';
}
#id-form-section .form-container .form-group.terms ul li {
    font-size: 18px;
}
#ui-datepicker-div,
#ui-datepicker-div *{
    font-family: 'Lato'!important;
    font-size: 18px;
    border-radius: 0;
    border: 0;
}
.ui-widget-header{
    background: #E3B985!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: #044355!important;
    color: #fff!important;
    border-color: #044355!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    background: #E3B985!important;
    color: #000!important;
}
#id-form-section .form-container .form-group #date3,
#id-form-section .form-container .form-group #date4{
    background-image: url(../img/calendar.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
}
.popup{
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    background-color: rgba(0, 0, 0, 0.8)!important;
    margin: 0!important;
}
.popup .cnt223{
    max-width: 500px!important;
    height: auto!important;
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    margin: auto!important;
    background: #002E3B !important;
    padding: 40px 25px 40px;
    border: 2px solid #E3B985!important;
    outline: 15px solid #002E3B !important;
    border-radius: 0;
}
.popup .cnt223 div{
    height: auto!important;
    padding: 0!important;
    display: block!important;
}
.popup .cnt223 div::before{
       content: '';
    width: 200px;
    height: 92px;
    background-image: url(https://havia.in/web/img/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: auto;
    margin-bottom: 35px;
    display: block;
}
.popup  .cnt223 .close{
        color: #fff!important;
    font-weight: normal!important;
    opacity: unset!important;
    position: absolute!important;
    padding: 11px!important;
    border-radius: 10px!important;
    right: 20px!important;
    transform: translateX(-50%)!important;
    background: #5a6770!important;
    width: 40px!important;
    height: 40px!important;
    line-height: 18px;
    text-align: center!important;
    border-radius: 100%!important;
    top: -35px;
    right: -55px!important;
}
.popup  .cnt223 p.text-center{
    font-family: 'Nelphim';
    color: #fff;
    font-weight: normal;
    text-align: left!important;
    font-size: 18px!important
}



@media screen and (min-width: 1920px) {
    #id-form-section {
        background-size: 100%;
    }
}
@media screen and (min-width: 1650px) {
    #product-sort-section .container,
    #search-section .container {
        max-width: 1600px;
    }
}
@media screen and (min-width: 1500px) {
    #product-info-section .container,
    #gift-box-section .container,
    #product-sort-section .container,
    #search-section .container {
        max-width: 1500px;
    }
}
@media screen and (max-width: 1600px) {
    #hero-section {
        background-size: 163rem auto;
        padding-top: 22rem;
        background-position: center -17rem;
        min-height: 100rem;
    }
    #hero-section h1 {
        font-size: 3.8rem;
    }
    #contact-section {
        background-size: 132rem;
        background-position: center -5rem;
    }
    #slabs-slider,
    #bonbon-slider,
    #squares-slider,
    #cookies-slider {
        width: 60vw;
    }
    #id-form-section {
        padding-top: 30rem;
    }
}
@media screen and (max-width: 1400px) {
    html {
        font-size: 53%;
    }
    #gift-box-section .gift-box {
        margin-right: 4rem;
    }
    #gift-box-section .gift-box img {
        position: absolute;
        width: 58rem;
        height: auto;
        left: -19rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .product-slide-section .owl-nav {
        left: -45rem;
    }
    #product-sort-section .flter-row #category-list li a {
        font-size: 3rem;
    }
    #product-sort-section .flter-row #category-list li {
        padding-right: 5rem;
    }
    #product-sort-section .flter-row #sort-select {
        font-size: 3rem;
    }
    #product-sort-section .flter-row .select-wrap {
        padding-left: 4rem;
        background-size: 30px;
    }
    #page-header {
        padding: 2rem 0;
    }
}
@media screen and (max-width: 1200px) {
     html {
        font-size: 48%;
    }
}
@media screen and (max-width: 1024px) {
    html {
        font-size: 43%;
    }
    .product-slide-section .owl-nav {
        left: -43rem;
    }
    #product-sort-section .flter-row #category-list li {
        padding-right: 4rem;
    }
    #product-sort-section .flter-row #category-list li a {
        font-size: 2.5rem;
        padding: 20px 0
    }
    #product-sort-section .flter-row #sort-select {
        font-size: 2.5rem;
    }
    #product-sort-section .flter-row .select-wrap {
        background-size: 22px;
    }
    #id-form-section {
        background-size: 130%;
    }
}
@media screen and (max-width: 991px) {
    #page-header .navbar-brand {
        position: static;
        margin-bottom: 30px;
    }
    #page-header .navbar-toggler {
        position: absolute;
        z-index: 99;
        background-color: #E3B985;
        right: 20px;
        top: 14px;
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 100%;
    }
    #page-header .navbar-toggler-icon {
        width: 22px;
        height: 22px;
    }
    #page-header .navbar-collapse {
        background-color: #002E3B;
        padding: 2rem 0;
    }
    #page-header .navbar-collapse .navbar-nav {
        margin: 0 !important;
    }
    #page-header .navbar-nav .nav-item {
        margin: 0 !important;
    }
    #page-header.fixed .navbar-brand {
        width: 14rem;
        margin-bottom: 0;
    }
    #page-header.fixed {
        padding: 10px 0 10px;
    }
    #page-header.fixed .navbar-toggler {
        top: 7px;
    }
    #page-header.fixed .navbar-expand-lg .navbar-collapse {
        padding-top: 30px;
    }
    #product-info-section h2 {
        max-width: 500px;
        margin: auto;
        margin-bottom: 20px;
    }
    #gift-box-section .gift-box {
        flex-wrap: wrap;
        padding: 30rem 10rem 10rem 10rem;
        margin: 0;
    }
    #gift-box-section .gift-box img {
        left: 0;
        right: 0;
        margin: auto;
        transform: none;
        top: -20%;
    }
    #gift-box-section {
        padding: 20rem 0;
    }
    #ourstory-section {
        height: 142rem;
    }
    .product-slide-section .owl-nav {
        left: -32.5rem;
    }
    #search-section .search-box {
        padding: 0;
        padding-bottom: 5rem;
        border: 0;
        border-bottom: 1px solid #B8B69A;
    }
    #search-section .search-box {
        text-align: center;
    }
    #search-section .search-box h1 {
        max-width: inherit;
        text-align: center;
    }
    #search-section .search-box p {
        margin-bottom: 10px;
    }
    #search-section #locations {
        padding: 5rem 0;
    }
    #contact-section {
        background-position: center 0%;
    }
    #search-section .search-box {
        min-height: inherit;
    }
    #page-header .nav-item .nav-link {
        display: inline-block;
        width: auto;
    }
     #id-form-section .form-container .form-group .date-picker > .placeholder::after {
        content: "dd/mm/yyyy";
        pointer-events: none;
        position: absolute;
        inset: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: left;
        color: #222;
        padding-right: 30px;
        background-image: url(../img/calendar.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: right center;
        color: #fff;
        line-height: 25px;
        font-family: 'Lato';
        font-size: 18px;
        height: 30px;
    }
    #id-form-section .form-container .form-group .date-picker:focus > .placeholder,
    #id-form-section .form-container .form-group .date-picker:focus-within > .placeholder,
    #id-form-section .form-container .form-group .date-picker > input[type="date"]:valid + .placeholder {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    html {
        font-size: 36%;
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }
    #hero-section {
        background-size: 166rem auto;
        background-position: center -13rem;
        min-height: 100rem;
        padding-top:27rem;
    }
    #page-header .navbar-toggler {
        top: 4px;
    }
    #page-header.fixed .navbar-toggler {
        top: 2px;
    }
    #page-header .nav-item .nav-link {
        font-size: 3.2rem;
        display: inline-block;
        width: auto;
    }
    #page-header.fixed .nav-item .nav-link {
        font-size: 3.2rem;
    }
    #product-info-section .product img {
        left: inherit;
        position: static;
        transform: none;
    }
    #product-info-section .product h3 {
        margin-top: -20px;
    }
    .diamond-btn {
        font-size: 3rem;
        height: 8.2rem;
        padding: 2rem 5rem;
        line-height: 1.3;
    }
    #product-info-section .product {
        margin: 30px 0 !important;
        text-align: center;
    }
    #gift-box-section .gift-box img {
        top: -14%;
        width: 50rem;
    }
    #gift-box-section .gift-box {
        flex-wrap: wrap;
        padding: 30rem 5rem 5rem 5rem;
        margin: 0;
        border-radius: 30px;
    }
    #gift-box-section .gift-box ol {
        padding-left: 15px;
    }
    #ourstory-section {
        background-size: 100%;
        background-position: 10% bottom;
        height: 100vh;
        min-height: 650px;
        padding-top: 120px;
    }
    #ourstory-section .content {
        max-width: inherit;
    }
    .product-slide-section .intro {
        padding-top: 0;
        padding-bottom: 14rem;
    }
    .product-slide-section .intro p {
        max-width: inherit;
    }
    #slabs-slider,
    #bonbon-slider,
    #squares-slider,
    #cookies-slider {
        width: 100%;
    }
    .product-slide-section .owl-nav {
        left: 0;
        top: -50px;
        bottom: inherit;
    }
    .product-slide-section hr {
        left: -15px;
    }
    .product-slide-section .intro p,
    .product-slide-section .product-box h3 {
        font-size: 16px;
    }
    #prod-intro-section {
        background-position: 60% bottom;
    }
    #prod-intro-section .content {
        float: left;
    }
    #product-sort-section .flter-row {
        flex-wrap: wrap;
        padding: 10px 0;
    }
    #product-sort-section .flter-row #category-list {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    #product-sort-section .flter-row #category-list li {
        width: 33.333%;
        padding: 0;
    }
    #product-sort-section .flter-row #category-list li a {
        width: 100%;
        border-bottom-width: 2px;
        padding: 10px 0;
        text-align: center;
        display: inline-block;
        font-size: 18px;
    }
    #product-sort-section .flter-row .select-wrap {
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #product-sort-section #product-list li {
        width: calc(50% - 5rem)
    }
    #product-sort-section .prod-box h3 {
        font-size: 16px;
    }
    #product-sort-section .flter-row #sort-select option {
        font-size: 16px;
    }
    #search-section #locations li {
        width: calc(100% - 30px)
    }
    #search-section #locations li h2 {
        font-size: 20px;
    }
    #contact-section .contact h1 {
        font-size: 22px;
    }
    #contact-section .contact h2 {
        font-size: 20px;
    }
    #contact-section .contact p {
        font-size: 16px;
    }
    #contact-section .contact a {
        font-size: 16px;
    }
    #id-form-section {
        background-size: 200%;
    }
    #id-form-section .form-container .intro p {
        font-size: 2.5rem;
    }
    #id-form-section .form-container .form-group label {
        font-size: 20px;
    }
    #id-form-section .form-container .form-group input,
    #id-form-section .form-container .form-group select,
    #id-form-section .form-container .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-results__option,
    #id-form-section .form-container .form-group .subtext,
    .select2-search--dropdown .select2-search__field {
        font-size: 18px;
    }
    #id-form-section .form-container .form-group input::placeholder {
        font-size: 18px;
    }
    #contentpage-section p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    #contentpage-section h3 {
        font-size: 22px;
    }
    #contentpage-section h4 {
        font-size: 20px;
    }
    #id-form-section .form-container .terms label {
        font-size: 16px;
    }
    #page-header .nav-item .nav-button{
        padding: 2rem 4rem;
        height: 7.2rem;
        font-size: 3.2rem;
    }
    .popup .cnt223{
        width: 82%!important;
    }
    .popup .cnt223 p.text-center{
        font-size: 16px!important
    }
    .popup .cnt223 .close{
        top: -18px;
        right: -41px!important;
    }
}
@media screen and (max-width: 460px) {
    #ourstory-section {
        background-size: 75vh;
        background-position: 10% bottom;
        height: 100vh;
        min-height: 650px;
        padding-top: 120px;
    }
    #contact-section {
        background-size: 120rem;
        background-position: center 65%;
    }
}


.masked-element {
    pointer-events: none;
    font-size: 1.6rem;
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    background: none;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #968763;
    border-radius: 0;
    font-size: 1.6rem;
    color: #a2a2a2;
    font-weight: normal;
    padding: 10px 0;
}

@media screen and (max-width: 900px){
    .masked-element{
        font-size: 2.6rem;
    }
}

.masked-element + input{
    padding-left: 70px !important;
}


/* Hide spinner for number field */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
