/*styles*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important; 
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden !important;
    font-family: 'Quattrocento', serif;
}

body.active {
    overflow-y: hidden;
}

.container {
    max-width: 1300px;
    width: 100%;
    position: relative;
}

.container.wide {
    max-width: 1700px;
}

/*.hero-top .container {
    max-width: 1200px;
}*/

.container.sml {
    max-width: 1300px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}

.aos-animate {
    z-index: 999;
}

.logo {
    padding: 20px;
}

.icon {
    background: transparent;
}

a {
    color: #b59448;
}

h1, h2, h3 {
    margin: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.hbanner {
    padding: 5px;
    text-align: center;
    color: white;
    background: #b59448;
    font-size: 14px;
}

.heading h1, .heading h2, .heading h3,
.title h1, .title h2, .title h3,
.banner-title h1, .banner-title h2, .banner-title h3,
.shop-title h1, .shop-title h2, .shop-title h3,
.offer-heading h1, .offer-heading h2, .offer-heading h3,
.bold-heading h1, .bold-heading h2, .bold-heading h3,
.smaller-heading h1, .smaller-heading h2, .smaller-heading h3 {
  font-size: inherit !important;
}

.whatsapp-button {
    width: fit-content;
    position: fixed;
    bottom: 30px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 8px 18px 5px 18px;
    font-size: 36px;
    z-index: 99;
    border-radius: 50%;
}

.whatsapp-button a {
    color: white;
}

.woocommerce h1 {
    font-size: auto !important;
}

.landing h2 {
    font-size: 28px !important;
}

.post-image {
    height: 300px;
    margin: 20px 0 40px 0;
    position: relative;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.breadcrumb {
    display: block;
    padding: 24px;
    margin-bottom: 1rem;
    list-style: none;
    background: rgba(1, 0, 11, 0.95);
    color: wheat;
    border-radius: 0;
    transition: all 0.5s ease;
    font-size: 18px;
    margin-bottom: 0;
}

.breadcrumb-list {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 5px;
}

.breadcrumb a {
    transition: all 0.5s ease;
}

.breadcrumb a:hover {
    color: wheat;
    text-decoration: none;
}

.warning {
    width: 450px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    background: rgba(1, 0, 11, 0.8);
    z-index: 9;
    padding: 50px;
    outline: 1px solid rgba(2556,255,255,0.5);
    outline-offset: -10px;
}

.warning h1 {
	color: wheat;
	font-weight: bold;
	font-size: 50px;
	margin: 0;
}

.warning h2 {
	color: white;
	font-size: 30px;
}

.woocommerce-breadcrumb {
    display: none;
}

.info-block {
    padding: 100px 10px;
}

.info-block h2 {
    font-size: 32px;
    color: #b59448;
    margin-bottom: 10px;
}

/* Header */

.cart-number {
    position: absolute;
    left: -22px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 1px;
    color: white;
    z-index: 9;
    top: -7px;
    font-size: 20px;
}

.header.stuck .drop-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    opacity: 1;
    visibility: visible;
    padding: 12px 0;
    transition: all 0.5s ease;
    background: rgba(1, 0, 11, 0.98);
}


.header.stuck .drop-header ul li a {
    color: wheat;
}

.header.stuck .drop-header .menu ul {
    margin-top: 6px;
	margin-bottom: -4px;
	padding-top: 2px;
}

.header.stuck .drop-header .main-men {
	border-top: 1px solid rgba(255,255,255,0.15);
}

.header.stuck .drop-header .menu ul li {
    padding: 10px 25px;
}


.header .topheader {
    position: relative;
    /*z-index: 999;*/
    width: 100%;
    max-width: 100vw;
    padding: 11px 10px 3px 10px;
    background: rgba(1, 0, 11, 0.95);
}


.middle-header {
    background: white;
    position: relative;
    z-index: 99;
    width: 100%;
}


.title {
    position: relative;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*width: 100%;*/
    /*top: 50%;*/
    text-align: center;
    font-size: 125px;
    font-family: 'Great Vibes', cursive;
    color: #01000b;
}

.menu-title {
    position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	top: -5px;
	text-align: center;
	font-size: 62px;
	font-family: 'Great Vibes', cursive;
	color: wheat;
	display: none;
	margin: 0 0-18px 0;
	transition: all 0.5s ease;
}

.header.stuck .drop-header .menu-title {
    display: block;
    top: 0;
    color: white;
}

.topheader hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    margin-top: 3px;
    margin-bottom: -1px;
}



.topheader ul {

    display: inline-flex;

    justify-content: left;

    margin-bottom: 0;

    color: #b59448;

    margin-left: -40px;

}



.topheader ul li {

    display: inline-flex;

    padding: 0 10px;
    align-items: center;

}



.topheader ul li i {

    position: relative;
    font-size: 23px;
    padding-right: 10px;
    display: inline;

}



.topheader ul li a {
    color: white;
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px;

}



.topheader ul li a:hover {

    text-decoration: none;

    color: #b59448;

}


.bottom-header {
    position: relative;
    font-size: 20px;
    background: white;
    padding: 5px;
    width: 100%;
    transition: all 0.5s ease;
    z-index: 999;
    max-width: 100vw;
    top: 0;
}



/*.bottom-header .menu {

    height: 100%;

}



.bottom-header .menu ul {
    position: relative;
    padding-left: 0;
    height: 100%;
    margin-bottom: 0;
    width: 100%;
    padding-top: 12px;
}



.bottom-header .menu ul li a::before {

    position: absolute;

    content: "";

    width: 15px;

    height: 1px;

    bottom: -5px;

    left: 10%;

    transform: translate(-50%);

    background: #e1c670;

    opacity: 0;

    transition: all 0.5s ease;

}



.bottom-header .menu ul li a:hover::before {

    position: absolute;

    content: "";

    width: 15px;

    height: 1px;

    bottom: -5px;

    left: 50%;

    transform: translate(-50%);
    background: #b59448;

    opacity: 1;

}

.bottom-header .menu ul li {

    position: relative;

    display: inline-block;

    padding: 10px 30px;

    transition: all 0.5s ease;

}



.bottom-header .menu ul li a {

    position: relative;

    color: #01000b;

    transition: all 0.5s ease;

    font-size: 18px;

}



.bottom-header .menu ul li a:hover {

    color: #b59448;

    text-decoration: none;

}

.bottom-header .menu ul ul {
    position: absolute;
    list-style: none;
    transition: all 0.5s ease;
    left: -35px;
    width: max-content;
    top: 47px;
    border: 1px solid #01000b;
    padding: 0;
    line-height: 22px;
    opacity: 0;
    height: fit-content;
}

.bottom-header .menu ul ul.shop {
    left: -76px;
    width: 200px;
}
    
.bottom-header .menu ul li:hover ul {
    opacity: 1;
}

.bottom-header .menu ul ul li {
	opacity: 0;
	transition: all 0.5s ease;
}

.bottom-header .menu ul li:hover ul li {
	opacity: 1;
}

.bottom-header .menu ul ul li {
    float:none;
    display:list-item;
    position: relative;
    transition: all 0.5s ease;
    background: white;
    padding: 12px;
}

.bottom-header .menu ul ul li.top {
    border-bottom: 1px solid #e3e3e3;
}*/

.header .menu-hold {
    height: 100%;
    z-index: 999999999;
}

.header .menu-hold ul.menu {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 80px;
    height: 100%;
    list-style: none;
    margin-bottom: 0;
}

.header .menu-hold ul.menu li {
    padding: 5px;
}

.header .menu-hold ul.menu li a {
    /*color: white;*/
    padding: 5px;
    text-transform: uppercase;
    font-size: 15px;
}

.header .btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

    .menu-toggle {
        position: absolute;
        width: 40px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        appearance: none;
        border: 0;
        background: none;
        overflow: visible;
        z-index: 999999;
        text-decoration: none;
        top: 50%;
        transform: translateY(-50%);
        /*left: 0;*/
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #222;   
    }

    .menu-toggle span:nth-of-type(1) {
      transition: all 0.3s 0.3s, transform 0.3s 0s;
    }

    .menu-toggle span:nth-of-type(2) {
      top: 50%;
      margin-top: -1px;
      left: 0;
      transition: all 0.3s 0.3s;
    }

    .menu-toggle span:nth-of-type(3) {
      bottom: 0;
      top: auto;
      left: 0;
      transition: all 0.3s 0.3s, transform 0.3s 0s;      
    }

    .menu-toggle.active {
        transform: translateY(-50%), rotate(135deg);
        transition: all 0.5s 0.3s;
    }

    .menu-toggle.active span {
        background: white;
    }

    .menu-toggle.active span:nth-of-type(1) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(90deg);
      transition: all 0.3s, transform 0.3s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(2) {
      opacity: 0;
      transition: all 0.3s, opacity 0.3s 0s;      
    }

    .menu-toggle.active span:nth-of-type(3) {
      bottom: 50%;
      margin-bottom: -1px;
      transform: rotate(0deg);
      transition: all 0.3s, transform 0.3s 0.3s;      
    }

.header .menu-holder {
    position: fixed;
    top: 0;
    left: -50px;
    height: 100%;
    background: #01000bf2;
    color: white;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    transition: all .5s ease;
    z-index: 999999;
}

.header .menu-holder .menu-toggle {
    top: 50px;
    right: 50px;
    left: unset;
    transform: unset;
}

.header .menu-holder.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.header .menu-holder ul.main-menu {
    display: block;
    padding: 40px 30px;
    padding-top: 10vh;
/*    overflow-y: scroll;*/
}

.header .menu-holder ul.main-menu li {
    display: block;
}

.header .menu-holder ul.main-menu li a {
    padding: 10px;
    margin: 10px;
    display: block;
    color: white;
    text-transform: uppercase;
}

.header .menu-holder .menu-hover {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 35px;
}

.header .menu-holder ul.main-menu li ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.landing {
    padding: 80px 0;
}

.landing a {
    color: #b59448;
    transition: all .5s ease;
}

.landing a:hover {
    color: black;
    text-decoration: none;
}

.landing .ul-hold {
    background: #b59448;
    padding: 20px;
    color: white;
}

.landing .contact-form {
    padding-top: 0;
}

/*Drop Header*/

