/*
Theme Name:			Shack Homewares
Theme URI:			https://www.shack.com.au
Description: 		A custom theme design for Shack Homewares
Author: 			Philboss Design
Author URI: 		http://www.philbossdesign.com.au
Version: 			1.0
*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

html {
    -webkit-text-size-adjust: 100%
}

:selection {
    background: #5A481C;
    color: #fff
}

:-moz-selection {
    background: #5A481C;
    color: #fff
}

body {
    font: 15px/30px 'open_sansregular';
    color: #58595B;
    letter-spacing: 0.5px;
    background: #F7F6F3
}

body.home {
    overflow: hidden
}

body.loaded {
    overflow: auto
}

body.child {
    background: #fff
}

h1 {
    color: #424142;
    font: 68px/80px 'contax_sans_55regular';
    margin: 0 0 20px;
    text-transform: uppercase
}

h2 {
    color: #424142;
    font: 50px/60px 'contax_sans_55regular';
    margin: 0 0 20px;
    text-transform: uppercase
}

h3 {
    color: #A88E62;
    font: 50px/60px 'red_vevet_-_demoregular';
    margin: 0 0 20px
}

h4 {
    color: #A88E62;
    font: 22px/28px 'contax_sans_55regular';
    margin: 0 0 20px
}

h5 {
    color: #A88E62;
    font: 26px/40px 'red_vevet_-_demoregular';
    margin: 0 0 20px
}

h6 {
    font: 18px/22px 'contax_sans_55regular';
    text-transform: uppercase
}

p {
    font: 15px/30px 'open_sansregular';
    color: #58595B;
    margin: 0 0 20px
}

.conditions {
    font: 12px/24px 'open_sansregular'
}

.large {
    font: 26px/38px 'contax_sans_55regular';
    margin: 0 0 20px
}

h1:after {
    height: 2px;
    width: 120px;
    background: #424142;
    content: '';
    position: relative;
    bottom: -30px;
    display: block;
    margin: 0 auto
}

h2:after {
    height: 2px;
    width: 120px;
    background: #424142;
    content: '';
    position: relative;
    bottom: -30px;
    display: block
}

input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    width: 100%;
    font: 15px/40px 'open_sansregular';
    height: 40px;
    margin: 0 0 20px;
    border-bottom: 1px solid #c8c8c8
}

input:focus, select:focus, textarea:focus {
    border-bottom: 1px solid #424142
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0
}

input[type=submit] {
    border: 0 !important;
    background: #424142;
    color: #F7F6F3;
    text-transform: uppercase;
    width: 100%;
    max-width: 200px;
    letter-spacing: 1.5px;
    padding: 0 25px;
    border-radius: 3px;
    cursor: pointer;
    margin: 20px 0 0;
    transition: .5s
}

input[type=submit]:hover {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    transition: .5s
}

input[type=text]:disabled {
    background: none;
    color: #000
}

select {
    background: url('assets/select.svg') top right no-repeat;
    border-bottom: 1px solid #777;
    opacity: 0.5
}

input[type=hidden] {
    display: none
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F7F6F3;
    z-index: 5
}

.loading {
    width: 220px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -110px 0 0 -105px;
    text-align: center
}

.status {
    position: absolute;
    left: 50%;
    width: 40px;
    margin: 0 0 0 -20px;
    bottom: 150px
}

.shop_table {
    width: 100%;
    margin: 60px 0 0
}

.shop_table thead th {
    text-transform: uppercase;
    text-align: left;
    font: 15px/30px 'open_sansregular'
}

.shop_table tbody .product-remove {
    width: 5%
}

.shop_table tbody .product-remove a {
    display: block;
    text-indent: -9999px;
    background: url(assets/remove.svg) center center no-repeat
}

.shop_table tbody .product-thumbnail {
    width: 10%;
    text-align: center
}

.shop_table tbody .product-thumbnail img {
    max-width: 60px;
    margin: 10px 0 0
}

/* .shop_table tbody .product-name{width: 54%; font:20px/24px 'contax_sans_55regular'} */
.shop_table tbody .product-name {
    width: 63%;
    font: 20px/24px 'contax_sans_55regular'
}

.shop_table tbody .product-name .variation dt {
    display: none
}

.shop_table tbody .product-name .variation dd p, .shop_table tbody .product-name .variation #option p {
    font: 12px/20px 'open_sansregular';
    margin: 0 0 -10px
}

/* .shop_table tbody .product-price{width: 31%; min-width: 230px; font: 20px/24px 'contax_sans_55regular'; text-align: left} */
.shop_table tbody .product-price {
    width: 22%;
    min-width: 175px;
    font: 20px/24px 'contax_sans_55regular';
    text-align: left
}


.shop_table tbody .product-quantity {
    width: 6%
}

.shop_table tbody .product-quantity label {
    display: none
}

.shop_table tbody .product-quantity input {
    background: #F7F6F3;
    text-align: center;
    max-width: 60px;
    border-bottom: 0;
    margin: 5px 0
}

.shop_table tbody .product-subtotal {
    width: 16%;
    min-width: 180px;
    font: 20px/24px 'contax_sans_55regular'
}

.shop_table tbody .product-subtotal del {
    text-decoration: none;
    min-width: 80px;
    display: inline-block;
    text-align: right
}

.shop_table tbody .product-subtotal ins {
    text-decoration: none;
    background: url(assets/love_shack_5.svg) top right no-repeat;
    color: #cb2027;
    padding: 0 10px 0 0;
    min-width: 80px;
    display: inline-block;
    text-align: right
}

.shop_table a {
    color: #A88E62;
    text-decoration: none
}

tbody tr:last-child {
    display: none
}

table thead .product-subtotal {
    display: none
}

.product-subtotal {
    display: none
}

.wcqlupdatelistbtn, .emailwishlist {
    display: inline-block;
    background: #424142;
    color: #F7F6F3;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
    font: 15px/40px 'open_sansregular';
    letter-spacing: 1.5px;
    padding: 0 20px;
    text-align: center;
    border-radius: 3px;
    margin: 40px 0 0;
    cursor: pointer;
    transition: .5s
}

.wcqlupdatelistbtn:hover, .emailwishlist:hover {
    color: #F7F6F3;
    background: #424142;
    text-decoration: none;
    transition: .5s;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3)
}

.seo-content-page, .seo-content-product {
    background: #FFF;
    width: 100%;
    margin: 20px 0 0
}

.seo-content-page h1, .seo-content-product h1 {
    font: 22px/28px 'contax_sans_55regular'
}

.seo-content-page h1:after, .seo-content-product h1:after {
    display: none
}

.seo-content-page h2, .seo-content-product h2 {
    font: 22px/28px 'contax_sans_55regular';
    margin: 60px 0 20px
}

.seo-content-page h2:after, .seo-content-product h2:after {
    display: none
}


.seo-content-page a, .seo-content-product a {
    color: #A88E62;
    text-decoration: none
}

.seo-content-page a:hover, .seo-content-product a:hover {
    text-decoration: underline
}


/*.seo-content .container{max-width: 1140px; margin: -80px auto 60px; position: relative; padding: 0 40px}*/

.seo-content-product .container {
    max-width: 1140px;
    margin: -100px auto 0;
    position: relative;
    padding: 0 40px 40px
}

/* .seo-content-product .container p:first-of-type{border-top: 1px solid #ccc; padding-top: 40px} */

.seo-content-page .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px 40px
}

.seo-content-page .container p:first-of-type {
    border-top: 1px solid #ccc;
    padding-top: 40px
}


.actions {
    border-top: 1px solid;
    margin: 20px 0 0;
    padding: 20px 0 0
}

#Sale-Yes .actions .loveshack-note, #Sale-Yes .actions .promo-note {
    display: none
}

.actions .note {
    margin: 0 0 20px
}

.actions .note span {
    display: block;
    margin: 0 0 20px
}

.actions .note span.promo-note {
    display: none
}

.actions .note .loveshack-note a {
    font: 12px/18px 'open_sansregular';
    display: inline;
    color: #cb2027;
    text-decoration: none
}

.actions .note img {
    display: inline;
    position: relative;
    top: -6px;
    max-width: 15px
}

.actions .note .info {
    max-width: 20px;
    display: inline-block;
    margin: 0 0 0 -2px;
    position: relative;
    top: -4px;
    cursor: pointer
}

.emailwishlist {
    float: right;
    margin: 0
}

.continue-browsing {
    float: right;
    clear: both;
    margin: 10px 0 100px;
    color: #A88E62;
    text-decoration: none;
    display: none
}

.cart-empty {
    text-align: center;
    background: url('assets/empty_wishlist.svg') no-repeat;
    margin: 0 auto 50px;
    max-width: 260px;
    padding: 240px 0 0
}

.woocommerce-message {
    display: none
}

header.shadow, .home header.shadow {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    transition: .25s ease
}

header {
    position: fixed;
    display: block;
    background: #F7F6F3;
    width: 100%;
    z-index: 4;
    transition: .25s ease
}

header.reveal {
    height: 100%
}

header .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px
}

header .container:after {
    content: '';
    clear: both;
    display: block
}

header .container .logo {
    float: left;
    padding: 7px 0 0;
    width: 100%;
    max-width: 230px;
    position: relative;
    z-index: 1
}

header .container .primary-desktop {
    display: block;
    float: right;
    position: relative;
    z-index: 1
}

header .container .primary-desktop ul {
    list-style: none
}

header .container .primary-desktop ul li {
    float: left;
    margin: 0 10px;
    padding: 32px 0;
    position: relative
}

/* #Sale-Yes header .container .primary-desktop ul li:last-child{display: none} */
header .container .primary-desktop ul li a {
    display: block;
    position: relative;
    color: #5A481C;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 3px solid #F7F6F3;
    transition: .5s
}

header .container .primary-desktop ul li a:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: #A88E62;
    position: absolute;
    transition: .25s
}

header .container .primary-desktop ul li a:hover:after {
    width: 100%;
    transition: .25s
}

/* header .container .primary-desktop ul li:last-child a{color: #cb2027} */
/* header .container .primary-desktop ul li:last-child a:after{background: #cb2027} */

header .container .primary-desktop ul li:nth-child(2) a {
    color: #cb2027
}

header .container .primary-desktop ul li:nth-child(2) a:after {
    background: #cb2027
}


header .container .primary-desktop ul li.current-menu-item a, header .container .primary-desktop ul li.current-product_cat-ancestor a, header .container .primary-desktop ul li.active a {
    color: #A88E62;
    border-bottom: 3px solid #A88E62;
    transition: .5s
}

/* header .container .primary-desktop ul li.current-menu-item:last-child a{color: #cb2027; border-bottom: 3px solid #cb2027; transition: .5s} */

header .container .primary-desktop ul li.current-menu-item:nth-child(2) a {
    color: #cb2027;
    border-bottom: 3px solid #cb2027;
    transition: .5s
}


header .container .primary-desktop ul li.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #A88E62;
    position: absolute;
    margin: 0px auto;
    left: 0;
    right: 0
}

header .container .primary-mobile {
    visibility: hidden;
    transition: .5s;
    transition-delay: 1.5s;
    position: absolute;
    background: #F7F6F3;
    z-index: 4;
    height: 60px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 90px 0 0;
    left: 0;
    right: 0;
    opacity: 0
}

header .container .primary-mobile.show {
    visibility: visible;
    transition: .5s;
    transition-delay: .15s;
    height: calc(100vh - 70px);
    opacity: 1
}

header .container .primary-mobile ul {
    list-style: none;
    padding: 0 20px
}

header .container .primary-mobile ul li {
    border-bottom: 1px solid #5A481C;
    left: -50px;
    transition: 1s;
    opacity: 0;
    position: relative
}

header .container .primary-mobile.show ul li {
    transition: 1s;
    left: 0;
    opacity: 1
}

header .container .primary-mobile.show ul li:nth-child(1) {
    transition-delay: .4s
}

header .container .primary-mobile.show ul li:nth-child(2) {
    transition-delay: .6s
}

header .container .primary-mobile.show ul li:nth-child(3) {
    transition-delay: .8s
}

header .container .primary-mobile.show ul li:nth-child(4) {
    transition-delay: 1s
}

header .container .primary-mobile.show ul li:nth-child(5) {
    transition-delay: 1.2s
}

header .container .primary-mobile.show ul li:nth-child(6) {
    transition-delay: 1.4s
}

header .container .primary-mobile.show ul li:nth-child(7) {
    transition-delay: 1.6s
}

header .container .primary-mobile.show ul li:nth-child(8) {
    transition-delay: 2s
}

header .container .primary-mobile ul li:nth-child(8) {
    transition-delay: .4s
}

header .container .primary-mobile ul li:nth-child(7) {
    transition-delay: .6s
}

header .container .primary-mobile ul li:nth-child(6) {
    transition-delay: .8s
}

header .container .primary-mobile ul li:nth-child(5) {
    transition-delay: 1s
}

header .container .primary-mobile ul li:nth-child(4) {
    transition-delay: 1.2s
}

header .container .primary-mobile ul li:nth-child(3) {
    transition-delay: 1.4s
}

header .container .primary-mobile ul li:nth-child(2) {
    transition-delay: 1.6s
}

header .container .primary-mobile ul li:nth-child(1) {
    transition-delay: 2s
}


