/******************************
RESPONSIVE STYLES 
******************************/
@media print { /* Print CSS here */
   .print-btn {
       display: none;
    }
}

@media (any-pointer: coarse) { /* Touch devices CSS here */
    .print-btn {
       display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS here */

}

@supports (-ms-ime-align:auto) { /* EDGE CSS here */

}

@media screen and (max-width: 1366px) {
    .header-menu .container {
        padding: 0 15px;
    }
    .fixed .header-menu .container,
    #inner .header-menu .container {
        padding: 0 0 0 15px;
    }
    .nav-menu > li > a {
        padding: 32px 20px 31px;
    }
    li.centered-logo {
        width: 220px;
    }
}

@media screen and (max-width: 1200px) {
    .top-bar .cart-btn {
        margin-right: 13px;
    }
    .header-menu .top-menu li {
        width: 70px;
    }
    li.centered-logo {
        width: 212px;
    }
    .nav-menu > li > a {
        padding: 32px 16px 31px;
    }
    .top-level {
        right: 0;
        left: 0;
    }
    .item-options li {
        margin-right: 18px;
    }
    .top-banner .flexbox > div:last-child {
        padding: 40px 55px 40px 200px;
    }
    .category-wrapper + .prop-listings .listing-items {
        margin: 0 -15px;
    }
}