/*.drop-header {
    position: fixed;
    top: -220px;
    width: 100%;
    padding: 5px;
    z-index: 9999;
    font-size: 18px;
    transition: all 0.5s ease;
}


.drop-header .menu {

    height: 100%;

}


.drop-header .menu ul {
    position: relative;
    padding-left: 0;
    height: 100%;
    margin-bottom: 0;
    width: 100%;
    padding-top: 12px;
}



.drop-header .menu ul li a::before {

    position: absolute;

    content: "";

    width: 15px;

    height: 1px;

    bottom: -5px;

    left: 10%;

    transform: translate(-50%);

    background: #e1c670;

    opacity: 0;

    transition: all 0.5s ease;

}



.drop-header .menu ul li a:hover::before {

    position: absolute;

    content: "";

    width: 15px;

    height: 1px;

    bottom: -5px;

    left: 50%;

    transform: translate(-50%);
    background: #b59448;

    opacity: 1;

}

.drop-header .menu ul li {

    position: relative;

    display: inline-block;

    padding: 10px 30px;

    transition: all 0.5s ease;

    color: wheat;

}



.drop-header .menu ul li a {

    position: relative;
    color: #01000b;

    transition: all 0.5s ease;

    font-size: 18px;

}



.drop-header .menu ul li a:hover {

    color: #b59448;
    text-decoration: none;

}

.drop-header .menu ul ul {
    position: absolute;
    list-style: none;
    transition: all 0.5s ease;
    left: -35px;
    width: max-content;
    top: 47px;
    border: 1px solid #01000b;
    padding: 0;
    line-height: 22px;
    opacity: 0;
    height: fit-content;
}

.drop-header .menu ul ul.shop {
    left: -76px;
    width: 200px;
}
    
.drop-header .menu ul li:hover ul {
    opacity: 1;
}

.drop-header .menu ul ul li {
    opacity: 0;
    transition: all 0.5s ease;
}

.drop-header .menu ul li:hover ul li {
    opacity: 1;
}

.drop-header .menu ul ul li {
    float:none;
    display:list-item;
    position: relative;
    transition: all 0.5s ease;
    background: rgba(1, 0, 11, 0.98);
    padding: 12px;
}

.drop-header .menu ul ul li.top {
    border-bottom: 1px solid #e3e3e3;
}

.header.stuck .drop-header .menu ul ul {
    background: rgba(1, 0, 11, 0.97);
}

.header.stuck .drop-header:hover {
    background: rgba(1, 0, 11, 0.97);
}

.header.stuck .bottom-header {
    opacity: 0;
}

.menu.B ul li a {

    color: white;
}

.menus:hover .sub-menus {
    display: block;
}

.sub-menus {
    position: absolute;
    top: 62px;
    left: 50%;
    display: inline-grid;
    background: rgba(255,255,255,0.7);
    display: none;
    transition: all 0.5s ease;
    transform: translate(-80%);
}*/

/*Home*/

.hero {
    position: relative;
    height: 60vh;
    width: 100%;
    max-width: 1260px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 300px;
    /*overflow: hidden;*/
    z-index: 9;
    background-size: cover;
    background-position: center;
}

/*.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}*/

.hero video {
    min-height: 100%;
    z-index: -1;
    min-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.video-wrap {
    position: absolute;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

label {
    width: 100%;
}

.cf7ptr-remove {
    position: relative !important;
    float: none !important;
}

.cf7ptr-add {
    position: relative !important;
    float: none !important;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    transition: all 0.5s ease !important;
}

a.sbi_load_btn {
    margin-top: 25px !important;
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    border: solid 1px wheat !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    border-radius: 1px !important;
    transition: all 0.5s ease !important;
    width: 140px;
    font-size: 18px !important;
}

a.sbi_load_btn:hover {
    background: #01000b !important;
    color: white !important;
    border: double 3px white !important;
    box-shadow: none !important;
}

#sb_instagram .sbi_photo_wrap {
    position: relative;
    margin: 6px !important;
}

#sb_instagram .sbi_photo {
    max-height: 400px !important;
}

.client-slider {
    max-width: 100%;
}

.menu-content button {
    padding: 10px;
    background: white;
    border: double 3px #01000b;
    display: block;
    text-align: center;
    color: #01000b;
    width: 150px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    transition: all 0.5s ease;
}

.menu-content button:hover {
    background: #01000b;
    color: white;
    border: double 3px white;
}


.btn-main {
    background: transparent;
    border: solid 1px wheat;
    padding: 12px;
    color: wheat;
    border-radius: 1px;
    font-size: 17px;
    margin-left: 2px;
    margin-right: 2px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    background: rgba(1, 0, 11, 0.9);
    text-align: center;
    display: inline-flex;
}

.btn-main:hover {
    text-decoration: none;
    color: wheat;
}

.btn-main:before {
    content: "";
    position: absolute;
    top: -80px;
    left: -230px;
    width: 150px;
    height: 250px;
    opacity: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(203, 179, 124, 0.25) 50%, rgba(255,255,255,0) 100%);
    transform: rotate(20deg);
    transition: all 1s ease;
}

.btn-main:hover:before {
    opacity: 1;
    top: -40px;
    left: 150px;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.btn-main.S {
    font-size: 25px;
    padding: 8px 8px 8px 10px;
    width: 43px;
    height: 43px;
}

.btn-main.S.I {
    font-size: 25px;
	padding: 8px;
	top: 5px;
}

.btn-main.I img {
	max-width: 27px;
    margin: -1px;
    margin-left: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.btn-white {
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    color: #01000b;
    padding: 10px;
    background: white;
    display: block;
    text-align: center;
    border: double 3px #01000b;
    border-radius: 1px;
    width: 200px;
    left: 50%;
    transform: translate(-50%);
    margin: 5px 0;
}

.btn-white:hover {
    border: double 3px white;
    color: white;
    background: #01000b;
    text-decoration: none;
}

.btn-white.nt {
    transform: unset;
    left: unset;
    display: inline-block;
    width: unset;
    padding: 10px 20px;
}

.dial-popup .phone-toggle {
    width: 60px;
    height: 60px;
    font-size: 24px;
    text-align: center;
}

.dial-popup i {
    position: relative;
    top: 50%;
    display: inline-flex;
    transform: translateY(-50%);
}

.dial-popup a:hover {
    text-decoration: none;
    color: white;
}

.cube {
    position: fixed;
    color: white;
    background: rgba(1, 0, 11, 0.9);
    right: 20px;
    bottom: 156px;
    border: none;
    z-index: 99;
    transition: all 0.5s ease;
}

.mail-popup .email-toggle {
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.cube.B {
    position: fixed;
    color: white;
    background: rgba(1, 0, 11, 0.9);
    right: 20px;
    bottom: 90px;
    border: none;
    z-index: 99;
    transition: all 0.5s ease;
}

.cube:hover {
    background: #b59448;
}

#qlwapp .qlwapp-toggle, #qlwapp .qlwapp-box .qlwapp-header, #qlwapp .qlwapp-box .qlwapp-user, #qlwapp .qlwapp-box .qlwapp-user::before {
    background: rgba(1, 0, 11, 0.9) !important;
    transition: all 0.5s ease !important;
}

#qlwapp .qlwapp-toggle:hover, #qlwapp .qlwapp-box .qlwapp-header, #qlwapp .qlwapp-box .qlwapp-user, #qlwapp .qlwapp-box .qlwapp-user::before {
    background: #b59448 !important;
}

.btn-cool {
    width: 190px;
    height: 50px;
    line-height: 52px;
    padding: 0;
    border: none;
    position: relative;
    background: transparent;
    font-size: 19px;
    transition: all 0.5s ease;

}
.btn-cool span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #01000b;
}
.btn-cool:before,
.btn-cool:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #01000b;
  transition: all 0.3s ease;
}
.btn-cool:before {
  height: 50%;
  width: 2px;
}
.btn-cool:after {
  width: 20%;
  height: 2px;
}
.btn-cool:hover:before {
  height: 100%;
}
.btn-cool:hover:after {
  width: 100%;
}

.btn-cool:hover {
    background: #fff9ee;
}

.btn-cool span:before,
.btn-cool span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #01000b;
  transition: all 0.3s ease;
}
.btn-cool span:before {
  width: 2px;
  height: 50%;
}
.btn-cool span:after {
  width: 20%;
  height: 2px;
}
.btn-cool span:hover:before {
  height: 100%;
}
.btn-cool span:hover:after {
  width: 100%;
}

.hero-top.offer-hold {
    min-height: 500px;
}

.hero-top {
  position: relative;
  left: 0;
  max-width: 100%;
  z-index: 1;
  overflow-x: hidden;
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  background: white;
}

.hero-top::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.hero-top.darker::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
}

.float-hold {
    height: 100%;
    position: relative;
/*    max-width: 1200px;*/
/*    left: 50%;*/
/*    transform: translate(-50%);*/
}

.shop-title.top {
    border-bottom: 1px solid rgba(000,000,000,0.45);
    /*border-bottom: 1px solid rgba(2556,255,255,0.45);*/
}

.shop-label {
    position: relative;
/*    left: 50%;*/
    /*background: rgba(1, 0, 11, 0.8);*/
    z-index: 9;
    padding: 25px;
/*    transform: translate(-50%);*/
    color: black;
    width: 100%;
    outline: 1px solid rgba(000,000,000,0.45);
    outline-offset: -10px;
    text-align: center;
}

.shop-block {
    position: relative;
    padding: 20px;
}

.shop-block p {
    min-height: 110px;
}

.shop-block.left {
    border-right: 1px solid rgba(000,000,000,.4);
}

.shop-block.bottom {
    border-top: 1px solid rgba(000,000,000,.4);
}

.hero-image {
    position: relative;
    width: 100vw;
    overflow-x: hidden;
    left: 50%;
    transform: translate(-50%);
    background-position: center;
    overflow: hidden;
}

.shop-label .shop-title {
    color: black;
}

.hero-text {
    position: absolute;
    color: #e1c670;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    top: 50%;
}

.hero-container {
    position: relative;
    width: 100%;
}

.box-title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 50%;
    text-align: center;
    font-size: 50px;
    font-family: 'Great Vibes', cursive;
    color: white;
}

.hero-section.right-side .btn-main {
    display: block;
}

.hero-section.right-side p {
    min-height: 108px;
}

.hero-section.right-side, .hero-section.left-side {
    top: 335px;
}

.hero-content {
    position: absolute;
    height: 100%;
    width: 100%;
}

.hero-section {
    max-width: 100%;
    top: 350px;
    position: relative;
    background: rgba(1, 0, 11, 0.8);
    z-index: 9;
    padding: 40px;
    outline: 1px solid rgba(2556,255,255,0.5);
    outline-offset: -10px;
}


.hero-section p {
    color: white;
    margin: 5px;
}

.section-header {
    font-size: 35px;
    color: #b59448;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    text-align: center;
}

