@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&family=Staatliches&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #0F242C;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
}

h1, h2 {
    font-family: 'Staatliches', cursive;
}

h2 {
    font-size: 64px;
    line-height: 88%;
    margin-bottom: 60px;
}

red {
    color: #781A12;
}

section {
    position: relative;
}

.site {
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1170px;
}

.main_header {
    padding-top: 30px;
    background: linear-gradient(180deg, #0F242C 0%, rgba(15, 36, 44, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header {
    display: flex;
    align-items: flex-start;
}

.top_left, .top_right {
    padding: 24px 0;    
    width: 100%;
    border-bottom: 1px solid #fff;
}

.top_right {
    display: flex;
    justify-content: flex-end;
}

.header .logo_link, .mob_menu .logo_link {
    min-width: 193px;
    width: 193px;
    margin: 0 18px;
}

.header .menu-item, .mob_menu .menu-item {
    font-family: 'Staatliches', cursive;
    font-weight: 400;
    font-size: 20px;
    line-height: 88%;
    padding: 0 22.5px;
}

.header .menu-item a, .mob_menu .menu-item a {
    color: #fff;
    transition: all .3s;
}

.header .menu-item a:hover, .header .menu-item a:active, .mob_menu .menu-item a:hover, .mob_menu .menu-item a:active {
    color: #D8C29D;
    text-decoration: none;
}

.top_left .menu-item:first-child, .top_right .menu-item:first-child {
    padding-left: 0;
}

.top_left .menu-item:last-child, .top_right .menu-item:last-child {
    padding-right: 0;
}

.menu_cart {
    display: flex;
    align-items: center;
    font-family: 'Staatliches', cursive;
    font-size: 16px;
    line-height: 88%;
    color: #fff;
    margin-left: 72px;
    margin-top: -5px;
    transition: all .3s;
}

.menu_cart img {
    filter: brightness(500%);
    transition: all .3s;
}

.menu_cart:hover {
    color: #D8C29D;
    text-decoration: none;
}

.menu_cart:hover img {
    filter: none;
}

.mob_menu {
    padding-top: 30px;
    height: 100vh;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    z-index: 1040;
    background: linear-gradient(180deg, #0F242C 0%, rgba(15, 36, 44, 0) 20%, #0F242C 100%), url(../img/hero_bg.jpg) no-repeat center top / cover;
    transition: all .5s;
}

.mob_menu.active {
    left: 0;
}

.menu_head {
    display: flex;
    align-items: flex-start;
    margin-bottom: 29px;
}

#close_menu, #show_menu {
    cursor: pointer;
}

.mob_menu .menu-item {
    padding: 0;
    margin-bottom: 45px;
}

.site-footer {
    background: #781A12;
    padding: 60px 0;
}

.site-footer h3 {
    font-family: 'Staatliches', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 88%;
    color: #0F242C;
    margin-bottom: 28px;
}

.after_logo {
    margin-top: 20px;    
    max-width: 180px;
    margin-bottom: 0;
}

.schedule_row {
    color: #fff;
    display: flex;
    margin-bottom: 14px;
    align-items: center;
}

.schedule_row:last-child {
    margin-bottom: 0;
}

.schedule_day {
    font-family: 'Staatliches', cursive;
    font-weight: 400;
    font-size: 18px;
    line-height: 88%;
    min-width: 80px;
    margin-right: 35px;
}

.schedule_hours {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

.site-footer .menu-item {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 9px;
}

.site-footer .menu-item a {
    color: #fff;
    transition: all .3s;
    text-transform: uppercase;
}

.site-footer .menu-item a:hover, .site-footer .menu-item a:active {
    color: #D8C29D;
    text-decoration: none;    
}

.site-footer .social_ttl {
    color: #fff;
    text-align: right;
    max-width: 131px;
    margin-left: auto;
    margin-bottom: 20px;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    min-width: 25px;
}

.social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: brightness(500%);
    transition: all .3s;
}

.social:hover img {
    filter: none
}

.copy_right {
    font-family: 'Staatliches', cursive;
    color: #fff;
    font-size: 15px;
    line-height: 88%;
    padding: 14px 0 13px;
    background: #0F242C;
}

.hero {
    background: url(../img/hero_bg.jpg) no-repeat top center / cover;
    padding-top: 271px;
    padding-bottom: 100px;
}

.hero h1 {
    font-weight: 400;
    font-size: 135px;
    line-height: 88%;
    color: #fff;
    margin-top: 31px;
}

.hero h1 red {
    display: block;
}

.hero .carousel {
    margin-right: -40px;
    position: relative;
    min-height: 678px;
    margin-left: auto;
}

.hero .carousel:after {    
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 486px;
    width: 486px;
    border-radius: 50%;
    background: rgba(112, 63, 27, 0.4);
    filter: blur(40px);
}

.hero .carousel-item {
    text-align: right;
}

.about {
    padding-top: 120px;
    background: #0F242C;
    color: #fff;
    padding-bottom: 121px;
    z-index: 2;
}

.about_top {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
}

.about_top img, .about_bottom img {
    width: 100%;
}

.about_bottom {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
}

.about_content {
    display: flex;
}

.ab_imgs {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 5;
}

.about_image {
    height: auto;
}

.about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.about_image:first-child {
    width: 270px;
    margin-right: 30px;
}

.about_image:last-child {
    width: 500px;
}

.about_text {
    line-height: 140%;
    color: #D8C29D;
    width: 300px;
    min-width: 300px;
    margin-left: 70px;
}

.view_more {
    display: block;
    color: #fff;
    font-family: 'Staatliches', cursive;
    margin-top: 40px;
    font-size: 20px;
    line-height: 88%;
    padding-left: 30px;
    position: relative;
    transition: all .3s;
}

.view_more:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 21px;
    height: 3px;
    background: #fff;
    transition: all .3s;
}