@media screen and (max-width: 1100px) {
    li.centered-logo {
        width: 190px;
    }
    .nav-menu > li > a {
        padding: 35px 15px 33px;
        font-size: 20px;
    }
    .top-level {
        padding: 20px;
    }
    .top-level > ul > li > ul {
        width: 400px;
        padding-left: 60px;
    }
    .sub-banner .flexbox {
        padding: 60px 0 60px 25px;
    }
    .featured-products .container > .flexbox > div:first-child {
        flex-basis: 430px;
        padding: 0 15px;
    }
    .featured-slider .slick-slide {
        width: 300px;
    }
    .featured-slider .slick-slide img {
        height: 350px;
    }
    .callouts-wrapper .flexbox > div:first-child {
        margin-right: 8px;
    }
    .callouts-wrapper .flexbox > div:last-child {
        margin-left: 8px;
    }
    .event-callout:after {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .event-callout .img-box {
        padding: 40px 40px 20px;
    }
    .event-callout .img-box + div {
        padding: 20px 40px 35px;
    }
    .recipe-callout {
        padding: 35px 40px;
    }
    .recipe-callout-list .relative {
        padding: 15px;
    }
    .menu-callout {
        width: 225px;
        font-size: 20px;
    }
    .page-content .flexbox {
        padding: 65px 0 75px;
    }
    .page-content .flexbox > * {
        margin: 0;
    }
    .page-content .flexbox > :last-child {
        padding-left: 40px;
    }
    .details-content > div:first-child {
        width: 45%;
    }
    .details-content > div:last-child {
        width: 55%;
    }
    .top-banner .img-box {
        min-width: 350px;
    }
    .top-banner .flexbox > div:last-child {
        padding: 40px 15px 40px 200px;
    }
    .profile-tabs {
        margin: 55px auto 30px;
    }
    .category-wrapper + .prop-listings .listing-items {
        margin: 0 -8px;
    }
    .category-list a {
        width: 110px;
        height: 110px;
    }
    .recipe {
        width: calc(33.33% - 16px);
        margin: 8px;
    }
    .recipe-content .container {
        padding: 0 15px;
    }
    .recipe-content .item-gallery {
        margin-top: 15px;
    }
    .copyright h5,
    .social a:not(:last-child) {
        margin-right: 8px;
    }
}

@media screen and (max-width: 1000px) { /* Target Screen Width */
	/* fix for copperplate font kerning issue on mobile */
	* {
		font-kerning: none;
	}

    .header-menu .top-menu li {
        width: 80px;
    }
    .nav-menu > li > a {
        padding: 35px 10px 33px;
    }
    .top-level > ul {
        width: 250px;
    }
    .top-level > ul > li > ul {
        width: 360px;
        padding-left: 20px;
    }
    .container .bar-callout + .listing-items {
        padding: 10px 0;
    }
    .details {
        padding: 50px 0;
    }
    .item-description {
        padding-right: 0;
    }
    .item-shop .item-cart {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 0 0 32px;
    }
    .item-cart .item-options {
        margin: 8px 0;
    }
    .product-features .flexbox > div {
        padding: 0 15px;
    }
    .category-wrapper {
        padding: 40px 0;
    }
    .sub-banner + .category-wrapper {
        padding: 40px 0 50px;
    }
    .sub-banner + .category-wrapper .category-list {
        top: 0;
        margin: 0 -5px 22px;
    }
    .category-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .category-list:only-child {
        margin-bottom: 0;
    }
    .category-list li {
        margin: 8px;
    }
    .recipe .recipe-title,
    .recent-recipes .recipe .recipe-title {
        padding: 15px 15px 0;
    }
    .recent-recipes,
    .recent-recipes .container {
        padding: 0;
    }
    .recent-recipes .recipe .img-box {
        height: 380px;
    }
    .recipe-content {
        padding-bottom: 30px;
    }
    .recipe-info {
        padding: 30px 0;
    }
    .recipe-content .item-gallery-wrapper .main-photo {
        height: 350px;
    }
    .recipe-content .item-gallery a {
        height: 125px;
    }
    .copyright {
        flex-direction: column-reverse;
    }
    .copyright > div:last-child {
        margin-bottom: 8px;
    }
    .footer-wrapper li:first-child::before {
	    content: none;
    }
}

@media screen and (max-width: 900px) {
    /*=== Header & Footer ===*/
    #header,
    #inner #header {
        height: 82px;
    }
    #header.top-info-show,
    #inner #header.top-info-show {
        height: 116px;
    }
    #home .header-wrapper {
        position: fixed;
    }
    .top-info-bar {
        font-size: 16px;
    }
    .top-bar {
        height: 0;
        overflow: hidden;
    }
    .header-menu .container {
        padding: 0 0 0 15px;
    }
    .header-menu .container > .flexbox > div:first-child {
        display: block;
        width: auto;
    }
    .header-menu .container > .flexbox > div:last-child,
    #inner .header-menu .container > .flexbox > div:last-child {
        display: flex;
        align-items: center;
    }
    .header-menu .container > .flexbox > div:nth-child(2) {
        flex-grow: 0;
    }
    .header-menu .logo img {
        margin: 6px 0;
        height: 70px;
    }
    .header-menu .top-menu,
    .overlay > a,
    .search-form input[type="text"] {
        font-size: 20px;
    }

    /*=== Navigation ===*/
    .main-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,.75);
        opacity: 0;
        visibility: hidden;
    }
    .open .main-overlay {
        opacity: 1;
        visibility: visible;
    }
    #nav-btn {
        display: inline-block;
        margin: 0 18px;
        font-size: 22px;
    }
    #nav-close-btn {
        display: block;
    }
    .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        margin: 0;
        transition: all 0.5s ease 0s;
        color: #fff;
        background-color: #002f87;
        overflow: hidden;
        overflow-y: auto;
        z-index: 110;
    }
    .open .main-nav,
    .show-sub-menu .top-level {
        width: 450px;
    }
    .show-sub-menu .main-nav {
        overflow: hidden;
    }
    .main-nav nav {
        position: relative;
        min-width: 450px;
        height: 100%;
        padding: 80px 80px 40px 40px;
        text-align: left;
    }
    .nav-menu {
        display: block;
    }
    .sub-ctrl {
        width: 30px;
        text-align: center;
        cursor: pointer;
    }
    li.centered-logo {
        display: none;
    }
    li.go-back {
        position: absolute;
        top: 35px;
        right: 35px;
        display: block;
    }
    li.has-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-menu > li {
        border-bottom: 1px solid #000;
        box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
    }
    .nav-menu > li > a {
        flex-grow: 1;
        padding: 13px 15px;
        font-size: 24px;
    }
    .nav-menu > li.has-child:hover > a,
    .nav-menu > li > a:hover,
    .top-level > ul > li.has-child:hover > a,
    .top-level > ul > li.has-child:hover .sub-ctrl,
    .top-level > ul > li > a:hover {
        color: inherit;
    }
    .nav-menu > li.active:hover > a {
        color: #91bfea;
    }
    .nav-menu > li > .sub-ctrl:after {
        content: "\f107";
        font: 24px/52px Font Awesome\ 5 Pro;
    }
    .top-level {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        display: block;
        width: 0;
        padding: 0;
        overflow: hidden;
        overflow-y: auto;
        opacity: 1;
        visibility: visible;
    }
    .top-level.relative {
        z-index: 6;
    }
    .top-level .sub-ctrl {
        pointer-events: inherit;
    }
    .top-level .sub-ctrl.show {
        transform: rotate(90deg);
    }
    .top-level img {
        max-height: 140px;
    }
    .top-level > ul {
        width: 100%;
        min-width: 450px;
        padding: 80px 80px 40px 40px;
    }
    .top-level > ul > li.has-child {
        flex-wrap: wrap;
    }
    .top-level > ul > li.go-back > a {
        text-transform: uppercase;
        font-family: 'Copperplate-Bold';
    }
    .top-level > ul > li.go-back > a:after {
        content: "\f105";
        display: inline-block;
        margin: -4px 0 0 8px;
        vertical-align: middle;
        font: 24px/30px Font Awesome\ 5 Pro;
        font-weight: bold;
    }
    .top-level > ul > li > ul {
        display: none;
        position: static;
        width: 100%;
        transition: none;
        opacity: 1;
        visibility: visible;
    }
    .top-level > ul > li > ul,
    .top-level.alt > ul > li > ul {
        margin: 14px 0;
        border-bottom: 1px solid;
        padding: 0 10px 10px;
    }
    .top-level > ul > li > ul > li.has-child {
        display: block;
    }
    .top-level > ul > li > ul > li > a {
        text-align: inherit;
        margin-bottom: 12px;
    }
    .top-level > ul > li > ul > li > ul {
        justify-content: flex-start;
    }

    /*=== Layout ===*/
    .breadcrumbs li:after {
	    margin-top: 3px;
    }
    .btn,
    .banner-text .btn,
    .page-content > a {
        min-width: 175px;
        padding: 15px;
        font-size: 20px;
    }
    .related-products h2,
    .testimonials-wrapper h2,
    .cta-callout h2,
    .page-content h1 {
        font-size: 36px;
    }
    .sub-banner {
        height: 300px;
    }
    .frame-box {
        padding: 25px 15px;
    }
    .featured-products {
        padding: 75px 0 50px;
        text-align: center;
    }
    .featured-products .container > .flexbox,
    .category-wrapper .search-form form,
    .cta-callout .flexbox {
        flex-direction: column;
    }
    .scrollmagic-pin-spacer {
        padding-bottom: 0 !important;
    }
    .featured-products .container > .flexbox > div:first-child {
        flex-basis: auto;
        width: 100%;
        margin-bottom: 50px;
        padding: 0 15px;
    }
    .featured-slider {
        width: 100%;
        padding-bottom: 50px;
    }
    .featured-slider .slick-slide img {
        height: 215px;
    }
    .featured-slider .slick-slide .badge {
        top: 10px;
        right: 10px;
    }
    .featured-slider .slick-dots {
        bottom: 0;
    }
    .callouts-wrapper {
        padding: 0 0 50px;
    }
    .callouts-wrapper .flexbox,
    .bar-callout .flexbox,
    .container .bar-callout .flexbox {
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .callouts-wrapper .flexbox > div {
        width: 60%;
    }
    .callouts-wrapper .flexbox > div:first-child {
        margin: 0 0 15px;
    }
    .callouts-wrapper .flexbox > div:last-child {
        margin: 0;
    }
    .event-callout,
    .recipe-callout {
        text-align: center;
    }
    .event-callout .img-box {
        height: auto;
        min-height: 300px;
    }
    .recipe-callout img {
        max-height: 200px;
        margin: 25px auto -60px;
    }
    .bar-callout .flexbox > div:first-child,
    .container .bar-callout .flexbox > div:first-child {
        width: 100%;
        min-width: inherit;
        border: 0;
    }
    .bar-callout .img-box {
        width: 100%;
        height: 350px;
        padding: 40px 30px 20px;
    }
    .event-callout .img-box + div {
        padding: 20px 30px 35px;
    }
    .recipe-callout {
        padding: 35px 30px;
    }
    .recipe-callout-list .flexbox {
        width: 640px;
        flex-wrap: wrap;
        height: auto;
        margin: 0 auto;
    }
    .recipe-callout-list .flexbox > div {
        width: 50%;
        height: 270px;
        margin-bottom: 10px;
        border-right-width: 5px;
    }
    .recipe-callout-list .flexbox > div:nth-child(2) {
        border-left: 5px solid;
    }
    .recipe-callout-list .flexbox > div:nth-child(2),
    .product-features .flexbox > div:nth-child(2) {
        border-right: 0;
    }
    .recipe-callout-list .flexbox > div:last-child,
    .product-features .flexbox > div:last-child {
        margin-bottom: 0;
    }
    .recipe-callout-list .relative > h3 {
        min-height: auto;
    }
    .bar-callout h2 {
        margin: 20px 0;
    }
    .bar-callout .icon + h2 {
        margin: 10px 0 20px;
    }
    .cta-callout,
    .product-features,
    .recent-recipes {
        padding: 50px 0;
    }
    .cta-callout .flexbox > div:first-child {
        padding: 0 0 15px;
    }
    .menu-callout {
        display: none;
    }
    .main-content {
        padding: 50px 0 20px;
    }
    .main-content .container > .table,
    .main-content .col-left,
    .main-content .col-right {
        display: block;
    }
    .sidebar {
        width: 330px;
        margin: 50px auto 0;
        padding: 0;
    }
    .sidebar > * {
        margin-bottom: 20px;
    }
    .page-content .flexbox {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 40px 0 50px;
        text-align: center;
    }
    .page-content .flexbox > :last-child {
        width: 100%;
        padding: 0 0 40px;
    }
    .page-content .flexbox > img {
        align-self: center;
    }
    .listings-options {
        flex-direction: column-reverse;
    }
    .listings-options:last-child {
        margin: 32px 0;
    }
    .listings-options > div:last-child {
        margin: 20px 0;
    }
    .listing-items,
    .featured-slider .slick-list,
    .related-slider .slick-list,
    .recent-recipes {
        width: 640px;
        margin: 0 auto;
    }
    .listing-items .listing {
        width: calc(50% - 20px);
    }
    .listing h4:after,
    .listing .listing-overlay h4:after {
        margin: 10px auto 0;
    }
    .details-content,
    .top-banner .flexbox {
        flex-direction: column-reverse;
        align-items: center;
    }
    .details-content > div:first-child {
        width: auto;
    }
    .details-content > div:last-child {
        max-width: 520px;
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }
    .item-gallery-wrapper .main-photo,
    .recent-recipes .recipe .img-box {
        height: 350px;   
    }
    .item-gallery {
        margin-top: 30px;
    }
    .item-cart .qty {
        height: 51px;
    }
    .top-banner {
        padding-bottom: 50px;
    }
    .top-banner .flexbox > div:last-child {
        max-width: 550px;
        margin-bottom: 40px;
        padding: 50px 15px 0;
    }
    .top-banner .item-description img {
        position: static;
        display: block;
        max-height: 350px;
        margin: 0 auto;
        transform: none;
    }
    .top-banner .img-box {
        max-width: 520px;
        width: 100%;
        min-width: inherit;
        height: 350px;
    }
    .item-shop .item-cart {
        flex-direction: row;
        align-items: center;
        padding: 20px 0 32px;
    }
    .item-cart .item-options {
        margin: 8px 0 8px 14px;
    }
    .item-gallery-wrapper .main-photo .play-btn {
        width: 100px;
        height: 100px;
        line-height: 92px;
        padding-left: 8px;
        font-size: 45px;
    }
    .product-features .flexbox {
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-features .flexbox > div {
        width: 50%;
        margin-bottom: 20px;
    }
    .profile-tabs {
        max-width: 640px;
        margin: 30px auto;
        font-size: 18px;
    }
    .profile-tabs ul:not([class]) li:before {
        top: 8px;
    }
    .profile-tab-list li {
        margin: 0 15px;
    }
    .additional-info {
        padding: 50px 0 20px;
    }
    .category-wrapper .select2-container {
        margin: 0 0 20px;
    }
    .category-wrapper + .prop-listings .listing-items {
        margin: 0 auto;
    }
    .category-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 20px;
    }
    .recipe {
        width: calc(50% - 16px);
    }
    .recent-recipes .recipe {
        width: 50%;
    }
    .recipe .img-box {
        height: 200px;
    }
    .recipe-content .flexbox {
        flex-direction: column;
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
    }
    .recipe-content .flexbox > div:first-child {
        width: 100%;
        padding: 50px 0;
    }
    .recipe-info {
        font-size: 18px;
    }
    .recipe-info ul:not([class]),
    .recipe-info ol {
        margin: 0;
    }
    .recipe-info ul:not([class]) + ul:not([class]) {
        margin: 0 0 0 5%;
    }
    .recipe-info ul:not([class]) li {
        margin-bottom: 25px;
    }
    .prod-images > img {
		width: auto;
	}
    .preparation-list {
        margin: 25px 0 0 -22px;
    }
    .testimonials-wrapper {
        padding: 50px 0 10px;
    }
    .testimonials-wrapper .flexbox {
        flex-direction: column;
        align-items: center;
    }
    .testimonials-wrapper .testim {
        width: 640px;
        margin: 0 0 30px;
        text-align: center;
    }
}

