/*!
Theme Name: Rude Health
Theme URI: http://rudehealth.com/
Author: Pollen London
Author URI: http://pollenlondon.com/
Description: WordPress theme for Rude Health
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: rude-health
 */

/* Table of Contents
-----------------------------------------------
0.0 Font Includes
1.0 Global Styles
2.0 Header
2.1 Menu Toggle
2.2 Menu Overlay
3.0 Menu Overlay
19.0 Media Queries

 */

/* ------------------------------------------------------------------------ */

/* 0.0 Font Includes
/* ------------------------------------------------------------------------ */

/* Century Gothic Regular */

@font-face {
    font-family: "Century Gothic";
    src: url("assets/fonts/century-gothic/CenturyGothic.eot");
    src: local("Century Gothic"), local("CenturyGothic"), url("assets/fonts/century-gothic/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/century-gothic/CenturyGothic.woff") format("woff"), url("assets/fonts/century-gothic/CenturyGothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Century Gothic Italic */

@font-face {
    font-family: "Century Gothic";
    src: url("assets/fonts/century-gothic/CenturyGothic-Italic.eot");
    src: local("Century Gothic Italic"), local("CenturyGothic-Italic"), url("assets/fonts/century-gothic/CenturyGothic-Italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/century-gothic/CenturyGothic-Italic.woff") format("woff"), url("assets/fonts/century-gothic/CenturyGothic-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

/* Century Gothic Bold */

@font-face {
    font-family: "Century Gothic";
    src: url("assets/fonts/century-gothic/CenturyGothic-Bold.eot");
    src: local("Century Gothic Bold"), local("CenturyGothic-Bold"), url("assets/fonts/century-gothic/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/century-gothic/CenturyGothic-Bold.woff") format("woff"), url("assets/fonts/century-gothic/CenturyGothic-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

/* Century Gothic Bold Italic */

@font-face {
    font-family: "Century Gothic";
    src: url("assets/fonts/century-gothic/CenturyGothic-BoldItalic.eot");
    src: local("Century Gothic Bold Italic"), local("CenturyGothic-BoldItalic"), url("assets/fonts/century-gothic/CenturyGothic-BoldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/century-gothic/CenturyGothic-BoldItalic.woff") format("woff"), url("assets/fonts/century-gothic/CenturyGothic-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

/* Trade Gothic Normal */

@font-face {
    font-family: "Trade Gothic";
    src: url("assets/fonts/trade-gothic/Trade-Gothic-Bold.woff2") format("woff2"), url("assets/fonts/trade-gothic/Trade-Gothic-Bold.woff") format("woff"), url("assets/fonts/trade-gothic/Trade-Gothic-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

/* Trade Gothic Bold */

@font-face {
    font-family: "Trade Gothic";
    src: url("assets/fonts/trade-gothic/Trade-Gothic.eot");
    src: url("assets/fonts/trade-gothic/Trade-Gothic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/trade-gothic/Trade-Gothic.woff") format("woff"), url("assets/fonts/trade-gothic/Trade-Gothic.ttf") format("truetype"), url("assets/fonts/trade-gothic/Trade-Gothic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Trade Gothic Bold Condensed */

@font-face {
    font-family: "Trade Gothic Condensed";
    src: url("assets/fonts/trade-gothic/Trade-Gothic-Bold-Cond.eot");
    src: url("assets/fonts/trade-gothic/Trade-Gothic-Bold-Cond.eot?#iefix") format("embedded-opentype"), url("assets/fonts/trade-gothic/Trade-Gothic-Bold-Cond.woff") format("woff"), url("assets/fonts/trade-gothic/Trade-Gothic-Bold-Cond.ttf") format("truetype"), url("assets/fonts/trade-gothic/Trade-Gothic-Bold-Cond.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "San Francisco";
    font-weight: 900;
    src: url("assets/fonts/sf/SF-UI-Display-Black.otf");
}

/** Bold */

@font-face {
    font-family: "San Francisco";
    font-weight: 700;
    src: url("assets/fonts/sf/SF-UI-Display-Bold.otf");
}

/** Heavy */

@font-face {
    font-family: "San Francisco";
    font-weight: 800;
    src: url("assets/fonts/sf/SF-UI-Display-Heavy.otf");
}

/** Light */

@font-face {
    font-family: "San Francisco";
    font-weight: 200;
    src: url("assets/fonts/sf/SF-UI-Display-Light.otf");
}

/** Medium */

@font-face {
    font-family: "San Francisco";
    font-weight: 500;
    src: url("assets/fonts/sf/SF-UI-Display-Medium.otf");
}

/** Regular */

@font-face {
    font-family: "San Francisco";
    font-weight: 400;
    src: url("assets/fonts/sf/SF-UI-Display-Regular.otf");
}

/** Semibold */

@font-face {
    font-family: "San Francisco";
    font-weight: 600;
    src: url("assets/fonts/sf/SF-UI-Display-Semibold.otf");
}

/** Thin */

@font-face {
    font-family: "San Francisco";
    font-weight: 300;
    src: url("assets/fonts/sf/SF-UI-Display-Thin.otf");
}

/** Ultralight */

@font-face {
    font-family: "San Francisco";
    font-weight: 100;
    src: url("assets/fonts/sf/SF-UI-Display-Ultralight.otf");
}

/* ------------------------------------------------------------------------ */

/* 1.0 Global Styles
/* ------------------------------------------------------------------------ */

body {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7;
    color: #555454;
    background-color: #fff;
}

a {
    color: #e31167;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #3bbeb8;
    text-decoration: none;
}

a,
.btn {
    outline: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

::selection {
    background-color: #3bbeb8;
    color: #fff;
}

/* ------------------------------------------------------------------------ */

/* 2.0 Typography
/* ------------------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: "Trade Gothic Condensed", Helvetica, Arial, sans-serif;
    color: #4a4a4a;
    font-weight: bold;
}

h1,
.h1 {
    margin-bottom: 30px;
}

h3,
.h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

h4,
.h4,
h4 a {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 30px;
}

h6,
.h6,
h6 a {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 12px;
    color: #e31167;
    letter-spacing: 1.8px;
    margin: 0;
}

/* ------------------------------------------------------------------------ */

/* 2.0 Element Animation
/* ------------------------------------------------------------------------ */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* ------------------------------------------------------------------------ */

/* 2.0 Header
/* ------------------------------------------------------------------------ */

#masthead {
    background-color: #3bbeb8;
    padding: 18px 0;
}

#masthead .logo,
#masthead .header-tools {
    position: relative;
    z-index: 1005;
}

@media (max-width: 600px) {
    #masthead .logo img {
        height: 40px;
        margin-top: 13px;
    }

    #masthead {
        padding: 0;
    }
}

/* 2.1 Header Tools
/* ------------------------------------------------------------------------ */

.header-tools {
    padding: 14px 0;
    float: right;
    text-align: right;
    font-size: 0;
}

/* Header Account */

.header-tools .my-account {
    display: inline-block;
    position: relative;
    float: right;
    padding-right: 14px;
    margin-right: 14px;
    text-align: left;
}

.header-tools .my-account:after {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    width: 1px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.14);
}

.header-tools .my-account .account-link {
    font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
    margin-right: 40px;
    line-height: 33px;
    color: #473829;
    font-size: 15px;
}

.header-tools .my-account .account-link:hover {
    color: #fff;
}

.header-tools .my-account .account-link .user-icon {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 0;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    border: 1px solid rgba(72, 55, 41, 0.35);
    transition: all 0.3s;
}

.header-tools .my-account .account-link:hover .user-icon {
    border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Header Cart */

.header-tools .header-cart {
    display: inline-block;
    position: relative;
    float: right;
}

.header-tools .header-cart .cart-link .cart-icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(72, 55, 41, 0.35);
    transition: all 0.3s;
}

.header-tools .header-cart .cart-link:hover .cart-icon {
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.header-tools .header-cart .cart-count {
    position: absolute;
    display: block;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 16px;
    border-radius: 50%;
    background-color: #e5095c;
}

/* Header Language Switcher */

.header-tools .lang-select {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 33px;
    margin-left: 28px;
}

.header-tools .lang-select .dropdown-toggle {
    color: #483729;
    position: relative;
}

.header-tools .lang-select .dropdown-toggle:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -13px;
    width: 1px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.14);
}

.header-tools .lang-select .dropdown-toggle > span {
    margin-left: 6px;
}

.header-tools .lang-select .dropdown-toggle:hover {
    color: #fff;
}

.header-tools .lang-select .dropdown-toggle > span {
    opacity: 0.44;
}

.header-tools .lang-select .dropdown-menu {
    background-color: #e50c5b;
    border: 0;
    border-radius: 0;
}

.header-tools .lang-select .dropdown-menu > li > a {
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
}

.header-tools .lang-select .dropdown-menu > li > a:hover {
    background-color: #fff;
    color: #483729;
}

/* ------------------------------------------------------------------------ */

/* 3.0 Menu Overlay
/* ------------------------------------------------------------------------ */

body.menu-open {
    overflow: hidden;
}

/* Menu Icon */

.nav-trigger {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 15px;
    height: 44px;
    width: 44px;
    z-index: 5;
}

@media (min-width: 992px) {
    .nav-trigger {
        display: none;
    }
}

.nav-trigger .menu-icon {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    z-index: 10;
    transition: all 0.1s;
}

.nav-trigger:hover .menu-icon {
    width: 24px;
}

.nav-trigger .menu-icon:before,
.nav-trigger .menu-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    background-color: #ffffff;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: transform 0.3s;
}

.nav-trigger .menu-icon:before {
    transform: translateY(-7px) rotate(0deg);
}

.nav-trigger .menu-icon:after {
    transform: translateY(7px) rotate(0deg);
}

.nav-trigger:before,
.nav-trigger:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition-property: transform;
}

.nav-trigger:before {
    background-color: #473829;
    transform: scale(1);
    transition-duration: 0.3s;
    transition-delay: 0.4s;
}

.nav-trigger:after {
    background-color: #e31167;
    transform: scale(0);
    transition-duration: 0s;
    transition-delay: 0s;
}

.nav-trigger.close-nav:before {
    transform: scale(0);
}

.nav-trigger.close-nav:after {
    transform: scale(1);
    transition-duration: 0.3s;
    transition-delay: 0.4s;
}

.nav-trigger.close-nav .menu-icon {
    background-color: rgba(255, 255, 255, 0);
}

.nav-trigger.close-nav .menu-icon:before,
.nav-trigger.close-nav .menu-icon:after {
    background-color: white;
}

.nav-trigger.close-nav .menu-icon:before {
    transform: translateY(0) rotate(45deg);
}

.nav-trigger.close-nav .menu-icon:after {
    transform: translateY(0) rotate(-45deg);
}

@media screen and (max-width: 520px) {
    .nav-trigger.close-nav .menu-icon:before {
        transform: translateY(-7px) rotate(0deg);
    }

    .nav-trigger.close-nav .menu-icon:after {
        transform: translateY(-7px) rotate(0deg);
    }
}

/* Menu */

#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 175px 5% 0;
    z-index: 3;
    background-color: #3bbeb8;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    transition: visibility 0s, opacity 0.3s, background-color 0.3s;
}

@media (min-width: 992px) {
    #main-nav {
        display: none;
    }
}

.sliding-close-nav {
    display: none;
}

@font-face {
    font-family: "San Francisco";
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

.mobile-sliding {
    display: none;
}

@media screen and (max-width: 992px) {
    .hide-mobile {
        display: none;
    }

    .navbar-header {
        display: none;
    }

    .navbar-collapse .container {
        display: none !important;
    }

    #main-nav {
        padding: 0 !important;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 99999;
    }

    .mobile-sliding {
        background-color: #fff;
        width: 85%;
        height: 100%;
        display: block;
    }

    /**  Remove this later **/
    .mobile-sliding .current-menu-item a {
        color: #483729 !important;
    }

    .mobile-sliding .sliding-level2 {
        font-size: 15px;
        font-family: "San Francisco";
        text-transform: uppercase;
        margin-bottom: 0.8rem;
        color: #e5095b;
        display: block;
        position: relative;
        padding-left: 3rem;
        margin-right: 3rem;
        padding-top: 3rem;
        font-weight: 600;
        cursor: pointer;
    }

    .mobile-sliding .level1-menu {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .mobile-sliding .sliding-level2 span {
        position: absolute;
        right: 0.4rem;
        bottom: 0.2rem;
        font-size: 2rem;
    }

    .mobile-sliding .nav-trigger.close-nav .menu-icon2 {
        position: absolute;
        left: 7px;
        top: 50%;
        bottom: auto;
        right: auto;
        transform: translateY(-50%);
        display: inline-block;
        width: 20px;
        height: 2px;
        background-color: #ffffff;
        z-index: 10;
        transition: all 0.1s;
    }

    .mobile-sliding .level2-menu {
        display: none;
    }

    .mobile-sliding .level2-menu a {
        font-size: 15px;
        text-transform: uppercase;
        color: #483729;
        letter-spacing: 1.05px;
        font-weight: normal;
        text-decoration: none;
        font-family: "century-gothic", sans-serif;
    }

    .mobile-sliding .level2-menu a:hover {
        background-color: transparent;
    }

    .mobile-sliding .level2-menu ul {
        display: block !important;
        width: 100% !important;
        margin-left: 2rem;
    }

    .mobile-sliding .sliding-level1 {
        font-size: 16px;
        text-transform: uppercase;
        background-color: #3bbeb8;
        text-align: center;
        color: #fff;
        margin-bottom: 0;
        padding: 2rem;
        font-weight: 600;
        cursor: pointer;
    }

    .mobile-sliding .sliding-level1 span {
        margin-right: 2rem;
    }

    .mobile-sliding .nav-trigger.close-nav .menu-icon2:before {
        background-color: #000;
        transform: translateY(0) rotate(45deg);
        content: " ";
        position: absolute;
        width: 20px;
        height: 2px;
    }

    .mobile-sliding .nav-trigger.close-nav .menu-icon2:after {
        background-color: #000;
        transform: translateY(0) rotate(-45deg);
        content: " ";
        position: absolute;
        width: 20px;
        height: 2px;
    }

    .mobile-sliding .nav-trigger.close-nav .menu-icon:before {
        background-color: #000;
        transform: translateY(0) rotate(45deg);
    }

    .mobile-sliding .nav-trigger.close-nav .menu-icon:after {
        background-color: #000;
        transform: translateY(0) rotate(-45deg);
    }

    .mobile-sliding .nav-trigger:after {
        background-color: #fff;
    }

    .mobile-sliding .primary-nav a {
        font-size: 15px;
        font-family: "century-gothic", sans-serif;
    }

    .mobile-sliding .primary-nav li {
        text-align: left;
    }

    .sliding-close-nav {
        left: auto;
        right: 3%;
        display: block;
    }
}

#main-nav .header-clone {
    position: fixed;
    left: 0;
    top: 0;
    height: 125px;
    background-color: rgb(59, 190, 184);
    content: "";
    width: 100%;
    box-shadow: 0 8px 14px rgb(59, 190, 184);
    transition: background-color 0.3s, box-shadow 0.3s;
}

/* Menus */

.primary-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 80px;
}

.primary-nav li {
    font-family: "Trade Gothic Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.primary-nav a {
    font-size: 46px;
    line-height: 48px;
    letter-spacing: 1.05px;
    color: #483729;
    transition: color 0.2s;
}

.primary-nav a:hover,
.primary-nav a:focus,
.primary-nav .current_page_item a,
.primary-nav .current_page_ancestor a,
.primary-nav .current-menu-item a {
    color: #e31167;
}

.secondary-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 70px;
    font-size: 0;
    text-align: center;
    line-height: 1;
}

.secondary-nav li {
    display: inline-block;
    font-family: "Trade Gothic Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-right: 24px;
}

.secondary-nav li:last-child {
    margin-right: 0;
}

.secondary-nav a {
    font-size: 27px;
    line-height: 27px;
    color: #483729;
    transition: color 0.2s;
    letter-spacing: 0.59px;
}

.secondary-nav a:hover,
.secondary-nav a:focus,
.secondary-nav .current_page_item a,
.secondary-nav .current_page_ancestor a,
.primary-nav .current-menu-item a {
    color: #e31167;
}

#main-nav .social-menu {
    text-align: center;
}

#main-nav .social-menu li a:not(:hover) {
    background-color: #483729;
}