.view_more:hover {
    text-decoration: none;
    color: #D8C29D;
}

.view_more:hover:before {
    background: #D8C29D;
}

.about_right {
    position: absolute;
    top: 215px;
    right: 0;
    width: 235px;
    height: 328px;
    background: url(../img/a_right.png) no-repeat top right / contain;
}

.about_left {
    position: absolute;
    top: -92px;
    left: -70px;
    width: 153px;
    height: 204px;
    background: url(../img/a_left.png) no-repeat top center / contain;
}

.about h2 {
    position: relative;
    z-index: 2;
}

.about .overlay, .instagram_block .overlay, .simple_hero .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/overlay.png) center top;
}

.links_block {
    padding-top: 218px;
    z-index: 1;
}

.links_block h2 {
    color: #781A12;
}

.links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    position: relative;
    z-index: 2;
}

.link {
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: no-repeat center center / cover;
    position: relative;
}

.link:hover {
    text-decoration: none;
}

.link_text {
    position: relative;
    color: #fff;
    font-family: 'Staatliches', cursive;
    font-size: 40px;
    line-height: 88%;
}

.link_text:after, .link_text:before {
    content: '';
    width: 21px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}

.link_text:after {
    top: -23px;
}

.link_text:before {
    bottom: -23px
}

.link .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(120, 26, 18, 0.6);
    opacity: 0;
    transition: all .3s;
}

.link:hover .overlay {
    opacity: 1;
}

.link:hover .link_text:after {
    top: -43px;
}

.link:hover .link_text:before {
    bottom: -43px
}

.links_bottom {
    padding-top: 215px;
    padding-bottom: 80px;
    position: relative;
    background: url(../img/links_bottom.png) no-repeat center top / cover;
    z-index: 1;
    top: -135px;
    margin-bottom: -135px;
}

.links_bottom_text {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Staatliches', cursive;
    font-size: 40px;
    line-height: 88%;
}

.links_bottom_text img {
    margin-right: 18px;
}

.lbb_left {
    background: url(../img/lbb_left.png) no-repeat center center / contain;
    width: 95px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: -100px;
}

.lbb_right {
    background: url(../img/lbb_right.png) no-repeat center center / contain;
    width: 75px;
    height: 74px;
    position: absolute;
    bottom: -57px;
    right: 34px;
    z-index: 5;
}

.lbb_right {
    background: url(../img/lb_right.png) no-repeat center center / contain;
    width: 113px;
    height: 125px;
    position: absolute;
    top: -75px;
    right: 53px;
    z-index: 5;
}

.lb_left {
    background: url(../img/lb_left.png) no-repeat center center / contain;
    width: 68px;
    height: 67px;
    position: absolute;
    top: 255px;
    left: 0px;
}

.events {
    padding-top: 170px;
    padding-bottom: 244px;
}

.events h2 {
    position: relative;
}