@media screen and (max-width: 770px) { /* Tablet View */
    /*=== Main ===*/
    body {
        cursor: pointer; /* iOS Clicking Fix */
    }
    h1,
    h2,
    .related-products h2,
    .testimonials-wrapper h2,
    .cta-callout h2,
    .page-content h1 {
        font-size: 32px;
    }
    h3,
    .event-callout h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    #header.top-info-show,
    #inner #header.top-info-show {
        height: 82px;
    }
    /*.top-info-bar,*/
    .banner-content img,
    .banner-content br {
        display: none;
    }
    .banner {
        height: calc(100vh - 82px);
    }
    .banner .img-box:after {
        opacity: 1;
        visibility: visible;
    }
    .banner .banner-text {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 440px;
        width: 100%;
        min-width: inherit;
        box-shadow: none;
        background-color: transparent;
        transform: translate(-50%, -50%);
    }
    .banner .banner-text .frame-box {
        height: 100%;
        margin: 0;
        border: 0;
    }
    .large-text {
        font-size: 36px;
    }
    .sub-banner .flexbox {
        padding: 45px 0;
    }
    .sub-banner .banner-text {
        max-width: 440px;
        width: 100%;
        min-width: inherit;
    }
    .item-cart .qty button {
        font-size: 22px;
    }
    .profile-tab-list li {
        width: 35%;
        margin: 8px 0;
    }
    .profile-tabs,
    .recipe-info {
        font-size: 16px;
    }
    .profile-tabs ul:not([class]) li:before {
        top: 6px;
    }
    .footer-wrapper > .relative {
        padding: 45px 0 25px;
    }
    .footer-wrapper .container > div:first-child {
        display: flex;
        flex-direction: column;
    }
    .footer-wrapper .logo {
        order: -1;
        margin: 0 auto 20px;
    }
    .signup-box {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .signup-box form {
        width: 270px;
    }
    .signup-box input[type="email"] {
        width: 180px;
    }
    .signup-box h4 {
        margin: 0 0 10px;
        font-size: 22px;
    }
    .copyright {
        border-bottom: 0;
        padding: 20px 0 0;
    }
    
    .select-prods ul > li > img,
    #choices > li img {
	    max-height: 115px;
    }
}