#main-nav .social-menu li a:hover {
    color: #fff !important;
}

#main-nav.fade-in {
    /* navigation visible at the end of the circle animation */
    visibility: visible;
    opacity: 1;
}

/* Animation Overlays */

.overlay-nav,
.overlay-content {
    /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    width: 4px;
    transform: translateX(-20px) translateY(20px);
}

.overlay-nav span,
.overlay-content span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;

    /* Force Hardware Acceleration in WebKit */
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
    transform-origin: 50% 50%;
    transform: scale(0);
}

.overlay-nav.is-hidden,
.overlay-content.is-hidden {
    /* background fades out at the end of the animation */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.overlay-nav {
    /* main rounded colored bg 1 */
    z-index: 2;
}

.overlay-nav span {
    background-color: #ff9f00;
}

@media screen and (max-width: 520px) {
    .overlay-nav span {
        display: none;
    }
}

.overlay-content {
    /* main rounded colored bg 2 */
    z-index: 4;
}

.overlay-content span {
    background-color: #e31167;
}

/* ------------------------------------------------------------------------ */

/* 2.0 Side Cart
/* ------------------------------------------------------------------------ */

body.modal-open {
    overflow: hidden !important;
}

.modal-open #side-cart.modal {
    overflow: hidden !important;
}

/* Modal Overrides */

.modal.side-modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 640px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.side-modal .modal-content {
    height: 100%;
    overflow-y: auto;
    box-shadow: none;
    padding-bottom: 30px;
}

.modal.side-modal .modal-body {
    padding: 15px 15px 80px;
}

.modal.side-modal.fade .modal-dialog {
    top: 125px;
    right: -640px;
    height: calc(100% - 125px);
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.side-modal.fade.in .modal-dialog {
    right: 0;
}

.modal.side-modal .modal-content {
    border-radius: 0;
    border: none;
}

.modal.side-modal .modal-header {
    position: relative;
    border: none;
    background-color: transparent;
    padding: 50px 125px 15px 15px;
}

.modal.side-modal .modal-header .modal-title {
    position: absolute;
    top: 45px;
    left: 0;
    padding: 8px 42px 9px 30px;
    background-color: #e31167;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.modal.side-modal .modal-header .modal-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    border-style: solid;
    width: 0px;
    height: 0px;
    border-color: rgb(228, 18, 102) transparent transparent;
    border-width: 42px 20px 0px 0px;
}

.modal.side-modal .modal-header .close {
    opacity: 1;
    color: #483729;
    margin-top: 0;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(151, 151, 151, 0.35);
    border-radius: 50%;
    transition: all 0.3s;
}

.modal.side-modal .modal-header .close:hover {
    color: #3bbeb8;
    border: 1px solid rgba(59, 190, 184, 0.35);
}

body.side-cart-open .modal-backdrop {
    display: none !important;
}

body.side-cart-open .modal.side-modal .side-modal-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f6f6f5;
    opacity: 0.91;
}

/* ------------------------------------------------------------------------ */

/* x.0 Modals
/* ------------------------------------------------------------------------ */

.modal-backdrop {
    background-color: #f6f6f5;
}

.modal-backdrop.in {
    opacity: 0.85;
}

/* ------------------------------------------------------------------------ */

/* x.0 Buttons
/* ------------------------------------------------------------------------ */

.btn {
    color: #6f6f6f;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 9px 39px;
    border-radius: 25px;
}

.btn-default {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.19);
    transition: box-shadow 400ms ease-in-out, color 300ms ease-in-out, border-color 400ms ease-in-out;
}

.btn-default:hover {
    background-color: transparent;
    box-shadow: 0 0 0 50px #3bbeb8 inset;
    border-color: #3bbeb8;
    color: #fff;
}

.btn-primary {
    background-color: #e31167;
    border-color: #e31167;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #3bbeb8;
    border-color: #3bbeb8;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #3bbeb8;
    border-color: #3bbeb8;
}

.btn.btn-sm {
    font-size: 9px;
    padding: 6px 16px;
}

@media (min-width: 992px) {
    .btn.btn-sm {
        padding: 6px 29px;
        font-size: 16px;
    }
}

.btn.btn-xs {
    font-size: 10px;
    padding: 5px 15px;
}

/* ------------------------------------------------------------------------ */

/* x.0 Forms
/* ------------------------------------------------------------------------ */

#products .form-control {
    display: none !important;
}

.form-control {
    padding: 6px 20px;
    background-color: #fff;
    font-size: 12px;
    color: #222;
    border-color: #e2e2e2;
    border-radius: 20px;
    box-shadow: none;
    height: 40px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #e31167;
}

textarea.form-control {
    padding: 15px 20px;
}

select.form-control {
    -webkit-appearance: none;
}

abbr[title],
abbr[data-original-title] {
    border: none;
    text-decoration: none;
    color: #e41266;
}

/* ------------------------------------------------------------------------ */

/* 9.x Single Page
/* ------------------------------------------------------------------------ */

#page-header {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 556px;
}

#page-header .page-title {
    position: absolute;
    left: 0;
    top: 73px;
    padding: 9px 50px 9px 85px;
    margin: 0;
    font-size: 51px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.75px;
    background-color: #e31167;
}

#page-header .page-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -32px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: rgb(228, 18, 102) transparent transparent;
    border-width: 74px 32px 0px 0px;
}

.page .post-inner-content {
    padding: 30px 30px;
    float: left;
    width: 100%;
}

.page .post-inner-content .entry-title {
    font-size: 39px;
    padding-right: 150px;
    margin-bottom: 25px;
}

.page .post-inner-content .entry-content {
    padding-top: 20px;
}

/* Section Title */

.section-title {
    padding-top: 65px;
    padding-bottom: 35px;
}

.section-title h2 {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    margin: 0;
    padding: 8px 50px 7px 125px;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e31167;
}

.section-title h2:after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    border-style: solid;
    width: 0px;
    height: 0px;
    border-color: rgb(228, 18, 102) transparent transparent;
    border-width: 50px 24px 0px 0px;
}

/* ------------------------------------------------------------------------ */

/* 4. Content
/* ------------------------------------------------------------------------ */

.blog .site-content,
.search .site-content,
.archive .site-content {
    background-color: #f6f6f5;
}

.main-content-area {
    padding-top: 23px;
    padding-bottom: 35px;
}

.shop-content-area .shop-cat-description {
    width: 90%;
    max-width: 800px;
    text-align: center;
    margin: auto;
    display: flex;
    margin-bottom: 25px;
}

.no-results .page-header {
    margin-top: 0;
    border-color: #e2e2e2;
}

/* Accordion */

#accordion {
    margin-top: 20px;
}

#accordion .panel {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: none;
}

#accordion .panel-heading {
    background: none;
    border: none;
    border-radius: 0;
}

#accordion .panel-heading .panel-title {
    position: relative;
}

#accordion .panel-heading .accordion-toggle:after {
    content: "\f068";
    position: absolute;
    top: 9px;
    right: 0;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    text-rendering: auto;
    line-height: 1;
}

#accordion .panel-heading .accordion-toggle.collapsed:after {
    content: "\f067";
}

/* ------------------------------------------------------------------------ */

/* 9.x Blog Index
/* ------------------------------------------------------------------------ */

/* Blog Toolbar */

.blog-toolbar {
    margin-bottom: 33px;
}

.blog-toolbar select {
    background: #fff url("assets/images/select-arrow.svg") no-repeat 90% 47%;
    font-size: 12px;
    text-transform: uppercase;
    color: #222;
    padding: 5px 20px 5px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    -webkit-appearance: none;
    outline: none;
    width: 182px;
    height: 40px;
}

.blog-toolbar .dropdown-toggle.btn {
    background: #fff url("assets/images/select-arrow.svg") no-repeat 90% 47%;
    font-size: 12px;
    color: #222;
    letter-spacing: inherit;
    padding: 0 0 0 20px;
    width: 182px;
    height: 40px;
    border-color: #e2e2e2;
    box-shadow: none;
}

.blog-toolbar .bootstrap-select.open .dropdown-toggle.btn:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    z-index: 1001;
}

.blog-toolbar .bootstrap-select.open.dropup .dropdown-toggle.btn:after {
    top: -10px;
    bottom: auto;
    border-top-color: #fff;
    border-bottom-color: transparent;
}

.blog-toolbar .dropdown-toggle.btn .bs-caret {
    display: none !important;
}

.blog-toolbar .bootstrap-select.open .dropdown-toggle.btn,
.blog-toolbar .dropdown-toggle.btn:hover {
    background-color: #fff;
    color: #222;
    box-shadow: none !important;
    outline: none !important;
    border-color: #e31167;
}

.blog-toolbar .dropdown-toggle.btn:focus,
.blog-toolbar .dropdown-toggle.btn:active {
    border-color: #e2e2e2;
    color: #222;
    box-shadow: none !important;
    outline: none !important;
}

.blog-toolbar .dropdown-menu {
    margin-top: 9px;
    border: none;
}

.blog-toolbar .bootstrap-select.open.dropup div.dropdown-menu {
    margin-top: 0;
    margin-bottom: 9px;
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}

.blog-toolbar .dropdown-menu > li > a {
    padding: 10px 20px;
    border-bottom: 1px solid #e2e2e2;
}

.blog-toolbar .dropdown-menu > li:last-child > a {
    border-bottom: none;
}

.blog-toolbar .dropdown-menu li.selected a span.check-mark {
    margin-top: 4px;
    color: #e41266;
    font-size: 12px;
}

.blog-toolbar input.form-control {
    background: #fff url("assets/images/search-icon.svg") no-repeat 90% 47%;
    padding: 6px 34px 6px 20px;
    text-transform: uppercase;
    height: 40px;
}

.search .blog-toolbar input.form-control {
    background: #fff url("assets/images/search-icon.svg") no-repeat 98% 47%;
    height: 40px;
}

.blog-toolbar .form-control::placeholder {
    color: #222;
}

.blog-grid.hentry {
    margin-bottom: 35px;
}

.post-thumbnail {
    float: left;
    width: 100%;
    overflow: hidden;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.post-thumbnail:hover img {
    transform: scale(1.1);
}

.blog-grid .entry-content {
    padding: 25px 28px 20px;
    border: 1px solid #dbdbdb;
    float: left;
    width: 100%;
}

.blog-grid.post-large .entry-content {
    padding: 25px 28px 47px;
}

.entry-header .cat-links {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.8px;
}

.blog-grid .entry-header .entry-title {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(100% - 15px);
    overflow: hidden;
    transition: all 0.3s;
}

.blog-grid .entry-header .entry-title a {
    font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
}

.blog-grid .entry-header .entry-title:hover {
    color: #3bbeb8;
}

.hentry:not(.post-large) .entry-excerpt {
    height: 53px;
    overflow: hidden;
}

/* Loading Screen */

.rude-loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 246, 245, 0.91);
    z-index: 99;
}

.rude-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 136px;
    transform: translate(-50%, -50%);
    animation: blink normal 1.8s infinite ease-in-out;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Pagination (Load More) */

.rude-loadmore-wrap {
    margin-top: 35px;
    margin-bottom: 70px;
    width: 100%;
}

@media (max-width: 425px) {
    .rude-loadmore-wrap {
        margin-left: 1rem;
    }
}

.rude-loadmore-wrap i {
    margin-right: 10px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

/* ------------------------------------------------------------------------ */

/* 9.1 Blog Archives
/* ------------------------------------------------------------------------ */

.archive-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}

/* Search Page */

.search .archive-title span {
    font-style: italic;
    color: #e50c5b;
}

.taxonomy-description {
    margin-bottom: 25px;
}

/* ------------------------------------------------------------------------ */

/* 9.x Single Post
/* ------------------------------------------------------------------------ */

.single .post-inner-content {
    padding: 50px 30px;
    float: left;
    width: 100%;
}

.single .post-inner-content .entry-title {
    font-size: 39px;
    padding-right: 150px;
    margin-bottom: 25px;
}

.single .post-inner-content .entry-meta {
    font-family: "Trade Gothic Condensed", Helvetica, Arial, sans-serif;
    color: #6f6f6f;
}

.single .post-inner-content .entry-content {
    padding-top: 50px;
}

/* Single Post Header */

.single #post-header {
    min-height: 483px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Breadcrumbs */

#rude-crumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}

#rude-crumbs li {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #e31167;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

#rude-crumbs li.crumbs-separator {
    margin: 0 5px;
}

/* Related Articles */

.single .related-articles {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    margin-top: 20px;
}

.single .related-articles .related-title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 8px 50px 7px 125px;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e31167;
}

.single .related-articles .related-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    border-style: solid;
    width: 0px;
    height: 0px;
    border-color: rgb(228, 18, 102) transparent transparent;
    border-width: 50px 24px 0px 0px;
}

/* ------------------------------------------------------------------------ */

/* 9.x Content Elements
/* ------------------------------------------------------------------------ */

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px dashed #b8b8b8;
}

blockquote {
    padding: 0 20px;
    margin: 40px 0;
    font-size: 18px;
    color: #e31167;
    border-left: 2px solid #e31167;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin: 0 0 0.5em 0;
}

/* Alignments */

.alignleft {
    display: inline;
    float: left;
    margin-right: 4%;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 4%;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Button */

.entry-content .btn {
    margin: 15px 0;
}

/* Embed Media */

.entry-content iframe {
    width: 100%;
}

.entry-content .embed-cover {
    margin-top: 30px;
    margin-bottom: 0;
}

.entry-content iframe[src*="soundcloud"] {
    height: 155px;
}

/* Image Slider */

.entry-content .post-slider {
    margin-bottom: 60px;
}

.entry-content .post-slider img {
    margin-bottom: 10px;
}

/* Locations */

.locations-list h6 {
    margin-top: 40px;
    text-transform: uppercase;
}

.locations-list hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.locations-list .location-title {
    position: relative;
    padding-left: 15px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #e31167;
}

.locations-list .location-title a {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #e31167;
}

.locations-list .location-title a:hover {
    color: #3bbeb8;
}

.locations-list .location-title:before {
    content: url("assets/images/pin.svg");
    position: absolute;
    top: 2px;
    left: 0;
}

.locations-list .location-content {
    margin-bottom: 30px;
}

/* Interview */

.row.interview {
    margin-top: 30px;
}

.row.interview .interview-question {
    font-weight: bold;
    margin-bottom: 20px;
}

/* ------------------------------------------------------------------------ */

/* 9.x Homepage
/* ------------------------------------------------------------------------ */

body.page-template-page-home .site-content {
    background-color: #f6f6f5;
}

/* Home Header Slider */

#home-slider {
    display: none;
    margin-bottom: 0 !important;
    background-color: #ff9f00;
}

#home-slider .home-slide {
    padding-top: 45px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

#home-slider .home-slide .slide-heading {
    font-size: 28px;
    color: #fff;
    letter-spacing: 0.88px;
}

#home-slider .home-slide .slide-headline {
    font-size: 87px;
    color: #fff;
    margin-top: 13px;
    margin-bottom: 18px;
    line-height: 0.92;
}