/* header .container .primary-mobile.show ul li:nth-child(6) { 
    border-bottom: 0
}*/

header .container .primary-mobile ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    color: #5A481C;
    text-transform: uppercase;
    text-decoration: none
}

/* #Sale-Yes header .container .primary-mobile ul li:last-child {
    display: none
} */

#Sale-Yes header .container .primary-mobile ul li ul li:last-child {
    display: block
}

header .container .primary-mobile ul li:nth-child(2) a{color: #cb2027}
header .container .primary-mobile ul li ul li:nth-child(2) a{color: #5A481C}

header .container .primary-mobile ul li.current_page_item a {
    color: #A88E62
}

header .container .primary-mobile ul li ul {
    height: 0;
    transition: .5s;
    transition-delay: 2s
}

header .container .primary-mobile.show ul li.expand ul {
    transition: .5s
}


header .container .primary-mobile.show ul li ul li {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    left: -20px;
    position: relative
}

header .container .primary-mobile.show ul li.expand ul li {
    opacity: 1;
    visibility: visible;
    transition: .5s;
    left: 0
}


header .container .primary-mobile.show ul li.expand ul li:nth-child(1) {
    transition-delay: .4s
}

header .container .primary-mobile.show ul li.expand ul li:nth-child(2) {
    transition-delay: .6s
}

header .container .primary-mobile.show ul li.expand ul li:nth-child(3) {
    transition-delay: .8s
}

header .container .primary-mobile.show ul li.expand ul li:nth-child(4) {
    transition-delay: 1s
}

header .container .primary-mobile.show ul li.expand ul li:nth-child(5) {
    transition-delay: 1.2s
}

header .container .primary-mobile.show ul li.expand ul li:nth-child(6) {
    transition-delay: 1.4s
}

header .container .primary-mobile.show ul li.expand ul li:nth-child(7) {
    transition-delay: 1.6s
}


header .container .primary-mobile.show ul li ul li:nth-child(7) {
    transition-delay: .4s
}

header .container .primary-mobile.show ul li ul li:nth-child(6) {
    transition-delay: .6s
}

header .container .primary-mobile.show ul li ul li:nth-child(5) {
    transition-delay: .8s
}

header .container .primary-mobile.show ul li ul li:nth-child(4) {
    transition-delay: 1s
}

header .container .primary-mobile.show ul li ul li:nth-child(3) {
    transition-delay: 1.2s
}

header .container .primary-mobile.show ul li ul li:nth-child(2) {
    transition-delay: 1.4s
}

header .container .primary-mobile.show ul li ul li:nth-child(1) {
    transition-delay: 1.6s
}


header .container .primary-mobile ul li.expand.menu-item-155 ul {
    height: 210px
}

header .container .primary-mobile ul li.expand.menu-item-162 ul {
    height: 260px
}


header .container .primary-mobile ul li.menu-item-has-children:after {
    content: '';
    background: url(assets/expand.svg) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    transition: .5s;
    transform: rotate(0)
}

header .container .primary-mobile ul li.menu-item-has-children.expand:after {
    transition: .5s;
    transform: rotate(-180deg)
}

header .container .primary-mobile ul li ul li, header .container .primary-mobile ul li:last-child {
    border: 0
}

header .container .primary-mobile ul li.expand ul li {
    transition: 1s;
    opacity: 1;
    transition-delay: .5s
}

header .container .primary-mobile ul li ul li {
    transition: 1s;
    opacity: 0;
    transition-delay: .5s
}


.hamburger {
    padding: 34px 10px 20px 8px;
    background: none;
    cursor: pointer
}

.hamburger-box {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #5A481C;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}


header .container .utilities {
    float: right;
    position: relative;
    z-index: 1
}

header .container .utilities ul {
    list-style: none
}

header .container .utilities ul li {
    float: left
}

header .container .utilities ul li:last-child {
    display: none
}

header .container .utilities ul li a {
    display: block;
    padding: 28px 0 28px 5px;
    position: relative
}

header .container .utilities ul li a span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #5A481C;
    position: absolute;
    margin: 0px auto;
    left: 0;
    right: 0;
    top: -5px
}

header .container .utilities ul li a span {
    position: absolute;
    margin: 60px -51px;
    background: #5A481C;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 10px;
    height: 30px;
    color: #F7F6F3;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: 1
}

header .container .utilities ul li a:hover span {
    opacity: 1 !important;
    visibility: visible !important;
    margin: 50px -51px;
    transition: .25s
}

header .container .utilities ul li a #dvin-quotelist-count {
    position: absolute;
    background: #A88E62;
    height: 11px;
    width: 11px;
    border-radius: 15px;
    text-align: center;
    font-size: 6px;
    line-height: 11px;
    color: #fff;
    text-decoration: none;
    right: 0;
    margin: 5px 6px 0 0
}

header .mega-menu {
    clear: both;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    position: fixed;
    overflow: hidden;
    transition: .5s
}

header .mega-menu.show {
    background: #F7F6F3;
    opacity: 1;
    visibility: visible;
    transition: .5s
}

header .mega-menu .container {
    max-width: 1024px;
    height: 100%
}

header .mega-menu .container .menu-sub-menu-furniture-container, header .mega-menu .container .menu-sub-menu-collections-container {
    display: table;
    height: 100%;
    width: 100%
}

header .mega-menu ul {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 80px
}

header .mega-menu ul li {
    float: left;
    width: 25%
}

header .mega-menu ul li a {
    font-family: 'open_sansregular';
    text-transform: uppercase;
    margin: 40px 0 15px;
    display: block;
    color: #58595B;
    text-decoration: none
}

header .mega-menu ul li ul {
    padding: 0
}

header .mega-menu ul li ul li {
    width: 100%;
    float: none
}

header .mega-menu ul li ul li a {
    text-transform: none;
    margin: 0 0 5px;
    position: relative;
    float: left;
    clear: both
}

header .mega-menu ul li ul li a:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background: #58595B;
    position: absolute;
    transition: .25s
}

header .mega-menu ul li ul li a:hover:after {
    width: 100%;
    transition: .25s
}


header .mega-menu ul li ul li:last-child a {
    color: #A88E62;
    border: 1px solid #A88E62;
    border-radius: 3px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 25px 0 40px;
    letter-spacing: 1.5px;
    transition: .5s;
    font-size: 12px;
    display: inline-block
}

header .mega-menu ul li ul li:last-child a:hover {
    background: #A88E62;
    color: #F7F6F3;
    transition: .5s
}

header .mega-menu ul li ul li:last-child a:after {
    display: none
}

header .mega-menu ul.all {
    margin: -120px 0 0;
    display: block
}

header .mega-menu ul.all li {
    clear: both;
    width: 100%;
    margin: 20px 0;
    text-align: center
}

header .mega-menu ul.all li a {
    background: #424142 !important;
    color: #F7F6F3;
    border: 0 !important;
    font: 15px/40px 'open_sansregular';
    padding: 0;
    margin: 0;
    height: 40px;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    border-radius: 3px
}

header .mega-menu .mega-menu ul.all li a:hover {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    transition: .5s
}

.modal {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 720px;
    padding: 0 20px;
    display: none
}

.modal .container {
    display: table;
    height: 100%
}

.modal .container .wrapper {
    display: table-cell;
    vertical-align: middle
}

.modal .container .wrapper .inner {
    background: #fff;
    position: relative;
    width: 100%;
    margin: 0 auto
}

.modal .container .wrapper .inner div {
    padding: 40px
}

.modal .container .wrapper .inner h4:after {
    height: 2px;
    width: 40px;
    margin: 0 0 40px;
    background: #A88E62;
    content: '';
    position: relative;
    bottom: -20px;
    display: block
}

.modal .container .wrapper .inner .close {
    position: absolute;
    top: 40px;
    right: 40px
}

.modal .container .wrapper .inner a {
    color: #A88E62;
    text-decoration: none
}

.modal .container .wrapper .inner a:hover {
    text-decoration: underline
}

.modal .container .wrapper .inner .help {
    color: #bbb
}

.modal form {
    padding: 10px 0 40px
}

.modal form div {
    padding: 0 !important
}

.modal form label {
    display: none
}

.modal form input[type=text] {
    background: none;
    color: #58595B;
    font: 30px/40px 'open_sanslight';
    padding: 0 0 5px;
    letter-spacing: 1px;
    border-bottom: 1px solid #999 !important;
    width: 100%
}

#member-info {
    max-width: 480px
}

.link {
    display: inline-block;
    background: #424142;
    color: #F7F6F3 !important;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1.5px;
    padding: 0 18px;
    text-align: center;
    border-radius: 3px;
    margin: 10px 5px 0 0;
    transition: .5s
}

.link:hover {
    text-decoration: none !important;
    transition: .5s;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3)
}

/* #Sale-Yes .feature{top: 130px; padding: 0 0 130px} */
.woocommerce-demo-store .feature{top: 130px; padding: 0 0 130px}


.feature {
    position: relative;
    top: 90px; /*top:110px;*/
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0 90px;
    overflow: hidden
}

.feature .slider-desktop {
    display: block
}

.feature .slider-mobile {
    display: none
}


.feature .elevator {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1
}

.feature .elevator .hero-link {
    height: 100%;
    display: block;
    position: absolute;
    width: 100%;
    text-indent: -9999px;
    opacity: 0
}

.feature .elevator .container {
    display: table;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%
}

.feature .elevator .container .content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 60px
}

.feature .elevator .container .content h2:after {
    display: none
}

.feature .elevator .container .content a {
    display: inline-block;
    background: #424142;
    color: #F7F6F3;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1.5px;
    padding: 0 25px;
    border-radius: 3px;
    transition: .5s
}

.feature .elevator .container .content a:hover {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    transition: .5s
}

.feature .elevator .container .content .Yes {
    display: block
}

.feature .elevator .container .content .No {
    display: none
}

.feature .elevator .container .content .Left {
    text-align: left;
    float: left
}

.feature .elevator .container .content .Middle {
    text-align: center;
    float: none
}

.feature .elevator .container .content .Right {
    text-align: left;
    float: right
}


.home .breadcrumbs {
    display: none
}

.breadcrumbs {
    display: block;
    padding: 120px 0 0;
    margin: 0 0 -120px;
    position: relative;
    z-index: 2
}

.woocommerce-demo-store .breadcrumbs {
    padding: 145px 0 0
}

.breadcrumbs .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
    height: 40px
}

.breadcrumbs .container .scroll {
    list-style: none;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.breadcrumbs .container span {
    display: inline-block;
    font-size: 12px;
    line-height: 40px;
    margin: 0 2px
}

.breadcrumbs .container span a:after {
    content: '›';
    margin: 0 0 0 4px
}

.breadcrumbs .container span a {
    display: inline-block;
    text-decoration: none;
    color: #A88E62
}

.product-breadcrumbs {
    background: #fff;
    position: relative;
    z-index: 3
}

.product-breadcrumbs .container {
    max-width: 1180px;
    margin: -90px auto 0;
    padding: 0 40px;
    height: 40px
}

.product-breadcrumbs .container .scroll {
    list-style: none;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.product-breadcrumbs .container .scroll .woocommerce-breadcrumb {
    font-size: 12px;
    line-height: 40px;
    margin: 0 0 0 4px
}

.product-breadcrumbs .container .scroll .woocommerce-breadcrumb a {
    text-decoration: none;
    color: #A88E62
}

.woocommerce-page.term-furniture .product-breadcrumbs, .woocommerce-page.term-collections .product-breadcrumbs, .woocommerce-page.term-shack-collective .product-breadcrumbs {
    background: #F7F6F3
}

.page-template main {
    padding: 150px 0 40px
}

main {
    padding: 60px 0;
    display: block;
    position: relative
}

main .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 40px
}

main .container:after {
    content: '';
    clear: both;
    display: block
}

main .container h1 {
    margin: -40px 0;
    padding: 0 0 40px
}

main .container h1:after {
    height: 2px;
    width: 120px;
    background: #424142;
    content: '';
    position: relative;
    bottom: -30px;
    display: block;
    margin: 0 auto
}

main .container a {
    color: #A88E62;
    text-decoration: none
}

main .container a:hover {
    text-decoration: underline
}

main.half .container .column {
    float: left;
    width: 45%;
    margin: 80px 2.5% 0
}

main.half .container .column:nth-of-type(odd) {
    text-align: center
}

main.half .container .column:nth-of-type(4n+3) {
    float: right;
    clear: both;
    margin-bottom: 40px
}

main.half .container .column:nth-of-type(4n+1) {
    float: left;
    margin-bottom: 40px
}

main.half.panels .container .column:nth-of-type(4n+1) {
    margin-bottom: 100px
}

main.quarter .container .column {
    float: left;
    width: 35%;
    margin: 40px 2.5% 60px
}

main.quarter .container .column:nth-of-type(odd) {
    text-align: center
}

main.quarter .container .column:nth-of-type(4n+3) {
    width: 55%;
    float: left;
    clear: both;
    margin-bottom: 40px
}

main.quarter .container .column:nth-of-type(4n+1) {
    width: 55%;
    float: right
}

main.quarter .container .column:nth-of-type(4n+3) img {
    box-shadow: -40px 40px !important
}

main.half .container .column:nth-of-type(4n+3) img {
    box-shadow: 40px 40px !important
}

main.half.panels .container .column {
    margin: 0 2.5%
}

.term-shack-collective main.quarter .container .column:nth-of-type(even) {
    width: 55%
}

.term-shack-collective main.quarter .container .column {
    width: 35%;
    margin-bottom: 0
}

main .container .column h2 {
    margin: -40px 0 60px
}

main .container .column h3 {
    margin: 40px 0 20px
}

main .container .column img {
    margin: 0 0 40px;
    width: auto
}

.page-template-love-shack main .container .column img {
    margin: 0
}

.collections {
    background: #F7F6F3;
    padding: 0 0 60px
}

.collections .container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px
}

