/*
Theme Name: Garden Glory
Theme URI: http://uix.store/sober/
Template: sober
Author: Star Republic
Author URI: http://www.starrepublic.com
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Tags: one-column,two-columns,right-sidebar,custom-colors,custom-menu,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 2.0.10.1520326197
Updated: 2018-03-06 08:49:57

*/

.usp-box {
    text-align: left;
    padding: 40px 0 20px 0;
    clear: both;
}

.usp-box--horizontal .usp-box {
    padding: 40px 0;
}

.usp-box__item {
    padding: 10px 0;
    display: flex;
    border: none !important;
    text-decoration: none !important;
}

.usp-box__icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    margin-top: 4px;
}

.usp-box__heading {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 18px !important;
}

.usp-box__info {
    font-size: 11px;
    color: #7c7c7c;
    margin-bottom: 0;
    line-height: 1.5 !important;
}

@media (max-width: 767px) {
    .usp-box {
        padding: 40px 20px;
    }

    .usp-box__item {
        padding: 20px 0;
    }
}

@media (max-width: 500px) {
    .page-header .term-description p {
        font-size: 1.2rem;
    }
}

.page-header .term-description {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}

.page-header .term-description p {
    color: #fff;
    margin-bottom: 0;
}

.header-transparent.page .page-header,
.header-transparent.woocommerce .page-header {
    padding-top: 150px;
    padding-bottom: 160px;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .header-transparent.page .page-header,
    .header-transparent.woocommerce .page-header {
        padding-top: 75px;
        padding-bottom: 60px;
    }
}





.list-dropdown ul {
    pointer-events: none;
}

.list-dropdown:hover ul {
    pointer-events: unset;
}

/* #################### */
/* ## Additional CSS ## */
/* #################### */
h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

h1 {
    font-size:5rem;
    margin-bottom: 2.5rem;
}

p {
    margin-bottom: 2.5rem;
}

.content-narrow h1,
.content-narrow h2,
.content-narrow h3,
.article-narrow h1,
.article-narrow h2,
.article-narrow h3 {
    text-transform: uppercase;
}

.content-narrow h3,
.article-narrow h3 {
    font-size: 2.2rem;
}


.entry-content p {
    line-height: 2.5rem;
}

.woocommerce-Tabs-panel--description a, .entry-content a {
    text-decoration:underline;
}

blockquote {
    margin: 30px 0;
}

blockquote p {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight:400;
    font-size: 3.5rem;
    line-height: 4.2rem !important;
    color: #111;

}

blockquote:before, blockquote:after {
    width:100%;
    background-color: #111;
}

.intro-text,
.intro-text p {
    font-size:2.6rem;
    line-height:3.5rem !important;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #111;
}