hr {
    background-color: #fff;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}


.buttons {
    position: absolute;
    z-index: 9;
    bottom: 50px;
    left: 35px;
}

.call-to-actions {
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.hero-strip.H {
    padding: 14px 0 18px 0;
}

.hero-strip {
    padding: 12px;
    position: relative;
    background: rgba(1, 0, 11, 0.95);
    /*background: white;*/
}

.hero-bottom {

    padding: 100px;

    background: #191919;

    border-radius: 30px;

    position: relative;

    width: 100%;

    left: 50%;

    transform: translate(-50%);

    bottom: 100px;

}

.email-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: 70vw;
}

.email-form .heading {
    color: #01000b;
    padding-top: 30px;
}

.contact-form .heading {
    color: #01000b;
    font-size: 85px;
    font-weight: lighter;
    position: relative;
    z-index: 9;
    padding-top: 20px;
}

.contact-form .form-text {
	background: rgba(1, 0, 11, 0.95);
	color: white;
	padding: 12px;
	border: double 3px white !important;
	border-radius: 1px !important;
	margin-bottom: 15px;
	font-size: 18px;
}

.email-form .form-block {
    background-image: url(../img/wallpaper2.jpg);
    padding: 0 50px !important;
}

.form-block {
    position: relative;
    margin: 80px 0;
    padding: 50px;
    border: double 6px #01000b;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    color: #01000b;
    text-align: center;
    overflow-y: scroll;
}

.email-form p {
    color: #01000b;
}

textarea {
    overflow: auto;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 10px;
    background: rgba(255,255,255,0.7);
    color: black;
}

button, input {
    overflow: visible;
    width: 100%;
    padding: 10px;
    background: rgba(255,255,255,0.7);
    color: black;
}

.wpcf7-form-control,
textarea:focus {
    outline: none;
}

.wpcf7-form-control {
    margin-bottom: 25px;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: relative;
    font-size: 16px;
    width: 100%;
    color: white !important;
    padding: 10px !important;
    background: #01000b !important;
    display: block !important;
    text-align: center !important;
    border: double 3px white !important;
    border-radius: 1px !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    bottom: 40px !important;
}

.wpcf7-form.sent {
    position: relative;
    top: 65px;
}

.wpcf7-form .btn-main-E {
    margin-left: 0;
    margin-right: 0;
    float: right;
    left: 0;
    transform: translate(0);
}

.wpcf7-not-valid-tip {
    color: #b59448;
    font-size: 16px !important;
    display: block !important;
    position: relative !important;
    top: -7px !important;
    left: -1px !important;
    z-index: 999;
    font-weight: normal !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    position: relative;
    font-size: 16px;
    width: 100%;
    color: red !important;
    padding: 10px !important;
    background: #01000b !important;
    display: block !important;
    text-align: center !important;
    border: double 3px white !important;
    border-radius: 1px !important;
}

input.wpcf7-form-control.wpcf7-submit.btn-main-E {
    transition: all 0.5s ease;
}

input.wpcf7-form-control.wpcf7-submit.btn-main-E:hover {
    color: white;
    border: double 3px white;
    background: #01000b;
}

.email-toggle.active {
    width: 100px;
    font-size: 40px;
    height: 100px;
    background: transparent;
    border: none;
    color: white;
    position: absolute;
    top: 100px;
    left: 50px;
}

.email-toggle .material-icons {
    font-size: 60px;
    color: #01000b;
}

.email-toggle {
    width: 43px;
    height: 43px;
    font-size: 22px;
    padding: 9px 9px 7px 9px !important;
    background: rgba(1, 0, 11, 0.9);
    top: -1px;
}

button.email-toggle.btn-main {
    transition: none;
}

.btn-main-E {
    border: solid 1px wheat;
    padding: 14px;
    color: wheat;
    border-radius: 1px;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    background: rgba(1, 0, 11, 0.9);
    text-align: center;
    width: 150px;
    left: 50%;
    transform: translate(-50%);
}

.services {
   padding: 40px 0px; 
}


.services ul {
list-style-type: none;
font-size: 30px;
text-align: left;
text-align: center;
}


.services ul li::before {
  content: "\2022";
  color: #b59448;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  font-size: 30px;

}


.payment-hold {
    text-align: center;
    max-width: 100%;
    position: relative;
    display: flex;
    padding: 10px;
    background-color: white;

}


.payment-img {
    width: 100%;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-color: white;

}

.starter {
	position: relative;
	padding: 60px 0;
    margin-bottom: 3px;
}


.starter .material-icons {

	text-align: center;
	font-size: 60px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	border: solid 2px white;
	padding: 30px;
	border-radius: 50%;
	background: #ff1f1f;
	color: white;
}

.feed-1 {
    position: relative;
/*    margin-bottom: 200px;*/
}

.image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 170%;
    top: 50%;
    left: 0;
    position: relative;
    transform: translateY(-50%);
}

.image-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 415px;
    height: 415px;
    top: 0;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    margin: 15px 0;
}

.image-box.B {
    margin: 0 12px;
}

.discover {
    padding: 40px;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.companies img {
    margin: 15px 0;
}

.discover a .heading {
    transition: all 0.5s ease;
}

.discover a .heading:hover {
    color: wheat;
}

.discover a:hover {
    text-decoration: none;
}

.base {
    width: 98vw;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    padding: 100px;
    background-size: cover;
    outline: solid 10px white;
}


.base::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    outline: 2px solid rgb(255, 255, 255);
	outline-offset: -10px;
}


.breaker {

    position: relative;

}



.page-breaker {

    position: absolute;

    width: 80px;

    height: 80px;

    background-size: contain;

    left: 50%;

    transform: translate(-50%);

    top: -40px;

    border: solid 12px #191919;

}



.breaker hr {

    border-top: 1px solid #e1c670;

    background: transparent;

    padding: 10px 0 30px 0;

}



.page-opening {

    width: 98vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: 18px;

}


.image-hold	{

	width: 100%;

	z-index: 2;
}


.block {

	z-index: 3;

    height: 300px;

    width: 100%;

    left: 50%;

    transform: translate(-50%);

    position: relative;

    background-size: cover;

    background-position: center;

    padding: 10px;

    margin-bottom: 30px;

    border: solid 1px #212529;

    overflow: hidden;

    transition: all .5s ease;

}


.block-label {
    position: absolute;
    color: white;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 52%, rgba(255,96,96,0) 95%);
    bottom: -50px;
    left: 0;
    width: 101%;
    font-size: 18px;
    padding: 40px 0;
    z-index: 9;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    height: 200px;
}


.block-label p {

    font-size: 18px;
    padding: 10px;
    position: absolute;
    bottom: 0;

}


.block:hover .block-label {

	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.block.S  {

	height: 300px;
}

.block.M  {

	height: 450px;

}

.block.L {

	height: 600px;
}

.gallery-buttons {

    position: relative;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    text-align: center;
    padding-top: 10px;
    margin-bottom: -3%;

}

.heading {

    font-family: 'Great Vibes', cursive;

    font-size: 50px;
    line-height: 52px;

    color: #01000b;

    text-align: center;

    z-index: 9;

    position: relative;

    left: 50%;

	transform: translate(-50%);
    margin-bottom: 20px;

}

.heading.B {
    font-family: 'Quattrocento', serif;
    color: wheat;
    font-size: 70px;
    bottom: -20px;
    position: relative;
}

.heading.C {
    font-size: 90px;
    position: relative;
    color: white;
}

.heading.D {
    font-family: 'Quattrocento', serif;
    color: wheat;
    font-size: 60px;
    bottom: -20px;
    position: relative;
}

.heading.W {
    font-size: 90px !important;
}

.sub-heading {

    font-size: 22px;

    color: #191919;

    text-align: center;

    padding: 20px;
}


.tab-third .sub-heading {

    color: black;

    font-weight: bold;

}


.tab-third {

    padding: 50px 0;

    border-bottom: solid 2px white;

    border-top: solid 2px white;
    position: relative;

    margin-bottom: 20px;

    width: 90%;
	position: relative;
	left: 50%;
	transform: translate(-50%);

}


.tab-third::before {

    position: absolute;
    content: "";
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 70%;
    height: 1px;
    background: #e1c670;
}


.tab-third::after{

    position: absolute;
    content: "";
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 70%;
    height: 1px;
    background: #e1c670;
}


.tab-third .material-icons {

    text-align: center;

    font-size: 60px;

    position: relative;

    left: 50%;

    transform: translate(-50%);

    border: solid 2px #191919;

    padding: 30px;

    border-radius: 50%;

    color: #191919;

    background: -webkit-linear-gradient(#e1c670 50%, #cdad47 51%);

}


p {

	font-size: 18px;

}

.body-text {
	position: relative;
	left: 50%;
	transform: translate(-50%);
}


.introduction {
    padding: 80px 0 120px 0;
    position: relative;
}

.introduction.B {
    padding: 80px 0 50px 0;
}

.intro-text {
    padding: 30px 25px;
    position: relative;
	left: 50%;
	transform: translate(-50%);
}


.intro-text::before {
    position: absolute;
    content: '“';
    left: -20px;
    top: -20px;
    font-size: 120px;
    font-family: 'Great Vibes', cursive;
}

.intro-text::after {
    position: absolute;
    content: '”';
    right: 0;
    font-size: 120px;
    font-family: 'Great Vibes', cursive;
    bottom: -100px;
}


.how-it-works {
    padding: 40px;
    position: relative;
	left: 50%;
	transform: translate(-50%);
    margin-bottom: -25px;
}

.work-block {
    text-align: left;
    padding: 10px 0;
    color: white;
    left: 50%;
    font-size: 22px;
    position: relative;
    transform: translate(-50%);
}


.how-it-works p {

	font-size: 18px;

    color: black;
}

.how-it-works .sub-heading {
	color: #b59448;
	padding: 20px 0 2px 0;
	margin-bottom: 15px;
	text-align: left;
}


.testimonials-section {

	padding: 30px;

	position: relative;

	background-size: cover;
}

.testi-image {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
}

.testimonials {

    max-width: 100%;

}

.quote {
	text-align: left;
	padding: 40px;
	color: white;
    position: relative;
}

.quote .text {
	font-size: 18px;
    color: black;
    font-style: italic;
}

.quote .name {
    font-size: 22px;
    color: #b59448;
    padding: 5px 0;
    margin-top: 15px;
    text-align: center;
    font-style: normal;
}

.slick-dots{
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	list-style: none;
	text-align: center;
}

.slick-dots li.slick-active button:before{
	font-size:8px;
	color: rgba(1, 0, 11, 0.95);
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .35;
    color: rgba(1, 0, 11, 0.95);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.FAQ {

    padding: 80px;

}

.FAQ .sub-heading {
    color: #e1c670;
    padding: 20px 5px;
    font-weight: bold;
    text-align: left;
    font-size: 24px;
}

.FAQ .work-block {
    color: #212529;
}

.how-it-works.B {
    padding-bottom: 80px;
    padding-top: 0;
    margin-top: 10px;
}

/*Menus*/

.menu-form button {
    padding: 10px !important;
    background: white !important;
    border: double 3px #01000b !important;
    display: block !important;
    text-align: center !important;
    color: #01000b !important;
}

.menu-form div#meals-1 label,
.menu-form div#meals-2 label,
.menu-form div#meals-3 label,
.menu-form div#meals-4 label,
.menu-form div#meals-5 label,
.menu-form div#meals-6 label,
.menu-form div#meals-7 label,
.menu-form div#meals-8 label,
.menu-form div#meals-9 label,
.menu-form div#meals-10 label,
.menu-form div#meals-11 label,
.menu-form div#meals-12 label,
.menu-form div#meals-13 label,
.menu-form div#meals-14 label,
.menu-form div#meals-15 label,
.menu-form div#meals-16 label,
.menu-form div#meals-17 label,
.menu-form div#meals-18 label,
.menu-form div#meals-19 label,
.menu-form div#meals-20 label,
.menu-form div#meals-21 label,
.menu-form div#meals-22 label,
.menu-form div#meals-23 label,
.menu-form div#meals-24 label,
.menu-form div#meals-25 label,
.menu-form div#meals-26 label {
    display: grid !important;
    margin-bottom: 0 !important;
}

.hero-section.B {
    position: absolute;
    background: rgba(1, 0, 11, 0.8);
    z-index: 9;
    padding: 30px;
	outline: 1px solid rgba(2556,255,255,0.5);
	outline-offset: -10px;
}

.heading.M {
    color: wheat;
    color: #01000b;
    font-size: 85px;
    font-weight: lighter;
    position: relative;
    z-index: 9;
    padding-top: 20px;
}

.hero-image.B {
    background-size: cover;
    background-position: center;
}

.hero-image.C {
    background-size: cover;
    background-position: center;
}

.menu-icon {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%);
}

.menu-icon .material-icons {
    color: white;
    font-size: 60px;
}

.menu-content {
    text-align: center;
    color: #01000b;
    display: none;
    position: relative;
    transition: all 0.5s ease;
    padding: 40px 0 60px 0;
}

.menu-content::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    background: gray;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%);
}

.menu-content p {
    font-size: 16px;
}

.menu-content strong {
    font-size: 19px;
}

.menu-items hr {
    width: 50px;
}
.btn-main.M {
    background: rgba(1, 0, 11, 0.9);
    position: relative;
    margin: 15px 0 20px 0;
    display: inline-flex;
}

.form-exterior {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
    background-size: cover;
}

.menu-form {
    position: relative;
    padding: 0 90px;
    left: 50%;
    transform: translate(-50%);
    margin: 100px 0;
    border: solid 7px #01000b;
    width: 1200px;
    background: transparent;
}