.collections .container:after {
    content: '';
    clear: both;
    display: block
}

.collections .container h1 {
    margin: -40px 0 -20px;
    padding: 0 0 40px
}

.collections .container h3 {
    padding: 60px 0 0
}

.collections .container h4:after {
    height: 2px;
    width: 40px;
    margin: 0 0 40px;
    background: #A88E62;
    content: '';
    position: relative;
    bottom: -20px;
    display: block
}

.collections .container ul {
    list-style: none;
    padding: 60px 0 0
}

.collections .container ul li {
    float: right;
    width: 19%;
    margin: 0 0.5%;
    transition: .5s ease
}

.collections .container ul li:hover {
    background: #fff;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.25);
    transition: .5s ease
}

.collections .container ul li .wrapper {
    margin: 20px 20px 40px
}

.collections .container ul li .wrapper p {
    height: 90px;
    overflow: hidden
}

.collections .container ul li a {
    text-decoration: none;
    display: block
}

.collections .container ul li a span {
    display: block;
    color: #58595B;
    font: 12px 'open_sansregular';
    text-transform: uppercase;
    opacity: 0.3;
    transition: 0.5s ease
}

.collections .container ul li:hover a span {
    opacity: 1;
    transition: 0.5s ease
}

.collections .container ul li .mask {
    overflow: hidden
}

.collections .container ul li a img {
    transition: 0.5s
}

.collections .container ul li a:hover img {
    transform: scale(1.02);
    transition: 0.5s
}


.sub .full-width {
    padding: 60px 0
}

.full-width {
    background: #fff;
    clear: both;
    padding: 150px 0 60px
}

.page-template-love-shack .full-width {
    padding: 100px 0 60px
}

.page-template-buy-one-give-one .full-width {
    padding: 60px 0;
    background: #fafafa
}

.full-width .container {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px
}

.page-id-140 .full-width .container {
    max-width: 1140px
}

.page-template-buy-one-give-one .full-width .container {
    max-width: 1140px
}

.full-width .container:after {
    content: '';
    clear: both;
    display: block
}

.page-template-buy-one-give-one .full-width.supported-causes {
    max-width: 1400px;
    background: none;
    margin: 0 auto;
    padding: 60px 40px
}

.page-template-buy-one-give-one .full-width.supported-causes article {
    background: #fff;
    min-height: 700px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2)
}

.page-template-buy-one-give-one .full-width.supported-causes article .summary {
    padding: 20px
}

.page-template-buy-one-give-one .full-width.supported-causes article .summary h4 {
    margin: 0 0 60px
}

.page-template-buy-one-give-one .full-width.supported-causes article .summary h4:after {
    height: 2px;
    width: 40px;
    content: '';
    background: #A88E62;
    position: relative;
    display: block;
    bottom: -30px
}

.page-template-buy-one-give-one .map-widget {
    text-align: center
}

.page-template-buy-one-give-one .map-widget h2 {
    text-transform: unset;
    margin: 0 auto 80px;
    font: 36px/44px 'contax_sans_55regular';
    max-width: 450px
}

.page-template-buy-one-give-one .map-widget h2:after {
    margin: 0 auto
}

.page-template-buy-one-give-one .map-widget iframe {
    display: block;
    margin: 0 auto
}

.swiper-container-2 {
    overflow: hidden
}

.swiper-pagination {
    position: relative !important;
    margin: 40px 0 0 !important;
    display: none;
    z-index: 1 !important
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: none !important;
    opacity: 1 !important;
    border: 2px solid #58595B !important
}

.swiper-pagination-bullet-active {
    background: #58595B !important
}

.full-width .cause-info {
    float: right;
    width: 60%;
    margin: 0 0 100px
}

.full-width .widget {
    float: left;
    width: 40%;
    text-align: center;
    margin: 0 0 100px
}

.full-width .cause-about {
    float: left;
    width: 45%;
    margin: 0 0 40px 5%;
    clear: both
}

.full-width .cause-about h2 {
    margin: -40px auto 60px
}

.full-width .cause-photo {
    float: left;
    width: 50%;
    text-align: center;
    margin: 0 0 40px
}

.full-width .container .title {
    text-align: center
}

.full-width .container .title h2 {
    margin: -40px auto 100px;
    max-width: 650px
}

.full-width .container .title h2:after {
    margin: 0 auto
}

.full-width .container .title.No {
    display: none
}

.full-width .container .body {
    text-align: left
}

.full-width .container .body .slim {
    max-width: 650px;
    margin: 0 auto 20px
}

.full-width .container .body img {
    margin: 0 0 20px
}

.full-width .container .body h4 {
    color: #424142;
    font: 20px/24px 'contax_sans_55regular'
}

.full-width .container .body h6 {
    margin: 0 0 10px
}

.full-width .container .body h2 {
    font: 26px/32px 'contax_sans_55regular';
    margin: 0 0 10px;
    max-width: 100%
}

.full-width .container .body h2:after {
    display: none
}

.full-width .container .body ol, .full-width .container .body ul {
    margin: 10px 0 20px 30px
}

.full-width .container .body ol ol {
    list-style: lower-roman
}

.full-width .container .body a {
    color: #A88E62;
    text-decoration: none
}

.full-width .container .body .benefit {
    max-width: 700px;
    margin: 20px auto 0
}

.full-width .container .body .benefit:after {
    clear: both;
    height: 1px;
    width: 100px;
    background: #A88E62;
    content: '';
    position: relative;
    display: block;
    margin: 0 auto
}

.full-width .container .body .benefit h2 {
    color: #A88E62
}

.full-width .container .body .benefit p {
    font: 18px/30px 'open_sansregular'
}

.full-width .container .body .benefit .image {
    float: left;
    width: 45%
}

.full-width .container .body .benefit .copy {
    float: right;
    width: 50%;
    margin: 120px 0 0
}

.full-width .container .body .benefit .image img {
    margin: 0
}

.full-width .container .body .benefit:nth-of-type(even) .image {
    float: right
}

.full-width .container .body .benefit:nth-of-type(even) .copy {
    float: left
}

.clause {
    padding: 60px 0 0;
    max-width: 660px;
    margin: 0 auto;
    text-align: center
}

.clause p {
    font: 12px/24px 'open_sansregular';
    margin: 0
}

.clause a {
    color: #A88E62;
    text-decoration: none
}


.page-template-blog .products, .page-template-wishlist .products, .page-template-contact .products, .post-template-default .products {
    padding: 150px 0 60px
}

.sub .products {
    padding: 60px 0
}

.page-template-wishlist .products .container {
    max-width: 750px
}

.products {
    background: #fff;
    clear: both;
    padding: 60px 0
}

.products .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px
}

.products .container:after {
    content: '';
    clear: both;
    display: block
}

.products .container .description {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    padding: 0 0 20px;
    clear: both
}

.products .container .description h2 {
    margin: -40px auto 60px;
    max-width: 650px
}

.products .container .description h2:after {
    margin: 0 auto
}

.home .products .container .description h2:after {
    margin: 0
}

.products .container .description a {
    color: #A88E62;
    text-decoration: none
}

.products .container form {
    margin: 40px 0 0
}

.products .container form label {
    display: none
}

.products .container form.cart {
    margin: 0
}

.page-template-competition .container form {
    max-width: 650px;
    margin: 0 auto !important;
    position: relative
}

.page-template-competition .container form label {
    display: none
}

.page-template-competition .container form ul {
    list-style: none;
    margin: 0 !important
}

.page-template-competition .container form .gform_footer {
    text-align: center
}

.page-template-competition .gform_ajax_spinner {
    margin: 20px auto !important
}


/* Woo */

.demo_store {
    position: fixed;
    display: block !important;
    z-index: 4;
    background: #444;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 25px;
    padding: 5px 0;
    height: 25px;
    overflow: hidden
}

.demo_store a {
    text-decoration: none;
    color: #fff
}

.woocommerce-demo-store header {
    top: 35px
}

.woocommerce-store-notice__dismiss-link {
    display: none
}

/* Storewide sale */
#Sale-Yes main.half.panels .container .column:nth-of-type(1), #Sale-Yes main.half.panels .container .column:nth-of-type(2) {
    display: none
}

#Sale-Yes .banner {
    display: none
}

.woocommerce-page {
    background: #fff
}

.woocommerce-page main {
    padding: 20px 0 0
}

.woocommerce-page .content-area {
    padding: 150px 0 60px
}

.woocommerce-page.term-furniture, .woocommerce-page.term-collections, .woocommerce-page.term-shack-collective {
    background: #F7F6F3
}

.woocommerce-page h2.woocommerce-loop-category__title {
    color: #A88E62;
    font: 22px/26px 'contax_sans_55regular';
    margin: 0 0 20px;
    text-transform: unset
}

.woocommerce-page h2.woocommerce-loop-category__title:after {
    height: 2px;
    width: 40px;
    margin: 0 0 40px;
    background: #A88E62;
    content: '';
    position: relative;
    bottom: -20px;
    display: block
}

.woocommerce-page h1.product_title {
    color: #424142;
    font: 22px/26px 'contax_sans_55regular';
    margin: 0 0 20px;
    padding: 0;
    text-transform: unset
}

.woocommerce-page h1.product_title:after {
    height: 2px;
    width: 40px;
    margin: 0 0 40px;
    background: #424142;
    content: '';
    position: relative;
    bottom: -20px;
    display: block
}

.woocommerce-page h2.woocommerce-loop-product__title {
    color: #58595B;
    font: 20px/26px 'contax_sans_55regular' !important;
    margin: 0 0 5px !important;
    text-transform: unset;
    padding: 0 5px 0 15px !important;
    border: 0 !important
}

.woocommerce-page h2.woocommerce-loop-product__title:after {
    display: none !important
}

#Sale-Yes del .woocommerce-Price-amount {
	text-decoration: line-through;
    float: left
}

#Sale-No del .woocommerce-Price-amount {
    text-decoration: none
}


/* .page-template-wishlist .woocommerce-Price-amount{width: 100px} */
ins .woocommerce-Price-amount {
    text-decoration: none;
    float: left;
    clear: both;
    margin: 5px 0 0
}

.price ins img {
    float: left;
    margin: 11px 2px 0;
    width: 15px !important;
    display: none
}

.price del {
    text-decoration: none;
	display: block
}

.page-template-wishlist del {
    text-decoration: none;
    float: left; /* width: 90px */
    width: 75px
}

.price ins:after {
    content: 'Sale';
    display: block;
    margin: 5px 0 0 5px;
    float: left
}

#Sale-No .price ins:after {
    content: 'Member'
}

#Sale-Yes .price del span{
    text-decoration: line-through
}
#Sale-Yes .tooltip {
	display: none
}

/*
.price ins.sale-on:after{content: 'Sale'; display: block; margin: 5px 0 0 5px; float: left}
.price ins.sale-off:after{content: 'Member'; display: block; margin: 5px 0 0}
*/

.price .reg:after {
    content: 'Regular';
    width: 100px;
    display: inline-block
}

.page-template-wishlist ins {
    float: left;
    margin: 0 0 0 10px
}

.page-template-wishlist ins .woocommerce-Price-amount {
    margin: 0
}

.page-template-wishlist ins img {
    margin: 6px 0 0 2px;
    float: left;
    width: 15px !important
}

#Sale-Yes.page-template-wishlist ins img{
	display: none
}

.return-to-shop {
    display: none
}

.woocommerce-info {
    text-align: center;
    margin: 40px 0 0
}

.search .woocommerce-info {
    text-align: center
}

.woocommerce-tabs ul, .woocommerce-tabs h2 {
    display: none
}

.woocommerce-tabs .shop_attributes {
    width: 100%
}

.woocommerce-tabs .shop_attributes tbody tr, .woocommerce-tabs .shop_attributes tbody tr th, .woocommerce-tabs .shop_attributes tbody tr td {
    display: block !important
}

.woocommerce-tabs .shop_attributes tr th {
    text-align: left;
    font: 18px/22px 'contax_sans_55regular';
    text-transform: uppercase
}


.products .container ul li a span.price {
    font: 20px/24px 'contax_sans_55regular';
    display: inline-block;
    color: #58595B;
    padding: 0 15px
}

.woocommerce-variation-availability:after {
    content: '';
    display: block;
    clear: both
}

.variations, .variations tbody, .variations tbody tr, .variations tbody tr th, .variations tbody tr td {
    display: block;
    margin: 0 0 20px
}

.variations label {
    text-transform: uppercase;
    font: 18px/22px 'contax_sans_55regular';
    display: block !important;
    margin: 0 0 20px
}