@media screen and (max-width: 670px) { /* Phone View */
    .featured-slider {
        padding: 0;
    }
    .featured-slider .slick-slide a {
        position: relative;
    }
    .featured-slider .slick-slide .badge {
        right: -75px;
    }
    .callouts-wrapper .flexbox > div,
    .product-features .flexbox > div,
    .recipe-callout-list .flexbox,
    .recent-recipes {
        width: 450px;
    }
    .event-callout .img-box {
        min-height: 270px;
    }
    .bar-callout .img-box,
    .top-banner .img-box,
    .recent-recipes .recipe .img-box,
    .recipe-content .item-gallery-wrapper .main-photo {
        height: 300px;
    }
    .recipe-callout-list .flexbox > div {
        width: 100%;
        border: 0;
    }
    .recipe-callout-list .flexbox > div:nth-child(2),
    .product-features .flexbox > div {
        border: 0;
    }
    .listing-items,
    .testimonials-wrapper .testim,
    .featured-slider .slick-list,
    .related-slider .slick-list,
    .recent-recipes .recipe {
        width: 100%;
    }
    .listing-items {
        flex-direction: column;
    }
    .listing-items .listing,
    .listing,
    .recipe {
        width: 315px;
        margin: 0 auto 20px;
    }
    .recent-recipes .recipe {
        margin: 0 0 10px;
    }
    .recipe:last-child,
    .recent-recipes .recipe:last-child {
        margin-bottom: 0;
    }
    .recipe .recipe-title {
        min-height: auto;
    }
    .recipe-info ul:not([class]) {
        display: block;
        width: 100%;
    }
    .recipe-info ul:not([class]):last-of-type,
    .recipe-info ul:not([class]) + ul:not([class]) {
        margin: 0 0 20px;
    }
    .recipe-info ul:not([class]) li {
        margin-bottom: 5px;
    }
    .related-products {
        padding: 45px 0 10px;
    }
    .related-slider .slick-list {
        padding: 20px 10px 0;
    }
    .related-slider .listing {
        max-width: 315px;
        margin-right: auto;
        margin-left: auto;
    }
    #custom-layout .section-header {
	    margin-bottom: 15px;
    }
    .custom-two-col .flexbox .two-col-content {
	    padding-right: 0px !important;
    }
    .custom-two-col .flexbox > div {
	    width: 100% !important;
    }
    .custom-two-col .flexbox div:not(:last-child) {
	    margin-bottom: 20px;
    }
    .custom-two-col .flexbox .btn {
	    margin: 0 auto;
	    display: block;
	    width: 50%;
    }
    .our-brands-logo {
	    margin: 0 auto;
	    float: none;
	    display: block;
    }
    
    #themed-bloody-marys .cell {
	    display: block;
    }
    
    .b2b-downloads .download-slide .flexbox > div {
	    width: 50%;
	    border-right: none;
    }
    .b2b-downloads .download-slide .flexbox > div:nth-child(2n) {
	    border-left: 1px solid #CCC;
    }
    .b2b-downloads .download-slide .flexbox > div:nth-child(n+3) {
	    border-top: 1px solid #CCC;
    }
    .all-comments h3 {
	    padding: 0 20px;
    }
    .tile-container > div {
	    width: 100% !important;
    }
    .tile-container .tile-content + .tile-content {
	    margin-left: 0 !important;
	    margin-top: 15px;
    }
    .prods-container {
	    min-height: 385px;
    }
    
    .select-prods ul > li > img,
    #choices > li img {
	    max-height: 97px;
    }
}
@media screen and (max-width: 540px) {
	.cc-date {
		text-align: left;
	}
	.cc-date,
	.cc-date > .cell {
		display: inline-block;
	}
}
@media screen and (max-width: 480px) {
    h1,
    h2,
    .related-products h2,
    .testimonials-wrapper h2,
    .cta-callout h2,
    .page-content h1 {
        font-size: 28px;
    }
    h3,
    .event-callout h3 {
        font-size: 24px;
    }
    .header-menu .top-menu li {
        width: 70px;
    }
    .header-menu .top-menu li:last-child {
        width: 55px;
    }
    .header-menu .top-menu li:not(:last-child):before {
        content: none;
    }
    #nav-close-btn,
    #search-close-btn {
        top: 30px;
        right: 30px;
        font-size: 30px;
    }
    .open .main-nav,
    .show-sub-menu .top-level {
        width: 360px;
    }
    .main-nav nav,
    .top-level > ul {
        min-width: 360px;
        padding: 80px 30px 30px;
    }
    .nav-menu > li > a,
    .nav-menu > li > .sub-ctrl:after {
        font-size: 22px;
    }
    .nav-menu > li > .sub-ctrl:after {
        line-height: 50px;
    }
    .top-level > ul > li > a,
    .top-level .sub-ctrl:after {
        font-size: 18px;
    }
    li.go-back {
        top: 30px;
        right: 30px;
    }
    .top-level > ul > li.go-back > a:after {
        margin: 0 0 0 8px;
        line-height: 27px;
        font-size: 22px;
    }
    .search-form .relative {
        flex-wrap: wrap;
        justify-content: center;
    }
    .search-form .relative:before {
        top: 32px;
    }
    .search-form input[type="text"] {
        margin-bottom: 20px;
        border-right: 2px solid #a6a6a6;
        border-radius: 8px;
        padding: 14px 20px 14px 50px;
    }
    .search-form button[type="submit"] {
        border-radius: 8px;
    }
    .large-text,
    .details-content .price {
        font-size: 32px;
    }
    .sub-banner {
        height: 250px;
    }
    .featured-slider .slick-slide .badge {
        right: -65px;
    }
    .callouts-wrapper .flexbox > div,
    .recipe-callout-list .flexbox,
    .recent-recipes {
        width: 100%;
    }
    .event-callout .img-box {
        min-height: 230px;
    }
    .event-callout .img-box + div {
        flex-direction: column-reverse;
    }
    .event-callout .btn {
        margin-top: 15px;
    }
    .bar-callout .img-box,
    .recipe-callout-list .flexbox > div,
    .item-gallery-wrapper .main-photo,
    .top-banner .img-box,
    .recent-recipes .recipe .img-box,
    .recipe-content .item-gallery-wrapper .main-photo {
        height: 230px;
    }
    .listings-options > div > span,
    .property-filter .select2-container + span {
        display: none;
    }
    .listing-items .listing,
    .listing {
        width: 250px;
    }
    .listing {
        padding: 20px 10px;
    }
    .listing .listing-img {
        height: 181px;
        margin-bottom: 10px;
    }
    .item-cart {
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }
    .item-cart .qty {
        height: 46px;
        margin: -75px 0 0 10px;
    }
    .item-cart .qty button {
        width: 46px;
    }
    .item-cart .qty input {
        font-size: 24px;
    }
    .item-cart .btn {
        width: 100%;
    }
    .item-cart .item-options {
        margin: 40px 0 8px;
    }
    .top-banner,
    .recent-recipes {
        padding: 0;
    }
    .top-banner .item-description img {
        max-height: 230px;
        min-height: 230px;
    }
    .product-features .flexbox > div {
        width: 100%;
        padding: 0;
    }
    .profile-tab-list li {
        width: 100%;
        margin: 0 0 10px;
    }
    .profile-tabs {
        line-height: 20px;
        font-size: inherit;
    }
    .profile-tabs ul:not([class]) li {
        padding-left: 16px;
    }
    .profile-tabs ul:not([class]) li:before {
        top: 7px;
        width: 5px;
        height: 5px;
    }
    .category-wrapper .select2-container {
        min-width: 290px;
        max-width: 290px;
    }
    .recipe {
        width: 290px;
    }
    .recipe .img-box {
        height: 180px;
    }
    .recipe-content {
        padding-bottom: 0;
    }
    .recipe-content .item-gallery a {
        height: 100px;
    }
    .recipe-content .flexbox > div:first-child img {
        max-height: 230px;
    }
    .recipe-info {
        font-size: inherit;
    }
    .preparation-list {
        margin: 25px 0 0;
    }
    .preparation-list li {
        width: 33.33%;
        padding: 5px 10px;
    }
    .related-slider .listing {
        max-width: 250px;
    }
    .copyright h5 {
        margin: 0 0 10px;
    }
    .social {
        display: block;
        margin-bottom: 10px;
    }
    .social a:not(:last-child) {
        margin-right: 12px;
    }
    .man-vids > li {
		width: 100% !important;
		padding: 0 !important;
	}
	.man-vids > li + li {
		margin-top: 25px !important;
	}
	
	li.comment {
		flex-basis: 100%;
		background-color: #fff !important;
	}
	.comments-view li.comment:nth-child(2n) {
		background-color: #e5e6e6 !important;
	}
	.select-prods ul > li > img,
	#choices > li img {
		max-height: 72px;
	}
}