.menu-form::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%);
    padding: 50px;
    border: double 5px #01000b;
    width: 1100px;
    background-image: url(../img/wallpaper2.jpg);
    height: calc(100% + 120px);
    top: -60px;
}

.menu-form hr {
    position: relative;
    z-index: 999;
}

.menu-form select {
    width: 100%;
    color: wheat;
    padding: 10px;
    border: none;
    background: rgba(1, 0, 11, 0.9);
    border: solid 1px wheat;
}

.menu-form hr {
    width: 50%;
}


.contact-form hr {
    width: 50px;
}

.wpcf7-form-control {
    margin-bottom: 15px;
    color: #01000b;
    padding: 10px;
    background: white;
    display: block;
    text-align: center;
    border: double 3px #01000b;
}

.form-label {
    font-size: 55px;
    font-family: 'Great Vibes', cursive;
    font-weight: lighter;
    color: #01000b;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    padding: 16px 0 5px 0;
}

.form-label.B {
    font-size: 20px;
    font-family: 'Quattrocento', serif;
    padding: 5px;
}

.meal-label {
    font-size: 20px;
    font-weight: lighter;
    color: #01000b;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 10px;
    display: block;
    text-align: center;
    width: 100%;
}

.menu-form .wpcf7-form.init {
    margin-top: 65px;
}

.form-detail {
    color: #01000b;
    text-align: left;
    margin-bottom: 25px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

#link,
#link2,
#link3,
#link4,
#link5,
#link6,
#link7,
#link8,
#link9,
#link10,
#link11,
#link12,
#link13,
#link14 {
    font-weight: bold;
}

.menu-open {
    position: relative;
    padding: 0 50px;
}

.vegan {
    background: #0d8a0d;
    color: white;
    padding: 3px 5px 0 4px;
    border-radius: 5px;
    opacity: 0.85;
    font-weight: bold;
    margin-left: 2px;
}

.wine {
    border-bottom: 1px solid rgba(1, 0, 11, 0.5);
    font-size: 18px;
    text-align: left !important;
    margin-bottom: 12px;
    opacity: 0.8;
}

.final-details {
    border-bottom: 1px solid rgba(1, 0, 11, 0.5);
    font-size: 18px;
    margin-bottom: 12px;
    opacity: 0.8;
}

.accordion {
    max-width: 100vw;
}

.accordion .item .acc-heading {
    font-size: 25px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    color: #01000b;
    font-weight: lighter;
    display: block;
}

.accordion .item .acc-heading:hover {
    text-decoration: none;
    color: #b59448;
}

.accordion .item .acc-heading.active {

}

.acc-heading::before {

    position: absolute;

    content: "";

    width: 15px;

    height: 1px;

    bottom: -5px;

    left: 30%;

    transform: translate(-50%);

    background: #e1c670;

    opacity: 0;

    transition: all 0.5s ease;

}

.acc-heading:hover::before {

    position: absolute;

    content: "";

    width: 15px;

    height: 1px;

    bottom: -5px;

    left: 50%;

    transform: translate(-50%);

    background: #b59448;

    opacity: 1;

}

.accordion .item .acc-content {
  margin: 0;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.inner .food-section ul li {
    list-style: circle;
}

.inner .food-section ul {
    display: contents;
}

.inner .block-heading {
    font-family: 'Great Vibes', cursive;
    font-size: 42px;
    font-weight: lighter;
    position: relative;
    left: 0;
    width: 100%;
    /*display: flex;*/
    border-bottom: 1px solid rgb(1, 0, 11);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
}

.inner .block-heading.med {
    font-size: 65px;
}

.inner .sub-title {
    font-weight: lighter;
    font-family: 'Great Vibes', cursive;
    position: relative;
    font-size: 50px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 25px;
    color: #01000b;
}

.food-section {
    position: relative;
    padding-bottom: 35px;
}

.inner p {
    margin-bottom: 12px;
}

.menu-items .inner {
    text-align: left;
    color: #01000b;
    position: relative;
    transition: all 0.5s ease;
    padding: 50px;
    padding-top: 0;
}

.accordion .item .acc-content .inner {
    text-align: left;
    color: #01000b;
    position: relative;
    transition: all 0.5s ease;
    padding: 50px;
    padding-top: 0;
}

.accordion .item .acc-content .inner::before {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%);
    width: 95%;
    height: 1px;
    background: #01000b;
}

.inner button {
    padding: 10px;
    background: white;
    border: double 3px #01000b;
    display: block;
    text-align: center;
    color: #01000b;
    width: 150px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    transition: all 0.5s ease;
}

.inner button:hover {
    background: #01000b;
    color: white;
    border: double 3px white;
}

.menu-items {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 50px;
    border: solid 7px #01000b;
    width: 1200px;
    background: transparent;
    margin: 160px 0 100px 0;
}

.menu-items::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%);
    padding: 50px;
    border: double 5px #01000b;
    width: 1100px;
/*    background-image: url(../img/wallpaper2.jpg);*/
background: white;
    height: calc(100% + 120px);
    top: -60px;
}

.split-section {
    padding: 80px 0;
}

.split-section .box-hold {
    margin: 10px;
}

.split-section .menu-select-block {
    position: relative;
    display: block;
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    z-index: 9;
/*    margin: 10px;*/
}

.split-section .menu-select-block.beef {
    display: flex;
    align-items: center;
    padding: 40px;
    height: fit-content;
}

.split-section .menu-select-block.beef .logo-holder {
    background: white;
    padding: 20px;
}

@media (max-width: 556px) {
    .split-section .menu-select-block.beef {
        text-align: center;
    }

    .split-section .menu-select-block.beef .logo-holder {
        margin-bottom: 20px;
    }
}

.split-section .menu-select-block.beef::after {
    background: rgba(0, 0, 0, 0.6);
}

.split-section .menu-select-block.beef p {
    color: white;
    text-decoration: none;
}

.split-section .menu-select-block.small {
    height: 300px;
}

.split-section .menu-select-block.tall {
    height: calc(100% - 20px);
    min-height: 400px;
}

.split-section .box-hold.tall {
    height: 100%;
}

.split-section .menu-select-block::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    outline: 2px solid white;
    outline-offset: -20px;
}

.split-section .menu-select-block::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.split-section .menu-select-block .block-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    line-height: 34px;
    color: white;
    width: 85%;
    text-align: center;
}

/*.split-section .menu-items {
    width: 100%;
    margin: 40px 0;
    left: unset;
    transform: unset;
}

.split-section .menu-items::before {
    width: 100%;
}*/

.menu-modal .close {
    position: fixed;
    top: 50px;
    right: 50px;
    padding: 10px;
    background: black;
    color: white;
    font-size: 35px;
    line-height: 35px;
    z-index: 9999;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    transition: all .5s ease;
    padding: 80px 0;
    display: none;
}

.menu-modal:target {
    display: block;
}

.menu-label.B::before {

    position: absolute;

    content: "";

    width: 15px;

    height: 1px;

    bottom: -5px;

    left: 30%;

    transform: translate(-50%);

    background: #e1c670;

    opacity: 0;

    transition: all 0.5s ease;

}



.menu-label.B:hover::before {

    position: absolute;

    content: "";

    width: 15px;

    height: 1px;

    bottom: -5px;

    left: 50%;

    transform: translate(-50%);
    background: #b59448;

    opacity: 1;

}

.menu-label:hover {
    color: #b59448;
}

.menu-label:hover i {
    color: #b59448;
}

.hero-image.M {
    background-position: center;
    padding: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image.M::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.banner-title {
    color: black;
    font-size: 110px;
    font-weight: lighter;
    position: relative;
    z-index: 9;
    font-family: 'Great Vibes', cursive;
    left: 50%;
    transform: translate(-50%);
    padding: 40px 0;
    width: 100vw;
    text-align: center;
}

.hero-top.darker .banner-title {
    color: wheat;
}

.icon {
    width: 16px;
    height: 16px;
    font-style: normal;
    border-radius: 2px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
    margin-top: -4px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 16px;
    background: rgba(1, 0, 11, 0.9);
    display: block;
    color: wheat;
}

.icon:hover {
    background: #666;
}

.icon.delete::after {
    content: "✖";
}

.item.inactive {
    opacity: 0;
    display: none;
}

.item.inactive .icon {
    display: none;
}

td + td {
    padding-left: 10px;
}

.menu-form input {
    padding: 10px;
    background: white;
    border: double 3px #01000b;
    display: block;
    text-align: center;
    color: #01000b;
}

.menu-form input:focus {
    outline: none;
}

.menu-form button {
    padding: 10px;
    background: rgba(1, 0, 11, 0.9);
    border: solid 1px wheat;
    display: block;
    text-align: center;
    color: wheat;
    width: 200px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.banner {
    position: relative;
    padding: 50px 0;
}

/*Switcher Pages*/

.hero-array {
    position: relative;
    margin-top: 300px;
}

.array {
    position: relative;
    display: flex;
}

.array-flex {
    flex: 1;
    height: 70vh;
    transition: all 0.4s ease;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    outline: 1px solid white;
    outline-offset: -20px;
    z-index: 1;
}

.array-flex::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.55);
    transition: all 0.4s ease;
    z-index: -1;
}

.array-flex:hover {
    flex: 1.4;
}

.array-flex:hover::before {
    background: rgba(0,0,0,.75);
}

.flex-block {
    text-align: center;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    color: white;
}

.flex-block .title {
    color: white;
    font-size: 85px;
    font-family: 'Great Vibes', cursive;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

/*Shop*/

div.qty {
    font-family: 'Quattrocento', serif;
    font-weight: lighter;
    font-size: 24px;
    color: #01000b;
    margin-bottom: 2px;
    float: left;
}

button.btn.single_add_to_cart_button.button.green.alt {
    margin: 10px 0;
}

.shop-title {
    color: wheat;
    font-size: 65px;
    font-weight: lighter;
    position: relative;
    z-index: 9;
    font-family: 'Great Vibes', cursive;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.shop-title.smaller {
    font-size: 50px;
}

/*.hero-top.offer-hold {
    padding: 0;
}*/

.hero-top.offer-hold .container {
    max-width: 1300px;
}

.offer-heading {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 60px;
    font-weight: lighter;
    position: relative;
    z-index: 9;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    top: -30px;
}

.offer-heading::before {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 25%;
    height: 2px;
    background: wheat;
    left: 50%;
    transform: translate(-50%);
}

.offer-block .btn-main {
  padding: 12px 28px;
  font-size: 22px;
  font-family: 'Playfair Display', serif;
}

.offer-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border: 2px solid wheat;
}

.shop-block .offer-block p {
    min-height: 0;
    margin-bottom: 5px;
}

.offer-text {
    font-weight: bold;
    font-size: 24px;
    color: wheat;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
}

.offer-buttons {
    position: relative;
}

.button-image {
    text-align: center;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.button-image::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #bba374f2;
}

.offer-float .btn {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.offer-button {
    padding: 20px 30px;
    color: white;
    border: 1px solid white;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    margin: 0 5px;
    position: relative;
    width: inherit;
    transition: all 0.5s ease;
}

.offer-button:hover {
    color: #b59448;
    background: white;
    text-decoration: none;
}

.offer-banner {
    position: relative;
    padding: 20px 10px;
    background-size: cover;
    background-position: center;
}

.offer-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.hero-top .new-offer {
    height: 100%;
}

.hero-top.darker::before {
    background: rgba(0, 0, 0, 0.8);
}

.hero-top.darker {
    background-position: bottom;
}

.new-offer {
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.8);
    padding: 60px 0;
}

.offer-float {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.small-offer-title {
    color: wheat;
    font-size: 90px;
    font-weight: lighter;
    position: relative;
    z-index: 9;
    font-family: 'Great Vibes', cursive;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    top: -75px;
    margin-bottom: -75px;
}

.large-offer-title {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 85px;
    font-weight: lighter;
    position: relative;
    z-index: 9;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    top: -25px;
}

.shop-block.edge-border {
    border: 1px solid rgba(255, 255, 255, 0.23);
}

.tab-cont{
    height: 100%;
    padding: 0 10px;
}
.tab-cont button{
    width: 100%;
    background: #c6b28d;
    border: 0;
    color: white;
    font-size: 21px;
    margin-bottom: 18px;
    cursor: pointer;
    margin-bottom: 10px;
    height: 31.8%;
    z-index: 2;
    position: relative;
}
.tab-cont button:focus {
    border: 0 !important;
    outline: 0 !important;
}
.but {
    position: relative;
    outline: 1px solid rgba(255,255,255,0);
    outline-offset: 0;
    transition: all 0.1s ease;
}
.but::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 20px;
    width: 20px;
    background: #c6b28d;
    transition: all 0.1s ease;
    z-index: -1;
}
.but.active::before {
    left: -10px;
}
.but.red::before {
    background: #652f2a;
}
.tab-cont button.red {
    background: #652f2a;
}
.but.yellow::before {
    background: #b59448;
}
.tab-cont button.yellow {
    background: #b59448;
}
.tab-content{
    display: none;
    animation: anime 1s; 
}

@keyframes anime {
    from{opacity: 0}
    to{opacity: 1}
}

.padding {
    padding: 80px 10px;
}

.padding hr {
    margin: 15px 0;
}

.border-white {
    border: 5px solid white;
}

.recommended-block {
    position: relative;
    padding: 80px 10px 0 10px;
}

.outline-block {
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.8);
    padding: 30px;
    background: transparent;
    color: white;
    height: 100%;
}