.page-header .page-title {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

@media (max-width: 780px) {
    .page-header .page-title {
        font-size: 4rem;
    }
}

@media (max-width: 500px) {
    .page-header .page-title {
        font-size: 3.5rem;
    }
}

.vc_separator h4 {
    font-size: 1.6rem !important;
    font-weight: 500;
}

.error-404 .page-header {
    height: auto;
}

.search-results .page-header {
    height: auto;
    min-height: 0;
    background-color: #000;
}

.search-results.page-header-color .page-header .page-title {
    color: #fff;
}

.nav-menu > li > a,
.header-text-light .site-header .currency .current, .header-text-light .site-header .language .current {
    font-weight: 400;
    letter-spacing: 0.5px;
}

.side-menu a,
.mobile-menu .list-dropdown .current {
    font-weight: 400;
}

.entry-title {
    text-align: center;
    text-transform: uppercase;
}

/*Big intro
------------------------ */


.big-intro-heading{
    margin: 120px 0 120px;
}

.big-intro-heading h1 {
    font-size:5.5rem;
}

@media (max-width: 1100px) {
    .big-intro-heading h1 {
        font-size:5rem;
    }
}

.startpage-main-heading.pink-text h1 {
    color: #FFD2DF;
}

.big-intro p {
    font-size:2.5rem;
    line-height:4rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    max-width: 700px;
    margin-left:auto;
    margin-right:auto;
}

.big-intro.pink-text p {
    color: #FFD2DF;
}

@media (max-width: 900px) {

    .big-intro,
    .big-intro-heading{
        margin: 60px 0;
        text-align: center;
    }

    .big-intro-heading {
        margin-bottom: 20px;
    }
    .big-intro {
        margin-top: 20px;
    }

    .big-intro-heading h1 {
        font-size:4rem;
    }

    .big-intro p {
        font-size:2rem;
        line-height:3rem;
    }
}

@media (max-width: 500px) {
    .big-intro-heading h1 {
        font-size:3rem;
    }

    .big-intro p {
        font-size:1.8rem;
        line-height:2.5rem;
    }
}

/* ------------------------ */


/*Sober startpage teasers
------------------------ */

.home .vc_row:not(:first-child) {
    margin: 0 -40px
}

@media (max-width: 768px) {

    .home .vc_row:not(:first-child) {
        margin: 0 -20px
    }

}

.main-headline h1 {
    font-family: 'Playfair Display', serif;
}

.sober-banner .banner-content {
    text-align: left;
    left: 80px;
    width: 80%;
}

.sober-banner .banner-text,
.sober-banner .banner-desc {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 4rem;
    text-transform: uppercase;
}

.sober-banner .banner-text {

}

.sober-banner .banner-desc {
    font-family: 'Playfair Display', serif;
    margin-bottom: 0;
    font-style: italic;
    text-transform: none;
}

.sober-banner.sober-big-banner {
    padding-top: 300px;
    padding-bottom: 300px;
}

.sober-banner.sober-big-banner .banner-text, .sober-banner.sober-big-banner .banner-desc, .sober-banner.sober-big-banner-text .banner-desc {
    font-size: 5rem;
    line-height: 6rem;
}

.sober-banner.sober-big-banner .banner-desc {
    font-size: 4.5rem;
    line-height: 6rem;
}

.sober-banner.sober-small-banner .banner-text,
.sober-banner.sober-small-banner .banner-desc {
    font-size: 3.7rem;
    line-height:4.3rem;
    color: #111 !important;
}

.sober-banner.sober-small-banner .banner-desc {
    font-size: 3.2rem;
    line-height:4.3rem;
    color: #111 !important;
}

.sober-banner .sober-button {
    font-family: Poppins, sans-serif;
    color: #FFD2DF;
    background: #111;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin-top:10px;
    border: 4px solid #111;
    box-shadow: inset 0 0 0 1px #FFD2DF;
}

.sober-banner .sober-button:hover {
    color: #111;
    background: #FFD2DF;
    border: 4px solid #FFD2DF;
    box-shadow: inset 0 0 0 1px #111;
}

.sober-banner .sober-button:after {
    background-color: transparent;
}

.sober-banner.pink-text .banner-text, .sober-banner.pink-text .banner-desc {
    color: #FFD2DF !important;
}

.sober-banner.pink-text .sober-button,
.sober-banner.pink-button .sober-button{
    background-color: #FFD2DF;
    color: #111;
    font-weight:400;
    border: 4px solid #FFD2DF;
    box-shadow: inset 0 0 0 1px #111;
}

.sober-banner.pink-text .sober-button:hover {
    color: #FFD2DF;
    background: #111;
    border: 4px solid #111;
    box-shadow: inset 0 0 0 1px #FFD2DF;
}

.sober-banner.light-scheme .sober-button:after {
    display:none;
}

.sober-banner.light-scheme.pink-text .sober-button:after {
    background-color: transparent;
}

.sober-banner.text-shadow .banner-text,
.sober-banner.text-shadow .banner-desc {
    text-shadow: 0 1px 6px rgba(0,0,0,1);
}



@media (max-width: 1200px) {

    .sober-banner .banner-content {
        left: 40px;
    }
}

@media (max-width: 900px) {
    .vc_col-sm-6 {
        width: 100% !important;
    }

}

@media (max-width: 500px) {

    .sober-banner .banner-content {
        left: 20px;
    }

    .sober-banner.gradient-bg:before {
        content: "";
        background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .sober-banner.sober-small-banner .banner-text, .sober-banner.sober-small-banner .banner-desc {
        font-size: 2.5rem;
        line-height: 3.3rem;
    }

    .sober-banner.sober-big-banner .banner-text, .sober-banner.sober-big-banner .banner-desc {
        font-size: 3.5rem;
        line-height: 4.6rem;
    }

    .sober-banner .sober-button {
        padding: 5px 15px;
        font-size: 1.2rem;
        letter-spacing: 0.5px;
    }

}



/* ------------------------ */

/*Product list
------------------------ */

.page-header {
    min-height: 75vh;
    position: relative;
}

@media (max-width: 500px) {
    .page-header {
        min-height: 55vh;
    }
}

.page-header .breadcrumb {
    display: none;
}

.page-header > .sober-container {
    width: 100%;
    text-align: center;
}

@media (max-width: 500px) {
    .related .products .product,
    .up-sells .products .product {
        width: 100% !important;
    }
}

.woocommerce-products-header {
    position: relative;
}

.woocommerce-products-header .term-description {
    max-width: 700px;
    padding: 30px 20px 10px;
    background-color: #f7f7f7;
    margin: -80px auto 40px;
    margin-top:-80px;
    border-bottom: 1px solid #f1f2f4;
}

.woocommerce-products-header .term-description p {
    line-height: 2.5rem;
}

.woocommerce .shop-toolbar .products-filter li a {
    text-transform:uppercase;
    letter-spacing: 0.5px;
    font-weight:500
}

.woocommerce .shop-toolbar .products-filter .line-hover:after,
.woocommerce .shop-toolbar .products-filter .line-hover.active:after {
    background-color:transparent;
}

.woocommerce .shop-toolbar {
    position: relative;
}


.woocommerce .shop-toolbar .nav-filter {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.woocommerce .shop-toolbar .controls {
    float: right;
}

.woocommerce .shop-toolbar .toolbar-control {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.woocommerce .shop-toolbar .toolbar-control li {
    padding: 0;
    justify-content: flex-start;
}
@media( min-width: 768px ) {
    .woocommerce .shop-toolbar .toolbar-control li {
        padding: 0 30px;
    }
    .woocommerce .shop-toolbar .toolbar-control li:first-child {
        padding: 0 0 0 30px;
        border-right: none;
    }
    .woocommerce .shop-toolbar .toolbar-control li:last-child {
        padding: 0 30px 0 0;
    }
}
@media( min-width: 1200px ) {
    .woocommerce .shop-toolbar .toolbar-control li:last-child {
        border-right: 1px solid #e4e6eb;
    }
}

.woocommerce .shop-toolbar .toolbar-control .filter a {
    font-size: 1.2rem;
    font-weight: 500;
}

.woocommerce .shop-toolbar .toolbar-control .filter .close {
    z-index: 5;
}

/* ------------------------ */


/*Product page
------------------------ */

.woocommerce-product-details__short-description a {
    text-decoration:underline;
}

.woocommerce div.product.layout-style-1 div.summary {
    padding-left:100px;
    padding-right:100px;
}

.woocommerce .upsells h2, .woocommerce .related h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 2.8rem;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #111;
    font-weight: 300 !important;
    text-transform: uppercase;
}

.product-toolbar .nav-links {
    display: none;
    visibility: hidden;
}

@media (max-width: 1400px) {
    .woocommerce div.product.layout-style-1 div.summary {
        padding-left:20px;
        padding-right:20px;
    }
}

@media (max-width: 991px) {
    .woocommerce div.product.layout-style-1 div.summary {
        padding-left:0;
        padding-right:0;
    }
}

.woocommerce div.product .woocommerce-tabs .container {
    padding:20px;
    max-width:900px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    text-transform:uppercase;
    letter-spacing: 1px;
    color: #111;
    padding-bottom:0;
    padding-top:20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-transform:uppercase;
    letter-spacing: 1px;
    padding-bottom:0;
    padding-top:20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h3 {
    text-transform: uppercase;
    font-size:2.4rem;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size:1.6rem;
    font-weight:400;
    text-transform: uppercase;
    color: #111;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title a, .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce ul.products li.product h3 a {
    color: #111;
}

.woocommerce ul.products li.product .price {
    font-size:1.4rem;
    font-weight:300;
    text-transform: uppercase;
}

@media (max-width: 500px) {

    .woocommerce div.product .woocommerce-tabs .container {
        padding:20px;
    }
}
.woocommerce div.product .woocommerce-tabs .panel {
    text-align: left;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-weight: 400;
}

/* ------------------------ */

@media (max-width: 1100px) {

}

@media (max-width: 780px) {

}

@media (max-width: 600px) {

    /*Product title*/
    .woocommerce div.product 	.product_title {
        font-size: 2.5rem;
    }

    /*Page Title*/

    /*Headings*/
    h1 {font-size: 3.2rem;}

    /*Hide breadcrumbs*/
    .woocommerce .product-toolbar .woocommerce-breadcrumb {
        display: none;
    }
}

/*Random fixes*/
.header-v3 .site-branding img {
    margin:0;
}

.woocommerce-breadcrumb.breadcrumb,
.breadcrumb {
    /*display: none;*/
}

header.site-header.headroom--not-top.headroom--pinned span.current {
    color:#232323 !important;
}

.header-v3 .site-header .list-dropdown {
    font-size:1.2rem;
    border-bottom:none;
}

.header-v3 .site-header .list-dropdown .caret {
    margin-top:-2px;
}

.header-v3 .site-header .list-dropdown {
    padding-bottom:1px;
}

.nav-menu a {
    font-size:1.3rem;
}

.wpcf7-form .wpcf7-submit {
    background-color:#FFD2DF;
    color: #111;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color:#111;
    color: #FFD2DF !important;
}

.woocommerce button.button, .woocommerce button.button.alt {
    background-color:#111;
    color: #FFD2DF !important;
}

.woocommerce div.product form.cart .button svg, .woocommerce div.product p.cart .button svg {
    fill: #FFD2DF;
    stroke: #FFD2DF;
}

.woocommerce div.product form.cart .add-to-wishlist-button.button svg {
    fill: #111;
}

.woocommerce div.product form.cart .add-to-wishlist-button.added {
    border-color: #111;
}

.wpcf7-form .wpcf7-form-control {
    border-color: #235458;
    color: #111 !important;
}

label {
    color: #111;
    font-family: Playfair Display;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5rem;
}

.border-heading h4 {
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sober-message-box.success,
.notifyjs-sober-success {
    background-color: #D7F0D4 !important;

}

.sober-message-box.success svg,
.notifyjs-sober-success svg {
    fill: #0C7400 !important;
    stroke: #0C7400 !important;
}

.sober-message-box.success .box-content,
.sober-message-box.success a.close,
.notifyjs-sober-success {
    color: #0C7400 !important;
}

.image-bank-item h3 {
    font-size: 22px;
}

/*Footer
------------------------ */

.footer-instagram-heading {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 2.8rem !important;
}

.footer-instagram-user {
    color:#91909a;
}

.footer-info {
    font-size:1.2rem;
}

.socials-menu a:before {
    font-size:2rem;
}

.footer-info .copyright {
    display: none;
}

.footer-menu li {
    padding: 0 20px 0 0;
}
@media (max-width: 991px) {
    .footer-menu li {
        padding: 0 10px 10px;
        margin:0 !important;
    }
}

@media (max-width: 768px) {
    .footer-menu li {
        padding: 0 10px 0;
        margin:0 !important;
    }
}

.garden-contact-form label {
    width: 100%;
}

.content-narrow,
.article-narrow {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.article-narrow {
    max-width: 800px;
}

/*Checkout
------------------------ */
.wcppec-checkout-buttons__separator {
    display: block;
    opacity: 1;
    margin: 5px 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #111;
}

.woocommerce table.shop_table .product-price {
    direction: inherit;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a,
#kco-order-review .checkout-button {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: inherit;
    height: auto;
    line-height: 1.5;
    background: #fff;
    color: #111;
    border: 2px solid #111;
    border-radius: 4px;
    padding: 15px;
    letter-spacing: 0;
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 0;
    text-align: center;
}

.woocommerce ul.order_details li {
    float: none;
    color: #111;
    display: inline-block;
}

.woocommerce-thankyou-order-received {
    text-align: center;
}

.woocommerce ul.order_details li:last-child {
    margin-right: 0;
    padding-right: 0;
}

/*Paypal
 * ---------------------- */
.woocommerce-mini-cart__buttons > a {
    padding: 0.25em 0 1em 0;
}

/*Klarna
------------------------ */

#kco-order-review {
    float: none;
    width: 100%;
    padding-right: 0;
    font-size: 1rem;
    margin-bottom: 25px;
}

#kco-iframe {
    width:100%;
    float:none;
    padding:0;
}

#kco-order-review .product-total {
    text-align: right;
}

#kco-extra-fields .form-row {
    padding-left:0;
    margin: 20px 0 30px;
}

#kco-order-review .checkout-button {
    width: 100%;
    font-size: 1.6rem;
}

#kco-order-review .cart-subtotal td,
#kco-order-review .shipping td,#kco-order-review .order-total td{
    text-align: right;
    font-weight: 300;
}