@media screen and (max-width: 420px) {
	
	.show .login-box {
		position: fixed;
		top: 100px;
		right: 50%;
		transform: translateX(50%);
	}
	
	#prod-modal {
		width: 100% !important;
		text-align: center;
	}
	#prod-modal img {
		float: none;
		margin-right: 0;
	}
	#prod-modal h1 + p,
	#prod-modal .pack {
		text-align: center !important;
	}
	#prod-modal .pack img {
		margin: 0 auto !important;
	}
	#prod-modal > .flexbox {
		justify-content: center;
	}
	#prod-modal #mix-match-info {
		padding-left: 0;
	}
	#prod-modal #mix-match-info,
	#submit-pack {
		margin-top: 15px;
	}
	
	.b2b-downloads .download-slide .flexbox > div {
		width: 100%;
		border: none !important;
		border-top: 1px solid #ccc !important;
	}
	.b2b-downloads .download-slide .flexbox > div:first-child {
		border-top: none !important;
	}
	.mixmatch-modal .tingle-modal-box__content {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.select-prods, .prod-picks {
		width: 45%;
	}
	.prod-picks .btn {
		min-width: 0;
		
	}
}

@media screen and (max-width: 380px) {
	.card-types {
		font-size: 30px;
	}
	.recipe-options {
		position: static;
		top: 0;
		left: 0;
	}
	#review .col-block .col {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	#review .col-block:last-child .table,
	#review .col-block:last-child .cell {
		display: block;
		width: 100%;
		height: auto !important;
	}
	#review .col-block:last-child .cell.bottom {
		margin-top: 10px;
	}
}