.outline-block p {
    min-height: 105px;
}

.wine-block {
    background: #b59448;
    padding: 30px;
    color: white;
    height: 100%;
    text-align: left;
}

.wine-block.recommended {
    padding: 60px 30px;
}

.wine-block.brown {
    background: #c6b28d;
}

.wine-block.blue {
    background: #0d0d17;
}

.wine-block.blue .btn.white {
    color: #0d0d17;
}

.wine-block.red {
    background: #652f2a;
}
.wine-block.red .btn.white {
    color: #652f2a;
}

.wine-block .woocommerce {
  width: 100%;
  margin: 0 !important;
  text-align: left !important;
  border-radius: 1px !important;
  position: relative !important;
  padding: 0 !important;
  border: 0 !important;
  left: 50% !important;
  transform: translate(-50%) !important;
  color: white !important;
  background-image: none !important;
}

.wine-block  .woocommerce a.button {
    background: white !important;
    border-radius: 0 !important;
    padding: 12px 30px !important;
    font-size: 20px !important;
    transition: all 0.3s ease !important;
    border: 2px solid white !important;
    width: fit-content !important;
    line-height: normal !important;
}

.wine-block  .woocommerce a.button:hover {
  background: transparent !important;
  color: white !important;
  border: 2px solid white !important;
}

.wine-block .woocommerce-Price-amount {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    display: block;
}

.bold-heading {
    font-family: 'Playfair Display', serif;
    color: #0d0d17;
    font-size: 80px;
    font-weight: lighter;
    position: relative;
    z-index: 9;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.smaller-heading {
    color: #b59448;
    font-size: 70px;
    font-weight: lighter;
    position: relative;
    z-index: 9;
    font-family: 'Great Vibes', cursive;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    top: -40px;
    margin-bottom: -40px;
}

.prodnote {
    position: relative;
    padding: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-style: italic;
    outline: 1px solid rgba(000, 000, 000, 0.45);
    outline-offset: -10px;
}

.product-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    max-height: 400px;
}

.product-image.outline::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  outline: 2px solid white;
    outline-offset: -20px;
}

.banner-hold {
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 60px;
}

.banner-hold::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #bba374f2;
}

.featured-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.featured-content {
    padding: 30px;
    color: white;
    height: 100%;
    background-size: cover;
    background-position: center;
    outline: 1px solid rgba(255,255,255,0.4);
    outline-offset: -10px;
}

.featured-content::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    outline: 1px solid rgba(255,255,255,0.4);
    outline-offset: -10px;
}

.featured-content.red::before {
    opacity: .8;
    background: #3c1310;
}

.featured-content.blue::before {
    opacity: .8;
    background: #0e0e22;
}

.featured-content.brown::before {
    opacity: .8;
    background: #c6b28d;
}

.featured-wine {
    height: 100%;
    border: 3px solid white;
}

.featured-wine .row {
    height: 100%;
}

.small-heading {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 35px;
    margin-bottom: 18px;
    line-height: 38px;
}

.select-boxes .small-heading {
    min-height: 114px;
}

.beef-section {
    position: relative;
    padding: 40px 0;
}

.beef-section img.beef-logo {
    max-height: 250px;
    margin: 0 auto;
    display: block;
}

.btn.white {
    background: white;
    border-radius: 0;
    padding: 12px 30px;
    font-size: 20px;
    transition: all 0.3s ease;
    border: 2px solid white;
}

.btn.white:hover {
    background: transparent;
    color: white !important;
    border-color: white !important;
}

.btn.white.main {
    background: #b59448;
    border-color: #b59448;
    color: white;
}

.btn.white.main:hover {
    background: transparent;
    color: black !important;
}

.shop-buttons, .button-hold {
    text-align: center;
}

.offer-float .button-hold .btn {
    left: 0;
    transform: translate(0);
}

.related.products h2 {
    background: transparent;
    font-family: 'Great Vibes', cursive;
    font-size: 70px;
    color: #01000b;
    text-align: center;
    z-index: 9;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.products h2.woocommerce-loop-product__title, h2.woocommerce-loop-category__title {
    font-size: 22px !important;
    background: rgba(1, 0, 11, 0.95);
    font-weight: normal;
    color: wheat;
    position: relative;
    text-align: center;
    font-family: 'Quattrocento', serif;
    min-height: unset;
}

.products h2.woocommerce-loop-product__title {
    color: #b59448;
    background: unset;
}

.featured-products ul.products li.product img, ul.products li.product img {
    display: block;
    width: 100%;
    outline: 1px solid rgb(255, 255, 255, 0.7);
    outline-offset: -9px;
}

.woocommerce-loop-category__title {
    display: flex;
align-items: center;
}

.products a:hover {
    text-decoration: none;
    border-bottom: none;
}

.products mark {
    left: 50%;
    font-weight: lighter;
    display: none;
    transform: translateX(-50%);
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 17px !important;
    color: wheat !important;
    border-radius: 1px !important;
    font-size: 25px !important;
    transition: all 0.5s ease !important;
    position: absolute !important;
    overflow: hidden !important;
    background: rgba(1, 0, 11, 0.9) !important;
    text-align: center !important;
    width: calc(100% - 25px);
    top: 217px;
}

.product-list ul {
    list-style: none;
    position: relative;
/*    text-align: center;*/
}

.products img {
    display: none;
}

.woocommerce .heading {
    font-family: 'Great Vibes', cursive;
    font-weight: normal;
    font-size: 70px;
    color: #01000b;
    margin: 20px 0;
}

.woocommerce-Address-title.title {
	top: 20px;
	text-align: center;
	font-size: 15px;
}

.woocommerce-Address-title.title .heading {
	font-size: 55px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    transition: all 0.5s ease !important;
    border-radius: 1px !important;
    font-family: 'Quattrocento', serif;
    opacity: 1 !important;
}

.woocommerce-info::before {
    color: #b59448 !important;
}

.woocommerce a.button {
    line-height: 1 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    left: auto !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 18px !important;
    transition: all 0.5s ease !important;
    position: relative !important;
    overflow: hidden !important;
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    border-radius: 1px !important;
}

.woocommerce a.button:hover {
    text-decoration: none !important;
    border: double 3px white !important;
    color: white !important;
    background: #01000b !important;
}

.woocommerce .btn {
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    transition: all 0.5s ease !important;
    border-radius: 1px !important;
	font-family: 'Quattrocento', serif;
    opacity: 1 !important;
}

.woocommerce .btn:hover {
    background: #01000b !important;
    color: white !important;
    border: double 3px white !important;
}

.woocommerce-result-count,
.orderby {
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    transition: all 0.5s ease !important;
    border-radius: 1px !important;
    width: 80% !important;
    position: relative !important;
    left: 50% !important;
    transform: translate(-50%) !important;
}

.woocommerce-tabs ul {
    display: inline-flex;
    margin-left: -45px;
    list-style: none;
}

.woocommerce-tabs ul li a {
    border: solid 1px wheat;
    padding: 14px;
    color: wheat;
    border-radius: 1px;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    background: rgba(1, 0, 11, 0.9);
    text-align: center;
    display: inline-flex;
}

.product-view .share-ul li a {
    padding: 10px;
    border-radius: 50%;
    background: #f295b2;
    color: white;
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 15px;
    text-align: center;
}

.product-view .desc-heading {
    color: #f295b2;
    padding: 10px;
    display: inline-block;
}

.product-view .desc {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(64,63,65,0.2);
    min-height: 150px;
}

.product-view section.related.products {
    padding-top: 40px;
}

.single_variation_wrap .price {
    display: inline-block;
}

.woocommerce-result-count {
    display: none !important;
}

ul.products li.product, .product-cats .category {
/*    width: 320px;*/
    width: 33%;
    width: none !important;
    display: inline-block;
    float: unset;
    margin: 25px 0 0 0 !important;
    text-align: left !important;
    border-radius: 5px !important;
    position: relative !important;
    background-image: none;
    padding: 10px !important;
}

.category-thumb {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    /*border-radius: 10px;*/
    /*margin-bottom: 1rem;*/
    transition: transform 0.3s ease;
}

.woocommerce .product mark, ins {
    background: #01000b !important;
    text-decoration: none !important;
    padding: 4px 6px 4px 5px !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 0 !important;
    margin: 0;
    list-style: none outside;
}

.product span.price {
    left: 50%;
    transform: translateX(-50%);
    font-weight: lighter;
    display: none;
    transform: translateX(-50%);
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 20px !important;
    color: wheat !important;
    border-radius: 1px !important;
    font-size: 20px !important;
    transition: all 0.5s ease !important;
    position: absolute !important;
    overflow: hidden !important;
    background: rgba(1, 0, 11, 0.9) !important;
    text-align: center !important;
    width: calc(100% - 25px);
    top: 216px;
}

.woocommerce {
    width: 100%;
    padding-top: 30px;
    margin: 2em 0 !important;
	text-align: left !important;
	border-radius: 1px !important;
	position: relative !important;
	padding: 50px !important;
	border: double 6px #01000b !important;
	left: 50% !important;
	transform: translate(-50%) !important;
	color: #01000b !important;
	background-image: url(../img/wallpaper2.jpg) !important;
}

.woocommerce #customer_login h2 {
	text-align: center;
	font-family: 'Great Vibes', cursive;
	font-size: 70px;
}

.woocommerce a {
    color: #01000b;
    transition: all 0.3s ease;
}

.woocommerce a:hover {
    color: #eaae25;
    text-decoration: none;
}

.woocommerce form .form-row .required {
    color: white !important;
    font-weight: 738;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin: 2em 0 !important;
    border-radius: 5px !important;
    border: none !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    position: relative !important;
    overflow: hidden !important;
    color: #01000b !important;
    padding: 10px !important;
    background: transparent !important;
    display: block !important;
    text-align: center !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    border-radius: 1px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    line-height: 1 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    left: auto !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 18px !important;
    transition: all 0.5s ease !important;
    position: relative !important;
    overflow: hidden !important;
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    border-radius: 1px !important;
}