#kco-order-review .cart-subtotal td span.amount{
    font-size: 1.8rem;
}

#kco-order-review table.shop_table th, #kco-order-review table.shop_table td {
    padding: 10px 0;
}

#kco-order-review .quantity {
    padding: 0px 5px;
}

#kco-order-review .quantity .decrease,
#kco-order-review .quantity .increase{
    padding: 0 5px;
}

#kco-order-review .quantity .increase svg, #kco-order-review .quantity .decrease svg {
    width: 10px;
    height: 10px;
}

#kco-order-review .quantity .qty {
    width: 50px;
    font-size: 1.2rem;
}

#kco-order-review .product-quantity {
    text-align: right;
}

@media (max-width: 600px) {

    #kco-order-review table.shop_table th, #kco-order-review table.shop_table td {
        display:block;
        padding: 5px 0;
    }

    #kco-order-review table.shop_table th, #kco-order-review table.shop_table td {
        display:block;
        padding: 5px 0;
    }

    #kco-order-review table.shop_table td.product-name {
        border-bottom:none;
    }

    #kco-order-review table.shop_table td.product-quantity {
        float:left;
    }

    #kco-order-review .product-quantity, #kco-order-review .product-total {
        border: none;
        padding-bottom: 15px !important;
    }

    #kco-order-review table.shop_table tfoot tr:first-child {
        border-top: 1px solid #f1f2f4;
    }

    #kco-order-review table.shop_table tfoot th {
        float: left;
        border: none;
    }

    #kco-order-review table.shop_table tfoot td {
        float: right;
        border: none;
    }

    .woocommerce label.woocommerce-form__label-for-checkbox > span:first-of-type {
        font-size: 1.4rem;
    }

}