.events_left {
    position: absolute;
    width: 159px;
    height: 222px;
    background: url(../img/events_right.png) no-repeat center center / contain;
    top: -91px;
    left: -127px;
}

.events_right {
    position: absolute;
    width: 171px;
    height: 216px;
    background: url(../img/events_left.png) no-repeat center center / contain;
    bottom: 140px;
    right: 0;
}

.event_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

.event_img {
    height: 270px;
}

.event_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.event_img:nth-child(3n) {
    grid-column: 1 / span 2;
}

.event {
    display: flex;
    margin-bottom: 10px;
}

.event_date {
    background: #D8C29D;
    height: 70px;
    width: 70px;
    min-width: 70px;
    margin-right: 30px;
    font-family: 'Staatliches', cursive;
    font-size: 20px;
    line-height: 88%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.event_day {

}

.event_year {
    color: #fff;
}

.event_name {
    border-bottom: 1px solid #D8C29D;
    display: flex;
    align-items: center;
    width: 100%;
}

.instagram_block {
    background: #0F242C;
    color: #fff;
    padding-top: 78px;
    padding-bottom: 80px;
}

.inst_links {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    margin-bottom: 60px;
}

.inst_link {
    display: block;
    background: no-repeat center center / cover;
    height: 283px;
    width: 100%;
    position: relative;
}

.instagram_block .swiper-slide {
    width: 156px;
}

.instagram_block .swiper {
    margin-bottom: 30px;
}

.inst_overlay {
    background: rgba(15, 36, 44, 0.7) url(../img/Inst.svg) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .3s;
}

.inst_link:hover .inst_overlay {
    opacity: 1;
}

.btn:hover, .btn:focus, .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn {
    font-family: 'Staatliches', cursive;
    padding: 20px 40px;
    font-size: 20px;
    line-height: 88%;
    color: #FFFFFF;
    border-radius: 0;
    background: #781A12;
    border: 1px solid #781A12;
    transition: all .3s;
}

.btn:hover {
    color: #0F242C;
    background: #D8C29D;
    border-color: #D8C29D;
}

.added_to_cart.wc-forward, .white_btn {
    font-family: 'Staatliches', cursive;
    padding: 20px 40px;
    font-size: 20px;
    line-height: 88%;
    color: #0F242C;
    border-radius: 0;
    border: 1px solid #781A12;
    background: #fff;
    transition: all .3s;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
}

.added_to_cart.wc-forward {
    margin-left: 20px;
}

.added_to_cart.wc-forward:hover, .white_btn:hover {
    background: #781A12;
    color: #FFFFFF;
    text-decoration: none;
}

.simple_hero_top {
    background: url(../img/hero_bg.jpg) no-repeat center top / cover;
    height: 240px;
}

.about_hero {
    position: relative;
    padding-top: 40px;
    padding-bottom: 34px;
    background: #0F242C;

}

.simple_hero h1 {
    color: #fff;
    margin-bottom: 60px;
    font-size: 64px;
    line-height: 88%;
}

.about_hero .about_right {
    top: 50%;
    transform: translateY(-50%);
}

.about_hero .about_left {
    top: 443px;
    left: -100px;
    z-index: 1;
}

.about_hero_content {
    display: flex;
    color: #D8C29D;
    position: relative;
    z-index: 2;
}

.about_hero_right {
    width: 270px;
    min-width: 270px;
    margin-right: 15px;
    margin-left: 70px;
}

.about_hero_right_text {
    margin-bottom: 60px;
}

.about_hero_left {
    width: 100%;
}

.about_hero_left_text {
    margin-top: 60px;
}

.about_hero_left_images {
    display: flex;
}

.about_hero_left_image {
    height: 420px;
}

.about_hero_left_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.about_hero_left_image:first-child {
    width: calc(37.5% - 30px);
    margin-right: 30px;
}

.about_hero_left_image:nth-child(2) {
    width: 62.5%;
}

.about_textblock {
    padding-top: 128px;
    padding-bottom: 80px;
}

.atb_bottom {
    margin-top: 60px;
}

.about_tb_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.about_tb_image {
    height: 270px;
}

.about_tb_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.about_textblock:after {
    content: url(../img/atbr.png);
    position: absolute;
    right: 0;
    top: 128px;
}

.about_textblock:before {
    content: url(../img/atbl.png);
    position: absolute;
    left: 0;
    bottom: 25px;
}

.beers_hero {
    background: #781A12;
}

.beers_hero .about_right {
    top: auto;
    bottom: 15px;
    transform: none;
}

.beers_hero .about_hero_right {
    width: 300px;
    margin-right: 0;
    min-width: 300px;
}

.beers_hero .about_left {
    top: auto;
    bottom: 10px;
    left: -116px;
}

.beers, .events_block {
    padding-top: 110px;
    padding-bottom: 80px;
}

.beer {
    border-bottom: 1px solid #D8C29D;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.beer_name {
    text-align: center;
    position: relative;
    font-size: 40px;
    line-height: 88%;
    padding: 20px 0;
    margin-bottom: 40px;
}

.beer_name:before, .beer_name:after {
    content: '';
    width: 21px;
    height: 3px;
    background: #0F242C;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.beer_name:after {
    top: auto;
    bottom: 0;
}

.beer_desc {
    margin-bottom: 40px;
}

.beer_param_ttl {
    font-family: 'Staatliches', cursive;
    font-size: 20px;
    line-height: 88%;
    color: #D8C29D;
    margin-bottom: 5px;
}

.beer_param {
    color: #781A12;
    margin-bottom: 15px;
}

.beer_info_ttl {
    margin-bottom: 15px;
    font-family: 'Staatliches', cursive;
    font-size: 20px;
    line-height: 88%;
}

.beer_pairings {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 150%;
}

.beer_info {
    display: flex;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}

.beer_info_icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.beers:after {
    content: url(../img/atbr.png);
    position: absolute;
    right: 0;
    top: 363px;
}

.beers:before {
    content: url(../img/beers_left.png);
    position: absolute;
    left: 0;
    top: 638px;
}

.beers .lb_left, .events_block .lb_left {
    top: 497px;
}

.events_hero .about_right {
    top: auto;
    transform: none;
    bottom: 0px;
}

.events_hero .about_left {
    top: auto;
    bottom: 67px;
    left: -116px;
}

.event_item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D8C29D;
}