.woocommerce button:hover {
    text-decoration: none !important;
    border: double 3px white !important;
    color: white !important;
    background: #01000b !important;
}

.woocommerce-checkout #payment {
    margin: 2em 0 !important;
    text-align: left !important;
    border-radius: 5px !important;
    position: relative !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    overflow-x: hidden !important;
    color: #01000b !important;
    background: transparent !important;
}

.woocommerce-billing-fields  .heading,
.woocommerce-additional-fields  .heading,
h3 #order_review_heading .heading {
	color: #01000b !important;
	font-weight: normal !important;
}

.product-cats {
    padding-left: 0;
    margin-bottom: 0;
}

.featured-products .woocommerce ul.products li.product {
    float: unset !important;
    position: relative !important;
    width: calc(25% - 25px) !important;
    margin: 20px 10px !important;
}

.featured-products ul.products li.product,
ul.products li.product,
.product-cats .category {
    position: relative;
    margin: 20px 10px;
}

.featured-products ul.products li.product img,
ul.products li.product img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.product-list .woocommerce ul.products li.product a img {
    margin-bottom: 0;
}

.products {
    padding-left: 0;
}

.amount.inc-vat {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}

.woocommerce form .form-row {
    display: block;
}

.woocommerce .col2-set {
    width: unset !important;
}

.form-control,
.woocommerce form .form-row .input-text {
    padding: .375rem .75rem;
}

.form-row {
    display: block;
    margin: 0;
}

.form-row input {
    color: #495057;
    padding: 5px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-bottom-color: rgb(206, 212, 218);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 0;
    border-bottom: 2px solid  #f295b2;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control,
.woocommerce form .form-row .select2-container .select2-selection--single,
.woocommerce form .form-row .input-text {
    display: block;
    background: white;
    text-align: center;
    color: #01000b;
    border-radius: 0;
    border: double 3px #01000b !important;
    padding: 10px !important;
}

.select2-dropdown {
    box-sizing: border-box !important;
    position: absolute !important;
    padding: 10px !important;
    background: rgba(1, 0, 11, 0.95) !important;
    border: solid 1px wheat !important;
    display: block !important;
    text-align: center !important;
    color: wheat !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: wheat !important;
}

.woocommerce-checkout #payment div.payment_box {
    position: relative !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 1em 0 !important;
    font-size: .92em !important;
    line-height: 1.5 !important;
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    border-radius: 1px !important;
}

.woocommerce-checkout #payment div.payment_box::before {
	display: none !important;
}

.woocommerce form .form-row textarea {
    height: 100px !important;
}

.woocommerce-shipping-fields {
    margin-top: 40px;
}

.woocommerce table.cart img {
    height: auto;
    max-height: 85px;
    width: auto;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #01000b !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	display: none !important;
}

.ticket-tab-bar .ticket-tab-bar-item:hover {
    cursor: pointer;
}

.woocommerce ul.products li.product a {
    text-align: center;
}

.woocommerce-cart-form table.cart td.actions .input-text {
    width: 100% !important;
}

.actions button {
    width: auto;
    float: right !important;
}

.submit-hold button.button {
    padding: 10px 25px !important;
}

.actions .coupon button {
    width: 100%;
    margin-left: 10px !important;
    float: unset;
}

.woocommerce-loop-product__title,
.woocommerce-loop-category__title,
.product-cats .category h2 {
    min-height: 98px;
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
}

.woocommerce-loop-category__title {
    background: transparent;
    margin: 0;
    border-radius: 0 !important;
}

.product-list {
    background-image: url(../img/pocadot.png);
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.product {
    position: relative;
}

ul.products li.product .btn {
    left: 50%;
    transform: translateX(-50%);
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 18px !important;
    position: relative !important;
    overflow: hidden !important;
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    transition: all 0.5s ease !important;
    border-radius: 1px !important;
    bottom: -10px;
}

ul.products li.product .btn:hover {
    color: white !important;
    border: double 3px white !important;
    background: #01000b !important;
}

.prod-info {
    border-radius: 0;
	background: transparent;
}

.prod-info .prod-note {
    font-style: italic;
    font-size: 12px;
    text-align: center;
    color: #212529;
    margin-top: 20px;
}

.product-view .summary .woocommerce-Price-amount {
    color: #b59448;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

.product-view .variations_form .label,
.product-view .variations_form .value {
    display: block;
}

.product-view .variations_form .label {
    font-weight: bold;
    font-family: 'Lobster', cursive;
    font-size: 22px;
}

.product-view .woocommerce-product-gallery {
    position: relative;
}

.product-view .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    font-size: 26px;
}

.product-view t.price {
    display: none;
}

.pisol-mmq-container {
    padding: 4px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #b59448 !important;
    color: #fff;
    font-size: 14px;
    display: block;
    display: none !important;
}

.pswp {
    z-index: 9999 !important;
}

.product-view ol {
    margin-top: 20px;
}

.product-view ol li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.product-view .variations_form select {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0;
    padding: 10px;
    background: white;
    border: double 3px #01000b;
    display: block;
    text-align: center;
    color: #01000b;
}

button.single_add_to_cart_button.button.btn.disabled.wc-variation-selection-needed {
    padding: 10px;
    background: white;
    border: double 3px #01000b;
    display: block;
    text-align: center;
    color: #01000b;
    opacity: 1;
    transition: all 0.5s ease;
    border-radius: 1px;
}

button.single_add_to_cart_button.button.btn.disabled.wc-variation-selection-needed:hover {
    background: #01000b;
    border: double 3px white;
    color: white;
}

div.summary.entry-summary td + td {
    padding-left: 0;
}

div.summary.entry-summary label {
    font-family: 'Quattrocento', serif;
    font-weight: lighter;
    font-size: 24px;
    color: #01000b;
}

img.wp-post-image {
    background: white;
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: -12px;
    color: #01000b;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.page-numbers {
    list-style: none;
}

.page-numbers li {
    display: inline-block;
}

mark {
    background: unset !important;
}

.added_to_cart.wc-forward {
    display: none !important;
}

button.btn.single_add_to_cart_button.button.green.alt {
    background: white;
    border: double 3px #01000b;
    color: #01000b;
    padding: 10px;
    transition: all 0.5s ease;
}

button.btn.single_add_to_cart_button.button.green.alt:hover {
    background: #01000b;
    border: double 3px white;
    color: white;
}

/* Account */

.um-88.um {
    max-width: 1300px !important;
}

.woocommerce ul.order_details {
    color: wheat;
    padding: 15px;
    background: rgba(1, 0, 11, 0.95);
}

.woocommerce ul.order_details li {
    border-right: 1px dashed #fff !important;
}

.woocommerce-MyAccount-content p {
	margin: 0 !important;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.woocommerce-MyAccount-navigation ol {
    list-style: none;
    counter-reset: li;
}

.woocommerce-MyAccount-navigation ol li {
    counter-increment: li;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li a,
.woocommerce-MyAccount-navigation ol li a {
    width: 100%;
    font-size: 18px !important;
    transition: all 0.5s ease !important;
    position: relative !important;
    overflow: hidden !important;
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    border-radius: 1px !important;
}

.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ol li.is-active {
    background: #01000b;
    color: white;
    border: double 3px white !important;
}

.woocommerce-MyAccount-navigation ul li,
.woocommerce-MyAccount-navigation ol li {
    transition: all .5s ease;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ol li.is-active a {
    background: #01000b !important;
    color: white !important;
}

.woocommerce-MyAccount-navigation ol li a:hover,
.woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: none;
}

.woocommerce table.cart td.actions .coupon {
    float: none !important;
    display: inline-flex !important;
    margin: 10px 0;
}

.woocommerce .quantity .qty {
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    transition: all 0.5s ease !important;
    border-radius: 1px !important;
}

.woocommerce table.shop_table {
    border-radius: 0 !important;
}

.product-view a {
    text-decoration: none;
    background-color: transparent;
    transition: all 0.5s ease;
    color: #01000b;
    font-weight: lighter;
}
/*
.product-view button, input {
    overflow: visible;
    width: 100%;
    font-size: 18px !important;
    transition: all 0.5s ease !important;
    position: relative !important;
    overflow: hidden !important;
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    border-radius: 1px !important;
}

.product-view button:hover {
    color: white !important;
    border: double 3px white !important;
    background: #01000b !important;
}
*/
[type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
    color: white !important;
    border: double 3px white !important;
    background: #01000b !important;    
}

/* Custom Woocommerce Styling */

.product-view {
    padding: 80px 0;
}

.product.type-product .btn:hover {
    color: black;
}

#tab-description .heading {
    padding-top: 20px;
    font-weight: normal;
}

.type-product .quantity input {
    border: 1px solid #f295b2;
    margin-right: 20px;
}

.type-product figure {
    margin: 0;
}

.product_meta {
    margin-top: 20px;
}

.product_meta a {
    color: #b59448;
}

.product_meta a:hover {
    text-decoration: none;
}

.entry-summary {
    display: inline-block;
    float: right;
    width: 100%;
    clear: none;
    margin: 0 !important;
}

.call-to-actions.P {
    margin-top: 50px;
}

.woocommerce-product-gallery {
    width: 100%;
    float: left;
}

#primary {
    max-width: 1400px;
    margin: 0 auto;
}

.woocommerce-breadcrumb,
.wc-tabs,
.woocommerce-product-attributes{
    display: none !important;
}

#tab-additional_information {
    margin-top: 0;
}

.product-add {
    color: #b59448;
    font-size: 18px;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 25px;
    background: transparent !important;
}

.notice {
    margin-top: 40px;
    padding: 20px;
    border: solid 7px #01000b;
    text-align: center;
}

.notice p {
    font-size: 22px;
    margin-bottom: 10px;
}

.woocommerce-ordering {
	display: none !important;
}

.chunk {
    padding: 80px 0 20px 0;
    position: relative;
}

.chunk.center {
    text-align: center;
}

ul.product-li {
    margin-bottom: 0;
}

ul.product-li li {
    display: inline-block;
    width: 33%;
}

ul.product-li li:nth-child(1n) .wine-block {
    background: #b59448 !important;
}

ul.product-li li:nth-child(2n) .wine-block {
    background: #0d0d17 !important;
}

ul.product-li li:nth-child(3n) .wine-block {
    background: #c6b28d !important;
}

ul.product-li li:nth-child(4n) .wine-block {
    background: #652f2a !important;
}

.product-li li .wine-block .small-heading {
    min-height: 105px;
}