.variations .value input {
    background: url(assets/sizing.svg) no-repeat;
    height: 30px;
    cursor: pointer;
    opacity: 0.2;
    position: absolute;
    z-index: 1;
    border: 0;
    margin: 0;
    transition: .5s ease
}

.variations .value input:checked {
    background: url(assets/sizing.svg) no-repeat;
    opacity: 1;
    transition: .5s ease
}

.variations .value input:checked + label {
    opacity: 1;
    transition: .5s ease
}

.variations .value label {
    display: block !important;
    padding-left: 35px;
    margin: 0;
    cursor: pointer;
    opacity: 0.4;
    text-transform: unset;
    font: 15px/30px 'open_sansregular';
    transition: .5s ease
}

.reset_variations {
    display: none !important
}

.single-product .product-specifications .price:nth-of-type(2) {
    display: none
}

.single-product .product-specifications .price {
    float: left;
    font: 20px/24px 'contax_sans_55regular';
    margin: 0;
    width: 100%
}

/*
.single-product .product-specifications .price ins{color: #cb2027}
.single-product .product-specifications .price .woocommerce-Price-amount{display: none}
.single-product .product-specifications .price del .woocommerce-Price-amount, .single-product .product-specifications .price ins .woocommerce-Price-amount{display: block}
#Sale-No del .woocommerce-Price-amount:after{content: ' Regular'}
*/


.product_tag-sale .price ins::after, .product_tag-promo .price ins::after {
    content: 'Promotion' !important
}

.product_tag-clearance .price ins::after, .product_tag-clearance .price ins::after {
	content: 'Clearance' !important
}

.product_tag-overstocked .price ins::after, .product_tag-overstocked .price ins::after {
	content: 'Overstocked' !important
}

.product_tag-sale .tooltip, .product_tag-promo .tooltip, .product_tag-clearance .tooltip, .product_tag-overstocked .tooltip {
    display: none
}

.products .container ul li.product_tag-sale .tooltip, .products .container ul li.product_tag-promo .tooltip, .products .container ul li.product_tag-clearance .tooltip, .products .container ul li.product_tag-overstocked .tooltip {
    display: none
}

.single-product .product-type-variable .product-specifications .price:nth-of-type(2) {
    display: block;
    margin: -147px 0 0
}

.single-product .product-specifications .price:nth-of-type(2) del, .single-product .product-specifications .price:nth-of-type(2) ins {
    color: #fff !important
}

.single_variation_wrap {
    margin: 0 0 45px
}

.products .container ul li .tag {
    display: inline-block;
    height: 30px;
    background: #fff;
    position: relative;
    color: #58595B;
    text-transform: uppercase;
    padding: 15px 0 0 15px
}