.event_item_name {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 88%;
}

.event_item_txt {
    font-size: 16px;
    line-height: 150%;
}

.contact_hero .about_right {
    top: auto;
    transform: none;
    bottom: 10px;
}

.contact_hero .about_left {
    top: auto;
    left: -116px;
    bottom: 67px;
}

.contact_hero .about_hero_right {
    width: 300px;
    min-width: 300px;
    margin-right: 0;
}

.contact_bottom {
    height: 128px;
}

.shop_hero {
    padding-top: 39px;
    padding-bottom: 0;
    background: #fff;
    color: #0F242C;
}

.shop_hero h1 {
    color: #0F242C;
}

.products_list {
    padding-bottom: 60px;
}

.products_list .about_left {
    left: 10px;
    top: 189px;
}

.products_list .about_right {
    top: 156px;
}

.products_list .lb_left {
    top: auto;
    bottom: 241px;
}

.products_list:before {
    content: url(../img/atbr.png);
    position: absolute;
    right: 0;
    bottom: 98px;
}

.product_item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D8C29D;
}

.product_item .product_image {
    height: 312px;
}

.product_item .product_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.product_item .product_name {
    font-family: 'Staatliches', cursive;
    font-size: 40px;
    line-height: 88%;
    margin-bottom: 40px;
}

.product_item .product_price {
    color: #781A12;
    margin-bottom: 20px;
}

.product_item .product_desc {
    font-size: 16px;
    margin-bottom: 40px;
}

.product_item:last-child {
    margin-bottom: 0;
    border: none;
}

.shop_table.cart {
    width: 100%;
}

.shop_table.cart thead {
    background: rgba(216,194,157,.3);
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-transform: uppercase;
    color: #781A12;
    border-bottom: 1px solid #D8C29D;
}

.shop_table.cart thead th, .shop_table.cart tbody td {
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 9px;
}

.shop_table.cart tbody td {
    font-weight: 300;
    padding: 15px 0;
}

.shop_table.cart tbody tr {
    border-bottom: 1px solid #D8C29D;
}

.cart .remove:before {
    content: url(../img/trash.svg);
}

.cart .remove:after {
    content: url(../img/trash_hov.svg);
    display: none;
}

.cart .remove:hover:before {
    display: none;
}

.cart .remove:hover:after {
    display: inline;
}

.shop_table.cart td.product-name {
    font-family: 'Staatliches', cursive;
    font-size: 24px;
    line-height: 88%;
}