/*New checkout */
.woocommerce-checkout .cart-collaterals,
.woocommerce-cart-form .cart_coupon {
    display: none;
}

.woocommerce-checkout .woocommerce-coupon-form .gardenglory-info {
	border: 0;
	padding: 0 !important;
	text-align: right;
	line-height: 1.5;
}

@media only screen and (min-width: 769px) {

    #kco-wrapper #kco-order-review,
    #kco-wrapper #kco-iframe {
        width: 50%;
    }
    #kco-wrapper #kco-order-review {
        float:         right;
        padding-right: 0;
        padding-left:  4rem;
    }
    #kco-wrapper #kco-iframe {
        float:         left;
        padding-left:  0;
        padding-right: 4rem;
    }

}

.woocommerce-checkout .gardenglory-info {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #909097;
    text-align: center;
    border: 2px solid #f1f2f4;
    padding: 25px 0 !important;
    margin: 0 !important;
    background-color: #fff;
}

.woocommerce-checkout .gardenglory-info a {
    font-weight: 600;
    color: #23232c;
    text-transform: uppercase;
}

.woocommerce-checkout .gardenglory-info:before {
    display: none;
}

/* Checkout ordering */
.woocommerce-checkout .woocommerce {
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout .woocommerce .sober-message-box.success {
    order: 1;
}

.woocommerce-checkout .woocommerce .woocommerce-cart-form {
    order: 10;
}

.woocommerce-checkout .woocommerce .gg-shipping-info {
    order: 20;
}

.woocommerce-checkout .woocommerce .cross-sells {
    order: 30;
}


/* WooCommerce checkout cross sales */
.woocommerce-checkout .cross-sells ul.products .product {
    max-width: 210px;
    width: 50%;
}

.woocommerce-checkout .cross-sells ul.products .product:nth-child(n+3) {
    display: none;
}

@media only screen and (min-width: 769px) {
    .woocommerce-checkout .cross-sells ul.products .product:nth-child(n+3) {
        display: list-item;
    }

    .woocommerce-checkout .cross-sells ul.products .product:nth-child(n+4) {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .woocommerce-checkout .cross-sells ul.products .product:nth-child(n+4) {
        display: list-item;
    }
}

/* Hide currency switcher on checkout page */
body.woocommerce-checkout .currency.list-dropdown {
    position: absolute;
    left: -9999px;
    pointer-events: none !important;
    display: none !important;
}

/* USP on frontpage */
.header-usp {
    background-color: #f1f2f4;
    color: #000;
    display: flex;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px 15px;
    font-size: 10px;
}

@media (min-width: 768px) {
    .header-usp-text {
        padding: 10px 30px;
    }
}

.header-usp-text {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .header-usp-text {
        padding: 0 30px;
    }
}

.header-usp-text p {
    margin: 0;
}

.header-usp-text .usp-box__icon {
    margin-top: 0;
    height: 20px;
    margin-right: 10px;
}

.hide-on-mobile {
    display: none;
}

@media (min-width: 768px) {
    .hide-on-mobile {
        display: flex;
    }
}

.sober-banner.align-bg-top {
    background-position: top !important;
}

/* Retailer loginform */
.wpb_wrapper #loginform input {
    width: 100%;
}

.wpb_wrapper #loginform .button {
    text-transform: uppercase;
}