.block{display: none; width: 10px; height: 20px}
.tag-new, .tag-clearance, .tag-promo, .tag-overstocked{display: none}

 
.product_cat-promo .tag-promo, .product_cat-clearance .tag-clearance, .product_cat-overstocked .tag-overstocked{display: inline-block; text-transform: uppercase; border: 1px solid #cb2027; color: #cb2027; font-size: 10px; padding: 0 10px; line-height: 20px; border-radius: 20px; position: relative; top: -1px; margin:0 0 5px 5px}

.product_cat-new-products .tag-new{display: inline-block; text-transform: uppercase; border: 1px solid #A88E62; color: #A88E62; font-size: 10px; padding: 0 10px; line-height: 20px; border-radius: 20px; position: relative; top: -1px; margin:0 0 5px 5px}


.product-type-variable p.price {
    display: none
}

.post-3175.product-type-variable p.price {
    display: block
}

.add_to_cart_button, .onsale {
    display: none
}

/* June 2019 sale only - start */
/*
.woocommerce .products li:before {
    content: ' 40% OFF' !important;
    display: block;
    color: #cb2027;
    height: 34px;
    width: 60px;
    position: absolute;
    z-index: 1;
    border: 1px solid #cb2027;
    border-radius: 60px;
    text-align: center;
    line-height: 17px;
    padding: 13px 0;
    top: 20px;
    right: 20px;

}

.product_cat-dining-tables li:before{
	content: ' 50% OFF' !important;
}

.woocommerce .products .container ul li.flex-nav-prev:first-child:before {
    display: none;
}

.single-product .products li:before{display: none !important}

li.product_cat-dining-tables:before {
    content: ' 50% OFF' !important;
    display: block;
    color: #cb2027;
    height: 34px;
    width: 60px;
    position: absolute;
    z-index: 1;
    border: 1px solid #cb2027;
    border-radius: 60px;
    text-align: center;
    line-height: 17px;
    padding: 13px 0;
    top: 20px;
    right: 20px;

}

.term-shack-collective .products li:before{display:none}

li.product_tag-sale .onsale, div.product_tag-sale .onsale{background: #fff}
li.product_tag-promo .onsale, li.product_tag-new .onsale, div.product_tag-promo .onsale, div.product_tag-new .onsale{background: #fff}

li.product_tag-new .onsale, div.product_tag-new .onsale{display: none !important}

.term-furniture .products li:before, .term-collections .products li:before, .term-living .products li:before, .term-dining .products li:before, .term-bedroom .products li:before, .term-office-storage .products li:before, .term-contemporary .products li:before, .term-french-provincial .products li:before, .term-hamptons .products li:before, .term-hardwood .products li:before {
    display: none;
}

.woocommerce .products li.product_tag-sale:before, .woocommerce .products li.product_tag-promo:before{display: none}

*/
/* June 2019 sale only - end */


li.product_tag-new .onsale, div.product_tag-new .onsale {
    display: block
}

li.product_tag-promo .onsale, div.product_tag-promo .onsale {
    display: block;
    text-indent: -9999px;
    border: 1px solid #cb2027
}

li.product_tag-sale .onsale, div.product_tag-sale .onsale {
    display: block;
    text-indent: -9999px;
    border: 1px solid #cb2027
}

li.product_tag-sale .onsale:after, div.product_tag-sale .onsale:after {
    display: block;
    content: 'Promo';
    text-indent: 0;
    margin: -58px 0 0;
    color: #cb2027
}

li.product_tag-promo .onsale:after, div.product_tag-promo .onsale:after {
    display: block;
    content: 'Promo';
    text-indent: 0;
    margin: -58px 0 0;
    color: #cb2027
}


.onsale {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    line-height: 58px;
    text-transform: uppercase;
    color: #A88E62;
    text-align: center;
    z-index: 1;
    border: 1px solid #A88E62
}

.products .container ul {
    list-style: none;
    padding: 0
}

.woocommerce .products .container ul li {
    float: left;
    width: 29.33%;
    margin: 20px 2%;
    transition: 0.5s;
    position: relative
}

.page-template .products .container ul li {
    float: left;
    width: 29.33%;
    margin: 20px 2%;
    transition: 0.5s;
    position: relative
}

.store:nth-of-type(5) ul li:first-child{background: #58595B}
.store:nth-of-type(5) ul li h2{color: #fff}
.store:nth-of-type(5) ul li h2:after{background: #fff}
.store:nth-of-type(5) ul li .map{color: #fff; background: url(assets/address_pin_white.svg) top left no-repeat}
.store:nth-of-type(5) ul li .phone{display: none}

.products .container ul li:hover {
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.25);
    transition: 0.5s
}

.products .container ul li:nth-child(3n + 4) {
    clear: both
}

.products .container ul li .wrapper {
    margin: 20px 15px 30px;
    padding: 0 !important;
    position: relative
}

.products .container ul li .wrapper p {
    display: none
}

.woocommerce-page.term-furniture .products .container ul li .wrapper p, .woocommerce-page.term-furniture .products .container ul li .wrapper p, .woocommerce-page.term-collections .products .container ul li .wrapper p, .woocommerce-page.term-collections .products .container ul li .wrapper p, .woocommerce-page.term-shack-collective .products .container ul li .wrapper p, .woocommerce-page.term-shack-collective .products .container ul li .wrapper p {
    display: block
}

.products .container ul li a {
    text-decoration: none;
    display: block;
    position: relative
}

.products .container ul li a .wrapper span {
    padding: 0;
    display: inline-block;
}

.products .container ul li a .view {
    text-transform: uppercase;
    color: #58595B;
    font: 12px 'open_sansregular';
    opacity: .3;
    display: block;
    transition: 0.5s;
    padding: 40px 20px 40px
}

.products .container ul li:hover a .view {
    opacity: 1;
    color: #58595B;
    transition: 0.5s
}

.products .container ul li a img {
    width: 100%
}

.products .container ul li a .add {
    text-indent: -9999px;
    background: url(assets/wishlist_3.svg) center center no-repeat;
    margin: -60px 15px 0;
    font: 12px 'open_sansregular';
    text-transform: uppercase;
    float: right;
    opacity: 0.2;
    transition: 0.5s;
    color: #A88E62;
    height: 40px;
    width: 40px
}

.products .container ul li a .add:hover {
    opacity: 1;
    transition: 0.5s
}

.products .container ul li a div {
    color: #58595B
}

.products .container ul li a .category {
    text-transform: uppercase
}

.products .container ul li a .love-shack {
    font: 20px/24px 'contax_sans_55regular';
    display: inline-block;
    margin: 0 5px 0 0;
    color: #cb2027
}

.products .container ul li a .member-price {
    font: 20px/24px 'contax_sans_55regular';
    display: inline-block;
    color: #cb2027
}


.products .container ul li .tooltiptext {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    z-index: 1;
    min-height: 80px;
    font-size: 12px;
    line-height: 18px;
    background: #f7f7f7;
    transition: 0.5s
}

.products .container ul li:hover .tooltiptext.show {
    opacity: 1;
    visibility: visible;
    transition: 0.5s
}

/* .products .container ul li .tooltiptext.show{opacity:1; transition: 0.5s} */

.products .container ul li .tooltip {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 5px 0 0 5px;
    float: left;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    cursor: pointer
}

.products .container ul li .tooltip.active:after {
    content: '';
    height: 20px;
    width: 20px;
    display: inline-block;
    background: #f7f7f7;
    margin: 10px 0 0;
    transform: rotate(45deg);
    transition: 0.5s
}

.products .container ul li .tooltiptext a {
    color: #cb2027;
    padding: 20px 25px
}

.single-product .tooltip {
    margin: 5px 0 0 5px;
    height: 20px;
    width: 20px;
    float: left;
    cursor: pointer;
    transition: 0.5s;
    position: relative
}

.single-product .tooltip.active:after {
    content: '';
    height: 20px;
    width: 20px;
    display: inline-block;
    background: #f7f7f7;
    margin: 5px 0 0;
    transform: rotate(45deg);
    transition: 0.5s
}

.single-product .tooltiptext {
    float: left;
    background: #f7f7f7;
    font: 12px/18px 'open_sansregular';
    clear: both;
    margin: 10px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s
}

.single-product .tooltiptext.show {
    opacity: 1;
    visibility: visible;
    transition: 0.5s
}

.single-product .tooltiptext a {
    color: #cb2027 !important;
    padding: 8px 10px;
    display: block;
    position: relative
}

.single-product .tooltiptext a:hover {
    text-decoration: none
}

.single-product .product_cat-shack-collective .tooltip {
    display: none
}

.term-shack-collective .products .container ul li .tooltip {
    display: none
}

.product_cat-shack-collective ins:after, .term-shack-collective ins:after {
    content: 'Sale' !important
}

/* .products .container ul li a span.price:after{content: ''; position: absolute; left: 15px; bottom: 70px; height: 2px; width: 40px; background: #58595B} */

.products .container ul li a span.price .sale-text {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 70px;
    height: 2px;
    width: 40px;
    background: #58595B
}


/* WooCommerce - Flexslider */
.flex-direction-nav {
    position: absolute;
    top: 0;
    padding: 0 !important;
    width: 100%;
    height: 100%
}

.flex-direction-nav li {
    margin: 0 !important;
    width: 50% !important;
    display: block;
    height: 100% !important;
    box-shadow: none !important
}

.flex-direction-nav li a {
    height: 100%;
    width: 100%;
    text-indent: -9999px
}

.flex-direction-nav li a.flex-prev {
    background: url(assets/arrow_left.svg) center left no-repeat
}

.flex-direction-nav li a.flex-next {
    background: url(assets/arrow_right.svg) center right no-repeat
}

.products .container ul li a .member-price .info {
    max-width: 20px;
    display: inline-block;
    margin: 0 0 0 -3px
}

.products .container ul li .mask {
    overflow: hidden
}

.products .container ul li a .mask img {
    transition: 0.5s;
    width: 100%
}

.products .container ul li a:hover .mask img {
    transform: scale(1.02);
    transition: 0.5s
}

.products .container .product-feature {
    float: left;
    width: 48%;
    margin: 0 0 40px;
    position: relative
}

.products .container .product-feature img {
    width: 100%
}

.products .container .product-specifications {
    float: right;
    width: 48%;
    padding: 0 0 40px;
    position: relative
}

.products .container .product-specifications h6 {display: inline-block; margin-right: 5px}
.products .container .product-specifications h4 {
    color: #424142
}

.products .container .product-specifications h4:after {
    background: #424142
}

.products .container .product-specifications form {
    position: relative
}

.products .container .product-specifications form ul {
    padding: 20px 0 0
}

.products .container .product-specifications form ul li {
    width: 100%;
    margin: 0;
    box-shadow: none
}

.products .container .product-specifications form ul li:last-child {
    padding: 0 0 30px
}

.products .container .product-specifications .title, .products .container .product-specifications .regular-price {
    font: 20px/24px 'contax_sans_55regular';
    margin: 0 0 5px
}

.products .container .product-specifications .love-shack, .products .container .product-specifications .member-price {
    font: 20px/24px 'contax_sans_55regular';
    display: inline-block;
    margin: 0 5px 0 0;
    color: #cb2027
}

.products .container .product-specifications .member-price .info {
    max-width: 20px;
    display: inline-block;
    margin: 0 0 0 -3px;
    cursor: pointer
}

.products .container .product-specifications .info {
    position: relative;
    top: -95px;
    left: 280px;
    width: 20px;
    height: 20px;
    display: none
}

.product_cat-shack-collective .products .container .product-specifications .info, .product_tag-storewidesale .products .container .product-specifications .info {
    display: none
}

#Sale-Yes .products .container .product-specifications .info, #Sale-Yes .products .container ul li.sale .info {
    display: none
}

/* Add to Quote */
.single_add_to_cart_button {
    display: none
}

.dvin_wcql_btn_wrap {
    width: 100%
}

.products .container .product-specifications .addquotelistlink {
    position: relative
}

.products .container .product-specifications .addquotelistlink button {
    display: block;
    text-decoration: none;
    background: #424142 url('assets/wishlist_1.svg') 5px 1px no-repeat;
    color: #F7F6F3;
    text-transform: uppercase;
    width: 100%;
    max-width: 220px;
    margin: 5px 0 0;
    font: 15px/40px 'open_sansregular';
    letter-spacing: 1.5px;
    padding: 0 0 0 25px;
    border-radius: 3px;
    cursor: pointer;
    transition: .5s
}

.products .container .product-specifications .addquotelistlink button:hover {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    transition: .5s
}

.products .container .product-specifications .quotelistaddedbrowse_prodpage a, .products .container .product-specifications .quotelistexistsbrowse_prodpage a {
    display: block;
    text-decoration: none;
    background: url('assets/wishlist_animate_new.gif') 5px 5px no-repeat;
    background-size: 30px;
    color: #A88E62;
    float: left;
    text-transform: uppercase;
    margin: 5px 0 0;
    font: 15px/40px 'open_sansregular';
    letter-spacing: 1.5px;
    padding: 0 0 0 40px;
    cursor: pointer;
    border-left: 3px solid
}

.products .container .product-specifications .quotelistaddedbrowse_prodpage a:before, .products .container .product-specifications .quotelistexistsbrowse_prodpage a:before, .products .container .product-specifications .removefromprodpage {
    display: none !important
}

.products .container .product-specifications .addquotelistlink .dvin_wcql_btn_ajaxico_wrap {
    position: absolute;
    top: 38px;
    left: 6px
}

/* .products .container .product-specifications .addquotelistlink .dvin_wcql_btn_ajaxico_wrap img{width: 25px !important; height: 25px !important; margin: -2px 0 0 -1px} */
.products .container .product-specifications .addquotelistlink .dvin_wcql_btn_ajaxico_wrap img {
    width: 25px !important;
    height: 25px !important;
    margin: -26px 0 0 -1px
}


.products .container .product-enquiry {
    clear: both
}

.products .container .product-enquiry h6 {
    border-bottom: 1px solid #58595B;
    padding: 0 0 10px;
    margin: 0 0 20px
}

.products .container .product-enquiry a {
    color: #A88E62;
    text-decoration: none
}

.products .container .product-enquiry a:hover {
    text-decoration: underline
}

.products .container .product-enquiry .enquire {
    display: block;
    text-decoration: none;
    background: #424142;
    color: #F7F6F3;
    text-transform: uppercase;
    width: 100%;
    max-width: 160px;
    margin: 30px 0;
    font: 15px/40px 'open_sansregular';
    letter-spacing: 1.5px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: .5s
}

.products .container .product-enquiry .enquire:hover {
    text-decoration: none;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    transition: .5s
}

.products .container .recommended {
    clear: both;
    padding: 20px 0 40px
}

.products .container .recommended h2 {
    border-bottom: 1px solid #58595B;
    padding: 0 0 10px;
    margin: 0 0 30px;
    font: 18px/22px 'contax_sans_55regular'
}

.products .container .recommended h2:after {
    display: none
}

.news {
    background: #F7F6F3;
    padding: 60px 0
}

.news .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px
}

.news .container:after {
    content: '';
    clear: both;
    display: block
}

.news .container .swiper-container {
    padding: 10px 0
}

.news .container h1 {
    margin: -40px 0 -20px;
    padding: 0 0 40px
}

.page-template-competition .news {
    padding: 60px 0 0
}

.post-template-default .news, .page-template-blog .news {
    background: #fff
}

.post-template-default .news .container, .page-template-blog .news .container, .page-template-competition .news .container {
    max-width: 1180px
}

.post-template-default .news .container h2, .page-template-blog .news .container h2 {
    margin: -40px 0 60px
}

.post-template-default .news .container h2:after, .page-template-blog .news .container h2:after {
    margin: 0 auto
}

.post-template-default .news .container article, .page-template-blog .news .container article, .page-template-competition .news .container article {
    width: 29.33%;
    margin: 20px 2% 40px
}

.post-template-default .products, .page-template-blog .products {
    background: #F7F6F3
}

.post-template-default .products .description, .page-template-blog .products .description {
    max-width: 1000px
}

.post-template-default .products .description .half, .page-template-blog .products .description .half {
    width: 46%;
    margin: 20px 2%;
    float: left;
    text-align: left
}

.post-template-default .products .description .half:nth-of-type(1).No, .page-template-blog .products .description .half:nth-of-type(1).No {
    display: none
}

.post-template-default .products .description .half.No, .page-template-blog .products .description .half.No {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none
}

.products .description .excerpt h1, .products .description .excerpt h2, .products .description .excerpt h3, .products .description .excerpt h4, .products .description .excerpt h5, .products .description .excerpt h6 {
    display: none
}

.post-template-default .products .description .hero.No, .page-template-blog .products .description .hero.No {
    display: none
}

.hero.Yes {
    margin: 0 0 20px
}

.post-template-dete-default .products .hero {
    margin: 20px 0 40px
}

.post-template-default .products .hero img {
    box-shadow: none !important;
    width: 100%
}

.post-template-default .products .post-entry {
    text-align: left
}

.post-template-default .products .royalSlider {
    padding: 0 0 60px
}

.post-template-default .products .post-entry h2 {
    font: 26px/32px 'contax_sans_55regular';
    margin: 0 0 20px;
    max-width: 100%;
    padding: 20px 0 0
}

.post-template-default .products .post-entry h2:after {
    display: none
}

.post-template-default .products .post-entry h4 {
    color: #424142;
    font: 20px/24px 'contax_sans_55regular';
    padding: 20px 0 0
}

.post-template-default .products .post-entry h4:after {
    display: none
}

.post-template-default .products .post-entry h6 {
    margin: 0 0 10px
}

.post-template-default .products .post-entry ul {
    list-style: disc;
    padding: 0 0 0 30px
}

.post-template-default .products .post-entry ul li {
    box-shadow: none;
    padding: 0 0 10px
}

.post-template-default .products .post-entry ol {
    padding: 0 0 0 30px
}

.post-template-default .products .post-entry ol li {
    padding: 0 0 10px
}

.post-template-default .products .post-entry img {
    margin: 10px 0 20px
}

.post-entry .gform_wrapper {
    max-width: 600px;
    margin: 0 auto
}

.post-entry .gform_wrapper .gform_body {
    width: 60%;
    float: left;
    margin: 20px 0 0
}

.post-entry .gform_wrapper .gform_body ul {
    list-style: none !important;
    padding: 0 !important
}

.post-entry .gform_wrapper .gform_body input {
    border: 1px solid #424142;
    border-radius: 3px;
    width: 95%;
    padding: 0 2.5%
}

.post-entry .gform_wrapper .gform_footer {
    float: right;
    width: 30%;
    position: relative
}

.post-entry .gform_wrapper .gform_ajax_spinner {
    margin: 20px auto 0 !important
}

.single-post .mobile-hero {
    display: none
}

.wp-block-table {
    width: 100%;
    margin: 0 0 20px
}

.wp-block-image figcaption {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    color: #fff !important;
    text-transform: uppercase;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent);
    font-size: 12px !important;
    line-height: 20px;
    padding: 20px
}

.wp-block-image, .wp-block-image img {
    text-align: center;
    position: relative;
    width: 100%
}

.wp-block-gallery {
    padding: 50px 0 0 !important;
    margin: 0 !important
}

.wp-block-gallery .blocks-gallery-item {
    display: block !important
}

.wp-block-gallery li {
    box-shadow: none !important
}

.wp-block-gallery li img {
    margin: 0
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    width: 90% !important;
    bottom: 30px !important;
    padding: 40px 5% 10px !important;
    line-height: 20px;
    font-size: 12px !important;
    text-transform: uppercase
}

.page-id-3025 .wp-block-gallery .blocks-gallery-image figcaption, .page-id-3025 .wp-block-gallery .blocks-gallery-item figcaption {
    bottom: 0 !important
}

.page-id-2340 .wp-block-gallery .blocks-gallery-image figcaption, .page-id-2340 .wp-block-gallery .blocks-gallery-item figcaption {
    background: none;
    position: relative;
    color: #58595B;
    text-align: left;
    padding: 20px 0 20px 10px !important;
    top: 0;
    font-size: 14px !important
}

.page-id-2340 .wp-block-gallery .blocks-gallery-image img, .page-id-2340 .wp-block-gallery .blocks-gallery-item img {
    margin: 0;
    max-height: 60px
}

.wp-block-spfault .products .description .hero, .page-template-blog .products .description .hero {
    position: relative
}

.post-template-default .products .description .read, .page-template-blog .products .description .read {
    display: inline-block;
    background: #424142;
    color: #F7F6F3;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1.5px;
    margin: 0 0 20px;
    padding: 0 25px;
    border-radius: 3px;
    transition: .5s
}

.post-template-default .products .description .read:hover, .page-template-blog .products .description .read:hover {
    text-decoration: none;
    transition: .5s;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3)
}

.page-template-blog .products .description time {
    margin: 0 auto;
    width: 100px;
    background: #EAE7E0;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    font: 12px/36px 'open_sansregular';
    text-transform: uppercase;
    color: #58595B
}

.post-template-default .products .description time {
    display: none
}

.post-template-default .products .description {
    max-width: 750px
}

.post-templaacer {
    height: 50px !important
}

.rsUni .rsOverflow {
    background: #F7F6F3 !important
}

.rsUni .rsBullets { /*bottom: 20px;*/
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, 0) 60%, transparent);
    height: 100px !important;
    padding: 50px 0 0 !important;
    position: absolute !important;
    z-index: 1 !important
}

.rsUni .rsBullet {
    width: 10px !important;
    height: 10px !important;
    padding: 0 8px !important
}

.rsUni .rsBullet span {
    width: 10px !important;
    height: 10px !important;
    background: none !important;
    border: 2px solid #fff
}

.rsUni .rsBullet.rsNavSelected span {
    background: #fff !important
}


.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
    background: none !important
}

.rsDefaultInv .rsArrow {
    z-index: 3 !important
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
    background: url(assets/arrow_left.svg) center right no-repeat !important
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: url(assets/arrow_right.svg) center right no-repeat !important
}

.rsDefaultInv .rsGCaption {
    text-align: center !important;
    right: 6px;
    bottom: 20px !important;
    background: none !important;
    color: #58595B !important;
    text-transform: uppercase;
    z-index: 3
}

.products .container .wp-block-woocommerce-products ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.products .container .wp-block-woocommerce-products ul li {
    width: 46%;
    margin: 20px 2% 40px;
    background: #fff;
    float: left;
    transition: 0.5s
}

.products .container .wp-block-woocommerce-products ul li:hover {
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.25);
    transition: 0.5s
}

.products .container .wp-block-woocommerce-products ul li img {
    margin: 0 !important
}

.products .container .wp-block-woocommerce-products ul li h2 {
    font: 20px/26px 'contax_sans_55regular' !important;
    text-transform: unset;
    float: left;
    padding: 0 5px 0 15px !important;
    border: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 66%
}


.fancybox-slide--image .fancybox-content {
    margin: 30px
}

.fancybox-button--arrow_left svg, .fancybox-button--arrow_right svg {
    display: none !important
}


#fancybox-close {
    background: url('assets/close_lightbox.svg') center center no-repeat !important;
    height: 50px !important;
    width: 50px !important;
    top: 0 !important;
    right: -60px !important
}


.fancybox-button--arrow_left {
    left: 40px !important;
    background: url('https://www.shack.com.au/wp/wp-content/themes/shack-homewares/assets/arrow_left_lightbox.svg') no-repeat !important;
    background-position: 0 !important
}

.fancybox-button--arrow_right {
    right: 0 !important;
    left: auto !important;
    background: url('https://www.shack.com.au/wp/wp-content/themes/shack-homewares/assets/arrow_right_lightbox.svg') no-repeat !important;
    background-position: 0 !important
}


.store {
    max-width: 1000px;
    margin: 0 auto
}