#home-slider .home-slide .slide-headline strong {
    position: relative;
    padding: 0 7px;
}

#home-slider .home-slide .slide-headline strong:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    background-color: #e41266;
    z-index: -1;
}

#home-slider .slick-prev,
#home-slider .slick-next {
    z-index: 2;
}

#home-slider .slick-prev {
    left: 55px;
}

#home-slider .slick-prev:before {
    content: url("assets/images/arrow-left-light.svg");
}

#home-slider .slick-next {
    right: 55px;
}

#home-slider .slick-next:before {
    content: url("assets/images/arrow-right-light.svg");
}

#home-slider .slick-dots {
    bottom: 25px;
}

#home-slider .slick-dots li button:before {
    border-color: #fff;
}

#home-slider .slick-dots li.slick-active button:before {
    background-color: #fff;
}

/* Home Video */

#home-video {
    background: orange;
}

#home-video .video-center {
    margin: 0 auto;
}

#home-video .video-container {
    padding: 56.25% 0 0 0;
    position: relative;
}

#home-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 682px) {
    #home-video {
        position: relative;
        overflow: hidden;
    }

    #home-video:before {
        content: "";
        display: block;
        height: 512px;
        width: calc((100% - 682px) / 2);
        position: absolute;
        background: url(assets/images/image-video-left.png) no-repeat right 55px;
        background-size: auto 435px;
        left: -80px;
        top: 0;
    }

    #home-video:after {
        content: "";
        display: block;
        height: 512px;
        width: calc((100% - 682px) / 2);
        position: absolute;
        background: url(assets/images/image-video-right.png) no-repeat left 55px;
        background-size: auto 435px;
        right: -100px;
        top: 0;
    }

    #home-video .video-center {
        max-width: 682px;
        padding: 80px 0;
    }
}

/* Home Categories Slider */

#home-categories {
    padding-top: 50px;
}

#home-categories .cat-slider-title {
    font-size: 32px;
    color: #e31167;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

#home-categories #categories-slider {
    padding: 0 10%;
}

#home-categories #categories-slider .owl-stage {
    display: table !important;
}

#home-categories #categories-slider .owl-item {
    display: table-cell;
    float: none;
    vertical-align: bottom;
    text-align: center;
    padding: 15px 8px 0;
}

#home-categories #categories-slider .owl-item img {
    width: auto;
    margin: 0 auto;
    transition: all 0.3s;
}

#home-categories #categories-slider .owl-item .category-item:hover img {
    transform: scale(1.05);
}

#home-categories #categories-slider .owl-item .cat-name {
    margin-top: 10px;
}

#home-categories #categories-slider .owl-item .cat-name a {
    font-size: 16px;
    color: #483729;
    text-transform: uppercase;
    letter-spacing: 1.52px;
}

#home-categories #categories-slider .owl-item .category-item:hover .cat-name a {
    color: #e31167;
}

#home-categories #categories-slider .owl-nav button.owl-next,
#home-categories #categories-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 50px;
    top: 50%;
    font-size: 0;
    width: 23px;
    height: 30px;
    outline: none !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#home-categories #categories-slider .owl-nav button.owl-next {
    left: auto;
    right: 50px;
}

#home-categories #categories-slider .owl-nav button.owl-prev:before {
    content: url(assets/images/arrow-left.svg);
}

#home-categories #categories-slider .owl-nav button.owl-next:before {
    content: url(assets/images/arrow-right.svg);
}

#home-categories .categories-btn {
    margin-top: 20px;
}

/* Home Whats New */

#home-new .section-title {
    padding-top: 45px;
    padding-bottom: 60px;
}

#home-new .home-break {
    float: left;
    width: 100%;
}

#home-new hr {
    margin-top: 15px;
}

#home-new .event-thumb {
    position: relative;
}

#home-new .event-thumb .event-ribbon {
    background-color: #f8d400;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    padding: 11px 0;
    top: 0;
    right: 23px;
    width: 50px;
    z-index: 1;
}

#home-new .event-thumb .event-ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 0;
    width: 0;
    border-left: 25px solid #f8d400;
    border-right: 25px solid #f8d400;
    border-bottom: 7px solid transparent;
}

#home-new .event-thumb .event-ribbon .event-month {
    display: block;
    font-size: 11px;
    color: #4f3c11;
}

#home-new .event-thumb .event-ribbon .event-day {
    display: block;
    font-size: 21px;
    color: #4f3c11;
}

#home-new .image-box .entry-content {
    position: relative;
}

#home-new .image-box .entry-content .entry-header {
    padding-top: 24px;
}

#home-new .image-box .entry-content .cat-links {
    position: absolute;
    top: 22px;
    left: 0;
    background-color: #e31167;
    color: #fff;
    padding: 4px 23px 4px 25px;
}

#home-new .image-box .entry-content .cat-links:after {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    border-style: solid;
    width: 0px;
    height: 0px;
    border-color: rgb(228, 18, 102) transparent transparent;
    border-width: 28px 17px 0px 0px;
}

#home-new .image-box .entry-content .entry-title {
    max-height: 96px;
}

#home-new .home-banner-block {
    margin-bottom: 35px;
}

#home-new .image-box.large .home-box-content,
#home-new .image-box.large .home-box-content {
    padding: 55px 35px 45px;
}

#home-new .image-box.large .home-box-content,
#home-new .image-box.large .home-box-content > * {
    position: relative;
    z-index: 1;
}

#home-new .image-box.large .home-box-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 30px);
    height: 100%;
    background-color: #fff;
}

#home-new .image-box.large .home-box-content .box-heading {
    color: #e31167;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

#home-new .image-box.large .home-box-content .box-title {
    margin-top: 10px;
}

#home-new .image-box.large .home-box-content .box-title a {
    font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
}

#home-new .image-box.large .home-box-content .box-button {
    margin-top: 45px;
}

#home-new .image-box.large .box-image > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#home-new .image-box.large .box-image > iframe,
#home-new .image-box.large .box-image > embed,
#home-new .image-box.large .box-image > object {
    width: 100%;
    height: 100%;
}

#home-new .image-box.large .home-image-box {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
}

#home-new .image-box.large .box-image > a:hover .home-image-box {
    transform: scale(1.1);
}

/* Home Cafe */

#home-cafe .cafe-block {
    background-color: #e86d86;
    float: left;
    width: 100%;
}

#home-cafe .cafe-block .cafe-content {
    width: 50%;
    float: left;
    padding: 40px;
    color: #fff;
}

#home-cafe .cafe-block .cafe-content .cafe-description {
    margin-top: 30px;
}

#home-cafe .cafe-block .cafe-content .cafe-address {
    font-size: 18px;
    margin-top: 33px;
    position: relative;
    padding-left: 25px;
}

#home-cafe .cafe-block .cafe-content .cafe-address:before {
    content: url(assets/images/pin-white.svg);
    position: absolute;
    top: 1px;
    left: 0;
}

#home-cafe .cafe-block .cafe-content .cafe-hours {
    font-size: 18px;
    margin-top: 33px;
    position: relative;
    padding-left: 25px;
}

#home-cafe .cafe-block .cafe-content .cafe-hours:before {
    content: url(assets/images/clock.svg);
    position: absolute;
    top: 1px;
    left: 0;
}

#home-cafe .cafe-block .cafe-content .cafe-link {
    margin-top: 40px;
}

#home-cafe .cafe-block .cafe-content .cafe-link .btn.btn-default {
    color: #fff;
    border-color: #fff;
}

#home-cafe .cafe-block .cafe-content .cafe-link .btn.btn-default:hover {
    border-color: #3bbeb8;
}

#home-cafe .cafe-block .cafe-slider {
    width: 50%;
    float: right;
    margin-bottom: 0;
}

#home-cafe .cafe-block .cafe-slider .slick-slide {
    font-size: 0;
}

#home-cafe .cafe-block .cafe-slider .slick-prev,
#home-cafe .cafe-block .cafe-slider .slick-next {
    z-index: 2;
}

#home-cafe .cafe-block .cafe-slider .slick-prev {
    left: 15px;
}

#home-cafe .cafe-block .cafe-slider .slick-prev:before {
    content: "\f104";
    font-family: Font awesome\5 Free;
    font-weight: 900;
    font-size: 28px;
    color: #fff;
}

#home-cafe .cafe-block .cafe-slider .slick-next {
    right: 15px;
}

#home-cafe .cafe-block .cafe-slider .slick-next:before {
    content: "\f105";
    font-family: Font awesome\5 Free;
    font-weight: 900;
    font-size: 28px;
    color: #fff;
}

#home-cafe .cafe-block .cafe-slider .slick-dots {
    bottom: 25px;
}

#home-cafe .cafe-block .cafe-slider .slick-dots li button:before {
    border-color: #fff;
}

#home-cafe .cafe-block .cafe-slider .slick-dots li.slick-active button:before {
    background-color: #fff;
}

/* ------------------------------------------------------------------------ */

/* 9.x Events Archive
/* ------------------------------------------------------------------------ */

.archive .event {
    margin-bottom: 35px;
}

.archive .event .event-thumb,
.archive .event .entry-content {
    position: relative;
    float: left;
    width: 50%;
}

.archive .event .event-thumb .post-thumbnail {
    height: 100%;
}

.archive .event .event-thumb .post-thumbnail img {
    height: 100%;
    width: auto;
    max-width: none;
}

.archive .past.event .event-thumb .post-thumbnail img {
    filter: grayscale(100%);
    transition: all 0.3s;
}

.archive .past.event .event-thumb .post-thumbnail:hover img {
    filter: grayscale(0);
}

.archive .event .entry-content {
    padding: 50px 50px 60px;
    border: 1px solid #dbdbdb;
}

.archive .event .entry-content .cat-links {
    color: #e31167;
}

.archive .event .entry-content .entry-title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.archive .event .entry-content .event-info {
    font-weight: bold;
    font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #483729;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 1px solid #e31167;
}

.archive .event .entry-content .event-excerpt {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.archive .event .entry-content .event-info .event-place {
    position: relative;
    padding-left: 18px;
}

.archive .event .entry-content .event-info .event-place:before {
    content: url(assets/images/pin-black.svg);
    position: absolute;
    top: 1px;
    left: 0;
}

.archive .event .entry-content .btn {
    margin-top: 40px;
    margin-bottom: 0;
}

.archive .event .event-thumb .event-ribbon {
    background-color: #f8d400;
    font-weight: bold;
    color: #483729;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    padding: 11px 0;
    top: 0;
    left: 35px;
    width: 70px;
    z-index: 1;
}

.archive .event .event-thumb .event-ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 0;
    width: 0;
    border-left: 35px solid #f8d400;
    border-right: 35px solid #f8d400;
    border-bottom: 10px solid transparent;
}

.archive .event .event-thumb .event-ribbon .event-month {
    display: block;
    font-size: 17px;
}

.archive .event .event-thumb .event-ribbon .event-day {
    display: block;
    font-size: 38px;
}

.archive .no-results.events {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .archive .no-results.events {
        margin-bottom: 10px;
    }
}

/* Competitions */

.archive.post-type-archive-competition .lity-iframe .lity-container {
    max-width: 90%;
}

.archive.post-type-archive-competition .lity-iframe-container {
    padding-top: 100%;
    padding-top: 100vh;
}

/* ------------------------------------------------------------------------ */

/* 9.x Single Event
/* ------------------------------------------------------------------------ */

.single.single-event .post-inner-content .entry-title {
    padding-right: 0;
}

.single.single-event .post-inner-content .entry-header .event-intro {
    font-size: 18px;
    padding: 0 30px;
    margin-top: 50px;
    margin-bottom: 75px;
}

.single.single-event .event .event-thumb {
    position: relative;
}

.single.single-event .event .event-thumb .event-ribbon {
    background-color: #ec1163;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    padding: 11px 0;
    top: 0;
    right: 50px;
    width: 70px;
    z-index: 1;
}

.single.single-event .event .event-thumb .event-ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 0;
    width: 0;
    border-left: 35px solid #ec1163;
    border-right: 35px solid #ec1163;
    border-bottom: 10px solid transparent;
}

.single.single-event .event .event-thumb .event-ribbon .event-month {
    display: block;
    font-size: 17px;
}

.single.single-event .event .event-thumb .event-ribbon .event-day {
    display: block;
    font-size: 38px;
}

.single.single-event .post-inner-content .entry-content {
    padding-top: 60px;
    color: #6f6f6f;
}

.single.single-event .post-inner-content .entry-content .event-content-title {
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
}

.single.single-event .post-inner-content .entry-content .event-info {
    padding-left: 20px;
    margin-bottom: 40px;
    font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    border-left: 1px solid #6f6f6f;
}

.single.single-event .post-inner-content .entry-content .event-info .event-place {
    position: relative;
    padding-left: 18px;
    color: #ec1163;
}

.single.single-event .post-inner-content .entry-content .event-info .event-place:before {
    content: url(assets/images/pin.svg);
    position: absolute;
    top: 1px;
    left: 0;
}

.single.single-event .post-inner-content .entry-content .event-activity {
    margin-bottom: 10px;
}

.single.single-event .post-inner-content .entry-content .event-activity .activity-time {
    font-weight: bold;
    margin-bottom: 5px;
}

.single.single-event .post-inner-content .entry-content .btn-all-events {
    margin-top: 30px;
}

/* ------------------------------------------------------------------------ */

/* 9.x Recipes Archive
/* ------------------------------------------------------------------------ */

.archive.post-type-archive-recipe .blog-toolbar {
    margin-bottom: 0;
}

.archive.post-type-archive-recipe.search .blog-toolbar {
    margin-bottom: 33px;
}

.archive.post-type-archive-recipe .blog-toolbar form {
    font-size: 0;
}

.archive.post-type-archive-recipe .blog-toolbar .bootstrap-select,
.archive.post-type-archive-recipe .blog-toolbar select {
    margin-right: 20px;
}

.archive.post-type-archive-recipe .recipe-section {
    padding-bottom: 50px;
}

.single .recipe-section {
    padding-bottom: 100px;
}

.archive.post-type-archive-recipe .recipe-section .section-title,
.archive.post-type-archive-recipe .section-title.single-occasion,
.single .recipe-section .section-title,
.single .section-title.single-occasion {
    padding-top: 25px;
    padding-bottom: 50px;
}

.archive.post-type-archive-recipe .recipe-section .blog-grid.hentry,
.single .recipe-section .blog-grid.hentry {
    margin: 0;
}

.archive.post-type-archive-recipe .recipe-section .owl-item,
.single .recipe-section .owl-item {
    opacity: 0;
    transition: all 0.3s;
}

.archive.post-type-archive-recipe .recipe-section .owl-item.active,
.single .recipe-section .owl-item.active {
    opacity: 1;
}

.archive.post-type-archive-recipe .recipe-section .owl-nav,
.single .recipe-section .owl-carousel .owl-nav {
    display: block !important;
}

.archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-next,
.archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-prev,
.single .recipe-section .owl-carousel .owl-nav button.owl-next,
.single .recipe-section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    width: 7.3%;
    height: 100%;
    outline: none;
    cursor: pointer;
}

.archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-next:hover,
.archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-prev:hover,
.single .recipe-section .owl-carousel .owl-nav button.owl-next:hover,
.single .recipe-section .owl-carousel .owl-nav button.owl-prev:hover {
    background: rgba(100, 100, 100, 0.05);
}

.archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-prev:after,
.single .recipe-section .owl-carousel .owl-nav button.owl-prev:after {
    top: 50%;
    left: 50%;
    width: 24px;
    content: "";
    height: 24px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    background: url("./assets/images/arrow-left.svg") center center no-repeat;
}

.archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-next:after,
.single .recipe-section .owl-carousel .owl-nav button.owl-next:after {
    top: 50%;
    left: 50%;
    width: 24px;
    content: "";
    height: 24px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    background: url("./assets/images/arrow-right.svg") center center no-repeat;
}

.archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-next,
.single .recipe-section .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.archive.post-type-archive-recipe .blog-grid .entry-header .cat-links,
.single .blog-grid .entry-header .cat-links,
.blog-grid.recipe-archive .entry-header .cat-links {
    color: #e31167;
}

.archive.post-type-archive-recipe .blog-grid .entry-header .entry-title,
.single .blog-grid .entry-header .entry-title,
.blog-grid.recipe-archive .entry-header .entry-title {
    height: 52px;
}

.archive.post-type-archive-recipe .no-results {
    padding-bottom: 50px;
}

/* ------------------------------------------------------------------------ */

/* 9.x Single Recipe
/* ------------------------------------------------------------------------ */

.single-recipe .post-inner-content .entry-title {
    padding: 0 120px;
}

.single-recipe .post-inner-content .entry-content .post-slider {
    margin-top: 60px;
    margin-bottom: 90px;
}

.single-recipe .post-inner-content .entry-content .btn-buy-recipe {
    margin-top: 30px;
}

.recipe-ingredients .recipe-section-title {
    margin-top: 25px;
    margin-bottom: 55px;
}

.recipe-ingredients .ingredients-title {
    text-transform: uppercase;
    margin-bottom: 25px;
}

/* ------------------------------------------------------------------------ */

/* 9.x About Us Page
/* ------------------------------------------------------------------------ */

/* Why Us Section */

#about-info {
    padding-top: 70px;
    padding-bottom: 75px;
    background-color: #f6f6f5;
}

#about-info .about-img {
    margin: 30px auto auto;
}

/* Timeline Section */

#about-timeline {
    position: relative;
    background-color: #e31167;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 75px;
}

#timeline-slider .carousel-indicators {
    position: relative;
    font-size: 0;
    width: auto;
    bottom: auto;
    left: auto;
    margin-left: 0;
    margin-bottom: 40px;
}

#timeline-slider .carousel-indicators li {
    font-family: "Trade Gothic Condensed", Helvetica, Arial, sans-serif;
    font-size: 19px;
    color: #fff;
    letter-spacing: 0.4px;
    text-indent: inherit;
    background: none;
    margin: 0;
    margin-right: 25px;
    width: auto;
    height: auto;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    transition: all 0.3s;
}

#timeline-slider .carousel-indicators li:last-child {
    margin-right: 0;
}

#timeline-slider .carousel-indicators li.active,
#timeline-slider .carousel-indicators li:hover {
    color: #ffcf02;
    border-bottom: 3px solid #ffcf02;
}

#about-timeline .carousel-control {
    width: auto;
    top: 50%;
    left: 60px;
    bottom: auto;
    text-shadow: none;
    opacity: 1;
    transform: translateY(-50%);
}

#about-timeline .carousel-control:hover {
    color: #ffcf02;
}

#about-timeline .carousel-control.right {
    left: auto;
    right: 60px;
}

#about-timeline .carousel-control.left,
#about-timeline .carousel-control.right {
    background: none;
}

#timeline-slider .timeline-image {
    border: 8px solid #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

#timeline-slider .timeline-title {
    font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
    margin-top: 0;
    color: #fff;
}

/* Our Team Section */

#our-team {
    background-color: #f6f6f5;
    padding-top: 70px;
    padding-bottom: 90px;
}

#our-team .meet-team-content {
    padding-top: 35px;
    padding-bottom: 60px;
    padding-right: 30px;
    border: 1px solid #dbdbdb;
}

#our-team .meet-team-content h2 {
    margin-top: 0;
    text-transform: uppercase;
}

#our-team .team-block-content {
    padding-right: 30px;
    margin-bottom: 30px;
}

#our-team .join-team {
    background-color: #3abeb6;
    color: #fff;
    height: 100%;
    padding: 45px 65px 35px;
}

#our-team .join-team h2 {
    color: #fff;
    font-size: 31px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
}

#our-team .join-team .join-team-btn {
    margin-top: 20px;
}

#our-team .join-team .join-team-btn .btn {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

#our-team .join-team .join-team-btn .btn:hover {
    box-shadow: 0 0 0 50px #e31167 inset;
    border-color: #e31167;
}

#our-team .join-team img {
    margin-top: 45px;
    max-width: 91px;
}

/* ------------------------------------------------------------------------ */

/* 9.x Our Team Page
/* ------------------------------------------------------------------------ */

.page-template-page-team .site-content {
    background-color: #f6f6f5;
}

#team-info {
    padding-top: 80px;
}

#team-members {
    padding-top: 65px;
    padding-bottom: 45px;
}

#team-members .team-member {
    padding-bottom: 30px;
}

#team-members .team-photo {
    position: relative;
}

#team-members .team-photo .team-quote {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(227, 17, 103, 0.92);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 90px 30px 0;
    opacity: 0;
    transition: all 0.3s;
}

#team-members .team-photo:hover .team-quote {
    opacity: 1;
}

#team-members .team-photo .team-quote .quote-heading {
    font-size: 12px;
    text-align: center;
}

#team-members .team-photo .team-quote .member-quote {
    color: #fff;
    line-height: 1.25;
    margin-top: 13px;
    text-align: center;
}

#team-members .team-member-content {
    padding: 25px 25px 20px;
    border: 1px solid #dbdbdb;
}

#team-members .team-member-content .team-name {
    font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
}

#team-members .team-member-content .team-position {
    min-height: 50px;
}

/* ------------------------------------------------------------------------ */

/* 9.x Contact Us Page
/* ------------------------------------------------------------------------ */

.page-template-page-contact .site-content {
    background-color: #f6f6f5;
}

.page-template-page-contact .main-content-area {
    padding-top: 40px;
    padding-bottom: 100px;
}

.page-template-page-contact h6 {
    margin-bottom: 20px;
}

.page-template-page-contact .content-contact {
    padding-top: 30px;
}

.page-template-page-contact .img-contact {
    margin: 0 auto;
}

/* ------------------------------------------------------------------------ */

/* 9.x Scockists Page
/* ------------------------------------------------------------------------ */

.page-template-page-stockists .site-content {
    background-color: #f6f6f5;
}

.page-template-page-stockists .main-content-area {
    padding-top: 90px;
    padding-bottom: 125px;
}

.page-template-page-stockists h4 a {
    color: #e31167;
}

.page-template-page-stockists h4 a:hover {
    color: #3bbeb8;
}

.page-template-page-stockists hr {
    margin-top: 30px;
    margin-bottom: 60px;
}

.page-template-page-stockists .stockist {
    margin-bottom: 25px;
}

.page-template-page-stockists .stockist a div {
    color: #6f6f6f;
    transition: all 0.3s;
}

.page-template-page-stockists .stockist a:hover div {
    color: #e31167;
}

.page-template-page-stockists .stockist .stock-name {
    color: #e31167;
}

.page-template-page-stockists .stockist a:hover .stock-name {
    color: #3bbeb8;
}

/* ------------------------------------------------------------------------ */

/* 9.x Rude Health Cafe Page
/* ------------------------------------------------------------------------ */

/* Header */

.page-template-page-cafe #masthead {
    background-color: #e86d86;
}

.page-template-page-cafe #masthead .logo img {
    margin: 0 auto;
}

.page-template-page-cafe .header-tools .my-account .account-link {
    color: #fff;
}

.page-template-page-cafe .header-tools .my-account .account-link:hover {
    color: #473829;
}

.page-template-page-cafe .header-tools .my-account .account-link .user-icon,
.page-template-page-cafe .header-tools .header-cart .cart-link .cart-icon {
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.page-template-page-cafe .header-tools .my-account .account-link:hover .user-icon,
.page-template-page-cafe .header-tools .header-cart .cart-link:hover .cart-icon {
    border: 1px solid rgba(72, 55, 41, 0.35);
}

.page-template-page-cafe .nav-trigger:before {
    background-color: #e50c5b;
}

.page-template-page-cafe .nav-trigger:after {
    background-color: #473829;
}

.page-template-page-cafe #cafe-info {
    background-color: #f6f6f5;
    padding-top: 75px;
    padding-bottom: 20px;
}

.page-template-page-cafe #cafe-info h4 {
    font-size: 18px;
}

/* Intro Content */

.page-template-page-cafe #cafe-info .cafe-location-title,
.page-template-page-cafe #cafe-info .cafe-hours-title {
    font-size: 27px;
    color: #e50c5b;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.page-template-page-cafe #cafe-info .cafe-hours-title {
    margin-top: 40px;
}

.page-template-page-cafe #cafe-info .cafe-location,
.page-template-page-cafe #cafe-info .cafe-hours {
    font-size: 22px;
    color: #555454;
}

/* Food Menus */

.page-template-page-cafe #cafe-food {
    background-color: #f6f6f5;
}

.page-template-page-cafe #cafe-food .section-title {
    padding-bottom: 55px;
}

.page-template-page-cafe #cafe-food .menu-box {
    margin-bottom: 20px;
}

.page-template-page-cafe #cafe-food .menu-box .menu-image {
    overflow: hidden;
}

.page-template-page-cafe #cafe-food .menu-box .menu-image img {
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-template-page-cafe #cafe-food .menu-box .menu-image:hover img {
    transform: scale(1.1);
}

.page-template-page-cafe #cafe-food .menu-box .menu-content {
    padding: 20px 18px 40px;
    border: 1px solid #dbdbdb;
}

.page-template-page-cafe #cafe-food .menu-box .menu-content .cafe-menu-heading {
    text-transform: uppercase;
}

.page-template-page-cafe #cafe-food .menu-box .menu-content .cafe-menu-title {
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: 26px;
    overflow: hidden;
}

.page-template-page-cafe #cafe-food .menu-box .menu-content .cafe-menu-desc {
    min-height: 50px;
}

.page-template-page-cafe #cafe-food .menu-box .menu-content .cafe-menu-btn {
    padding: 6px 20px;
    font-weight: bold;
    background-color: #f45a79;
    border-color: #f45a79;
    margin-top: 30px;
}

.page-template-page-cafe #cafe-food .menu-box .menu-content .cafe-menu-btn:hover {
    background-color: #3bbeb8;
    border-color: #3bbeb8;
}

/* Office Lunch */

.page-template-page-cafe #office-lunch {
    background-color: #f6f6f5;
    padding-bottom: 55px;
}

.page-template-page-cafe #office-lunch .section-title {
    padding-bottom: 65px;
}

.page-template-page-cafe .rude-office-banner {
    float: left;
    width: 100%;
    background-color: #27a5b1;
}

.page-template-page-cafe .rude-office-banner > img {
    display: inline-block;
    max-width: 48%;
    float: left;
}

.page-template-page-cafe .rude-office-banner .rude-office-desc {
    display: inline-block;
    max-width: 52%;
    float: right;
    padding: 35px;
    color: #fff;
}

.page-template-page-cafe .rude-office-banner .rude-office-desc > img {
    display: block;
    padding-bottom: 35px;
}

/* ------------------------------------------------------------------------ */

/* 4. Where To Buy Page
/* ------------------------------------------------------------------------ */

.page-template-page-buy .site-content {
    background-color: #f6f6f5;
}

/* Retailers Logos */

.page-template-page-buy .retailer-logos {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-template-page-buy .retailer-logos .logos-grid {
    display: table;
    padding-bottom: 30px;
}

.page-template-page-buy .retailer-logos .logos-grid .logo-item {
    display: table-cell;
    vertical-align: middle;
}

.page-template-page-buy .retailer-logos .logos-grid .logo-item img {
    margin: 0 auto;
    opacity: 0.7;
    transition: all 0.3s;
}

.page-template-page-buy .retailer-logos .logos-grid .logo-item:hover img {
    opacity: 1;
}

.page-template-page-buy .buy-buttons {
    padding-bottom: 50px;
}

.page-template-page-buy .buy-buttons .btn.btn-default {
    width: 227px;
    margin-left: 20px;
    border-color: #e41266;
    color: #e41266;
}

.page-template-page-buy .buy-buttons .btn.btn-default:hover {
    border-color: #3bbeb8;
    color: #fff;
}

/* ------------------------------------------------------------------------ */

/* x.0 Instagram Slider
/* ------------------------------------------------------------------------ */

#instagram-slider {
    padding-top: 40px;
    padding-bottom: 90px;
    background-color: #f6f6f5;
}

#instagram-slider .instagram-heading {
    position: relative;
}

#instagram-slider .instagram-heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 1px;
}

#instagram-slider .instagram-heading .instagram-icon {
    display: inline-block;
    position: relative;
    background-color: #f6f6f5;
    width: 70px;
}

#instagram-slider .instagram-heading .instagram-icon i {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    width: 29px;
    height: 29px;
    background-color: #363330;
    border-radius: 50%;
}

#instagram-slider .instafeed-gallery-feed {
    margin-top: 30px;
}

#instagram-slider .instafeed-gallery-feed .instagram-post {
    position: relative;
    overflow: hidden;
}

#instagram-slider .instafeed-gallery-feed .instagram-post img {
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#instagram-slider .instafeed-gallery-feed .instagram-post:hover img {
    transform: scale(1.1);
}

#instagram-slider .instafeed-gallery-feed .instagram-post .instagram-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(227, 17, 103, 0.92);
    color: #fff;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s;
}

#instagram-slider .instafeed-gallery-feed .instagram-post:hover .instagram-details {
    opacity: 1;
}

#instagram-slider .instafeed-gallery-feed .instagram-post .instagram-details .instagram-meta {
    font-size: 16px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#instagram-slider .instafeed-gallery-feed .instagram-post .instagram-details .instagram-meta i {
    position: relative;
    margin-right: 4px;
    font-size: 20px;
    top: 2px;
}

#instagram-slider .instafeed-gallery-feed .instagram-post .instagram-details .instagram-meta .instagram-likes {
    margin-right: 20px;
}

#instagram-slider .instafeed-gallery-feed .instagram-post.video:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url("assets/images/insta-video.png");
    background-repeat: no-repeat;
    background-size: 40px 33px;
    width: 40px;
    height: 33px;
    z-index: 99999;
}

#instagram-slider .instafeed-gallery-feed .instagram-post.carousel:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 8px;
    background-image: url(assets/images/insta-carousel.png);
    background-repeat: no-repeat;
    background-size: 38px 39px;
    width: 38px;
    height: 39px;
    z-index: 99999;
}

#instagram-slider .instafeed-gallery-feed .owl-item {
    opacity: 0.35;
    transition: all 0.3s;
}

#instagram-slider .instafeed-gallery-feed .owl-item.active {
    opacity: 1;
}

#instagram-slider .instafeed-gallery-feed .owl-nav button.owl-next,
#instagram-slider .instafeed-gallery-feed .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    width: 8.5%;
    height: 100%;
    outline: none;
}

#instagram-slider .instafeed-gallery-feed .owl-nav button.owl-next {
    right: 0;
}

/* ------------------------------------------------------------------------ */

/* x.0 Social Icons
/* ------------------------------------------------------------------------ */

.social-menu {
    position: relative;
    list-style: none;
    padding: 0;
    font-size: 0;
}

.social-menu li {
    display: inline-block;
    margin: 0;
    border: none;
}

.social-menu li a {
    position: relative;
    background-color: #fff;
    font-size: 15px;
    color: #3bbeb8;
    line-height: 29px;
    text-align: center;
    width: 29px;
    height: 29px;
    display: inline-block;
    margin-right: 9px;
    border-radius: 50%;
}

.social-menu li a:hover {
    color: #fff;
}