.product-hold {
    padding: 5px 2px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.product-hold .wine-block {
    min-height: 310px;
}

.product-hold .product-image.outline::before {
  outline-offset: -14px;
}

.prod-display .small-heading {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 32px;
}

.prod-display {
    padding: 60px 0;
}

.prod-display .array-product {
    width: 25%;
    display: inline-block;
    float: unset;
    margin: 25px 0 0 0 !important;
    text-align: left !important;
    border-radius: 5px !important;
    position: relative !important;
    background-image: none;
    padding: 10px !important;
}

.prod-display .array-product img {
    display: block;
    width: 100%;
    outline: 1px solid rgb(255, 255, 255, 0.7);
    outline-offset: -9px;
}

.prod-display .array-title {
    width: 100%;
    display: inline-block;
    float: unset;
    background: rgba(1, 0, 11, 0.95);
    font-weight: normal;
    position: relative;
    color: wheat;
    text-align: center;
    font-family: 'Quattrocento', serif;
    font-size: 22px;
    min-height: 98px;
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
}

.prod-display a:hover {
    text-decoration: none;
}

.prod-display .add_to_cart_button {
    left: 50%;
    transform: translateX(-50%);
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 18px !important;
    position: relative !important;
    overflow: hidden !important;
    color: #01000b !important;
    padding: 10px !important;
    background: white !important;
    display: block !important;
    text-align: center !important;
    border: double 3px #01000b !important;
    transition: all 0.5s ease !important;
    border-radius: 1px !important;
    bottom: -10px;
}

.prod-display .add_to_cart_button:hover {
    color: white !important;
    border: double 3px white !important;
    background: #01000b !important;
}

/*Sitemap*/

.sitemap-block {
    position: relative;
    padding: 30px 20px;
}

.sitemap-block ul li {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.sitemap-block .material-icons {
    position: relative;
    vertical-align: middle;
    top: -2px;
}

/*Allergen*/

.allergen-label {
    text-align: center;
    font-size: 14px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    color: #cb514f;
    font-weight: bold;
    width: fit-content;
    margin-top: -5px;
}

.allergen {
    position: relative;
    width: fit-content;
    margin-top: -10px;
    padding: 0 5px;
}

.menu-text {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.allergen img {
    min-width: 50px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

/*Contact*/

.hero-section-contact {
    width: 450px;
    height: 266px;
    position: absolute;
    right: 20%;
    top: 257px;
    background: rgba(1, 0, 11, 0.65);
    z-index: 9;
    padding: 50px;
    border-bottom: solid 2px white;
    color: white;
}

.contact-form {
    padding-top: 80px;
    text-align: center;
}

.contact-form .form-block {
	width: 100%;
}

.touch {
    padding: 80px 0 0 0;
}

.contact-text {
    padding: 30px 0 80px 0;
}

.contact-btns {
    background: transparent;
    padding: 14px;
    color: rgba(1, 0, 11, 0.9);
    border-radius: 1px;
    font-size: 28px;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inline-flex;
}

.contact-btns:hover {
    text-decoration: none;
    color: #b59448;
}

.call-to-actions.C {
    margin-top: -20px;
}

.new-form {
    width: 1200px;
    left: 50%;
    position: relative;
    transform: translate(-50%);
}

form input {
    padding: 10px;
    background: white;
    border: double 3px #01000b;
    display: block;
    text-align: center;
    color: #01000b;
    width: 100%;
}

.hire-section {
    padding: 100px 80px;
    text-align: center;
    border: solid 7px #01000b;
    margin-top: 60px;
    margin-bottom: 30px;
}

.hire-section .hire i {
	margin-right: 10px;
}

.hire-section .hire {
    line-height: 50px;
}

.hire-section.left {
	text-align: left;
}

.hire-section.spaced .hire-heading {
    margin-bottom: 30px;
}

.hire-section.left .hire-heading {
    text-align: center;
}

.hire-heading {
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
    color: #01000b;
    z-index: 9;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.hire {
    font-size: 20px;
    margin-bottom: 10px;
}

/*Footer*/

.footer-heading {
    padding-bottom: 5px;
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
    color: #01000b;
}

.footer {
    padding-top: 20px;
    background: white;
    background-size: 100%;*/
    color: white;
    text-decoration: none;
    text-align: center;
}

.footer ul li a {
    color: #01000b;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 -5px;
}

.footer ul li a:hover {
    color: #b59448;
}

.footer ul li a:hover i {
    color: #b59448;
}

.footer ul li i {
    color: #01000b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-details {
    text-align: left;
}

.footer-details.B {
    text-align: right;
}

.socials-footer {
    margin-left: 20px;
    margin-bottom: -30px;
    margin-top: -15px;
}

.socials-footer li a i{
    color: #01000b !important;
}

.socials-footer a {
    font-size: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.list-inline {
    font-size: 18px;
}

.footer-bottom {
    text-align: center;
    background: rgba(1, 0, 11, 0.95);
    color: white;
    padding: 10px;
}

.footer-details a:hover {
    color: #b59448;
    text-decoration: none;
    border-bottom: none;
    transition: all .3s ease;
}

.footer-details {
    color: white;
}

/*Responsive*/

@media (max-width: 1600px) {

ul.product-li li {
    width: 49.5%;
}

}

@media (max-width: 1400px) {

    .header .topheader {
        font-size: 12px;
    }

    .hero-content {

        right: 100px;
    }

    .email-form {
        width: 85vw;
        padding: 30px;
    }

    .form-block {
        width: 100%;
    }

    .menu-items {
        width: 850px;
        padding: 40px;
    }

    .menu-items::before {
        width: 760px;
    }

    .image-box {
    	width: 98%;
		height: 380px;
    }

}

@media (max-width: 1250px) {

    .topheader ul li a {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {

    .menu-toggle {
        display: none;
    }

    .touch {
	    padding: 70px 0 0 0;
	}

	.discover {
		padding: 20px;
	}

	.starter {
		padding: 40px 0;
	}

	.feed-1 {
	    margin-bottom: 135px;
	}

	.testimonials-section {
	    padding: 50px;
	}

	.hero-section.B {
		padding: 30px;
	}

	.hero-section {
		padding: 30px;
	}

    .menu-items {
        width: 800px;
    }

    .menu-items::before {
        width: 720px;
    }    

    .menu-form {
        width: 90%;
    }

    .menu-form::before {
        width: 93%;
    }
    .image-box {
    	width: 98%;
		height: 340px;
    }

    .shop-block.left {
        border-bottom: 1px solid rgba(255,255,255,.4);
        border-right: none;
    }
}

@media (max-width: 991px) {

    .select-boxes .small-heading {
      min-height: 0;
    }

    .padding {
      padding: 70px 0;
    }

    .tab-cont button {
      width: 100%;
      padding: 20px 0;
    }

    .tab-cont {
      height: 100%;
      padding: 20px 0;
    }

    .but::before {
        display: none;
    }

    .offer-image {
        display: none;
    }

    .product-image {
      height: 375px;
    }

    .btn.white {
        width: 100%;
        margin-bottom: 5px;
    }

    .small-offer-title {
      font-size: 60px;
    }

    .large-offer-title {
      font-size: 70px;
      top: -30px;
    }

    .new-offer {
      padding: 30px 20px;
      margin-top: 20px;
      color: white;
    }

    .footer {
        text-align: center;
    }

    .footer ul li a {
        justify-content: center;
    }

    .starter {

        padding-top: 40px;
    }

    .introduction {
        padding: 30px 10px;
    }

    .how-it-works {
	    padding: 40px 0 60px 0;
	}

    .FAQ {
        padding: 60px 20px;
    }

    
	.quote .name {
    	font-size: 20px;
	}

    .heading.D {
        font-size: 50px;
    }

    .title {
        font-size: 110px;
    }

    .section-header {
        font-size: 30px;
    }

    .how-it-works.B {
	    padding: 40px 0;
	    margin-top: 0;
	}

/*    .menu-toggle.active {
		position: fixed;
		padding: 20px;
		top: 0;
		width: 100px;
		height: 100px;
    }

    .header.stuck .menu-toggle.active {
		position: fixed;
		padding: 20px;
		top: 10px;
    }*/

    .menu-items {
        width: 650px;
        margin: 60px 0;
        padding: 30px;
        border: double 5px #01000b;
        background-image: url(../img/wallpaper2.jpg);
        background-position-x: center;
    }

    .menu-items::before {
        display: none;
        content: ;
    }

    .menu-form {
        margin: 60px 0;
        padding: 30px;
        border: double 5px #01000b;
        background-image: url(../img/wallpaper2.jpg);
        background-position-x: center;
    }

    .menu-form::before {
        display: none;
    }

    .heading.M {
        font-size: 80px;
    }

    .contact-form .heading {
    	font-size: 80px;
    }

    .menu-label.B {
        font-size: 23px;
    }

    .banner-title {
        font-size: 90px;
    }

    .touch {
	    padding: 60px 0 0 0;
	}

	.starter {
		padding: 10px 0;
	}

	.feed-1 {
		margin-bottom: 60px;
	}

	.testimonials-section {
	    padding: 40px;
	}

    .accordion .item .acc-heading {
        font-size: 22px;
    }

    .image-box {
    	height: 300px;
	    margin: 5px 0;
	}

	.accordion .item .acc-content .inner {
		padding: 10px;
	}

	.menu-open {
	    padding: 0 10px;
	}

	.how-it-works,
    .intro-text,
    .body-text {
    	width: 85%;
    }

    .footer-bottom {
		font-size: 14px;
	}

	.email-form .form-block {
	    height: 100vh;
    }

    .accordion .item .acc-content .inner::before {
        display: none;
    }

    .prod-display .array-product {
        width: 33.33%;
    }

    .prod-display .array-title {
        font-size: 19px;
    }

    .hero-top .outline-block {
    	margin-top: 20px;
    }
}

@media (max-width: 934px) {

    .gallery-buttons {
        margin-bottom: 3%;
    }

    .hero-section {
        left: 50%;
        transform: translate(-50%);
        width: 80%;
        padding: 0 20px 20px 20px;
    }

    .section-header {
        font-size: 26px;
    }
}


@media (max-width: 1200px) {

    .info-block {
        padding: 60px 10px;
    }
    .shop-title {
        font-size: 55px;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
    }

    .menu.active {
        display: block;
    }

    .main-men{
        display: none;
    }

/*    .menu-toggle.active  {

        background: transparent;
        color: #01000b;
        z-index: 999;
    }*/

    .main-men.active{
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        position: fixed;
        background-color: white;
        padding-left: 0;
        z-index: 99;
    }

    ul.main-men.active {
        height: 100vh;
        position: absolute;
        display: block;
        padding-top: 80px;
    }

    .header.stuck .bottom-header .menu ul {
        padding-top: 60px;
    }

    .header.stuck .bottom-header ul li a {
	    color: #01000b;
	}

	.hero-section {
	    top: 250px;
	}

    .menu-icon .material-icons {
	    display: none;
	}

    .header .menu-holder {
        width: 100%;
    }

    .menu-toggle {
/*	    font-size: 18px;*/
		/*position: relative;*/
		bottom: unset !important;
/*		right: 0;*/
		color: #01000b;
        display: inline-block;
	}

    .menu-toggle i {
        font-size: 18px;
    }

    /*.header.stuck .menu-toggle {
        bottom: 20px;
        color: white;
    }*/

    .bottom-header .menu ul li {
        display: block;
        padding: 18px;
    }

    .bottom-header .menu ul li a {
        font-size: 19px;
    }

    .middle-header {
        /*display: none;*/
    }

    .bottom-header {
        background: linear-gradient(0deg, rgba(255,255,255,0.75) 0%, rgb(255, 255, 255) 60%);
        position: relative;
        transition: all 0.5s ease;
    }

    .bottom-header .material-icons {
        font-size: 55px;
    }

    .header.stuck .bottom-header {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
        opacity: 1;
        visibility: visible;
        padding: 8px 0 0 0 !important;
        background: rgba(1, 0, 11, 0.92);
        position: fixed;
    }

    .header.stuck .bottom-header .title {
        top: 25px;
        color: white;
        font-size: 50px;
    }

    .header.stuck .menu-toggle.active {
        color: #01000b;
    }

    .header.stuck .bottom-header .section-header {
        bottom: 0;
    }

    .drop-header {
    	display: none;
    }

    .header.stuck .section-header {
    	opacity: 0;
    	padding-bottom: 0;
    }
    .hero-text .main {

        padding-top: 0;
    }

    .middle-header hr {
        display: none;
    }

    .hire-heading {

        font-size: 60px;
    }

    .hire {
        font-size: 19px;
        margin-bottom: 8px;
    }

    .hire-section {
        padding: 40px;
    }

    .heading {

        font-size: 60px;
    }

    p {
        font-size: 19px;
    }

    .page-opening {

        padding: 80px 20px;
    }

    .work-block {

	    width: 100%;
	}

	.sub-heading,
    .FAQ .sub-heading {
	    font-size: 24px;
	}

    .gallery-buttons {
        display: none;
    }

    .title {
    	font-size: 68px;
        padding: 10px;
    }

    .section-header {
    	font-size: 24px;
    	padding: 5px;
	}

	.heading.B {
    	font-size: 55px;
	}

	.heading.C {
	    font-size: 80px;
	}

    .heading.D {
        font-size: 40px;
    }

    .base {
        padding: 60px;
    }

    .socials {
        display: none;
    }

    .quote {
        padding: 40px 0;
    }

    .footer-details {
    text-align: center;
    }

    .footer-details.B {
        text-align: center;
    }

    .menu-items {
        padding: 0;
        width: 100%;
        margin-top: 50px;
        left: 0;
        transform: translate(0);
    }

    .menu-label.B {
        font-size: 20px;
    }

    .heading.M {
        font-size: 70px;
    }

    .contact-form .heading {
    	font-size: 70px;
    }

    .menu-content {
        font-size: 15px;
    }

    .menu-content strong {
        font-size: 18px;
    }

    .menu-form {
        padding: 40px 30px 10px 30px;
        width: 100vw;
    }

    .form-block {
        padding: 40px 30px 10px 30px;
    }

    .banner-title {
        font-size: 60px;
    }
    .touch {
	    padding: 50px 0 0 0;
	}

	.testimonials-section {
	    padding: 30px;
	}

    .accordion .item .acc-heading {
        font-size: 20px;
    }

    body.active .bottom-header .icons {
        padding-bottom: 10px;
        z-index: 999;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .header.stuck .bottom-header .icons {
        padding-bottom: 0;
    }

    .bottom-header .icons ul {
        list-style: none;
        display: inline-flex;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin: 0;
        padding: 0;
    }

    .bottom-header .icons ul li a {
        color: #01000b;
        margin: 0 15px;
        transition: all 0.5s ease;
    }

    .bottom-header .icons ul li a:hover {
        color: #b59448;
    }

    .header .topheader {
        display: none;
    }

    .bottom-header hr {
        margin: 3px;
    }

    .bottom-header {
        padding: 20px 0 0 0;
    }

    .cart-number {
        position: absolute;
        left: 90px;
        width: 25px;
        height: 25px;
        text-align: center;
        padding-top: 1px;
        font-weight: bold;
        color: #b59448;
        z-index: 9;
        top: -7px;
        font-size: 20px;
    }

    .header.stuck .bottom-header .icons ul li a {
        color: white;
    }

    .hero-image.B {
	    padding: 0;
	    height: 450px;
	}

    .hero-image.M {
	    padding: 225px;
	    height: 450px;
	}

	.hero-image.C {
	    height: 450px;
	}

	.hero-section.B {
	    width: 90%;
	    top: 255px;
	    padding: 0 20px;
	}

	.base {
	    background-size: auto;
	    background-position-x: center !important;
	}

	.footer-bottom {
		font-size: 13px;
	}

    .notice p {
        font-size: 20px;
    }

    .btn-main {
        display: block;
        margin: 20px 0;
        width: none;
        position: relative;
    }

    .btn-main.S {
        display: block;
        width: 100%;
        left: 0;
        transform: translate(0);
    }

    .btn-main.S i {
        position: relative;
        top: -5px;
    }

    .btn-main.S.I {
      top: 0;
    }

    .btn-main.I img {
        left: 0;
        transform: translate(0);
        top: -8px;
    }

    .shop-label {
        padding: 10px;
    }

    .email-toggle {
        width: 234px;
    }

    .email-toggle.active {
        top: 25px;
        left: -50px;
    }

    .email-form .form-block {
        padding: 10px !important;
        width: 100vw;
        margin: 0;
        height: 100vh;
    }

    .allergen {
        display: inline-block;
    }

    .menu-text {
        display: block;
    }

    .bold-heading {
      font-size: 55px;
    }

    .offer-button {
        max-width: 100%;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .payment-hold {
        display: inline;
    }

    .payment-img {
        padding: 20px;
        margin: 30px;
    }
}

@media (max-width: 576px) {

    .menu-items .inner {
        padding: 20px;
    }

	ul.product-li li {
	    width: 100%;
	}

	.product-li li .wine-block .small-heading {
	  min-height: 0;
	}

	.product-hold .wine-block {
	  min-height: 0;
	}

	.smaller-heading {
	  font-size: 48px;
	  top: -30px;
	}

    .product-image {
      height: 350px;
    }

    .bold-heading {
      font-size: 45px;
    }

    .info-block {
        padding: 30px 10px;
    }

    .shop-title {
        font-size: 45px;
    }

    .topheader {
        display: none;
    }


    .menu-toggle {
        bottom: 30px;
    }

    .bottom-header .material-icons {
        font-size: 45px;
    }

    .hero-text {

        padding-top: 20px;
    }

    p,
    .how-it-works p,
    .quote .text {

        font-size: 17px;
    }

    .testimonials-section {
	    padding: 80px 10px;
	}

	.title {
    	font-size: 55px;
        top: 5px;
        padding: 20px 0;
    }

    .header.stuck .menu-toggle {
        bottom: 6px;
    }

    .section-header {
        font-size: 19px;
		bottom: 10px;
		padding-bottom: 0;
    }

	.heading.B {
		bottom: 0;
        font-size: 44px;
	}

    .heading.C {
        font-size: 60px;
    }

    .heading.D {
        bottom: 0;
        font-size: 42px;
    }

    .base {
        padding: 40px;
    }

    .hire-section {
        padding: 30px;
    }

    .hire-section .hire {
        line-height: 32px;
    }

    .hire-heading {
        font-size: 54px;
    }

    .hire {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .heading {
        font-size: 54px;
    }

    .buttons {
        position: absolute;
        z-index: 9;
        bottom: 13px;
        left: 50%;
        width: 340px;
        transform: translate(-50%);
    }

    .footer-heading {
    	font-size: 35px;
    }

    .socials-footer {
	    margin-bottom: -30px;
	    margin-top: -15px;
	    position: relative;
	    left: 50%;
	    transform: translate(-50%);
	    margin-left: 0;
	}

    .menu-content {
        font-size: 14px;
    }

    .menu-content strong {
        font-size: 17px;
    }

    .menu-items {
        margin: 30px 0;
        padding: 0;
    }

    .menu-label.B {
        font-size: 17px;
    }

    .heading.M {
        font-size: 60px;
    }

    .contact-form .heading {
    	font-size: 60px;
    }

    .menu-form {
        padding: 30px 15px 0 15px;
        margin: 0;
    }

    .form-block {
        padding: 30px 15px 0 15px;
        width: 100vw;
        margin: 0;
    }

    .banner-title {
        font-size: 45px;
    }

	.touch {
	    padding: 30px 0 0 0;
	}

	.testimonials-section {
	    padding: 20px;
	}

	.header .bottom-header .title {
    	font-size: 42px;
    }

    .bottom-header {
        padding: 20px 0 0 0;
    }

    .call-to-actions.B {
        display: inline-flex;
    }

    .accordion .item .acc-heading {
        font-size: 18px;
    }

    .product-list {
        padding: 20px 0;
    }

    .products mark {
        top: 217px;
    }

    .accordion .item .acc-content .inner {
        font-size: 14px;
    }
	.warning {
		width: 100%;
		padding: 20px;

	}

	.warning h2 {
	    font-size: 22px;
	}

	.menu-open {
	    padding: 0 20px;
	}

	.accordion .item .acc-content .inner {
		padding: 20px;
	}
    
    .inner .block-heading {
		font-size: 38px;
	}

	.sub-heading {
	    font-size: 20px;
	}

	.woocommerce {
		padding: 10px !important;
	}

	.header.stuck .bottom-header .title {
	    padding: 0;
	    font-size: 40px;
	    top: 20px;
	}


	.base::before {
	    outline: 2px solid rgb(255, 255, 255);
	    outline-offset: -8px;
	}

    .notice p {
        font-size: 18px;
    }

    .prod-display .array-product {
        width: 50%;
    }

    .prod-display .array-title {
        font-size: 18px;
    }

    .featured-content {
      padding: 25px 20px;
    }

    .large-offer-title {
      font-size: 36px;
      top: 0;
      line-height: 38px;
    }

    .small-offer-title {
      font-size: 44px;
      top: 0;
      margin-bottom: 0;
    }

    .offer-heading {
      font-size: 45px;
    }

}

@media (max-width: 400px) {

    .banner-title {
        padding: 0;
    }

    .heading {
	    font-size: 45px;
	}

    .hire-heading {
        font-size: 45px;
    }

	.heading::before {
	    bottom: -65px;
	}

	.header.stuck .bottom-header .title {
	    padding: 10px;
		font-size: 30px;
		top: 0;
	}

    .hero-section {
        width: 85%
    }

    .how-it-works,
    .intro-text,
    .body-text {
    	width: 95%;
    }

    .buttons {
        display: grid;
    }

    .gallery-buttons {
        display: grid;
    }

	.quote .name {
    	font-size: 18px;
	}

    .heading.B {
        font-size: 40px;
    }

    .heading.C {
        font-size: 50px;
    }

    .heading.D {
        font-size: 32px;
    }

    .buttons {
        left: 50%;
        transform: translate(-50%);
    }

    .menu-toggle {
	    bottom: 10px;
	}

    .header.stuck .menu-toggle {
	    bottom: -8px;
	}

    .title {
        top: 0;
    }

	.section-header {
	    font-size: 17px;
	    margin-top: 15px;
/*	    display: none;*/
	}

	.header .bottom-header .title {
	    font-size: 32px;
	    padding: 25px;
	    top: 0;
	}

    .heading.M {
        font-size: 50px;
    }

    .contact-form .heading {
    	font-size: 50px;
    }

    .title {
    	font-size: 44px;
        top: 10px;
        padding: 10px;
    }
    .contact-form .form-block {
        width: 100%;
    }

    .menu-form {
        width: 100%;
    }

    .menu-items {
        width: 100%;
    }

    .accordion .item .acc-heading {
        font-size: 16px;
    }

    .bottom-header .material-icons {
        font-size: 40px;
    }

    ul.products li.product, .product-cats .category {
        width: 100%;
    }

    .product span.price {
    	top: 116px;
    }

    .woocommerce-result-count,
    .orderby {
        width: 100% !important;
    }

    .products mark {
	    top: 117px;
	}

	.menu-open {
	    padding: 0;
	}

	.accordion .item .acc-content .inner {
		padding: 0;
	}

	.inner .block-heading {
		font-size: 35px;
		margin-right: 16px;
		margin-left: 16px;
	}

	.sub-heading {
	    font-size: 18px;
	}

	.hero-section.B {
	    width: 95%;
	    top: 210px;
	    padding: 0 15px;
	}

    .notice p {
        font-size: 17px;
    }
    .payment-hold {
        padding: 10px;
    }
    .services .service-list ul {
        font-size: 14px;
    }

    .hero {
        height: 45vh;
    }
}

@media (max-width: 350px) {
    .title {
        font-size: 34px;
        top: 5px;
    }

    .hero-section.B {
        display: none;
    }

    .prod-display .array-product {
        width: 100%;
    }

    .prod-display .array-title {
        font-size: 18px;
    }
}