.store:nth-of-type(5):after {
    content: '';
    display: block;
    height: 0;
    margin: 0 0 80px;
    clear: both;
    border-top: 1px solid #58595B;
    position: relative;
    top: 20px
}

.store ul li {
    min-height: 350px;
    position: relative;
    width: 33.33% !important;
    margin: 20px 0 40px !important
}

.store ul li:hover {
    box-shadow: none !important
}

.store ul li div {
    margin: 35px;
    position: static !important
}

.store ul li:first-child {
    background: #b9a581
}

.store ul li:nth-child(2) div {
    padding: 0 0 0 40px
}

.store ul li h2 {
    font: 30px/38px 'contax_sans_55regular';
    padding: 0 0 40px
}

.store ul li h4 {
    color: #424142;
    margin: 0 0 10px;
    padding: 0 0 0 40px;
    height: 30px
}

.store ul li h4:after {
    display: none !important
}

.store ul li h4.pin {
    background: url(assets/address_pin.svg) top left no-repeat
}

.store ul li h4.phone {
    background: url(assets/phone.svg) top left no-repeat
}

.store ul li h4.email {
    background: url(assets/envelop.svg) top left no-repeat
}

.store ul li h4.hours {
    background: url(assets/clock.svg) top left no-repeat
}

.store ul li p {
    margin: 0 0 20px 40px !important
}

.store ul li a {
    color: #A88E62
}

.store ul li .map {
    position: absolute !important;
    bottom: 30px;
    color: #424142;
    background: url(assets/address_pin.svg) top left no-repeat;
    padding: 0 0 0 40px
}

.store ul li .big {
    font-size: 24px
}

.page-template .products .container form ul li {
    width: 100%;
    margin: 0;
    text-align: left;
    box-shadow: none !important
}

.home .news .container article:last-of-type {
    display: none
}

.news .container article {
    float: left;
    width: 18%;
    margin: 60px 0 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
    transition: 0.5s
}

.news .container article:hover {
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.25);
    transition: 0.5s
}

.news .container article a {
    text-decoration: none;
    color: #58595B;
    display: block
}

.news .container article time {
    background: #EAE7E0;
    height: 36px;
    display: inline-block;
    width: 100px;
    border-radius: 50%;
    top: -18px;
    position: relative;
    text-transform: uppercase;
    font: 12px/36px 'open_sansregular';
    overflow: hidden
}

.news .container article .excerpt h1, .news .container article .excerpt h2, .news .container article .excerpt h3, .news .container article .excerpt h4, .news .container article .excerpt h5, .news .container article .excerpt h6 {
    display: none
}

.news .container article .summary {
    padding: 20px 30px;
    display: block
}

.news .container article .summary h5 {
    height: 40px;
    padding: 5px 0 0;
    overflow: hidden
}

.news .container article .summary h4 {
    margin: -20px 0 20px;
    color: #424142;
    height: 64px;
    overflow: hidden;
    text-transform: uppercase
}

.news .container article .excerpt {
    height: 56px;
    overflow: hidden;
    margin: 0 0 20px
}

.news .container article .summary p.news .container article .excerpt {
    height: 56px;
    overflow: hidden
}

.news .container article .summary p:nth-of-type(2) {
    display: none
}

.news .container article .summary span {
    display: inline-block;
    background: #424142;
    color: #F7F6F3;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1.5px;
    margin: 0 0 20px;
    padding: 0 25px;
    border-radius: 3px;
    transition: .5s
}

.news .container article a:hover .summary span {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    transition: .5s
}


.news .container article .mask {
    overflow: hidden
}

.news .container article a img {
    transition: 0.5s;
    width: 100%
}

.news .container article a:hover img {
    transform: scale(1.02);
    transition: 0.5s
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none
}

.popup {
    background: #fff;
    display: none
}

.popup .container {
    max-width: 680px !important;
    margin: 0 auto;
    padding: 40px
}

.page-template-wishlist .popup .container {
    max-width: 450px !important;
    min-height: 250px
}

.popup .container h4:after {
    height: 2px;
    width: 40px;
    margin: 0 0 40px;
    background: #A88E62;
    content: '';
    position: relative;
    bottom: -20px;
    display: block
}

.popup .container .close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer
}

.popup .container .half {
    float: right;
    width: 48%;
    margin: 0 0 0 2%
}

.popup .container .half:nth-child(even) {
    float: left;
    margin: 0 2% 0 0
}

.popup .container h4 {
    max-width: 400px
}

.popup .container ul {
    list-style: none;
    padding: 0
}

.popup .container ul li {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    box-shadow: none !important
}

.popup .container ul li:hover {
    box-shadow: none
}

.popup .container .half form {
    margin: 0
}

.popup .container ul li label {
    display: none
}

.popup .container .half .store {
    margin: 0 0 20px
}

.popup .container .half .store a {
    padding: 0 0 0 10px
}

.popup .container .half .store div {
    margin: 0 0 5px
}

.popup .container .half .location {
    font: 18px/22px 'contax_sans_55regular';
    margin: 0 0 10px;
    text-transform: uppercase
}

.popup .container .half a {
    color: #A88E62;
    text-decoration: none
}

.popup .container .half .gform_footer {
    position: relative;
    margin: 20px 0 60px;
    max-width: 200px
}

.popup .container .half .gform_footer input[type=submit] {
    position: absolute;
    margin: 0
}


.gallery dl dt {
    float: left;
    width: 48%;
    margin: 20px 2% 40px 0
}

.gallery dl dt:nth-child(even) {
    margin: 20px 0 40px 2%
}

.gallery dl dt img {
    max-width: 100%;
    width: 100%;
    transition: 0.5s
}

.gallery dl dt a:hover img {
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.25);
    transition: 0.5s
}

.post-template-default .instagram, .page-template-default .instagram, .page-template-blog .instagram, .page-template-wishlist .instagram, .page-template .instagram, .woocommerce-page .instagram {
    display: none
}

.home .instagram, .page-id-418 .instagram {
    display: block
}

.instagram {
    background: #F7F6F3;
    display: block
}

.instagram .container {
    max-width: 1800px;
    margin: 0 auto;
    position: relative
}

.instagram .container:after {
    content: '';
    clear: both;
    display: block
}

.instagram .container .overlay {
    position: absolute;
    width: 15.66%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 90%;
    top: 5%;
    display: block
}

.page-id-418 .instagram .container .overlay {
    background: rgba(255, 255, 255, 0.6)
}

.page-id-418 .instagram .container .overlay .content a h4, .page-id-418 .instagram .container .overlay .content a h5 {
    color: #58595B !important
}

.instagram .container .overlay .content {
    display: table;
    width: 100%;
    height: 100%
}

.instagram .container .overlay .content a {
    display: block;
    text-decoration: none
}

.instagram .container .overlay .content a h4 {
    color: #fff;
    font: 22px/24px 'contax_sans_55regular';
    margin: 0 0 10px
}

.instagram .container .overlay .content a h5 {
    color: #fff;
    font: 28px/32px 'red_vevet_-_demoregular';
    margin: 20px 0 0
}

.instagram .container .overlay .content a span {
    display: inline-block;
    color: #F7F6F3;
    text-decoration: none;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    padding: 0 25px;
    border-radius: 3px
}

.instagram .container ul {
    list-style: none
}

.instagram .container ul li #gallery-1 .gallery-item {
    margin: 0 !important;
    width: 16.66% !important
}

.instagram .container ul li #gallery-1 .gallery-item dt {
    margin: 0 !important;
    width: 100% !important
}

.instagram .container ul li #gallery-1 .gallery-item dt img {
    border: 0 !important
}


.reviews {
    padding: 40px 20px 60px;
    background: #fafafa;
    display: block
}

.reviews .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.reviews .container:after {
    content: '';
    clear: both;
    display: block
}

.reviews .container h1 {
    text-transform: none;
    padding: 0 0 40px
}

.reviews .container h1:after {
    height: 2px;
    width: 120px;
    background: #424142;
    content: '';
    position: relative;
    bottom: -30px;
    display: block;
    margin: 0 auto
}

.trustpilot-widget {
    margin: 60px auto 40px
}

.post-template-default .newsletter, .page-template-default .newsletter, .page-template-blog .newsletter, .page-template-wishlist .newsletter, .page-template .newsletter, .woocommerce-page .newsletter {
    display: none
}

.home .newsletter {
    display: block
}

.newsletter {
    padding: 40px 20px 60px;
    background: #fff;
    display: block
}

.newsletter .container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

.newsletter .container:after {
    content: '';
    clear: both;
    display: block
}

.newsletter .container h1 {
    text-transform: none;
    padding: 0 0 40px
}

.newsletter .container h1:after {
    height: 2px;
    width: 120px;
    background: #424142;
    content: '';
    position: relative;
    bottom: -30px;
    display: block;
    margin: 0 auto
}

.newsletter .container form {
    margin: 40px 0 0
}

.newsletter .container form ul {
    list-style: none
}

.newsletter .container form .gform_body {
    float: left;
    width: 60%;
    margin: 0 0 20px
}

.newsletter .container form .gform_footer {
    float: right;
    width: 30%;
    position: relative
}

.newsletter .container form label {
    display: none
}

.newsletter .container form input {
    border: 1px solid #424142;
    border-radius: 3px;
    width: 95%;
    padding: 0 2.5%;
    box-shadow: none !important
}

.newsletter .container form input[type=submit] {
    margin: 0;
    height: 42px !important
}

.newsletter .container form .gform_confirmation_wrapper {
    margin: -50px 0 0;
    background: #fff;
    position: relative
}

.gfield_visibility_hidden {
    display: none
}

.gfield_error input, .gfield_error textarea {
    border-color: #d50000;
    background: #ffe1e6;
    color: #d50000
}

.validation_error {
    display: none
}

.validation_message {
    float: left;
    position: absolute;
    font-size: 10px;
    margin: -25px 0 0;
    color: #cb2027
}

.gform_ajax_spinner {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0
}

.page-template-wishlist .gform_ajax_spinner {
    position: relative;
    left: -160px
}

.page-template-contact .gform_ajax_spinner {
    margin: 20px auto 0
}

.home .banner {
    display: none
}

.banner {
    background: #F7F6F3;
    padding: 60px 0 20px;
    display: block
}

.banner .container {
    max-width: 1024px;
    margin: 0 auto
}

.banner .container:after {
    content: '';
    clear: both;
    display: block
}

.banner .container .column {
    width: 42%;
    padding: 0 3%;
    float: left
}

.banner .container .column:nth-of-type(1) {
    text-align: right;
    border-right: 1px solid #5A481C
}

.banner .container .column a {
    display: inline-block;
    background: #424142;
    color: #F7F6F3;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1.5px;
    padding: 0 25px;
    border-radius: 3px;
    margin: 20px 0 0;
    transition: .5s
}

.banner .container .column span {
    font: 34px/42px 'contax_sans_55regular';
    display: inline-block;
    max-width: 380px
}

.banner .container .column a:hover {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    transition: .5s
}

footer {
    background: #F7F6F3;
    display: block;
    padding: 40px 20px 20px
}

footer .container {
    max-width: 1024px;
    margin: 0 auto
}

footer .container:after {
    content: '';
    clear: both;
    display: block
}

footer .container ul {
    list-style: none;
    float: left;
    width: 28%
}

footer .container ul:first-of-type {
    margin: 0 5% 0 11%
}

footer .container ul li {
    height: 30px;
    float: left;
    clear: both;
    position: relative
}

footer .container ul li:first-child {
    color: #A88E62;
    font: 18px/26px 'contax_sans_55regular';
    text-transform: uppercase;
    margin: 0 0 10px
}

footer .container ul li a {
    text-decoration: none;
    border-bottom: 1px solid #F7F6F3;
    color: #5A481C
}

footer .container ul li a:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background: #58595B;
    position: absolute;
    transition: .25s
}

footer .container ul li a:hover:after {
    width: 100%;
    transition: .25s
}

footer .container ul:last-of-type li:first-child {
    height: 30px
}

footer .container ul:last-of-type li a {
    border: 0
}

footer .container ul:last-of-type li a:after {
    display: none
}

footer .container ul:last-of-type li a img {
    float: left;
    max-width: 25px;
    margin: 4px 0 0
}

footer .container ul:last-of-type li a span {
    float: left;
    margin: 0 0 0 5px;
    position: relative
}

footer .container ul:last-of-type li a span:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background: #58595B;
    position: absolute;
    transition: .25s
}

footer .container ul:last-of-type li a span:hover:after {
    width: 100%;
    transition: .25s
}

footer .container .credits {
    clear: both;
    text-align: center;
    padding: 60px 0 0;
    position: relative
}

footer .container .credits p {
    font: 12px/22px 'open_sansregular'
}

footer .container .credits p a {
    text-decoration: none;
    color: #A88E62
}

footer .container .credits:after {
    content: '';
    display: block;
    height: 2px;
    background: #424142;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 120px;
    margin: 0 auto;
    top: 30px
}

#Sale-No footer .container ul:nth-of-type(1) li:nth-child(2) {
    display: block
}

#Sale-Yes footer .container ul:nth-of-type(1) li:nth-child(2) {
    display: none
}