.social-menu li:last-child a {
    margin-right: 0;
}

.social-menu li a i {
    position: relative;
}

.social-menu li a span {
    display: none;
}

.social-menu li a[href*="instagram.com"]:before {
    content: "";
    position: absolute;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-menu li a[href*="amazon."]:hover {
    background-color: #ff9900;
}

.social-menu li a[href*="facebook.com"]:hover {
    background-color: #3b5998;
}

.social-menu li a[href*="twitter.com"]:hover {
    background-color: #1da1f2;
}

.social-menu li a[href*="instagram.com"]:hover:before {
    opacity: 1;
}

.social-menu li a[href*="linkedin.com"]:hover {
    background-color: #0077b5;
}

.social-menu li a[href*="plus.google.com"]:hover {
    background-color: #dd4b39;
}

.social-menu li a[href*="pinterest.com"]:hover {
    background-color: #bd081c;
}

.social-menu li a[href*="tumblr.com"]:hover {
    background-color: #35465c;
}

.social-menu li a[href*="behance.com"]:hover {
    background-color: #1769ff;
}

.social-menu li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89;
}

.social-menu li a[href*="flickr.com"]:hover {
    background-color: #ff0084;
}

.social-menu li a[href*="youtube.com"]:hover {
    background-color: #ff0000;
}

.social-menu li a[href*="vimeo.com"]:hover {
    background-color: #1ab7ea;
}

.social-menu li a[href*="spotify.com"]:hover {
    background-color: #1db954;
}

.social-menu li a[href*="soundcloud.com"]:hover {
    background-color: #ff8800;
}

.social-menu li a[href*="skype:"]:hover {
    background-color: #00aff0;
}

.social-menu li a[href*="amazon."] .fab:before {
    content: "\f270";
}

.social-menu li a[href*="facebook.com"] .fab:before {
    content: "\f39e";
}

.social-menu li a[href*="twitter.com"] .fab:before {
    content: "\f099";
}

.social-menu li a[href*="instagram.com"] .fab:before {
    content: "\f16d";
}

.social-menu li a[href*="linkedin.com"] .fab:before {
    content: "\f0e1";
}

.social-menu li a[href*="plus.google.com"] .fab:before {
    content: "\f0d5";
}

.social-menu li a[href*="pinterest.com"] .fab:before {
    content: "\f231";
}

.social-menu li a[href*="tumblr.com"] .fab:before {
    content: "\f173";
}

.social-menu li a[href*="behance.com"] .fab:before {
    content: "\f1b4";
}

.social-menu li a[href*="dribbble.com"] .fab:before {
    content: "\f17d";
}

.social-menu li a[href*="flickr.com"] .fab:before {
    content: "\f16e";
}

.social-menu li a[href*="youtube.com"] .fab:before {
    content: "\f167";
}

.social-menu li a[href*="vimeo.com"] .fab:before {
    content: "\f27d";
}

.social-menu li a[href*="spotify.com"] .fab:before {
    content: "\f1bc";
}

.social-menu li a[href*="soundcloud.com"] .fab:before {
    content: "\f1be";
}

.social-menu li a[href*="skype:"] .fab:before {
    content: "\f17e";
}

/* ------------------------------------------------------------------------ */

/* x.0 Footer
/* ------------------------------------------------------------------------ */

#site-footer {
    background-color: #e31167;
}

#site-footer .footer-top {
    background-color: #3bbeb8;
    padding: 35px 0 37px;
}

/* Footer Newsletter */

.footer-form .form-group label {
    display: block;
    margin-bottom: 10px !important;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-form .btn {
    margin-top: 20px;
}

.footer-form .btn.btn-default {
    color: #fff;
    background: none;
    border-color: rgba(255, 255, 255, 0.5);
}

.footer-form .btn.btn-default:hover {
    box-shadow: 0 0 0 50px #e31167 inset;
    border-color: #e31167;
}

/* Newsletter Modal */

#newsletter-form .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e31167;
}

#newsletter-form .modal-header {
    padding: 80px 15px 15px 0;
    border: none;
}

#newsletter-form .modal-header .modal-title {
    display: inline-block;
    position: relative;
    background-color: #e31167;
    padding: 1px 60px 0 50px;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.56px;
    text-transform: uppercase;
}

#newsletter-form .modal-header .modal-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    border-style: solid;
    width: 0px;
    height: 0px;
    border-color: rgb(228, 18, 102) transparent transparent;
    border-width: 55px 20px 0px 0px;
}

#newsletter-form .modal-header img {
    position: absolute;
    width: 100px;
    right: -45px;
    top: -35px;
}

#newsletter-form .modal-body {
    padding: 20px 75px 45px 75px;
}

#newsletter-form .modal-body .newsletter-message {
    margin-bottom: 50px;
}

/* Gravity Form */

#newsletter-form .gform_wrapper .top_label .gfield_label {
    font-weight: normal;
}

#newsletter-form .gform_wrapper .top_label .gfield_label .gfield_required {
    display: none;
}

#newsletter-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 3px !important;
}

#newsletter-form .gform_wrapper input[type="text"] {
    padding: 6px 20px;
    min-width: 385px;
    height: 40px;
    font-size: 12px;
    color: #222;
    outline: none !important;
    border: 1px solid #e2e2e2 !important;
}

#newsletter-form .gform_wrapper .optin-confirmation .gfield_label {
    display: none !important;
}

#newsletter-form .gform_wrapper ul.gfield_checkbox li label {
    font-size: 15px;
    font-weight: normal;
}

#newsletter-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
    outline: 0;
    margin-right: 15px;
    visibility: hidden;
    float: left;
    margin-top: 13px;
}

#newsletter-form .gform_wrapper ul.gfield_checkbox li label:before,
#newsletter-form .gform_wrapper ul.gfield_checkbox li label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
}

#newsletter-form .gform_wrapper ul.gfield_checkbox li label:before {
    width: 20px;
    height: 20px;
    background: #fbfbfb;
    border: 2px solid #b7b7b7;
    cursor: pointer;
    transition: background 0.3s;
}

#newsletter-form .gform_wrapper ul.gfield_checkbox li label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
}

#newsletter-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label:before {
    background: #e41266;
    border: none;
}

#newsletter-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label:after {
    transform: rotate(-45deg);
    top: 8px;
    left: 4px;
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
}

#newsletter-form .gform_wrapper .gform_footer input.button {
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 9px 39px;
    border-radius: 25px;
    background-color: #e31167;
    border-color: #e31167;
    color: #fff;
    transition: all 0.3s;
    outline: none !important;
}

#newsletter-form .gform_wrapper .gform_footer input.button:hover,
#newsletter-form .gform_wrapper .gform_footer input.button:focus {
    background-color: #3bbeb8;
    border-color: #3bbeb8;
}

/* Form Error */

#newsletter-form .gform_wrapper li.gfield.gfield_error {
    border: none;
    background: none;
}

#newsletter-form .gform_wrapper .gfield_error .gfield_label,
#newsletter-form .gform_wrapper li.gfield_error ul.gfield_checkbox {
    color: #555454;
}

#newsletter-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
    color: #e41266;
    font-weight: normal;
}

#newsletter-form .gform_wrapper div.validation_error {
    display: none !important;
}

/* Form Confirmation */

#newsletter-form .gform_confirmation_message {
    background-color: #cfeaf6;
    padding: 10px;
    border-radius: 3px;
}

/* Footer Antispam */

.footer-antispam img {
    max-width: 100%;
}

/* Footer Social */

.footer-social > h6 {
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

/* Footer Widgets */

.footer-widgets {
    padding-top: 55px;
    padding-bottom: 60px;
    color: #fff;
}

.footer-widgets .widget-title {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 22px;
}

.footer-widgets .footer-logo img {
    width: 79px;
    margin-bottom: 70px;
}

/* Menu Widget */

.footer-widgets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widgets ul li a {
    color: #fff;
}

.footer-widgets ul li {
    width: 50%;
    float: left;
}

.footer-widgets ul li a:hover {
    color: #3bbeb8;
}

/* Mail Link */

.footer-widgets a[href*="mailto:"] {
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    padding: 7px 17px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 20px;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out, border-color 300ms ease-in-out;
}

.footer-widgets a[href*="mailto:"]:hover {
    box-shadow: 0 0 0 50px #3bbeb8 inset;
    border-color: #3bbeb8;
}

/* ------------------------------------------------------------------------ */

/* 0.0 Cookie Law Notice
/* ------------------------------------------------------------------------ */

#cookie-notice {
    min-width: initial;
    width: 50%;
}

#cookie-notice .cookie-notice-container {
    max-width: 1054px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 30px;
}

#cookie-notice .cookie-notice-container #cn-notice-text {
    display: inline-block;
    width: 100%;
}

#cookie-notice .cookie-notice-container #cn-notice-text h4 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}

#cookie-notice .cookie-notice-container #cn-notice-text a {
    color: #fff;
    text-decoration: underline;
}

#cookie-notice .cookie-notice-container #cn-notice-text a:hover {
    color: #e31167;
}

#cookie-notice .cookie-notice-container #cn-accept-cookie {
    background-color: #e31167;
    border-color: #e31167;
    color: #fff;
    margin-left: 0;
    margin-top: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 9px 39px;
    border-radius: 25px;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

#cookie-notice .cookie-notice-container #cn-accept-cookie:hover {
    background-color: #3bbeb8;
    border-color: #3bbeb8;
}

@media screen and (min-width: 800px) {
    #cookie-notice {
        min-width: 100%;
        width: 100%;
    }

    #cookie-notice .cookie-notice-container #cn-accept-cookie {
        float: right;
        margin: 0;
    }

    #cookie-notice .cookie-notice-container #cn-notice-text {
        display: block;
        margin-bottom: 25px;
        float: left;
        width: calc(100% - 240px);
    }

    #cookie-notice .cookie-notice-container {
        padding: 25px 0;
    }

    #cookie-notice .cookie-notice-container #cn-notice-text h4 {
        margin-bottom: 5px;
    }
}

#kids-letters {
    padding: 50px 0;
}

#kids-letters .letters {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#kids-letters .letters > .letter {
    display: block;
    width: 48%;
    height: auto;
    margin-bottom: 15px;
    align-self: center;
}

#side-cart .minimum_order {
    padding: 30px 125px 30px 120px;
}

#side-cart .minimum_order > .icon,
#side-cart .minimum_order > .message {
    display: inline-block;
    vertical-align: middle;
}

#side-cart .minimum_order > .icon > img {
    display: block;
    width: 36px;
    height: auto;
}

#side-cart .minimum_order > .message {
    padding-left: 15px;
    color: #e31167;
    line-height: 1.4;
}

#side-cart .minimum_order > .message > .title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.archive.woocommerce .cat-mid-banner.mobile,
.archive.woocommerce .cat-bottom-banner.mobile {
    display: none;
}

/* ------------------------------------------------------------------------ */

/* 0.0 Media Queries
/* ------------------------------------------------------------------------ */

@media (min-width: 1600px) {
    /* Recipes Archive
    /* ------------------------------------------------------------------------ */
    .archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-next,
    .archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-prev,
    .single .recipe-section .owl-carousel .owl-nav button.owl-next,
    .single .recipe-section .owl-carousel .owl-nav button.owl-prev {
        width: 4.5%;
    }

    /* Instagram Slider
    /* ------------------------------------------------------------------------ */
    #instagram-slider .instafeed-gallery-feed .owl-nav button.owl-next,
    #instagram-slider .instafeed-gallery-feed .owl-nav button.owl-prev {
        width: 7%;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    /* Instagram Slider
    /* ------------------------------------------------------------------------ */
    #instagram-slider .instafeed-gallery-feed .owl-nav button.owl-next,
    #instagram-slider .instafeed-gallery-feed .owl-nav button.owl-prev {
        width: 8.8%;
    }
}

@media (max-width: 1299px) {
    /* Homepage
    /* ------------------------------------------------------------------------ */
    #home-categories #categories-slider .owl-nav button.owl-prev {
        left: 20px;
    }

    #home-categories #categories-slider .owl-nav button.owl-next {
        right: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    /* Instagram Slider
    /* ------------------------------------------------------------------------ */
    #instagram-slider .instafeed-gallery-feed .owl-nav button.owl-next,
    #instagram-slider .instafeed-gallery-feed .owl-nav button.owl-prev {
        width: 7%;
    }
}

@media (max-width: 1199px) {
    /* Homepage
    /* ------------------------------------------------------------------------ */
    #home-categories #categories-slider .owl-nav button.owl-prev {
        left: 10px;
    }

    #home-categories #categories-slider .owl-nav button.owl-next {
        right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Instagram Slider
    /* ------------------------------------------------------------------------ */
    #instagram-slider .instafeed-gallery-feed .owl-nav button.owl-next,
    #instagram-slider .instafeed-gallery-feed .owl-nav button.owl-prev {
        width: 8.5%;
    }
}

@media (min-width: 992px) and (max-width: 1083px) {
    /* Single Post
    /* ------------------------------------------------------------------------ */
    .blog-grid.post-large .entry-content {
        padding-bottom: 46px;
    }

    /* About Us Page
    /* ------------------------------------------------------------------------ */
    /* Our Team Section */
    #our-team .join-team {
        padding: 25px 30px 20px;
    }
}

@media (min-width: 992px) {
    /* About Us Page
    /* ------------------------------------------------------------------------ */
    /* Timeline Section */
    #about-timeline #timeline-slider .item {
        padding: 0 75px;
    }

    /* Our Team Section */
    #our-team .row {
        display: flex;
    }

    /* Homepage
    /* ------------------------------------------------------------------------ */
    #home-new .image-box.large > .row {
        display: flex;
    }

    /* Rude Health Cafe Page
    /* ------------------------------------------------------------------------ */
    /* Office Lunch */
    .page-template-page-cafe #office-lunch .rude-office-content {
        padding-right: 55px;
    }
}