/* Search collapse */
.clerk-search__header {
	overflow: hidden;
	background-color: #f7f7f7;
	transition: max-height .6s ease-in-out;
}

@media ( min-width: 1200px ) {
	.clerk-search__header {
		max-height: 0;
	}
}

.clerk-search__header.open {
	max-height: 400px;
}

.clerk-search__header .search-form {
	display: flex;
}

.clerk-search__header input,
.clerk-search__header label {
	margin-bottom: 0;
}

.clerk-search__header .search-input-label {
	display: flex;
	width: 100%;
}

.clerk-search__header .search-field {
	border: 0;
	width: 100%;
	background-color: transparent;
	line-height: 1.6;
}

.clerk-search__header .search-submit {
	padding: 6px 10px;
	display: none;
}

.clerk-search__header .search-submit-label {
	padding: 3px 10px 7px;
}

.clerk-search__header .search-submit-label:hover {
	cursor: pointer;
}

/* Clerk search page */
#clerk-search-no-results {
	text-align: center;
	margin-left: 0 !important;
}

#clerk-search-results {
	padding: 0;
	margin: 0;
	margin-bottom: 6rem;
}


#clerk-search-results > div {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

#clerk-search-results > h2,
.clerk-price-wrapper {
	display: none;
}

.clerk-product {
	box-sizing: border-box;
    text-align: center;
	line-height: 1.2;
	margin-bottom: 25px;
	padding: 0 15px;
	width: 100%;
}

@media ( min-width: 480px ) {

	.clerk-product {
		width: 50%;
		margin-bottom: 35px;
	}

}

@media ( min-width: 768px ) {
	.clerk-product {
		width: 33%;
	}
}

@media ( min-width: 980px ) {
	.clerk-product {
		width: 25%;
	}
}

.clerk-product a {
    text-decoration: none;
}

.clerk-product img {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}

.clerk-product-name {
	font-family: Playfair Display;
	text-transform: uppercase;
	font-size: 1.6rem;
	color: #111;
	font-weight: 400;
	padding: .5rem 0;
}

.clerk-product-price,
.clerk-cta-button {
	line-height: 30px;
}

/* Clerk live search */
.clerk-live-product a {
	display: flex;
	align-items: center;
}

.clerk-live-product + .clerk-live-product {
	padding-top: 1rem;
}

.clerk-live-product:not(:last-child) {
	padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.clerk-live-product img {
	max-width: 4rem;
	min-width: 4rem;
	height: auto;
    margin-right: 1.5rem;
}

.clerk-live-product-name {
	font-size: 1.25rem;
	padding-right: .75rem;
	line-height: 1.5;
}

.clerk-live-cta-button,
.clerk-live-price-wrapper {
	display: none;
}