@media screen and (max-width: 360px) {
    .header-menu .top-menu li {
        width: 57px;
    }
    .header-menu .top-menu li > a {
		font-size: 12px;
	}
	#nav-btn {
		margin: 0 12px;
	}
    #nav-close-btn,
    #search-close-btn,
    li.go-back {
        right: 20px;
    }
    .open .main-nav,
    .show-sub-menu .top-level {
        width: 320px;
    }
    .main-nav nav,
    .top-level > ul {
        min-width: 320px;
        padding: 80px 20px 20px;
    }
    .featured-slider .slick-slide .badge {
        display: none;
    }
    .packing {
        flex-wrap: wrap;
        justify-content: center;
    }
    .packing div {
        width: 50%;
    }
    .packing div:nth-child(2) {
        border-right: 0;
    }
    .recipe-content .item-gallery {
        margin-top: 10px;
    }
    .recipe-content .item-gallery a {
        height: 85px;
        margin: 0 10px 0 0;
    }
    .play-btn {
        width: 50px;
        height: 50px;
        line-height: 44px;
        border-width: 4px;
        padding-left: 4px;
        font-size: 20px;
    }
    .item-gallery-wrapper .main-photo .play-btn {
        width: 80px;
        height: 80px;
        line-height: 74px;
        padding-left: 7px;
        font-size: 40px;
    }
    .sidebar {
        width: 100%;
    }
}