@media (max-width: 991px) {
    /* Single Page
    /* ------------------------------------------------------------------------ */
    .page .post-inner-content {
        padding: 10px 0;
    }

    .page .post-inner-content .entry-title {
        padding-right: 0;
    }

    /* Single Post
    /* ------------------------------------------------------------------------ */
    .single .post-inner-content {
        padding: 10px 0;
    }

    .single .post-inner-content .entry-title {
        padding-right: 0;
    }

    /* Image Slider */
    .entry-content .post-slider .slick-prev,
    .entry-content .post-slider .slick-next {
        z-index: 9;
    }

    .entry-content .post-slider .slick-prev {
        left: 10px;
    }

    .entry-content .post-slider .slick-next {
        right: 10px;
    }

    /* Homepage
    /* ------------------------------------------------------------------------ */
    #home-slider .home-slide .slide-heading {
        font-size: 26px;
    }

    #home-slider .home-slide .slide-headline {
        font-size: 68px;
        margin-top: 18px;
    }

    #home-slider .home-slide .slide-headline strong:before {
        top: 10px;
        height: calc(100% - 20px);
    }

    #home-slider .slick-prev {
        left: 15px;
    }

    #home-slider .slick-next {
        right: 15px;
    }

    /* Home Whats New */
    #home-new .image-box.large .home-box-content:before {
        width: 100%;
    }

    #home-new .image-box.large .home-image-box {
        height: 380px;
    }

    /* Home Cafe */
    #home-cafe .cafe-block .cafe-content {
        padding: 30px;
    }

    #home-cafe .cafe-block .cafe-content .cafe-description {
        margin-top: 15px;
    }

    #home-cafe .cafe-block .cafe-content .cafe-address,
    #home-cafe .cafe-block .cafe-content .cafe-hours,
    #home-cafe .cafe-block .cafe-content .cafe-link {
        margin-top: 20px;
    }

    /* Events Archive
    /* ------------------------------------------------------------------------ */
    .archive .event .entry-content {
        padding: 25px;
    }

    .archive .event .entry-content .event-info {
        font-size: 14px;
        padding-left: 15px;
    }

    /* Recipes Archive
    /* ------------------------------------------------------------------------ */
    .archive.post-type-archive-recipe .blog-toolbar .bootstrap-select,
    .archive.post-type-archive-recipe .blog-toolbar select {
        margin-right: 0;
        width: 33.33333% !important;
    }

    .archive.post-type-archive-recipe .blog-toolbar .bootstrap-select .dropdown-toggle.btn {
        width: 100%;
    }

    .archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-next,
    .archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-prev,
    .single .recipe-section .owl-carousel .owl-nav button.owl-next,
    .single .recipe-section .owl-carousel .owl-nav button.owl-prev {
        width: 6.5%;
    }

    /* Single Recipe
    /* ------------------------------------------------------------------------ */
    .single-recipe .post-inner-content .entry-title {
        padding: 0;
    }

    /* About Us Page
    /* ------------------------------------------------------------------------ */
    /* Timeline Section */
    #about-timeline .carousel-control {
        display: none;
    }

    /* Our Team Section */
    #our-team .join-team {
        margin-top: 30px;
    }

    /* Rude Health Cafe Page
    /* ------------------------------------------------------------------------ */
    .page-template-page-cafe #cafe-info .cafe-location {
        margin-top: 50px;
    }

    /* Office Lunch */
    .page-template-page-cafe #office-lunch .rude-office-content {
        padding-bottom: 55px;
    }

    /* Cookie Law Notice
    /* ------------------------------------------------------------------------ */
    #cookie-notice {
        width: 100%;
    }

    #cookie-notice .cookie-notice-container {
        padding: 25px 15px;
    }

    /* Footer
    /* ------------------------------------------------------------------------ */
    .footer-widgets .footer-widget {
        margin-bottom: 30px;
    }

    .footer-widgets .footer-logo img {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Single Post
    /* ------------------------------------------------------------------------ */
    .blog-grid.post-large .entry-content {
        padding-bottom: 43px;
    }

    /* Instagram Slider
    /* ------------------------------------------------------------------------ */
    #instagram-slider .instafeed-gallery-feed .owl-nav button.owl-next,
    #instagram-slider .instafeed-gallery-feed .owl-nav button.owl-prev {
        width: 7.9%;
    }
}

@media (min-width: 768px) {
    /* Blog Index
    /* ------------------------------------------------------------------------ */
    .blog-grid .entry-header .entry-title {
        height: 52px;
    }

    /* About Us Page
    /* ------------------------------------------------------------------------ */
    /* Timeline Section */
    #about-timeline #timeline-slider .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Newsletter Form
    /* ------------------------------------------------------------------------ */
    #newsletter-form .modal-dialog {
        width: 670px;
        margin: 80px auto;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
        line-height: 1.4;
    }

    /* Header
    /* ------------------------------------------------------------------------ */
    /* Menu Toggle */
    .nav-trigger:before,
    .nav-trigger:after {
        left: 0;
    }

    .nav-trigger .menu-icon {
        left: 10px;
    }

    /* Menu Overlay */
    .primary-nav {
        margin-bottom: 40px;
    }

    .secondary-nav {
        margin-bottom: 30px;
    }

    /* Single Page
    /* ------------------------------------------------------------------------ */
    #page-header {
        min-height: 356px;
    }

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

    #page-header .page-title:after {
        border-width: 64px 32px 0px 0px;
    }

    /* Single Post
    /* ------------------------------------------------------------------------ */
    #post-header {
        min-height: 356px;
    }

    /* Content Elements
    /* ------------------------------------------------------------------------ */
    /* Soundcloud */
    .entry-content iframe[src*="soundcloud"] {
        height: 150px;
    }

    /* Blog
    /* ------------------------------------------------------------------------ */
    .blog-grid .entry-header .entry-title {
        max-height: 26px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Homepage
    /* ------------------------------------------------------------------------ */
    #home-slider .home-slide .slide-heading {
        font-size: 22px;
    }

    #home-slider .home-slide .slide-headline {
        font-size: 48px;
        margin-top: 15px;
    }

    #home-slider .home-slide .slide-headline strong:before {
        top: 5px;
        height: calc(100% - 10px);
    }

    #home-slider .home-slide .slide-headline strong {
        padding: 0 5px;
    }

    #home-slider .slick-prev {
        left: 10px;
    }

    #home-slider .slick-next {
        right: 10px;
    }

    #home-categories {
        padding-top: 30px;
    }

    /* Home Whats New */
    #home-new .image-box .entry-content .entry-title {
        height: 70px;
        max-height: 70px;
        white-space: initial;
    }

    /* Home Cafe */
    #home-cafe .cafe-block .cafe-content,
    #home-cafe .cafe-block .cafe-slider {
        width: 100%;
    }

    #home-cafe .cafe-block .cafe-slider .slick-slide img {
        margin: 0 auto;
    }

    /* Single Event
    /* ------------------------------------------------------------------------ */
    .single.single-event .post-inner-content .entry-header .event-intro {
        font-size: 16px;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .single.single-event .post-inner-content .entry-content {
        padding-top: 40px;
    }

    /* Recipes Archive
    /* ------------------------------------------------------------------------ */
    .recipes-slider.owl-carousel:after {
        left: 50%;
        content: "";
        width: 64px;
        height: 12px;
        opacity: 0.25;
        display: block;
        position: absolute;
        top: calc(100% + 12px);
        transform: translateX(-50%);
        background: url(./assets/images/swipe.svg) center center no-repeat;
    }

    .archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-next,
    .archive.post-type-archive-recipe .recipe-section .owl-carousel .owl-nav button.owl-prev,
    .single .recipe-section .owl-carousel .owl-nav button.owl-next,
    .single .recipe-section .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    /* Contact Us Page
    /* ------------------------------------------------------------------------ */
    .page-template-page-contact .img-contact {
        margin: 30px auto 0;
    }

    /* Scockists Page
    /* ------------------------------------------------------------------------ */
    .page-template-page-stockists .main-content-area {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    /* Footer
    /* ------------------------------------------------------------------------ */
    #site-footer .footer-top {
        padding-bottom: 10px;
    }

    #site-footer .footer-top .col-sm-3 {
        float: left;
        width: 100%;
    }

    #site-footer .footer-top .footer-social {
        margin-top: 30px;
    }

    #newsletter-form .gform_wrapper input[type="text"] {
        min-width: 100%;
    }

    #newsletter-form .modal-body {
        padding: 20px;
    }

    /* Side Cart
    /* ------------------------------------------------------------------------ */
    .modal.side-modal .modal-dialog {
        width: 100%;
    }

    /* About Us Page
    /* ------------------------------------------------------------------------ */
    /* Timeline Section */
    #timeline-slider .timeline-image {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    #timeline-slider .timeline-title,
    #timeline-slider .timeline-content {
        text-align: center;
    }

    /* Rude Health Cafe Page
    /* ------------------------------------------------------------------------ */
    /* Office Lunch */
    .page-template-page-cafe .rude-office-banner > img {
        max-width: 60%;
    }

    .page-template-page-cafe .rude-office-banner .rude-office-desc {
        max-width: 40%;
    }

    /* Cookie Law Notice
    /* ------------------------------------------------------------------------ */
    #cookie-notice .cookie-notice-container #cn-notice-text {
        width: 100%;
        display: block;
    }

    #cookie-notice .cookie-notice-container #cn-accept-cookie {
        margin: 0;
        margin-top: 10px;
    }

    #rude-posts-wrap,
    .related-articles .col-md-12 > .row,
    #home-new > .container > .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    #rude-posts-wrap > .product,
    #rude-posts-wrap > .post,
    .related-articles .col-md-12 > .row > article,
    .related-articles .col-md-12 > .row > .product,
    #home-new > .container > .row > article {
        width: 49%;
    }

    #rude-posts-wrap > .post:nth-of-type(even),
    .related-articles .col-md-12 > .row > article:nth-of-type(even),
    #home-new > .container > .row > article:nth-of-type(even) {
        padding-left: 7.5px;
    }

    #rude-posts-wrap > .post:nth-of-type(odd),
    .related-articles .col-md-12 > .row > article:nth-of-type(odd),
    #home-new > .container > .row > article:nth-of-type(odd) {
        padding-right: 7.5px;
    }

    .blog-grid .entry-content {
        padding: 20px 15px;
    }

    .blog-grid .entry-header .entry-title {
        font-size: 18px;
    }

    .entry-header .cat-links {
        font-size: 10px;
    }

    .hentry:not(.post-large) .entry-excerpt {
        height: 80px;
    }

    #home-cafe .cafe-block .cafe-slider .slick-slide img {
        width: 100%;
    }

    #home-new .image-box.large .home-image-box {
        height: 166px;
    }

    #home-new .image-box.large > .row {
        margin: 0;
        height: 100%;
        background: #fff;
    }

    #home-new .image-box.large > .row > div {
        padding: 0;
    }

    #home-new .image-box.large .home-box-content,
    #home-new .image-box.large .home-box-content {
        padding: 20px 15px;
    }

    #home-new .image-box.large .home-box-content .box-heading {
        font-size: 10px;
    }

    #home-new .image-box.large .home-box-content .box-title {
        margin-top: 10px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    #home-new .image-box.large .home-box-content .box-button {
        display: none;
    }

    .img-responsive.home-banner,
    .woocommerce.woocommerce-page .img-shop {
        display: none;
    }

    .archive.post-type-archive-recipe .recipe-section {
        padding-bottom: 20px;
    }

    #side-cart .minimum_order {
        padding: 30px 50px 30px;
    }

    #team-members > .container > .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    #team-members > .container > .row > div {
        width: 49%;
        padding-bottom: 30px;
    }

    #team-members > .container > .row > div:nth-of-type(even) {
        padding-left: 7.5px;
    }

    #team-members > .container > .row > div:nth-of-type(odd) {
        padding-right: 7.5px;
    }

    #team-members .team-photo .team-quote {
        display: none;
    }

    #team-members .team-member-content {
        padding: 20px 15px;
        border: 0;
    }

    #team-members .team-member {
        height: 100%;
        padding-bottom: 0;
        border: 1px solid #dbdbdb;
    }

    .archive.woocommerce .cat-mid-banner.desktop,
    .archive.woocommerce .cat-bottom-banner.desktop {
        display: none;
    }

    .archive.woocommerce .cat-mid-banner.mobile,
    .archive.woocommerce .cat-bottom-banner.mobile {
        display: block;
    }

    #rude-posts-wrap > .blog-grid.product.product-wide {
        width: 100%;
    }

    #site-footer .footer-top,
    #site-footer .footer-top .footer-social {
        text-align: center;
    }
}

@media (min-width: 598px) and (max-width: 991px) {
    /* Recipes Archive
    /* ------------------------------------------------------------------------ */
    .archive.post-type-archive-recipe .blog-toolbar .bootstrap-select {
        padding: 0 5px;
    }

    .archive.post-type-archive-recipe .blog-toolbar .bootstrap-select:first-of-type {
        padding-left: 0;
    }

    .archive.post-type-archive-recipe .blog-toolbar .bootstrap-select:last-of-type {
        padding-right: 0;
    }

    .archive.post-type-archive-recipe .blog-toolbar .bootstrap-select .dropdown-toggle.btn {
        background-position: 95% 47%;
        margin-bottom: 10px;
    }

    .archive.post-type-archive-recipe .blog-toolbar select {
        background-position: 95% 47%;
        margin-bottom: 10px;
        left: 0;
    }

    .archive.post-type-archive-recipe .blog-toolbar .pull-right {
        float: none !important;
    }

    .blog-toolbar input.form-control,
    .search .blog-toolbar input.form-control {
        background-position: 98% 47%;
    }
}

@media (min-width: 598px) and (max-width: 767px) {
    /* Instagram Slider
    /* ------------------------------------------------------------------------ */
    #instagram-slider .instafeed-gallery-feed .owl-nav button.owl-next,
    #instagram-slider .instafeed-gallery-feed .owl-nav button.owl-prev {
        width: 10.5%;
    }
}

@media (min-width: 598px) {
    /* Events Archive
    /* ------------------------------------------------------------------------ */
    .archive .event {
        display: flex;
    }
}