.shop_table.cart .product-name {
    text-align: left;
}

.cart_body {
    padding-bottom: 80px;
}

.cart_btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 25px;
}

.cart_btns .btn {
    margin-right: 30px;
}

.cart-collaterals {
    padding-top: 45px;
}

.cart-collaterals h2 {
    font-size: 24px;
    line-height: 88%;
    margin-bottom: 20px;
}

.cart_subtotal_ttl {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-transform: uppercase;
    color: #781A12;
    margin-bottom: 10px;
}

.cart_subtotal_val {
    margin-bottom: 20px;
}

.cart_total {
    border-top: 1px solid #D8C29D;
    margin-bottom: 40px;
    padding-top: 40px;
}

.cart_total .cart_subtotal_ttl {
    font-family: 'Staatliches', cursive;
    color: #0F242C;
    font-size: 20px;
    line-height: 88%;
}

.cart_total .cart_subtotal_val {
    font-weight: 500;
    color: #781A12;
}

.cart_total .cart_subtotal_val strong {
    font-weight: 500;
}

.quantity {
    width: max-content;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.quantity .qty {
    border: none;
    text-align: center;
    -moz-appearance:textfield;
    width: 60px;
    max-width: 60px;
}

.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .plus, .quantity .minus {
    background: none;
    border: none;
}

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

.page_body {
    padding-bottom: 80px;
}

.woocommerce-info {
    background: none !important;
    color: #781A12;
    font-weight: 500;
}

.checkout input, .checkout select, .checkout textarea {
    padding: 10px 16px;
    background: #F9F7F3;
    border: 2px solid #E1D3BC;
    border-radius: 8px;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}

.checkout textarea {
    height: 100px;
    resize: none;
}

.checkout .select2-selection--single {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    background: #F9F7F3;
    border: 2px solid #E1D3BC;
    border-radius: 8px;
    height: auto;
}

.checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
}

.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.checkout .form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: nowrap;
}

.checkout .form-row.place-order {
    flex-wrap: wrap;
}

.checkout .notes {
    align-items: flex-start;
}

.checkout label {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
}

.checkout .required {
    color: #781A12;
    text-decoration: none !important;
}

.checkout #select2-billing_country-container, .checkout #billing_country_field .select2-selection--single {
    background: none !important;
    border: none !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;    
}

.checkout #billing_country_field .select2-selection__arrow {
    display: none;
}

.checkout .woocommerce-input-wrapper {
    width: 100%;
    max-width: 350px;
}

.checkout .woocommerce-shipping-fields {
    display: none;
}

.checkout h3 {
    font-family: 'Staatliches', cursive;
    font-size: 24px;
    line-height: 88%;
    margin-bottom: 20px;
}

.checkout_prod_name {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.checkout_prod_ttl {
    margin-bottom: 15px;
}

.checkout_shipping_note {
    font-size: 16px;
}

.checkout .cart_total {
    padding-top: 20px;
}

.woocommerce-privacy-policy-text {
    display: none;
}

.woocommerce-error {
    background: none !important;
    color: #781A12;
}

.checkout .woocommerce-input-wrapper strong {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}

.checkout #terms {
    display: none;
}

.woocommerce-terms-and-conditions-wrapper .form-row label {
    position: relative;
    padding-left: 35px;
}