@media (max-width: 1249px) {

    .collections .container {
        max-width: 1000px
    }

    .collections .container ul li {
        position: relative;
        float: none;
        clear: both;
        width: 100%;
        margin: 0 0 30px;
        text-align: left;
        background: #fff;
        box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.05);
        transition: .5s
    }

    .collections .container ul li a .wrapper {
        padding: 30px;
        margin: 0
    }

    .collections .container ul li a:after {
        content: '';
        clear: both;
        display: block
    }

    .collections .container ul li .mask {
        margin: 0 0 0 5%;
        float: right;
        width: 27%
    }

    .products .container ul li a .love-shack .full {
        display: none
    }

    .products .container ul li a .love-shack .short {
        display: inline-block
    }

    .news .container article .summary {
        padding: 10px 15px
    }

    .instagram .container .overlay .content img {
        display: none
    }

}

@media (max-width: 1199px) {

    /*    header .container .primary-desktop ul li:nth-child(4){display: none}*/
    header .container .primary-desktop ul li {
        margin: 0 7px
    }
	#menu-item-151 {
    display: none;
	}
	
	.rsUni .rsBullets{
		height: 50px !important
	}

    main.quarter .container .column, main.quarter .container .column:nth-of-type(4n+3), main.quarter .container .column:nth-of-type(4n+1) {
        width: 45%
    }

    .term-shack-collective main.quarter .container .column:nth-of-type(even) {
        width: 45%
    }

    #benefits {
        margin: -60px 0 60px
    }

    .products .container ul li.sale .info {
        margin: 32px 0 0 125px
    }

    .products.related .container ul li.sale .info {
        margin: 0;
        top: 424px;
        left: 130px
    }

    .products .container ul li.type-product a:after {
        padding: 80px 15px 30px
    }

    .term-shack-collective .products .container ul li.type-product a:after, .products .container ul li.product_tag-sale a:after, .products .container ul li.product_tag-storewidesale a:after {
        padding: 55px 15px 30px
    }

    .swiper-pagination {
        display: block
    }

}

@media(min-width:600px) and (max-height:800px){
	.rsUni .rsBullets{
	height: 180px !important;
	padding: 130px 0 0 !important
	}
}

@media (width: 1024px) and (height: 1366px) {
    header .container .primary-desktop ul li a:after, footer .container ul li a:after {
        display: none
    }
}

@media (width: 1366px) and (height: 1024) {
    header .container .primary-desktop ul li a:after, footer .container ul li a:after {
        display: none
    }
}

@media (max-width: 1023px) {

    header .container .primary-desktop {
        display: none
    }

    header .container .utilities ul li:last-child {
        display: block
    }

    header .container .utilities ul li .open {
        display: inline-block
    }

    header .container .utilities ul li .close {
        display: none
    }

    header .container .utilities ul li .active .open {
        display: none
    }

    header .container .utilities ul li .active .close {
        display: inline-block
    }

    header .container .utilities ul li a span {
        display: none !important
    }

    #fancybox-close {
        top: 10px !important;
        right: 10px !important
    }

}

@media (max-width: 999px) {

    .collections .container ul li .wrapper p {
        height: auto
    }

    .collections .container ul li .wrapper span {
        position: absolute;
        bottom: 20px
    }

    .store ul li {
        min-height: 300px
    }

    .store ul li div {
        margin: 20px
    }

    .store ul li:nth-child(2) div {
        padding: 0
    }

    .store ul li h4 {
        padding: 0
    }

    .store ul li p {
        margin: 0 !important
    }

    .store ul li h4.email, .store ul li h4.phone, .store ul li h4.hours, .store ul li h4.pin {
        background: none
    }

    .instagram .container ul li #gallery-1 .gallery-item {
        width: 33.33% !important
    }

    .instagram .container .overlay {
        width: 33.33%;
        top: 25%;
        height: 50%;
        background: rgba(0, 0, 0, 0.4)
    }

    .instagram .container .overlay .content img {
        display: inline-block
    }

    #benefits {
        margin: -50px 0 50px
    }

}

@media (max-width: 899px) {
    .collections .container ul li a .wrapper {
        padding: 20px
    }

    .collections .container ul li a .wrapper p {
        height: 68px;
        overflow: hidden
    }

    .collections .container ul li {
        margin: 0 0 20px
    }

    .collections .container ul li a span {
        bottom: 10px
    }

    .page-id-138 .news .container article, .single .news .container article, .page-template-competition .news .container article {
        width: 47%;
        margin: 3.5% 1.5% 0
    }

    .page-template-competition .news .container article:nth-child(3) {
        display: none
    }

    .full-width .cause-info, .full-width .widget {
        width: 50%
    }

}

@media (max-width: 799px) {

    header .container .primary-desktop ul li a:after, footer .container ul li a:after {
        display: none
    }

    .error404 header, .post-template-default header, .page-template-default header, .page-template header, .page-template-blog header, .page-template-wishlist header, .woocommerce-page header {
        box-shadow: none
    }

    .post-template-default .products .description {
        margin: 40px 0 0
    }

    .woocommerce-page.term-furniture .content-area, .woocommerce-page.term-collections .content-area, .woocommerce-page.term-shack-collective .content-area, .woocommerce-page main.quarter {
        background: #fff !important
    }

    main .container .column h2:after {
        margin: 0 auto
    }

    .home .container .column h2:after {
        margin: 0
    }

    .breadcrumbs {
        padding: 90px 0 0;
        margin: 0 0 -120px;
        position: fixed;
        width: 100%;
        transition: .25s ease
    }

    .woocommerce-demo-store .breadcrumbs {
        padding: 125px 0 0
    }

    .breadcrumbs.shadow {
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
        transition: .25s ease
    }

    .breadcrumbs .container {
        padding: 0 20px;
        background: #fff
    }

    .product-breadcrumbs {
        position: fixed;
        width: 100%;
        background: none;
        transition: .25s ease
    }

    .product-breadcrumbs.shadow {
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
        transition: .25s ease
    }

    .product-breadcrumbs .container {
        padding: 0 20px;
        margin: -80px auto 0;
        background: #fff
    }

    .woocommerce-demo-store.woocommerce-page .content-area {
        padding: 185px 0 60px
    }

    .woocommerce-demo-store .full-width {
        padding: 180px 0 40px
    }

    .woocommerce-demo-store.page .products, .woocommerce-demo-store.page-template-blog .products, .woocommerce-demo-store.page-template-wishlist .products, .woocommerce-demo-store.page-template-contact .products, .woocommerce-demo-store.post-template-default .products { /* padding: 210px 0 60px */
        padding: 180px 0 60px
    }

    .sub main {
        padding: 150px 0 40px
    }

    .page .products {
        padding: 180px 0 60px
    }

    .woocommerce-page .products {
        padding: 0 0 20px
    }

    .products .container ul {
        padding: 0
    }

    .products .container .description {
        padding: 0 0 40px
    }

    .page-template-wishlist .products .container .description {
        padding: 0
    }

    .woocommerce-page main.half .container .column, .woocommerce-page main.quarter .container .column {
        margin: -50px auto 40px !important
    }

    main.half .container .column, main.quarter .container .column, main.quarter .container .column:nth-of-type(4n+3), main.quarter .container .column:nth-of-type(4n+1) {
        margin: 20px auto 40px !important;
        float: none !important;
        width: 100%;
        max-width: 600px
    }

    main.half .container .column:nth-child(2n+3), main.quarter .container .column:nth-child(2n+3) {
        margin: 80px auto 0 !important
    }

    main.half.panels .container .column:nth-child(2n+3) {
        margin: 0 2.5% 40px !important
    }

    main.half .container .column:nth-of-type(2n+1) {
        text-align: left
    }

    main:nth-of-type(1) .container .column:nth-of-type(1) {
        display: none
    }

    main:nth-of-type(1) .container .column {
        text-align: center
    }

    main .container {
        padding: 0 20px
    }

    main .container h1 {
        margin: -30px 0;
        padding: 0 0 80px
    }

    main .container .column h2 {
        margin: -30px 0 60px
    }

    .term-shack-collective main.quarter .container .column:nth-of-type(even) {
        width: 100%
    }

    .page-id-138 .products .description {
        max-width: 650px
    }

    .page-id-138 .products .description .half {
        width: 100%;
        text-align: center;
        margin: 20px 0
    }

    .page-id-138 .products .description .half:nth-of-type(odd) {
        margin: 20px auto
    }

    .page-id-138 .products .description .half img {
        box-shadow: none !important
    }

    h1 {
        font: 38px/50px 'contax_sans_55regular'
    }

    h2 {
        font: 30px/34px 'contax_sans_55regular'
    }

    h3 {
        font: 32px/40px 'red_vevet_-_demoregular'
    }

    footer .container ul {
        width: 30%
    }

    footer .container ul:first-of-type {
        margin: 0 7% 0 3%
    }

    #benefits {
        margin: -70px 0 70px
    }

    .actions .note {
        float: right
    }

    /*     .actions .note span{display: block; height: 22px} */
    .emailwishlist {
        clear: both
    }

    .large {
        font: 22px/34px 'contax_sans_55regular'
    }

    .full-width .cause-info, .full-width .widget {
        width: 100%;
        text-align: center;
        margin: 0 0 40px
    }

    .full-width .cause-about, .full-width .cause-photo {
        width: 100%;
        margin: 0 0 40px 0;
        text-align: center
    }

    .full-width .cause-photo img {
        width: 100% !important
    }

    .full-width .cause-about h2:after {
        margin: 0 auto
    }

    .page-template-buy-one-give-one .map-widget h2 {
        font: 22px/32px 'contax_sans_55regular';
        max-width: 420px
    }
	
	.products .container ul li .tag{display: block}
	.block{display: inline-block}

}