@media (max-width: 597px) {
    /* Header
    /* ------------------------------------------------------------------------ */
    #masthead {
        padding-top: 0;
        padding-bottom: 0;
    }

    #masthead .logo img {
        max-width: 100%;
    }

    /* Menu Toggle */
    .nav-trigger {
        top: 14px;
        width: 34px;
        height: 34px;
    }

    .nav-trigger .menu-icon {
        left: 7px;
        width: 16px;
    }

    .nav-trigger:hover .menu-icon {
        width: 20px;
    }

    .nav-trigger .menu-icon:before,
    .nav-trigger .menu-icon:after {
        width: 20px;
    }

    /* Header Tools */
    .header-tools .header-cart .cart-count {
        top: 0;
    }

    /* My Account Link */
    .header-tools.mobile {
        float: left;
        left: 45px;
    }

    .header-tools.mobile .my-account {
        margin-right: 0;
        padding-right: 0;
    }

    .header-tools .my-account:after {
        display: none;
    }

    .header-tools .my-account .account-link {
        margin-right: 0;
        line-height: 29px;
    }

    .header-tools .my-account .account-link .user-icon {
        position: static;
    }

    .header-tools .lang-select {
        margin-left: 10px;
    }

    .header-tools .lang-select .dropdown-toggle:before {
        display: none;
    }

    /* Language Switcher */
    .header-tools .lang-select .dropdown-menu {
        margin-top: 0;
        width: 100%;
    }

    /* Menu Overlay */
    #main-nav .header-clone {
        height: 90px;
    }

    #main-nav {
        padding-top: 150px;
    }

    .primary-nav {
        margin-bottom: 30px;
    }

    .secondary-nav {
        margin-bottom: 20px;
    }

    .primary-nav a {
        font-size: 36px;
        line-height: 38px;
    }

    .secondary-nav a {
        font-size: 19px;
    }

    /* Side Cart
    /* ------------------------------------------------------------------------ */
    .modal.side-modal .modal-header {
        padding: 50px 15px 15px 15px;
    }

    .modal.side-modal .modal-header .modal-title {
        font-size: 22px;
        padding: 8px 10px 9px 5px;
    }

    .modal.side-modal .modal-header .modal-title:after {
        border-width: 39px 20px 0px 0px;
    }

    .modal.side-modal.fade .modal-dialog,
    body.side-cart-open .modal.side-modal .side-modal-backdrop {
        top: 0 !important;
        height: 100% !important;
    }

    /* Single Page
    /* ------------------------------------------------------------------------ */
    #page-header .page-title {
        font-size: 36px;
        padding: 9px 10px 9px 15px;
    }

    #page-header .page-title:after {
        right: -22px;
        border-width: 57px 22px 0px 0px;
    }

    /* Blog Index
    /* ------------------------------------------------------------------------ */
    /* Blog Toolbar */
    .blog-toolbar .bootstrap-select {
        width: 100% !important;
    }

    .blog-toolbar .dropdown-toggle.btn {
        width: 100%;
        background-position: 95% 47%;
        margin-bottom: 10px;
    }

    .blog-toolbar .dropdown-menu {
        margin-top: -1px;
    }

    .blog-toolbar select {
        width: 100%;
        margin-bottom: 10px;
        background-position: 95% 47%;
    }

    .blog-toolbar .pull-right {
        float: none !important;
    }

    .blog-toolbar input.form-control,
    .search .blog-toolbar input.form-control {
        background-position: 95% 47%;
    }

    /* Pagination (Load More) */
    .rude-loadmore-wrap {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* Single Page
    /* ------------------------------------------------------------------------ */
    .page .post-inner-content .entry-title {
        font-size: 34px;
    }

    .section-title h2 {
        padding: 8px 10px 7px 15px;
    }

    /* Single Post
    /* ------------------------------------------------------------------------ */
    .single .post-inner-content .entry-title {
        font-size: 34px;
    }

    .single .related-articles .related-title {
        padding: 8px 10px 7px 15px;
    }

    /* Homepage
    /* ------------------------------------------------------------------------ */
    #home-slider .home-slide {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #home-slider .home-slide .slide-heading {
        font-size: 18px;
    }

    #home-slider .home-slide .slide-headline {
        font-size: 38px;
        margin-top: 10px;
        line-height: 1.1;
    }

    #home-slider .slick-prev {
        left: 5px;
    }

    #home-slider .slick-next {
        right: 5px;
    }

    #home-slider .slick-dots {
        bottom: 15px;
    }

    #home-categories .cat-slider-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    /* Home Cafe */
    #home-cafe .cafe-block .cafe-content {
        padding: 20px;
    }

    #home-cafe .cafe-block .cafe-content .cafe-address,
    #home-cafe .cafe-block .cafe-content .cafe-hours {
        font-size: 15px;
    }

    /* Events Archive
    /* ------------------------------------------------------------------------ */
    .archive .event .event-thumb,
    .archive .event .entry-content {
        width: 100%;
    }

    .archive .event .event-thumb .post-thumbnail img {
        width: 100%;
        height: auto;
    }

    /* Recipes Archive
    /* ------------------------------------------------------------------------ */
    .archive.post-type-archive-recipe .blog-toolbar select {
        display: none !important;
    }

    .archive.post-type-archive-recipe .blog-toolbar .bootstrap-select {
        width: 100% !important;
    }

    /* Single Recipe
    /* ------------------------------------------------------------------------ */
    .recipe-ingredients .ingredients-title {
        margin-top: 50px;
    }

    /* About Us Page
    /* ------------------------------------------------------------------------ */
    /* Our Team Section */
    #our-team .meet-team-content {
        padding-right: 0;
    }

    #our-team .team-block-content {
        padding: 0 30px;
        text-align: center;
    }

    #our-team .our-team-btn {
        padding: 0 30px;
        text-align: center;
    }

    /* Rude Health Cafe Page
    /* ------------------------------------------------------------------------ */
    /* Office Lunch */
    .page-template-page-cafe #masthead .logo img {
        margin-top: 15px;
    }

    .page-template-page-cafe #office-lunch .section-title {
        padding-bottom: 35px;
    }

    .page-template-page-cafe #office-lunch .section-title h2 {
        font-size: 22px;
    }

    .page-template-page-cafe #office-lunch .section-title h2:after {
        right: -17px;
        border-width: 39px 17px 0px 0px;
    }

    .page-template-page-cafe .rude-office-banner > img {
        max-width: 100%;
    }

    .page-template-page-cafe .rude-office-banner .rude-office-desc {
        max-width: 100%;
        float: left;
    }

    /* Where To Buy Page
    /* ------------------------------------------------------------------------ */
    .page-template-page-buy .buy-buttons .btn.btn-default {
        margin-left: 0;
        margin-top: 15px;
    }

    /* Footer
    /* ------------------------------------------------------------------------ */
    /* Footer Top */
    .footer-antispam img {
        margin-top: 30px;
    }

    /* Footer Widgets */
    .footer-widgets {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .footer-widgets ul li {
        float: none;
        width: 100%;
    }
}

/* Chrismas delivery message */

.home-shop-message {
    font-size: 12px;
    color: #e31167;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Trade Gothic Condensed", Helvetica, Arial, sans-serif;
    padding: 5px 0;
}

@media screen and (min-width: 500px) {
    .home-shop-message {
        font-size: 22px;
    }
}

p.woocommerce-store-notice.demo_store {
    display: none !important;
}

/*
 *  Changes for december
 */

#category-nav {
    background-color: #483729 !important;
}

@media (min-width: 992px) {
    #category-nav {}
}

#menu-shop-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 1rem;
}

#shop-main-nav {
    display: flex !important;
    flex-direction: row;
}

@media screen and (max-width: 992px) {
    #shop-main-nav {
        display: none !important;
    }
}

.shop-nav-collapse {
    position: relative;
    background-color: #e31167;
    padding-left: 1.5rem;
    padding-right: 4rem;
    display: none;
    cursor: pointer;
}

@media (min-width: 992px) {
    .shop-nav-collapse {
        display: inline-block;
    }
}

.shop-nav-collapse > a:after {
    position: absolute;
    right: 1.3rem;
    top: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    content: " ";
    background-image: url("/wp-content/themes/rude-health/assets/images/arrow-down.png");
    background-size: contain;
}

#shop-main-nav .primary-nav {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
}

#shop-main-nav .primary-nav li {
    line-height: 4.5rem;
}

#shop-main-nav .primary-nav a {
    line-height: unset;
    color: white;
    transition: unset;
    font-size: 13px;
    letter-spacing: 1.2px;
    font-family: "century-gothic", sans-serif;
    font-weight: 300;
}

#menu-shop-menu li.active a {
    font-weight: 600;
    text-decoration: underline;
}

#shop-nav {
    background-color: #e31167;
    height: 0 !important;
    overflow: hidden !important;
    transition: all ease 0.5s;
}

.post-type-archive-product #shop-nav {
    height: 45px !important;
}

.tax-product_cat #shop-nav {
    height: 45px !important;
}

.single-product #shop-nav {
    height: 45px !important;
}

#shop-nav.show {
    height: 45px !important;
}

#shop-nav > .container {
    padding: 0;
}

#menu-shop-menu:before {
    content: unset;
}

#menu-shop-menu:after {
    content: unset;
}

#menu-main-menu-2 li:last-child {
    background-color: #d9047b;
    padding-left: 4rem;
    padding-right: 4rem;
}

.shop-header-banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: bottom center;
}

@media (min-width: 600px) {
    .shop-header-banner {
        height: 16rem;
    }
}

.shop-header-banner a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.shop-header-banner h1,
.shop-header-banner p {
    color: white;
    font-family: "century-gothic", sans-serif;
    font-weight: lighter;
}

.shop-header-banner h1 {
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: lighter;
}

@media (min-width: 1024px) {
    .shop-header-banner h1 {
        font-size: 4.4rem;
    }
}

.shop-header-banner p {
    font-size: 1.5rem;
    letter-spacing: 0.2px;
}

.shop-main-content {
    display: flex;
    flex-flow: row wrap;
}

.shop-main-top {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-main-filters {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (min-width: 1024px) {
    .shop-main-filters {
        width: 25%;
        padding-right: 3rem;
    }
}

.shop-main-filters fieldset {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .shop-main-items {
        width: 74%;
        padding-top: 5rem;
    }
}

.shop-main-items > .products.row {
    display: flex;
    flex-flow: row wrap;
}

.shop-additional {
    margin: 5rem auto;
}

.shop-additional > .container {
    padding: 3rem 1.5rem;
}

.product-buttons {
    text-align: center;
    margin-top: 4rem;
}

@media (min-width: 992px) {
    .product-buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
}

.product-buttons > .btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.5rem;
    border: none !important;
}

.woocommerce .blog-grid.product .product-cat-rating {
    bottom: 12rem !important;
}

@media (min-width: 992px) {
    .woocommerce .blog-grid.product .product-cat-rating {
        bottom: 8rem !important;
    }
}

@media (min-width: 992px) {
    .product-buttons > .btn {
        width: 47%;
        display: flex;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
}

.product-buttons > .btn.disabled:hover:before {
    content: "This item is out of stock";
    background-color: black;
    position: relative;
    top: 100%;
}

.product-buttons > .btn:last-child {
    background-color: #40beb8;
}

.woocommerce .blog-grid.product {
    margin-bottom: 20px;
}

.shop-main-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.shop-main-items > .woocommerce > .woocommerce-notices-wrapper {
    width: 100%;
}

.shop-main-items > .woocommerce > .woocommerce-ordering {
    order: -2;
}

.shop-main-items > .woocommerce > .woocommerce-result-count,
.shop-main-items > .woocommerce > .shop-cat-description {
    display: none;
}

.shop-main-items > .woocommerce > .woocommerce-pagination {
    order: -1;
}

.shop-main-items > .woocommerce > .woocommerce-pagination > ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
}

.shop-main-items > .woocommerce > .woocommerce-pagination > ul > li {
    border: 1px solid black;
    padding: 0.5rem 1rem;
    margin-left: 0.5rem;
}

.shop-main-items > .shop-product {
    width: 33%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.shop-main-items > .shop-product > .shop-product-title {
    text-align: center;
    width: 100%;
}

.shop-main-items > .shop-product > .shop-product-image {
    height: 25rem;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.shop-main-items > .shop-product > .btn {
    width: 45%;
    text-align: center;
    display: flex;
    justify-content: center;
    color: white;
}

.shop-main-items > .shop-product > .btn:last-child {
    background-color: #40beb8;
}

.shop-main-top input[name="search"] {
    background-color: #483729;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 600;
}

.shop-main-top .shop-search-bar {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-main-top .shop-search-bar:after {
    content: "\f002";
    position: absolute;
    margin: auto 0;
    right: 0;
    margin-right: 1rem;
    font-family: Font awesome\5 Free;
    color: white;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    text-rendering: auto;
}

section#products {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.shop-main-top .shop-sort-by {
    margin-left: 1rem;
}

.shop-main-content #rude-posts-wrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.shop-main-content .page-numbers {
    display: flex;
    padding: 0;
    list-style-type: none;
    justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 0;
    color: #483729;
}

.shop-main-content .page-numbers .current {
    color: #e31167;
}

.shop-main-content .page-numbers li {
    margin-left: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid black;
}

.banner-mobile-hide {}

.banner-mobile-show {}

.shop-header-banner-mobile {
    display: none;
}

.hide-this {
    display: none !important;
}

@media screen and (max-width: 520px) {
    .shop-header-banner-mobile {
        display: flex;
    }

    .banner-mobile-hide {
        display: none;
    }
}

/**  FOOD AND DRINKS Page  **/

.product-thumb-img {
    height: 18rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
    .product-thumb-img {
        height: 30rem;
    }
}

.archive .site-content {
    background-color: #fff;
}

.search-filter-results {
    width: 100%;
    padding-left: 0;
    padding-bottom: 6rem;
    position: relative;
}

@media (min-width: 1024px) {
    .search-filter-results {
        padding-bottom: 6rem;
    }
}

.pagination-footer {
    position: absolute;
    bottom: -5rem;
    right: 0;
}

.woocommerce .blog-grid.product .catalog-product-title {
    font-size: 15px;
    color: #483729;
    min-height: 4rem;
}

@media (max-width: 992px) {
    .woocommerce .blog-grid.product .catalog-product-title {
        min-height: 5rem;
    }
}

.post-type-archive-product.woocommerce.woocommerce-page .main-content-area {
    padding-top: 10px;
}

.woocommerce-pagination {
    margin-top: 2rem;
}

.woocommerce-pagination ul.page-numbers {
    border-top: 1px solid rgba(205, 205, 205, 0.8);
    border-bottom: 1px solid rgba(205, 205, 205, 0.8);
}

@media (max-width: 600px) {
    .archive .woocommerce-pagination ul.page-numbers {
        display: none;
    }
}

.pagination-bottom .wp-pagenavi {
    border-top: 1px solid rgba(205, 205, 205, 0.8);
    border-bottom: 1px solid rgba(205, 205, 205, 0.8);
}

@media (min-width: 1024px) {
    .woocommerce-pagination {
        margin-top: -5.2rem;
    }
}

.sf-field-taxonomy-product_cat,
.sf-field-taxonomy-product_diets,
.sf-field-taxonomy-product_offers {
    display: none !important;
}

.sf-field-taxonomy-product_cat.show,
.sf-field-taxonomy-product_diets.show,
.sf-field-taxonomy-product_offers.show {
    display: block !important;
}

@media (min-width: 1024px) {
    .sf-field-taxonomy-product_cat,
    .sf-field-taxonomy-product_diets,
    .sf-field-taxonomy-product_offers {
        display: block !important;
    }

    .post-type-archive-product.woocommerce.woocommerce-page .main-content-area {
        padding-top: 25px;
    }

    .tax-product_cat.woocommerce.woocommerce-page .main-content-area {
        padding-top: 15px;
    }
}

.shop-main-content .page-numbers li {
    border: 1px solid rgba(205, 205, 205, 0.8);
    margin: 2.8px;
    padding: 1rem 1.4rem;
    color: #483729;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.post-type-archive-product.woocommerce.woocommerce-page .main-content-area .pagination {
    margin-bottom: 3rem;
    text-align: right;
    width: 100%;
    display: block;
    border-radius: 0;
    min-height: 7rem;
    margin-top: -5rem;
}

.post-type-archive-product.woocommerce.woocommerce-page .main-content-area .pagination .wp-pagenavi {
    border-top: 1px solid rgba(205, 205, 205, 0.8);
    border-bottom: 1px solid rgba(205, 205, 205, 0.8);
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}

@media (max-width: 1024px) {
    .post-type-archive-product.woocommerce.woocommerce-page .main-content-area .pagination {
        margin-top: 2rem;
        text-align: center;
    }
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid rgba(205, 205, 205, 0.8);
    margin: 2.8px;
    padding: 1rem 1.4rem;
    color: #483729;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #e31167;
    border: 1px solid rgba(205, 205, 205, 0.8);
}

.wp-pagenavi {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.searchandfilter ul {
    padding-left: 0;
}

.sf-field-search label {
    width: 100%;
}

/**  FOOD AND DRINKS SIDEBAR SEARCH  **/

.searchandfilter .sf-input-text {
    width: 190px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #483729;
    color: #fff;
    border-radius: 2.5rem;
    border: none;
    padding: 1.6rem 2rem;
    background-image: url("/wp-content/themes/rude-health/assets/images/search.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 92% center;
    font-family: "trade-gothic-next", sans-serif;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1px;
}

@media (max-width: 992px) {
    .searchandfilter .sf-input-text {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1024px) {
    .searchandfilter .sf-input-text {
        width: 100%;
        padding: 1rem 2rem;
    }
}

.searchandfilter .sf-input-text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.searchandfilter .sf-input-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.searchandfilter .sf-input-text:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.searchandfilter .sf-input-text:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.searchandfilter ul li ul {
    border: 1px solid rgba(205, 205, 205, 0.8);
    padding: 1.2rem 1rem 1.2rem 1.5rem;
}

.searchandfilter ul li ul li {
    padding: 2px 0;
}

.sf-field-reset {
    display: inline-block !important;
    width: 100%;
    vertical-align: top;
    padding: 0 !important;
}

.sf-field-reset h4 {
    height: 4.5rem;
    border-bottom: 1px solid rgba(205, 205, 205, 0.8);
    padding-top: 1.1rem !important;
}

@media (min-width: 1024px) {
    .sf-field-reset {
        display: none !important;
    }
}

.searchandfilter h4 {
    border: 1px solid rgba(205, 205, 205, 0.8);
    color: #483729;
    .shop-nav-collapsefont-size: 13px;
    text-transform: uppercase;
    padding-top: 1.2rem;
    padding-left: 1.5rem;
    font-family: "trade-gothic-next", sans-serif;
}

@media (min-width: 992px) {
    .searchandfilter h4 {
        font-size: 16px;
        font-weight: bolder;
    }
}

.searchandfilter li[data-sf-field-input-type="checkbox"] label {
    font-weight: 100;
    font-size: 13px;
    font-family: "century-gothic", sans-serif;
    color: #101010;
    vertical-align: middle;
}

input[type="checkbox"] {
    width: 1.3rem;
    height: 1.3rem;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid rgba(205, 205, 205, 0.8);
    outline: none;
    transition-duration: 0.3s;
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
}

input[type="checkbox"]:checked {
    background-color: #34495e;
    position: relative;
}

input[type="checkbox"]:checked::before {
    display: block;
    text-align: center;
    background-color: #483729;
    position: absolute;
    left: 0;
    top: -0.8rem;
    width: 1.3rem;
    height: 1.3rem;
}

input[type="checkbox"]:active {
    border: 2px solid #34495e;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* Custom Select Option */

.sf-field-sort_order {
    display: none !important;
}

@media (max-width: 1024px) {
    .sf-field-sort_order {
        display: inline-block !important;
        width: 50% !important;
        vertical-align: top;
    }
}

@media (min-width: 1024px) {
    .sf-field-sort_order {
        position: absolute;
        left: 264px;
        top: 0;
    }

    .tax-product_cat .sf-field-sort_order {
        top: 9px;
    }
}

@media (min-width: 992px) {
    .post-type-archive .sf-field-sort_order {
        top: 1.6rem;
    }
}

.sf-field-sort_order select {
    background: transparent;
    width: 220px;
    height: 45px;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 400;
    color: #483729;
    letter-spacing: 0.5px;
}

.sf-field-sort_order {
    width: 200px;
    height: 45px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 0;
    padding-left: 1rem !important;
    content: "\25BC";
}

.added_to_cart.wc-forward {
    display: block;
    width: 100%;
}

@media (max-width: 992px) {
    .sf-field-sort_order {
        position: relative;
    }

    .sf-field-reset {
        position: relative;
    }

    .sf-field-reset:after {
        content: "\25BC";
        width: 5px;
        height: 5px;
        top: 16px;
        right: 14px;
        position: absolute;
        font-size: 10px;
    }
}

.sf-field-sort_order:after {
    content: "\25BC";
    width: 5px;
    height: 5px;
    top: 13px;
    right: 14px;
    position: absolute;
    font-size: 10px;
}

.sf-field-sort_order select {
    padding-right: 0;
    vertical-align: top !important;
    text-align: left;
    height: auto;
    line-height: 1em;
}

.woocommerce-pagination {
    width: 100%;
}

.tax-product_cat.woocommerce.woocommerce-page .main-content-area {
    padding-top: 20px;
}

//** Quick Add Popup **/

.quick_view.button {
    display: none !important;
}

.scrollbar_bg {
    display: none !important;
}

.remodal {
    left: 10%;
    right: 10%;
    top: 5%;
}
@media (min-width: 1024px) {
    .remodal {
        left: 18%;
        right: 18%;
        top: 29%;
    }
}

.woocommerce .remodal {
    height: fit-content;
    box-shadow: none;
    overflow: auto;
    padding: 0rem 2rem 11rem;
}

@media (min-width: 768px) {
    .woocommerce .remodal {
        overflow: inherit;
        padding: 2rem 4rem 9rem;
    }

    form.cart-new.show-on-poupup {
        position: absolute;
        bottom: 4.25rem;
    }
}

@media (max-width: 991px) {
    form.cart-new.show-on-poupup {
        bottom: 3rem;
    }
}

@media (min-width: 1700px) {
    .woocommerce .remodal {
        width: 45%;
    }
}

#wcqv_contend .images {
    width: 37%;
    display: table-cell;
}

#wcqv_contend .summary-content {
    padding-left: 1rem;
}
@media (min-width: 768px) {
    #wcqv_contend .summary-content {
        width: 50%;
        display: table-cell;
        padding-left: 3rem;
        padding-top: 3rem;
    }
}

#wcqv_contend .summary {
    width: 60%;
    font-family: "century-gothic", sans-serif;
}

#wcqv_contend .summary p {
    font-family: "century-gothic", sans-serif !important;
    color: #483729;
    font-size: 15px;
}

#wcqv_contend .images > a {
    display: table;
    vertical-align: middle;
}