.woocommerce-terms-and-conditions-wrapper .validate-required label:before {
    content: url(../img/chb.png);
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce-terms-and-conditions-wrapper .validate-required.woocommerce-validated label:before {
    content: url(../img/chbs.png);
}

@media screen and (max-width: 1199.8px){
    .lb_left, .lbb_right, .events_right, .events_left {
        display: none;
    }
    .about_image:first-child {
        width: calc(37.5% - 30px);
        margin-right: 30px;
    }
    .about_image:last-child {
        width: 62.5%;
    }
    .about_textblock::before, .about_textblock::after, .beers::before, .beers::after, .products_list:before {
        display: none;
    }
}

@media screen and (max-width: 991.8px){
    .hero .carousel {
        margin-right: auto;
        margin-left: 0;
        margin-top: -30px;        
    }
    .hero .carousel-item {
        text-align: left;
    }
    .hero {
        padding-bottom: 0;
        padding-top: 150px;
    }
    .about_bottom {
        display: flex;
        align-items: flex-start;
    }
    .links {
        grid-template-columns: repeat(2, 1fr);
    }
    .link {
        height: 450px;
    }
    .event_name {
        font-weight: 700;
    }
    .event_images {
        margin-top: 10px;
    }
    .inst_link {
        height: 156px;
    }
    .header .menu-top-left-container, .header .menu-top-right-container {
        display: none;
    }
    .beer_name, .event_item_name, .product_item .product_name {
        margin-bottom: 20px;
    }
    .beer_desc, .event_item_name {
        margin-top: 20px;
    }
    .event_item_img {
        height: 270px;
    }
    .event_item_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

@media screen and (max-width: 767.8px){
    .hero h1 {
        font-size: 59px;
    }
    .hero .carousel-item img {
        max-width: 145px;
    }
    .hero .carousel {
        min-height: 353px;
        margin-top: -20px;
    }
    .about_content {
        flex-wrap: wrap;
    }
    .about_image {
        height: 275px;
    }
    .about_text {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
        min-width: 0;
    }
    .about_image:first-child, .about_hero_left_image:first-child  {
        width: calc(37.5% - 20px);
        margin-right: 20px;
    }
    h2, .simple_hero h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    body {
        font-size: 18px;
    }
    .about_left {
        width: 94px;
        height: 126px;
        top: -46px;
        left: -62px;
    }
    .view_more {
        margin-top: 20px;
    }
    .links_block {
        padding-top: 95px;
    }
    .inst_links {
        display: none;
    }
    .about_hero_content {
        flex-wrap: wrap;
    }
    .about_hero_left_text {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .about_hero_right, .beers_hero .about_hero_right, .contact_hero .about_hero_right {
        margin-left: 0;
        width: 100%;
        margin-right: 0;
    }
    .beers_hero .about_hero_right {
        margin-top: 20px;
    }
    .atb_bottom {
        margin-top: 0;
    }
    .about_tb_images {
        margin-bottom: 20px;
        gap: 20px;
    }
    .about_textblock, .beers, .events_block {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .about_hero .about_right {
        width: 147px;
        height: 205px;
    }
    .contact_hero .about_hero_content {
        flex-wrap: wrap-reverse;
    }
    .contact_hero .about_hero_right, .product_item .product_desc {
        margin-bottom: 20px;
    }
    .checkout .form-row {
        flex-wrap: wrap;
    }
    .checkout .woocommerce-input-wrapper {
        max-width: 100%;
    }
    .checkout label {
        margin-bottom: 12px;
    }
    .shop_table.cart thead th, .shop_table.cart tbody td, .shop_table.cart td.product-name {
        text-align: right;
    }
    .shop_table.cart tbody td.product-thumbnail, .shop_table.cart tbody td.product-name {
        text-align: center;
    }
    .shop_table.cart tbody td.product-remove {
        text-align: left;
    }
    table.shop_table_responsive tr td::before {
        text-transform: uppercase;
        color: #781A12;
    }
    .shop_table.cart tbody td.product-name:before {
        display: none;
    }
    .quantity {
        margin-right: 0;
    }
    .product_item .product_image {
        height: 270px;
    }
}

@media screen and (max-width: 575.8px){
    .about_image {
        height: 168px;
    }
    .header .logo_link {
        width: 166px;
        min-width: 166px;
    }
    .hero .carousel::after {
        transform: none;
        left: 110px;
        top: -66px;
    }
    .about {
        padding: 67px 0;
    }
    .links {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 15px;
    }
    .link {
        height: 220px;
    }
    .links_bottom_text, .beer_name, .event_item_name, .product_item .product_name {
        font-size: 28px;
    }
    .links_bottom {
        padding-top: 95px;
        padding-bottom: 40px;
        top: -55px;
        margin-bottom: -55px;
    }
    .events {
        padding-top: 85px;
        padding-bottom: 100px;
    }
    .event_images {
        gap: 20px;
    }
    .event_img {
        height: 125px;
    }
    .about_hero_left_image {
        height: 168px;
    }
    .about_tb_image {
        height: 129px;
    }
    .contact_bottom {
        height: 80px;
    }
    .cart_btns .btn, .cart_btns .white_btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }    
    .cart_btns .white_btn {
        margin-top: 10px;
    }
    .cart_btns {
        flex-wrap: wrap;
    }
    .product_item .product_image {
        max-width: 370px;
        margin: 0 auto 20px;
    }
}