@media (max-width: 767px) {


    .feature .slider-desktop {
        display: none
    }

    .feature .slider-mobile {
        display: block
    }

    .collections .container ul li .mask {
        width: 35%
    }

    footer .container ul, footer .container ul:first-of-type {
        width: 100%;
        margin: 0 0 30px
    }

    .woocommerce .products .container ul li {
        width: 46%
    }

    .products .container ul li:nth-child(odd) {
        clear: both
    }

    .products .container ul li:nth-child(3n + 4) {
        clear: none
    }

    .products .container .store {
        margin: 0 auto 40px
    }

    .products .container .store ul li {
        float: none;
        box-shadow: none
    }

    .store ul li {
        min-height: auto;
        width: 100% !important;
        margin: 0 0 20px !important
    }

    .store ul li:first-child {
        background: none
    }

    .store ul li div {
        margin: 0
    }

    .store ul li h4 {
        padding: 0 0 0 40px;
        margin: 20px 0 10px
    }

    .store ul li p {
        margin: 0 0 0 40px !important
    }

    .store ul li .map {
        display: none !important
    }

    .store ul li h4.pin {
        background: url(assets/address_pin.svg) top left no-repeat
    }

    .store ul li h4.phone {
        background: url(assets/phone.svg) top left no-repeat
    }

    .store ul li h4.email {
        background: url(assets/envelop.svg) top left no-repeat
    }

    .store ul li h4.hours {
        background: url(assets/clock.svg) top left no-repeat
    }
	
	.store:nth-of-type(5) ul li:first-child{background: #fff}
	.store:nth-of-type(5) ul li h2{color: #58595B}
	.store:nth-of-type(5) ul li h2:after{background: #58595B}

    .banner .container .column {
        width: 100%;
        max-width: 400px;
        float: none;
        padding: 0;
        margin: 0 auto;
        text-align: center
    }

    .banner .container .column:nth-of-type(1) {
        text-align: center;
        border: 0;
        padding: 0 0 20px
    }

    .popup {
        height: 100%;
        width: 100%;
        top: 0 !important
    }

    .popup .container {
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 0
    }

    .popup .container .wrapper {
        padding: 30px 20px !important
    }

    .popup .container .close {
        right: 20px;
        top: 28px;
        position: fixed
    }

    .popup .container .half {
        float: none;
        width: 100%;
        margin: 0
    }

    .popup .container .half:nth-child(2n) {
        margin: 0 0 80px
    }

    .modal {
        height: 100%;
        width: 100%;
        max-width: 100% !important;
        top: 0 !important
    }

    .modal .container .wrapper .inner div {
        padding: 30px 20px !important
    }

    .modal .container, .modal .container .wrapper, .modal .container .wrapper .inner {
        display: block;
        height: 100%
    }

    .modal .container .wrapper .inner .close {
        right: 20px;
        top: 28px;
        position: fixed
    }

    .full-width .container .body .benefit .image {
        display: none
    }

    .full-width .container .body .benefit .copy {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    .full-width .container .body .benefit .copy p {
        font: 15px/30px 'open_sansregular'
    }

    .full-width .container .body .benefit:after {
        display: none
    }

    .page-id-2340 .wp-block-gallery .blocks-gallery-item {
        width: 100%
    }

    #lean_overlay {
        background: #fff !important
    }
	
	.products .container ul li .tag{display: inline-block}
	.product_cat-new-products .tag-block{display: none}

}

@media (max-width: 599px) {

    .collections .container {
        padding: 0 20px
    }

    .collections .container ul li {
        margin: 0 0 20px
    }

    .collections .container ul li a .wrapper {
        padding: 10px
    }

    .collections .container ul li a .wrapper h6 {
        margin: 0 0 10px
    }

    .collections .container ul li a span {
        bottom: 10px
    }

    .news .container article img {
        max-width: auto;
        width: 100%
    }

    .page-id-138 .news .container article, .single .news .container article, .page-template-competition .news .container article {
        width: 100%;
        margin: 20px 0 0
    }

    .page-id-138 .news .container article .mask, .single .news .container article .mask, .page-template-competition .news .container article .mask {
        overflow: hidden;
        float: right;
        width: 42%
    }

    .page-id-138 .news .container article .summary, .single .news .container article .summary, .page-template-competition .news .container article .summary {
        padding: 3%;
        float: left;
        width: 52%;
        text-align: left
    }

    .page-id-138 .news .container article .summary h4, .single .news .container article .summary h4, .page-template-competition .news .container article .summary h4 {
        margin: -20px 0 0
    }

    .page-id-138 .news .container article time, .page-id-138 .news .container article .summary p, .page-id-138 .news .container article .summary span, .single .news .container article time, .single .news .container article .summary p, .single .news .container article .summary span, .news .container article .excerpt, .page-template-competition .news .container article time, .page-template-competition .news .container article .summary p, .page-template-competition .news .container article .summary span {
        display: none
    }

    .page-template-competition .news .container article:nth-child(3) {
        display: block
    }

    .home .news .container article .excerpt {
        display: block
    }

    .instagram .container .overlay .content img {
        display: none
    }

    .newsletter .container form .gform_body, .newsletter .container form .gform_footer {
        float: none;
        width: 100%
    }

    .products .container {
        max-width: 400px
    }

    .woocommerce .products .container ul li {
        width: 100%;
        margin: 0 0 60px;
        box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2)
    }

    .products .container .product-feature, .products .container .product-specifications {
        width: 100%
    }

    .single-post .mobile-hero {
        display: block;
        margin: -20px 0 40px
    }

    .post-template-default .products .hero {
        display: none
    }

    .post-entry .gform_wrapper .gform_body {
        width: 100%
    }

    .post-entry .gform_wrapper .gform_footer {
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

    .shop_table thead th {
        display: none
    }

    .shop_table tbody .product-remove {
        width: 8%
    }

    .shop_table tbody .product-remove a {
        margin: -20px 0 0
    }

    .shop_table tbody .product-name {
        width: 100%;
        display: block
    }

    .shop_table tbody .product-price {
        display: block;
        padding: 0 0 20px;
        width: 100%
    }

    .shop_table tbody .product-name .variation {
        padding: 0 0 10px;
        display: block
    }

    .shop_table tbody .product-thumbnail div {
        margin: -15px 0 0 10px
    }


    .products .container ul li.sale .info {
        margin: 7px 0 0 300px
    }

    .products.related .container ul li.sale .info {
        margin: 0;
        top: 428px;
        left: 300px
    }

    .products .container ul li.type-product a:after {
        padding: 60px 15px 30px
    }

    .products .container .upsells ul li {
        margin: 0 0 20px
    }

    .products .container .upsells ul li .mask {
        float: right;
        width: 35%
    }

    .products .container .upsells ul li {
        position: relative
    }

    .products .container .upsells ul li a {
        position: unset
    }

    .products .container .upsells ul li .tag {
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px 0 0 15px
    }

    .products .upsells ul li h2.woocommerce-loop-product__title {
        padding: 35px 0 0 15px !important
    }

    .products .container .upsells ul li a .view {
        padding: 15px
    }

    .products .container .upsells ul li a span.price {
        display: none
    }

    .products .container .upsells ul li.type-product a:after {
        left: 15px;
        position: absolute;
        padding: 0;
        bottom: 15px
    }

    .upsells .onsale, .upsells .onsale {
        display: none !important
    }

    .products .container .upsells ul li.sale .info {
        display: none
    }

    .products .container .wp-block-woocommerce-products ul li {
        width: 100%
    }

    .products .container .wp-block-woocommerce-products ul li a span.price ins .amount {
        clear: none
    }

    .products .container .wp-block-woocommerce-products ul li.sale .info {
        margin: 7px 0 0 300px
    }

    .products .container .wp-block-woocommerce-products ul li.sale .info {
        margin: 0;
        top: 428px;
        left: 300px
    }


    .products .container .wp-block-woocommerce-products ul li {
        margin: 0 0 20px
    }

    .products .container .wp-block-woocommerce-products ul li .mask {
        float: right;
        width: 35%
    }

    .products .container .wp-block-woocommerce-products ul li {
        position: relative
    }

    .products .container .wp-block-woocommerce-products ul li a {
        position: unset
    }

    .products .container .wp-block-woocommerce-products ul li .tag {
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px 0 0 15px
    }

    .products .wp-block-woocommerce-products ul li h2.woocommerce-loop-product__title {
        padding: 35px 0 0 15px !important
    }

    .products .wp-block-woocommerce-products ul li a span.price {
        display: none
    }

    .products .wp-block-woocommerce-products ul li.type-product a:after {
        left: 15px;
        position: absolute;
        padding: 0;
        bottom: 15px
    }

    .wp-block-woocommerce-products .onsale, .wp-block-woocommerce-products .onsale {
        display: none !important
    }

    .products .container .wp-block-woocommerce-products ul li.sale .info {
        display: none
    }

    .wp-block-table tr, .wp-block-table td {
        display: block
    }


}

@media (max-width: 541px) {
    .newsletter .container form .gform_confirmation_wrapper {
        margin: -80px 0 0
    }
}

@media (max-width: 499px) {

    .instagram .container .overlay {
        width: 50%;
        top: 12.5%;
        height: 75%
    }

    .collections .container ul li a .wrapper p {
        display: none
    }

    .modal form input[type="text"] {
        font: 24px/30px 'open_sanslight'
    }

    .page-template-buy-one-give-one .full-width.supported-causes {
        padding: 60px 20px
    }

}

@media (max-width: 449px) {
	
	#Sale-Yes .feature {
    top: 120px; padding: 0 0 120px
	}
    .page-id-138 .news .container article .summary h5, .single .news .container article .summary h5, .page-template-competition .news .container article .summary h5 {
        font: 22px/40px 'red_vevet_-_demoregular'
    }

    .page-id-138 .news .container article .summary h4, .single .news .container article .summary h4, .page-template-competition .news .container article .summary h4 {
        font: 18px/22px 'contax_sans_55regular'
    }

    .store {
        padding: 0
    }

    .store ul li {
        max-width: 250px
    }

    #fancybox-close {
        position: fixed !important;
        top: 20px !important;
        right: 17px !important
    }

    .demo_store {
        font-size: 10px
    }
	.demo_store span{
		display: none
	}

    .menu-primary-menu-mobile-container {
        padding: 40px 0 0
    }

    .actions .note p {
        font: 10px/18px 'open_sansregular'
    }

    /*     .actions .note img{top:-2px} */
    .single-product .product-type-variable .product-specifications .price:nth-of-type(2) {
        display: block;
        margin: -167px 0 0
    }

    .single_variation_wrap {
        margin: 0 0 65px
    }


}

@media (max-width: 399px) {

    header .container .logo {
        max-width: 180px
    }

    header .container .utilities {
        margin: 0 -10px 0 0
    }

    header .container .utilities ul li a {
        padding: 18px 0 18px 5px
    }

    header .container .primary-mobile {
        margin: 70px 0 0
    }

    header .container .primary-mobile ul li.menu-item-has-children:after {
        right: -10px
    }

    .hamburger {
        padding: 24px 10px 20px 8px
    }

    .breadcrumbs {
        padding: 70px 0 0
    }

    .woocommerce-demo-store .breadcrumbs {
        padding: 105px 0 0
    }


    .woocommerce-demo-store.page .products, .woocommerce-demo-store .page-template-blog .products, .woocommerce-demo-store .page-template-wishlist .products, .woocommerce-demo-store .page-template-contact .products, .woocommerce-demo-store .post-template-default .products {
        padding: 190px 0 60px
    }

    .single-post .mobile-hero {
        margin: -40px 0 40px
    }

    .product-breadcrumbs {
        margin: 15px auto 0
    }

    .product-breadcrumbs .container {
        margin: -115px auto 0
    }

    .woocommerce-page .products {
        margin: -10px 0 0
    }
	
	#Sale-Yes .feature {
    	top: 110px; padding: 0 0 110px;
}

    /* 	.feature{top: 105px; padding: 0 0 105px} */
    .feature {
        top: 70px;
        padding: 0 0 70px
    }

    /*    .home .rsUni .rsBullets{bottom:110px}*/
    .rsUni .rsBullets {
        bottom: 0
    }

    .product .products .container {
        padding: 0
    }

    .product .products .container .wrapper {
        padding: 40px 20px 0
    }

    .product .products .container .product-feature {
        margin: -50px 0 0
    }

    .products.related .container ul li.sale .info {
        margin: 0;
        top: 424px;
        left: 130px
    }

    .products .container ul li.sale .info {
        margin: 32px 0 0 125px
    }

    .woocommerce-page.woocommerce-demo-store .content-area {
        padding: 185px 0 60px
    }

    .woocommerce-page .product_tag-sale h2.woocommerce-loop-product__title, .woocommerce-page .product_cat-shack-collective h2.woocommerce-loop-product__title {
        margin: 0 0 20px
    }

    .woocommerce-page .product_tag-storewidesale h2.woocommerce-loop-product__title {
        margin: 0 0 10px
    }

    .sub main {
        padding: 110px 0 40px
    }

    .page .products {
        padding: 160px 0 60px
    }

    .woocommerce .products .container ul li {
        margin: 0 0 20px
    }

    .popup .container .close {
        right: 10px;
        top: 18px
    }

    .modal .container .wrapper .inner .close {
        right: 10px;
        top: 18px
    }

    footer .container .credits {
        max-width: 300px;
        margin: 0 auto
    }

    .seo-content-page, .seo-content-product {
        margin: 40px 0 0
    }

    #fancybox-close {
        position: fixed !important;
        top: 10px !important;
        right: 7px !important
    }

}

@media (max-width: 374px) {
    header .container .utilities ul li:nth-child(2) {
        display: none
    }
}

/* Modal utility class */
.modal-product-search form label {
    display: inline-block;
}

.modal-product-search form {
    padding: 0px 0 0px;
}

/* Modal utility class End */

/* Spinner loader css */

.spinning-loader {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid rgba(90, 72, 29, 0.2);
    border-left-color: rgb(90, 72, 29);
    background: transparent;
    -webkit-animation: rotate-spin 1s linear infinite;
    animation: rotate-spin 1s linear infinite;
    margin: 6rem auto;
}

@-webkit-keyframes rotate-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Photo Search */

header .container .utilities ul li:hover a span {
    opacity: 0;
    visibility: hidden
}

header .container .utilities ul li:nth-child(3) a span {
    opacity: 1;
    visibility: visible;
    margin: 50px 0 0 -122px;
    width: 110px
}

.page-template-visenzetemplate .products .container ul li a span.price {
    display: none
}

.page-template-visenzetemplate .products .container ul li a .view {
    padding: 0 15px 40px
}

.products .container ul#result-data li {
    text-align: left
}

.products .container ul#result-data {
    /*display: block;*/

    text-align: center
}

.loading_image {
    margin: -40px 0 0
}

h4.success-title:before {
    content: 'Search Results';
    display: block;
    font: 26px/32px 'contax_sans_55regular';
    text-transform: uppercase;
    margin: 50px 0 -20px;
    border-top: 1px solid #58595B;
    padding: 40px 0 0
}

h4.success-title {
    font-size: 0
}

.page-template-visenzetemplate .woocommerce {
    margin: -140px 0 0
}

.file-input span {
    display: none
}

#visenze {
    margin: 0 auto !important
}

#visenzeupload {
    border: 1px dashed #c8c8c8;
    padding: 50px 210px;
    text-align: center !important;
    height: auto;
    cursor: pointer;
    width: calc(97% - 400px);
    line-height: 20px;
    font-size: 11px
}

#visenzeupload-error {
    text-align: center;
    display: block !important;
    color: #cb2027 !important;
    font-size: 12px
}

/* Product page style */

.list_title {
    text-align: center;
}

.product-title {
    color: #424142;
    padding-left: 15px;
}

.product-view {
    opacity: 1 !important;
}

/* Product page style END */
/*
header .container .utilities ul li a span:before {
    margin: 0 0 0 100px
}
*/
@media (max-width: 799px) {
    .page-template-visenzetemplate .woocommerce {
        margin: -260px 0 0
    }
}

@media (max-width: 599px) {
    #visenzeupload {
        width: 100%;
        padding: 50px 0
    }
}

@media (max-width: 449px) {
    header .container .logo {
        max-width: 180px
    }

    header .container .primary-mobile {
        margin: 70px 0 0
    }
}

/* Grid layout */

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

/* Button style */

.btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1.5px;
    margin: 0 0 20px;
    padding: 0 25px;
    border-radius: 3px;
    transition: .5s;
}

.btn:hover {
    text-decoration: none;
    transition: .5s;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
}

.btn.btn-primary {
    background: #424142;
    color: #F7F6F3;
}

/* Button style END */

/* Utilities style */

.p-0 {
    padding: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right;
}

.height-full {
    height: 100%;
}

label.error {
    color: red;
}

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-wrap::after, .flex-wrap::before {
    content: none !important
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-spacebetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

/* Utilities style END*/