#wcqv_contend .images img {
    width: 100% !important;
    height: auto !important;
}

#wcqv_contend .scrollbar_bg {
    display: none !important;
}

.remodal-close {
    background-color: #e31167;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    top: 1rem;
    right: 1rem;
}

@media (min-width: 768px) {
    .remodal-close {
        top: -18px;
        right: -18px;
    }
}

.remodal-close:before {
    font-size: 40px;
    line-height: 50px;
    width: 50px;
    color: #fff;
}

#wcqv_contend {
    color: #483729;
}

#wcqv_contend .product_title.entry-title {
    color: #483729;
    font-size: 26px;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

#wcqv_contend .woocommerce-Price-amount {
    color: #e31167;
    font-size: 26px;
    line-height: 22px;
    font-weight: 700;
}

.woocommerce-product-details__short-description {
    font-size: 16px;
    margin-bottom: 4rem;
}

.woocommerce-product-details__short-description h2 {
    margin-top: 0;
    font-size: 1.8rem;
}

.remodal .product_meta {
    display: none;
}

.woocommerce #wcqv_contend .product .cart .button {
    font-size: 13px;
    padding: 12px 39px;
}

.woocommerce #wcqv_contend .product .cart .button .amount {
    color: #fff !important;
    font-size: 13px;
    border-right: 1px solid #fff;
    padding-right: 2rem;
    margin-right: 2rem;
}

.woocommerce #wcqv_contend .product .cart-new .button {
    font-size: 13px;
    padding: 12px 39px;
}

.woocommerce #wcqv_contend .product .cart-new .button .amount {
    color: #fff !important;
    font-size: 13px;
    border-right: 1px solid #fff;
    padding-right: 2rem;
    margin-right: 2rem;
}

a.quick_view.button {
    display: none;
}
/**  Number plus **/

#wcqv_contend .quantity {
    position: relative;
}

#wcqv_contend .quantity input {}

.qty-button {
    display: inline-block;
    height: 20px;
    width: 20px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border-bottom: none;
    background-color: black;
    color: white;
    margin-right: 3px;
}

.woocommerce .quantity .qty {
    width: 35px;
    padding-right: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
}

.woocommerce .quantity .qty {
    width: 35px;
    padding-right: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
}

#wcqv_contend .quantity input {
    width: 52px;
    height: 49px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 25px;
    border: 1px solid #eee;
    margin-right: 2rem;
}

#wcqv_contend .quantity:before {
    content: "x";
    position: absolute;
    line-height: 1;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}

#wcqv_contend .quantity input:focus {
    outline: 0;
}

.entry-summary .quantity {
    position: relative;
}

.entry-summary .quantity input {
    width: 52px;
    height: 49px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 25px;
    border: 1px solid #eee;
    margin-right: 2rem;
}

.entry-summary .quantity:before {
    content: "x";
    position: absolute;
    line-height: 1;
    left: 9px;
    top: 10px;
}

.entry-summary .quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}

.wcqv_next,
.wcqv_prev {
    display: none !important;
}

#category-nav.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
    font-family: "century-gothic", sans-serif !important;
    font-weight: 300;
}

#category-nav.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #e31167 !important;
}

#category-nav.navbar-inverse .navbar-nav > .active > a {
    background-color: #e31167 !important;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.woocommerce a.quick_view {
    background-color: #e31167 !important;
    font-family: century-gothic, sans-serif;
    font-size: 12px;
}

.full-details {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
    font-family: "century-gothic", sans-serif;
    font-weight: 700 !important;
    background-color: #3bbeb8;
    color: #fff;
    border: none;
    margin-top: 3rem;
    padding: 1.2rem 1.5rem;
    position: absolute;
    left: 10%;
    bottom: 3rem;
}

.hidden-mobile {
    display: none !important;
}

.display-mobile {
    display: inline-block !important;
}

@media (min-width: 768px) {
    .hidden-mobile {
        display: inline-block !important;
    }

    .display-mobile {
        display: none !important;
    }
}

.woocommerce .blog-grid.product .price {
    color: #483729;
}

.pagination-bottom {
    text-align: right;
    margin-bottom: 3rem;
}

@media (max-width: 600px) {
    .pagination-top {
        display: none !important;
    }
}

.pagination-bottom .wp-pagenavi {
    padding-bottom: 1.3rem;
    padding-top: 1.3rem;
}

.single-product .goback {
    display: none;
}

.single-product .woocommerce-message {
    display: none;
}

.summary-content .show-on-single {
    display: none !important;
}

.single-product .show-on-poupup {
    display: none !important;
}

.goback {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    z-index: 99;
}

.goback:hover {
    color: #e31167;
}

.hide-desktop {
    display: block;
}

.hide-mobile {
    display: none;
}

@media (min-width: 992px) {
    .hide-desktop {
        display: none;
    }

    .hide-mobile {
        display: block;
    }
}

.woocommerce-message {
    background-color: #3bbeb8 !important;
}

.woocommerce-message .alert-icon {
    background-color: #45a5a0 !important;
}

.woocommerce-message a:hover {
    color: #483729;
}

.term-gifts .sf-field-taxonomy-product_diets {
    display: none !important;
}

.term-gifts .sf-field-sort_order {
    display: none !important;
}

.pullout_promo_tab {
    position: fixed;
    right: -24rem;
    top: 52rem;
    width: 30rem;
    background-color: #e31167;
    padding: 1rem 4.2rem;
    color: white;
    z-index: 2;
    font-size: 2rem;
    line-height: 2.6rem;
    transition: 1s;
    display: none;
    text-transform: uppercase;
    padding-left: 6rem;
    font-family: "Trade Gothic Condensed", Helvetica, Arial, sans-serif;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
}

@media (max-width: 650px) {
    .pullout_promo_tab {
        top: 40rem;
        right: -22rem;
        width: 28rem;
    }
}

.pullout_promo_tab.active {
    right: 0;
    transition: 1s;
}

.pullout_promo_tab .fas {
    position: absolute;
    left: 2rem;
    top: 1.25rem;
    font-size: 18px;
}

.pullout_promo_tab .close {
    position: absolute;
    left: auto;
    top: 1.55rem;
    right: 1.1rem;
    opacity: 1;
    font-size: 1.3rem;
    color: white;
}

.archive.woocommerce .products .category-banner.info-box {
    width: 50%;
}

.archive.woocommerce .products .category-banner.info-box img {
    width: 100%;
}

.archive.woocommerce .products .category-banner.info-box .cat-box-content {
    padding: 9px !important;
}

@media (min-width: 992px) {
    .archive.woocommerce .products .category-banner.info-box .cat-box-content {
        padding: 15px 25px 25px !important;
    }
}

@media (max-width: 992px) {
    .archive.woocommerce .products .category-banner.info-box .cat-box-content .cat-box-title {
        font-size: 1.4rem;
    }
}

.single-product .entry-summary .cart-new .quantity input {
    width: 43px;
    height: 38px;
    text-align: right;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    border: 1px solid #e2e2e2;
    outline: none !important;
    margin-right: 2rem;
}

.archive .woocommerce-message {
    display: none;
}

.cart-new {
    display: flex;
}

.single_add_to_cart_button {
    padding: 9px 12px;
}

@media (min-width: 920px) {
    .single_add_to_cart_button {
        padding: 9px 39px;
    }
}

.rude-office-desc a {
    color: #fff;
}

.page-template-page-account .woocommerce-form__label-for-checkbox span {
    margin-left: 1rem;
}

.sliding-level2-new {
    display: none;
}

@media (max-width: 992px) {
    .tax-product_cat .sliding-level2-new {
        display: block;
    }
}

.tax-product_cat .show-first-level {
    display: none;
}

/*-----minicart-----*/

.header-minicart .minimum_order {
    display: none;
}

.update_cart_minicart {
    display: block;
    font-size: 16px;
    width: 240px;
    margin: 0 auto;
    text-align: center;
    background-color: #ddd;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-right: 2rem;
    padding: 0.5rem;
    border-top: 11px white solid;
}

.header-tools .amount {
    font-size: 1.6rem;
}

.header-tools span.quantity {
    font-size: 16px;
}

.header-tools ins {
    text-decoration: none;
}

.header-minicart {
    position: absolute;
    width: 28rem;
    border-radius: 6px;
    top: 7rem;
    padding: 2rem 0rem 2rem 2rem;
    opacity: 0;
    display: none;
    border: 1px #f2f2f2 solid;
    transition: 0.5s;
    right: -3rem;
    z-index: -99;
    background-color: white;
}

img.img-responsive.cart-empty,
.woocommerce-mini-cart__empty-message {
    padding-right: 2rem;
}

.header-minicart .minicart_desc {
    border-top: 1px #eee solid;
    margin-top: 1rem;
    padding-top: 1rem;
    margin-right: 2rem;
}

.header-minicart .minicart_desc p {
    margin: 0 0 2px;
    font-size: 12px;
}

.header-minicart.active {
    top: 6rem;
    opacity: 1;
    transition: 0.5s;
    z-index: 99999;
}

.header-minicart:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-color: white;
    transform: rotate(45deg);
}

.header-minicart .buttons {
    display: none;
}

.header-minicart .product-image {
    min-width: 77px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.header-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item {
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.header-minicart .woocommerce-mini-cart {
    padding: 0 2rem 2.8rem 0;
    overflow-y: scroll;
    max-height: 42rem;
    position: relative;
    margin: 0;
}

.header-minicart .product-category {
    display: none;
}

.header-minicart h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.product-image img {
    max-height: 9rem;
    width: auto;
    margin: 0 auto;
}

.header-minicart .cart-empty-btn {
    display: none;
}

@media screen and (max-width: 768px) {
    .header-minicart {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .header-minicart {
        right: -2rem;
    }

    .header-minicart:after {
        right: -8rem;
    }
}

@media screen and (min-width: 1200px) {
    .header-minicart {
        right: -6rem;
    }

    .header-minicart:after {
        right: -0.5rem;
    }
}

/*
    Ownership Banner
        Brown: #483729;
        Pink: #e31167;
        Green: #3bbeb8;
*/

/*
    DESIGN 1
*/
.ownership {}

.ownership__top {
    background-color: #e31167;
}

.ownership__top .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.ownership__image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 30%;
}

.ownership__image img {
    max-width: 150px;
}

.ownership__headline {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    width: 70%;
}

.ownership__headline h2 {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 55px;
}

.ownership__bottom {
    background-color: #483729;
}

.ownership__col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
}

.ownership__title {
    text-transform: uppercase;
    font-size: 40px;
    color: #e31167;
}

.ownership__content {
    text-align: center;
    color: #fff;
}

/*
    DESIGN 2
*/
.ownership-banner {}

.ownership-banner__top {
    background-color: #3bbeb8;
}

.ownership-banner__top .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.ownership-banner__image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 30%;
}

.ownership-banner__image img {
    max-width: 150px;
}

.ownership-banner__headline {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    padding: 10px 0;
    width: 70%;
}

.ownership-banner__headline h2 {
    text-transform: uppercase;
    color: #483729 !important;
    font-size: 55px;
}

.ownership-banner__headline-stats {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 70%;
}

.ownership-banner__headline-stats-title {
    color: #fff;
    font-size: 70px;
    width: 30%;
}

.ownership-banner__headline-stats-content {
    color: #fff;
    font-size: 20px;
    width: 70%;
}

.ownership-banner__bottom {
    background-color: #483729;
}

.ownership-banner__col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
}

.ownership-banner__title {
    text-transform: uppercase;
    font-size: 40px;
    color: #3bbeb8;
}

.ownership-banner__content {
    text-align: center;
    color: #fff;
}
