/*
 Theme Name:   Storefront [Child][Rennie & Rose]
 Theme URI:    https://whitakergroup.net/
 Description:  Child theme for Rennie & Rose, deconstructing Jola theme
 Author:       Zane Jones
 Author URI:   https://whitakergroup.net/
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  storefront-child
*/

/**These styles were copied from Jola's style.css, and they're likely to be massively redundant with parent theme styles, because Jola didn't use a child theme when making their edits.**/

/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
}

header,
footer,
section {
    display: block;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('assets/fonts/Montserrat-Regular.ttf') format('truetype'), url('assets/fonts/Montserrat-Regular.otf') format('truetype'), url('assets/fonts/Montserrat-Regular.woff') format('woff'), url('assets/fonts/Montserrat-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('assets/fonts/Montserrat-Light.ttf') format('truetype'), url('assets/fonts/Montserrat-Light.otf') format('truetype'), url('assets/fonts/Montserrat-Light.woff') format('woff'), url('assets/fonts/Montserrat-Light.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LibreBaskerville-Regular';
    src: url('assets/fonts/LibreBaskerville-Regular.ttf') format('truetype'), url('assets/fonts/LibreBaskerville-Regular.otf') format('truetype'), url('assets/fonts/LibreBaskerville-Regular.woff') format('woff'), url('assets/fonts/LibreBaskerville-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('assets/fonts/Lato-Regular.ttf') format('truetype'), url('assets/fonts/Lato-Regular.otf') format('truetype'), url('assets/fonts/Lato-Regular.woff') format('woff'), url('assets/fonts/Lato-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


/*HELPERS*/

input[type=text],
input[type=password],
textarea,
input[type=email],
input[type=tel],
input.search-field {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #767474;
    width: 100%;
    line-height: 30px;
    border: none;
/*     border-bottom: 1px solid #767474; */
    outline: none;
    padding-left: 5px;
}

input.search-field {
    width: 200px;
    display: inline-block;
}

textarea {
    height: 150px;
}

.over-flow {
    overflow: hidden;
}

.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.form-group {
    margin-bottom: 30px;
    overflow: hidden;
}

.form-group .left {
    padding-right: 10px;
}

.form-group .right {
    padding-left: 10px;
}

input::-webkit-input-placeholder {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #767474;
    text-align: left;
}

input::-moz-placeholder {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #767474;
    text-align: left;
}

input:-moz-placeholder {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #767474;
    text-align: left;
}

input:-ms-input-placeholder {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #767474;
    text-align: left;
}

.btn,
.btn-inverse,
table.cart tbody td.add-to-cart a,
.woocommerce-MyAccount-content input[type=submit],
.woocommerce-MyAccount-content button[type=submit],
.woocommerce-MyAccount-content .woocommerce-message a,
.woocommerce-MyAccount-content .woocommerce-Message a,
input#register,
input#wwlc-register,
.stock_alert_button,
input.search-submit,
#wwlc-login-form input[type=submit] {
    display: inline-block!important;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 13px!important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px!important;
    background: #767474;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    padding: 0 40px;
    margin: 0 auto;
    color: white;
    position: relative;
    outline: none;
    border: none;
    cursor: pointer;
}

.btn-transparent {
    color: #767474;
    cursor: pointer;
    background: transparent;
    border: 1px solid #767474;
    text-decoration: none!important;
    width: 100%;
    text-align: center!important;
    margin-bottom: 20px;
    line-height: 40px!important;
    font-size: 14px!important;
}

.btn-inverse {
    background: white;
    color: #767474;
    cursor: pointer;
}

.single-product .cart-form {
    display: inline-block;
}

.single-product .in-stock {
    display: none !important;
}

.single-product .price-stock .in-stock {
    display: inline-block !important;
}

.cart-btn,
table.cart tbody td.add-to-cart a,
.woocommerce-MyAccount-content input[type=submit],
.woocommerce-MyAccount-content button[type=submit],
.woocommerce-MyAccount-content .woocommerce-Message a,
input.search-submit {
    font-family: 'Lato-Regular', sans-serif;
    color: #939598!important;
    border: 1px solid #939598!important;
    background-color: transparent!important;
    text-decoration: none!important;
}

.cart-btn:hover,
.btn-transparent:hover,
input.search-submit:hover {
    color: white!important;
    border: 1px solid transparent!important;
    background-color: #767474!important;
}

table.cart tbody td.add-to-cart a {
    font-family: 'Lato-Regular', sans-serif!important;
    line-height: 30px!important;
    padding: 0 30px!important;
}

.left {
    width: 50%;
    float: left;
}

.right {
    width: 50%;
    float: left;
}

.search-form {
    /*margin-top: 20px;*/
}

p,
.screen-reader-text {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #7f8286;
}

#hamburger-nav-icon {
    width: 30px;
    height: 25px;
    position: relative;
    float: right;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}

#hamburger-nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #767474;
    border-radius: 7px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#hamburger-nav-icon span:nth-child(1) {
    top: 0px;
}

#hamburger-nav-icon span:nth-child(2),
#hamburger-nav-icon span:nth-child(3) {
    top: 10px;
}

#hamburger-nav-icon span:nth-child(4) {
    top: 20px;
}

#hamburger-nav-icon.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

#hamburger-nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger-nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger-nav-icon.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.breadcrumbs {
    margin: 20px 0 50px;
    width: 100%;
}

.breadcrumbs li,
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px!important;
    color: #767474!important;
    text-transform: uppercase;
}

.woocommerce-breadcrumb a:first-of-type:before {
    display: none!important;
}

.woocommerce-breadcrumb .breadcrumb-separator {
    padding: 0 5px!important;
    text-indent: 0!important;
}

.woocommerce-breadcrumb .breadcrumb-separator:after {
    display: none!important;
}

.breadcrumbs li {
    display: inline-block;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline-block!important;
    visibility: hidden!important;
    opacity: 0!important;
    position: relative!important;
    z-index: -1!important;
    width: 0!important;
    height: 0!important;
    margin: 0!important;
    padding: 0!important;
}

label.check {
    cursor: pointer;
    line-height: 20px;
}

label {
    position: relative;
}


/*input[type="radio"] + label, input[type="checkbox"] + label {
    text-indent: -10000px;
}*/

input[type="radio"]+span,
input[type="checkbox"]+span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 5px 5px 0;
    cursor: pointer;
    border-radius: 4px;
    background: url(assets/images/unchecked.png) center no-repeat;
    vertical-align: top;
}

input[type="radio"]:checked+span,
input[type="checkbox"]:checked+span {
    background: url(assets/images/checked.png) center no-repeat;
}

input[type="radio"]+span,
input[type="radio"]:checked+span,
input[type="checkbox"]+span,
input[type="checkbox"]:checked+span {
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

#wwlc_cf_promotional_offers>label,
#wwlc_cf_terms_checkbox>label {
    display: none!important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments,
.woocommerce-thankyou-order-received {
    padding: 10px 10px 10px 45px!important;
    border: 1px solid #767474!important;
    border-left: 20px solid #767474!important;
    background-color: white!important;
    line-height: 18px!important;
    font-size: 13px!important;
    font-family: 'Montserrat-Light', sans-serif!important;
    color: #7f8286!important;
    width: 100%!important;
    max-width: 1230px!important;
    margin: 0 auto!important;
    margin-bottom: 20px!important;
    clear: initial!important;
    border-radius: 0!important;
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before,
.woocommerce-noreviews:after,
.woocommerce-noreviews:before,
p.no-comments:after,
p.no-comments:before {
    display: none!important;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background: url(assets/images/warning-block-icon.png) 10px center no-repeat!important;
}

.woocommerce-error {
    background: url(assets/images/product/outstock_icon.png) 14px center no-repeat;
    background-size: 18px 18px;
}

.woocommerce-message,
.woocommerce-thankyou-order-received {
    background: url(assets/images/product/instock_icon.png) 14px center no-repeat;
    background-size: 18px 18px;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-noreviews .button,
p.no-comments .button,
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-noreviews .button,
p.no-comments a {
    font-size: 13px!important;
    font-family: 'Montserrat-Regular', sans-serif!important;
    color: #7f8286!important;
    text-decoration: underline;
}

.error-required {
    font-family: 'Montserrat-Light', sans-serif!important;
    line-height: 12px;
    font-size: 10px;
    color: red;
    visibility: hidden;
    opacity: 0;
}


/*NICE SELECT*/

.chosen-container {
    width: 100%!important;
}

.chosen-container-single .chosen-single div {
    display: none!important;
}

.nice-select {
    font-family: 'Lato-Regular', sans-serif;
    color: #939598;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 2px #d5d6d2;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    border-radius: 15px;
    line-height: 28px;
    outline: none;
    padding-left: 8px;
    padding-right: 25px;
    position: relative;
    text-align: left !important;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.nice-select>span {
    line-height: 26px;
    display: block
}

.nice-select:after,
.chosen-container-single .chosen-single:after {
    content: '';
    display: block;
    height: 0px;
    width: 0px;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-top: 5px solid #939598;
}

.nice-select.open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
    border: 2px solid #d0c4c5;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    /*box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);*/
    border: 2px solid #d5d6d2;
    border-top: none;
    box-sizing: border-box;
    margin-top: -1px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -2px;
    right: -2px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 1;
}

.nice-select.open .list {
    border: 2px solid #d0c4c5;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
    color: #939598;
}

.nice-select .option {
    cursor: pointer;
    line-height: 26px;
    list-style: none;
    min-height: 30px;
    outline: none;
    padding-left: 8px;
    padding-right: 25px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #d0c4c5;
}

.nice-select .option:hover {
    color: white;
}

.nice-select .option.selected {
    font-weight: normal;
    color: white;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.pagination {
    float: right;
}

.pagination li {
    float: left;
	margin: 0 2px;
}

.pagination li a,
.pagination li span {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 11px;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 4px;
    background: white;
    line-height: 26px;
    border: 2px solid #d0c4c5;
    text-align: center;
    border-radius: 34px;
    color: #d0c4c5;
}
.pagination .page-numbers li .page-numbers, .pagination .page-numbers li .page-numbers {
    border-left-width: 2px;
}

.pagination .page-numbers li .page-numbers.current,
.pagination .page-numbers li .page-numbers.current {
    background: #d0c4c5;
    color: white;
}

.pagination li a.prev {
    background: url(assets/images/pagination-left_arrow.png) center center no-repeat;
    border: none;
}

.pagination li a.next {
    background: url(assets/images/pagination-right_arrow.png) center center no-repeat;
    border: none;
}

.pagination .next:after,
.pagination .prev:after {
    display: none!important;
}

.pagination .page-numbers li .page-numbers:not(.current),
.pagination .page-numbers li .page-numbers:not(.current) {
    color: #d0c4c5!important;
}
.pagination .next, .pagination .prev {
	text-indent: -9999px;
	display: inline-block;
	position: relative;
}

.section-banner {
    margin-bottom: 60px;
}

.banner-wrapper img {
    width: 100%;
}


/*HEADER*/

header {
    width: 100%;
    position: relative;
    z-index: 2;
}

.container-wrapper,
.woocommerce-breadcrumb {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}


/*Header*/

.header-top {
    background: #d5d6d2;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.header-top.scroll-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.top-left {
    float: left;
}

.top-right {
    float: right;
}

.top-right ul {
    float: left;
}

.top-right li {
    float: left;
}

.top-right li a,
.top-left li a,
.top-right li {
    font-family: 'Montserrat-Light', sans-serif;
    text-transform: uppercase;
    color: #767474;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
}

.top-right li.account a {
    position: relative;
    padding-right: 5px;
}

.top-right li.account a:after {
    position: absolute;
    content: '';
    top: 13px;
    right: 2px;
    height: 0;
    width: 0;
    /* border-top:5px solid #767474;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent; */
    z-index: 1;
    cursor: pointer;
}

.top-left li a {
    font-family: 'Montserrat-Regular', sans-serif;
}

.top-right li.wishlist-header a {
    background: url(assets/images/header/wishlist_icon.png) left center no-repeat;
    padding-left: 20px;
}

.top-right li.cart a {
    background: url(assets/images/header/cart_icon.png)left center no-repeat;
    padding-left: 20px;
    position: relative;
}

.nav-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0 5px 20px -2px #4f4f4f;
    -moz-box-shadow: 0 5px 20px -2px #4f4f4f;
    box-shadow: 0 5px 20px -2px #4f4f4f;
}

.nav-wrapper .container-wrapper {
    position: relative;
    overflow: initial;
}

.nav-wrapper.scroll-header {
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 10;
    /*transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;*/
    -webkit-box-shadow: 0 5px 20px -2px #4f4f4f;
    -moz-box-shadow: 0 5px 20px -2px #4f4f4f;
    box-shadow: 0 5px 20px -2px #4f4f4f;
}

.nav>li {
    display: inline-block;
    margin-left: 45px;
    vertical-align: bottom;
}

.nav>li:first-child {
    margin-left: 0;
    position: initial;
}

.nav>li {
    position: relative
}

.nav>li>ul {
    top: 30px;
    right: 0;
}

.nav>li>ul a {
    padding-right: 0;
}

.nav a {
    line-height: 30px;
}

.nav>li>a {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    display: block;
    padding-right: 20px;
    position: relative;
}

.nav-wrapper .nav {
    padding: 40px 0;
    position: relative;
    margin-left: 175px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.nav-wrapper.scroll-header .nav {
    padding: 20px 0;
    margin-left: 135px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.nav-wrapper .logo {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-wrapper .logo a span {
    background-image: url(assets/images/header/logo_scroll.png);
    visibility: hidden;
    opacity: 0;
}

.nav-wrapper .logo a {
    display: block;
    width: 130px;
    height: 87px;
    background-image: url('https://rnw03.newer.io/wp-content/uploads/2022/05/rennie-rose_logo.webp');
    background-size: 130px 87px;
    -webkit-transition: background-size 0.3s ease, width 0.3s ease, height 0.3s ease;
    -moz-transition: background-size 0.3s ease, width 0.3s ease, height 0.3s ease;
    transition: background-size 0.3s ease, width 0.3s ease, height 0.3s ease;
}

.nav-wrapper.scroll-header .logo a {
    width: 73px;
    height: 45px;
    background-image: url(assets/images/header/logo_scroll.png);
    background-size: 73px 45px;
    -webkit-transition: background-size 0.3s ease, width 0.3s ease, height 0.3s ease;
    -moz-transition: background-size 0.3s ease, width 0.3s ease, height 0.3s ease;
    transition: background-size 0.3s ease, width 0.3s ease, height 0.3s ease;
}

.search-btn>a {
    background-image: url(assets/images/header/search_icon.png);
}

.search-btn>a {
    width: 30px;
    height: 30px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-btn .search-field {
    position: absolute;
    left: 1px;
    top: 0;
    height: 30px;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1;
    width: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-btn .search-field.active {
    width: 265px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-btn .search-field.active input {
    padding-left: 5px;
    background-color: #fff;
}

.close-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    line-height: 30px;
    color: #a7a6a6;
    font-size: 24px;
}

.menu-arrow {
    width: 0px;
    height: 0px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: none;
    border-top: 4px solid #767474;
}

.nav>li>ul>li>a .menu-arrow {
    width: 15px;
    height: 15px;
    background: url(assets/images/header/nav-right_arrow.png) center center no-repeat;
    border: none;
}

.nav>li>ul {
    display: none;
    position: absolute;
    left: -10px;
    right: 0;
    top: 30px;
    z-index: 1;
    border: 1px solid #d5d6d2;
}

.nav>li:first-child>ul {
    top: 70px;
    right: initial;
}

.nav>li>ul>li>a {
    font-family: 'Montserrat-Regular', sans-serif;
    display: block;
    padding: 0 0px 0 10px;
    position: relative;
    background: white;
    font-size: 13px;
    color: #767474;
    text-transform: capitalize;
}

.nav>li:first-child>ul>li>a {
    padding: 0 50px 0 10px;
}

.nav>li:first-child>ul>li>a {
    background: #ffffff;
}

.nav>li>ul>li>a.has-children {
    font-family: 'Montserrat-Light', sans-serif;
    background: white;
}

.nav>li>ul>li>a:hover {
    background: #eaeae8;
}

.nav>li>ul>li>a.has-children:hover+ul {
    display: block;
}

.nav>li>ul>li>a.has-children+ul:hover {
    display: block;
}

.nav-wrapper.scroll-header .nav>li:first-child>ul {
    top: 50px;
}

.nav>li>ul>li>ul {
    display: none;
    position: absolute;
    top: -1px;
}

.nav>li>ul>li>ul li>a {
    font-family: 'Montserrat-Light', sans-serif;
    color: #767474;
    font-size: 13px;
}

.nav>li>ul>li>ul li>a:hover {
    color: black;
}

.nav>li.open-subitem>ul {
    display: block;
}

.nav>li>ul>li.open-subitem>ul {
    display: block;
}

.nav>li>ul>li>ul .item-wrapper {
    float: left;
    padding-right: 60px;
}

.nav>li>ul>li>ul .item-wrapper:last-child {
    padding-right: 0;
}

.nav>li>ul>li>ul .item-wrapper-border {
    padding: 0 20px;
    float: left;
    border: 1px solid #d5d6d2;
    background: white
}

.search-field.active .search-suggestion {
    display: block;
    max-height: 400px;
    overflow-y: auto;
}

.search-view-link {
    display: block;
    text-align: center;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 12px;
    color: #d0c4c5;
    text-decoration: underline;
}

.search-suggestion {
    display: none;
    position: absolute;
    top: 29px;
    left: 0px;
    width: 100%;
    background: white;
    border: 2px solid #d0c4c5;
    padding: 20px;
}

.search-suggestion-wrapper {}

.search-suggestion h3 {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
    color: #d0c4c5;
    font-weight: bold;
    margin-bottom: 20px;
}

.search-suggestion h3 span {
    font-weight: normal;
    color: #767474;
}

.search-suggestion h4 {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
    color: #767474;
    overflow: hidden;
    margin-bottom: 15px;
}

.search-suggestion h4 span {
    float: right;
}


/*.search-suggestion li {
  border-bottom: 1px solid #d0c4c5;
}*/

.search-suggestion li:last-child {
    border-bottom: none;
}

.search-suggestion li a {
    display: table;
    vertical-align: middle;
    padding: 10px 0;
}

.search-suggestion li a img {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
	max-width: unset;
}

.search-suggestion li a p {
    font-family: 'Montserrat-Regular', sans-serif;
    display: table-cell;
    vertical-align: middle;
    color: #767474;
    font-size: 14px;
}

.my-owl-carousel,
.my-owl-carousel-2 {
    position: relative;
}

.my-owl-carousel .owl-item,
.my-owl-carousel-2 {
    padding: 0;
    position: relative;
}

.my-owl-carousel .owl-item img {
    max-width: 100%;
    width: 100%;
}

.main_slider-wrapper .my-owl-carousel .owl-item img {
    width: 100%;
}

.my-owl-carousel .owl-item {
    text-align: center;
}

.main_slider-wrapper .my-owl-carousel .slider-content {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 6.25%;
    margin-left: 6.25%;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.main_slider-wrapper .slider-content .content-wrapper {
    width: 41%;
    margin-left: 0;
}

.main_slider-wrapper .slider-content h2 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 3.28125vw;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 8px #000;
    padding-bottom: 3.125%;
    position: relative;
    margin-bottom: 3.125%;
}

.main_slider-wrapper .slider-content h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0 2px 1px 0px #000;
    -moz-box-shadow: 0 2px 1px 0px #000;
    box-shadow: 0 2px 1px 0px #000;
}

.main_slider-wrapper .owl-controls {
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main_slider-wrapper .owl-theme .owl-controls .owl-page span {
    margin: 5px 10px;
    opacity: 1;
    width: 10px;
    height: 10px;
    border: 1px solid #767474;
    background: #767474;
}

.main_slider-wrapper .owl-theme .owl-controls .owl-page.active span {
    background: white;
}

.main_slider-wrapper .owl-theme .owl-controls .owl-page {
    display: block;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.new-introduction {
    padding: 50px 0 100px 0;
}

.section-title>h2,
.storefront-full-width-content h1,
#customer_login h2 {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 30px;
    color: #767474;
    display: inline-block;
    line-height: 30px;
    padding-bottom: 25px;
    position: relative;
}

.section-title>h2:after,
.storefront-full-width-content h1:after,
#customer_login h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 1px;
    background-color: #767474;
    width: 75px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.new-introduction-slider-wrapper {
    padding: 0 100px;
}

.new-introduction-slider-wrapper .my-owl-carousel .owl-item {
    padding: 0 15px;
}

.new-introduction-slider-wrapper .owl-controls .owl-prev,
.new-introduction-slider-wrapper .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.new-introduction-slider-wrapper .owl-controls .owl-prev {
    left: -100px;
    text-indent: -10000px;
    background: url(assets/images/home/left-arrow.png) no-repeat;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.new-introduction-slider-wrapper .owl-controls .owl-prev:hover {
    background: url(assets/images/home/left-arrow_rollover.png) no-repeat;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.new-introduction-slider-wrapper .owl-controls .owl-next {
    right: -100px;
    text-indent: -10000px;
    background: url(assets/images/home/right-arrow.png) no-repeat;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.new-introduction-slider-wrapper .owl-controls .owl-next:hover {
    background: url(assets/images/home/right-arrow_rollover.png) no-repeat;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.products-list>li img,
.my-owl-carousel .list-product img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}

.products-list>li .image-wrapper,
.my-owl-carousel .list-product .image-wrapper {
    border-top: 4px solid #eaeae8;
    border-bottom: 4px solid #eaeae8;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    -webkit-transition: border 0.1s ease-in-out;
    -moz-transition: border 0.1s ease-in-out;
    transition: border 0.1s ease-in-out;
    position: relative;
    padding-bottom: 98%;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.products-list>li:hover .image-wrapper,
.products-list>li.list-product-default:hover .image-wrapper,
.my-owl-carousel .list-product:hover .image-wrapper {
    border: 4px solid #d0c4c5;
    -webkit-transition: border 0.1s ease-in-out;
    -moz-transition: border 0.1s ease-in-out;
    transition: border 0.1s ease-in-out;
}

.products-list>li a {
    display: block
}

.products-list>li.list-product-default .image-wrapper {
    border: 4px solid transparent;
}

.products-list>li.list-product-default .image-wrapper img {
    height: 100%!important;
}

.new-introduction-slider-wrapper .owl-item>div {
    position: relative;
}

.new-introduction-slider-wrapper .new-mark {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    font-family: 'Montserrat-Light', sans-serif;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #d0c4c5;
    text-align: center;
}

.products-list>li .button {
    display: none;
}

.slider-content h3,
.products-list>li h2 {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 20px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #767474;
    text-align: center;
    margin: 0px 0 5px;
}

.slider-content p,
.products-list>li .price {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    color: #767474;
    text-align: center;
    display: block;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
}


/*.slider-content {
  padding-top: 20px;
}*/

.slider-content p .old-price {
    font-family: 'Montserrat-Light', sans-serif;
    text-decoration: line-through;
}

.collection-section {
    padding: 75px 0;
    background-color: #e0e0dd;
    background-image: url('https://rnw03.newer.io/wp-content/uploads/2022/05/collection-background.webp');
    -webkit-box-shadow: inset 0px 11px 20px -10px #4f4f4f, inset 0px -11px 20px -10px #4f4f4f;
    -moz-box-shadow: inset 0px 11px 20px -10px #4f4f4f, inset 0px -11px 20px -10px #4f4f4f;
    box-shadow: inset 0px 11px 20px -10px #4f4f4f, inset 0px -11px 20px -10px #4f4f4f;
}

.collection-section .section-title h2 {
    color: white;
    font-size: 28px;
}

.collection-section .section-title {
    margin-bottom: 30px;
}

.collection-section .section-title>h2:after {
    background: white;
}

.collection-section .collection-name {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 36px;
    color: white;
    margin-bottom: 30px;
}

.collection-section .left p {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: white;
    margin-bottom: 30px;
}

.collection-section .left .left-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.collection-section .left {
    padding: 9.3% 6.6%;
    background: #767474;
    display: table;
}

.collection-section .right {
    border: 1px solid #767474;
    border-left: none;
    background: white;
    padding: 0 6.6%;
    display: table;
}

.collection-section .right ul {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.collection-section .right a {
    display: block;
    float: left;
    width: 50%;
    padding: 15px;
}

.collection-section .right .img-wrapper {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}

.collection-section .right .img-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}

.collection-section .slider-content h3 {
    font-size: 16px;
}

.collection-section .owl-controls .owl-prev,
.collection-section .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.collection-section .owl-controls .owl-prev {
    left: 10px;
    text-indent: -10000px;
    background: url(assets/images/home/featured-collection/left-arrow.png) center center no-repeat;
}

.collection-section .owl-controls .owl-next {
    right: 10px;
    text-indent: -10000px;
    background: url(assets/images/home/featured-collection/right-arrow.png) center center no-repeat;
}

.caregories-section {
    padding: 70px 0 100px 0;
}

.caregories-section .my-owl-carousel-wrapper {
    margin: 0 -5px;
}

.caregories-section .my-owl-carousel .owl-item {
    padding: 0 5px;
}

.caregories-section .my-owl-carousel .owl-item>div {
    position: relative;
}

.caregories-section .my-owl-carousel .owl-item>div:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.caregories-section .slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    width: 100%;
}

.caregories-section .slider-content h3 {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 36px;
    color: white;
    text-shadow: 1px 1px 8px #000;
    margin-bottom: 7.7%;
    line-height: 36px;
    height: auto;
}

.caregories-section .slider-content a {
    font-size: 16px;
}

.caregories-section .owl-buttons {
    text-align: center;
}

.caregories-section .owl-controls .owl-prev,
.caregories-section .owl-controls .owl-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 20px 20px 0px 20px;
}

.caregories-section .owl-controls .owl-prev {
    text-indent: -10000px;
    background: url(assets/images/home/left-arrow.png) no-repeat;
}

.caregories-section .owl-controls .owl-next {
    text-indent: -10000px;
    background: url(assets/images/home/right-arrow.png) no-repeat;
}

.wholesale-section {
    padding-bottom: 100px;
}

.wholesale-section .wholesale-content {
    width: 65%;
    float: right;
    background: rgba(118, 116, 116, 0.1);
    padding: 10% 0;
}

.wholesale-section .container-wrapper {
    position: relative;
}

.wholesale-section img {
    position: absolute;
    top: 50%;
    width: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-box-shadow: 8px 8px 20px #818285;
    -webkit-box-shadow: 8px 8px 20px #818285;
    box-shadow: 8px 8px 20px #818285;
}

.wholesale-content-wrapper {
    width: 75%;
    float: right;
    padding: 0 12.2%;
    text-align: center;
}

.wholesale-content-wrapper p {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #7f8286;
    margin-bottom: 20px;
}

.subscribe-section {
    padding: 40px 0 30px;
    background-color: #e0e0dd;
    background-image: url('https://rnw03.newer.io/wp-content/uploads/2022/05/subscribe-background.webp');
}

.subscribe-section .section-title h2 {
    padding-bottom: 0;
    padding: 0 18%;
}

.subscribe-section .section-title h2:after {
    display: none;
}

.subscribe-section p {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 30%;
}

.subscribe-section .subscribe-form {
    text-align: center;
}

.submit-wrapper {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.subscribe-section .left-subscribe {
    display: inline-block;
    width: 100%;
    max-width: 315px;
}

.subscribe-section .subscribe-form input[type=text],
.subscribe-section input[type=email] {
    background: none;
	border: 2px #767474 solid !important;
	padding-left: 10px;
}

.subscribe-section .right-subscribe {
    display: inline-block;
    width: 100%;
    max-width: 170px;
    position: relative;
	text-align: left;
}
.subscribe-section .right-subscribe input {
	height: 34px;
	padding: 0 20px;
	background-color: #767474;
	border-color: #767474;
}
.subscribe-section .selected-value {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #767474;
    width: 100%;
    line-height: 30px;
    border-bottom: 2px solid #767474;
    text-align: left;
    padding-left: 5px;
    position: relative;
    cursor: pointer;
}

.subscribe-section .selected-value:after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
    border-top: 6px solid #939598;
}

.subscribe-section .option-wrapper {
    display: none;
    left: 0;
    top: 28px;
    position: absolute;
    border: 2px solid #d0c4c5;
    background: white;
    width: 100%;
    z-index: 1;
}

.subscribe-section .option-wrapper.open {
    display: block;
}

.subscribe-section .option-wrapper>div {
    font-family: 'Lato-Regular', sans-serif;
    color: #767474;
    font-size: 16px;
    padding-left: 5px;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
}

.subscribe-section .option-wrapper>div:hover {
    color: white;
    background: #d0c4c5;
}


/*Products*/
.products-content #primary {
	max-width: 100%;
	float: none;
}
.products-content .products-wrapper {
    padding-bottom: 90px;
}

.products-content .products-wrapper .container-wrapper {
    overflow: initial;
}

.products-content .products-wrapper .left-column {
    width: 240px;
    padding-right: 30px;
    display: inline-block;
	vertical-align: top;
}
@media (min-width: 992px) {
	.products-content .products-wrapper .right-column {
		display: inline-block;
		width: calc(100% - 250px);
	}	
}

.products-content .products-wrapper .section-title>h2 {
    font-family: 'Montserrat-Regular', sans-serif;
    text-align: left;
    font-size: 21px;
    display: block;
    margin-bottom: 30px;
}

.products-content .products-wrapper .section-title>h2:after {
    left: 0;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.products-content .filter-item ul {
    padding-left: 25px;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
}

.products-content .filter-item label,
.products-content .filter-item>a,
.products-content .filter-item li a {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 16px;
    color: #939598;
    text-transform: capitalize;
    line-height: 20px;
}

.products-content .filter-item li a {
    padding-left: 25px;
    background: url(assets/images/unchecked.png) left top no-repeat;
}

.products-content .filter-item li.active-child a,
.products-content .filter-item li.active-sb-filter a {
    background: url(assets/images/checked.png) left top no-repeat;
}

.products-content .filter-item li {
    margin-bottom: 15px;
}

.products-content .filter-item>a {
    font-size: 18px;
    margin-bottom: 25px;
    display: block;
    position: relative;
    text-transform: capitalize;
}

.products-content .filter-item>a.has-filters {
    margin-bottom: 15px;
}

.products-content .filter-item {
    margin-bottom: 10px;
}

.products-content .filter-item>a.has-filters:after {
    content: "+";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 1px solid #939598;
    border-radius: 2px;
    text-align: center;
    line-height: 9px;
    font-size: 20px;
}

.products-content .filter-item>a.has-filters.open-subitem:after {
    content: "-";
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a>img {
    max-width: 100%;
    height: auto;
}

.products-content .filter-item ul.open-subitem {
    visibility: visible;
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

.filters-selected {
    margin-bottom: 30px
}

.filters-selected li {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 18px;
    display: inline-block;
    line-height: 28px;
    border: 1px solid #d0c4c5;
    border-radius: 15px;
    position: relative;
    padding-left: 40px;
    color: #d0c4c5;
    padding-right: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.filters-selected li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 28px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.color-items li {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 4px;
    position: relative;
    border-radius: 50%;
    border: none;
}

.color li {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    margin: 4px;
    position: relative;
    border-radius: 50%;
    border: none;
}

.color li.active-sb-filter {
    cursor: initial;
    border: 1px solid #d0c4c5;
    transition: border 0.3s linear;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
}

.color li span {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #939598;
}

.color-items ul,
.size-items ul {
    margin: 0 -4px;
}

.color-items li input[type='radio']+label {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 0;
}

.color-items li input[type='radio']:checked+label {
    cursor: initial;
    border: 1px solid #d0c4c5;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

.color-items label span {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #939598;
}

.category-name {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: bold;
    color: #939598;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.count.filter-items .nice-select {
    width: auto;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.products-sort .count {
    text-align: left;
}

.products-sort .left,
.products-sort .right {
    width: auto;
}

.products-sort .right {
    float: right;
}

.products-sort>.right>.sort>span {
    display: none;
}

.products-sort>.left>.count {
    margin-bottom: 20px;
}

.products-sort .count .nice-select {
    /*  margin-right: 10px;*/
    min-width: 60px;
}

.products-sort .sort {
    text-align: right;
}

.products-sort .count>span,
.products-sort .sort>span,
.products-sort .count form {
    font-family: 'Lato-Regular', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #939598;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.woocommerce-ordering {
    float: right;
    padding: 0 !important;
}

.list-product-default {
    width: 100%;
    display: table;
}

.products-list {
    margin: 0px -15px 20px;
    float: left;
    width: 100%;
}

.products-list>li {
    float: left;
    width: 33.333%;
    padding: 0 15px;
    margin: 35px 0;
}

.products-list>li img {
    /* width:100%;*/
    height: auto;
}

li.list-product-default a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.default-content {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: bold;
    color: #767474;
    font-size: 30px;
    position: absolute;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
}


/*SINGLE PRODUCT*/

.single-product .product {
    padding-bottom: 50px;
}

.single-product .product .left {
    padding-right: 5%;
}

.single-product .product .right {
    padding-left: 5%;
    padding-top: 20px;
}

.single-product .product .main-image {
    position: relative;
}

.single-product .product .zoom-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(assets/images/product/zoom_icon.png) center center no-repeat;
}

.slider-thumbs-wrapper .main-image img {
    max-width: 100%;
}

.slider-thumbs-wrapper .main-image {
    margin-bottom: 5px;
    text-align: center;
}

.product-image .slider-thumbs-wrapper .thumbs {
    text-align: center;
}

.product-image .slider-thumbs-wrapper .thumbs>div,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 70px!important;
    height: 70px!important;
    float: none!important;
    position: relative;
    margin: 0 10px!important;
    display: inline-block!important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    text-align: center;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.slider-thumbs-wrapper .thumbs>div.active,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li.active {
    -moz-box-shadow: 0 0 1px 1px #d0c4c5;
    -webkit-box-shadow: 0 0 1px 1px #d0c4c5;
    box-shadow: 0 0 1px 1px #d0c4c5;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 10px!important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: auto!important;
    bottom: 75px;
    right: 0!important;
    width: 25px!important;
    height: 25px!important;
    background: url(assets/images/product/zoom_icon.png) center center no-repeat;
    background-color: transparent!important;
}

.tawcvs-swatches .swatch {
    opacity: 1!important;
    border: 1px solid #939598!important;
}

.tawcvs-swatches .swatch-color.selected:before {
    display: none!important;
}

.tawcvs-swatches .swatch-color {
    position: relative;
}

.tawcvs-swatches .swatch.selected {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

a.reset_variations {
    /*display: block!important;*/
    vertical-align: top;
    margin-left: 4px!important;
    font-family: 'Lato-Regular', sans-serif;
    color: #939598;
    font-size: 13px;
    line-height: 44px!important;
}

.single-product div.product table.variations {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7!important;
}

.single-product div.product form.cart {
    margin: 0!important;
    border: none!important;
    padding: 20px 0 10px 0px!important;
    border-bottom: 1px solid #d7d7d7!important;
    border-radius: 0!important;
    width: 100%;
    text-align: left!important;
}

.single-product div.product table.variations td.label {
    padding-top: 20px;
}

.single-product div.product .variations_button {
    padding-top: 20px!important;
    text-align: left!important;
}

.single-product div.product table.variations .value {
    margin-bottom: 0!important;
}

.tawcvs-swatches .swatch-color.selected:after {
    display: block;
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d0c4c5;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tawcvs-swatches .swatch {
    margin: 4px!important;
    width: 30px!important;
    height: 30px!important;
}

.tawcvs-swatches {
    padding: 0!important;
    margin-left: -4px!important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    display: none!important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 1!important;
}

.slider-thumbs-wrapper .thumbs img {
    width: 100%;
}

.single-product div.product table.variations .value {
    padding: 10px 0px 20px 20px!important;
}

.single-product div.product table.variations .value .nice-select {
    display: inline-block;
    width: auto;
}

.single-product .product .socials-wrapper ul {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.single-product .product .socials-wrapper ul li {
    float: left;
    margin-right: 15px;
}

.single-product .product .socials-wrapper ul li a {
    display: block;
    width: 20px;
    height: 20px;
}

.single-product div.product .single_variation .price {
    text-align: left;
    color: #7f8286!important;
}

.single-product .product .socials-wrapper ul li.facebook a {
    background: url(assets/images/facebook_icon.png) center center no-repeat;
    background-position: 100%;
}

.single-product .product .socials-wrapper ul li.twitter a {
    background: url(assets/images/twitter_icon.png) center center no-repeat;
    background-position: 100%;
}

.single-product .product .socials-wrapper ul li.pinterest a {
    background: url(assets/images/pinterest_icon.png) center center no-repeat;
    background-position: 100%;
}

.single-product .product .socials-wrapper ul li.mail a {
    background: url(assets/images/mail_icon.png) center center no-repeat;
    background-position: 100%;
}

.single-product .product .price-stock {
    margin-bottom: 10px;
    overflow: hidden;
}

.single-product .product .product-content .cena,
.single-product div.product p.price {
    font-family: 'Montserrat-Light', sans-serif!important;
    font-size: 21px!important;
    line-height: 22px!important;
    color: #939598!important;
    display: inline-block;
    margin-right: 20%;
    vertical-align: top;
    margin: 0 0 20px!important;
}

.single-product div.product .single_variation .price {
    font-family: 'Montserrat-Light', sans-serif!important;
    font-size: 16px!important;
    line-height: 20px!important;
    color: #939598!important;
    margin: 20px 0 0!important;
    padding-left: 20px!important;
}

.single-product .product .product-content h3,
.single-product div.product table.variations td.label {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 18px;
    color: #939598;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 20px;
}

.single-product .product .buy-product h3 {
    line-height: 40px;
    margin-bottom: 10px!important;
    padding-left: 0;
}

.single-product .product .product-content .info {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #939598;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    /*margin-bottom: 20px;*/
}


/*.single-product .product .color, .single-product .product .size {
  padding-left:20px;
  overflow: hidden;
  margin-top: 10px;
}*/

.size-items input[type="radio"],
.size-items input[type="checkbox"],
.color-items input[type="radio"],
.color-items input[type="checkbox"] {
    display: none!important;
}

.single-product .product .size-items ul {
    margin: 0 -5px;
}

.single-product .product .size-items div {
    display: inline-block;
    padding: 0 5px;
}

.variations_form .size-items.value label {
	display: inline-block;
    border: 1px solid #818285;
    height: 40px;
    padding: 0 10px;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    color: #939598;
}

.variations_form .size-items input[type=radio]:checked+label {
    border: 1px solid #d0c4c5;
}
.single_add_to_cart_button:not(.bundle_add_to_cart_button) {
	margin: 10px 0;
	font-size: 15px;
	padding: 8px 20px;
	text-transform: uppercase;
	margin-left: 20px;
}

.single-product .product .quantity,
.single-product .product h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.single-product .product .buy-product {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0 10px 20px;
}

.quantity input {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
    color: #939598;
    width: 40px !important;
    height: 40px!important;
    border-radius: 50%;
    border: 1px solid #818285;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0!important;
}

.quantity .minus,
.quantity .add {
    width: 39px;
    height: 39px;
    display: inline-block!important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.quantity .minus {
    background: url(assets/images/product/minus_icon.png) center center no-repeat;
}

.quantity .add {
    background: url(assets/images/product/plus_icon.png) center center no-repeat;
}

.single-product .product .wishlist {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #818285;
    border-radius: 50%;
    background: url(assets/images/product/wishlist_icon.png) center center no-repeat;
    transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    vertical-align: middle;
}

.single-product .product .wishlist:hover {
    background: url(assets/images/product/wishlist-hover_icon.png) center center no-repeat;
    transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
}

.single-product .product .wishlist.change-wishlist-icon {
    background: url(assets/images/product/wishlist-hover_icon.png) center center no-repeat;
    transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
}

.single-product .product .cart,
.bundle_add_to_cart_button {
    display: inline-block;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 13px;
    line-height: 38px;
    padding: 0 40px;
    margin-right: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 20px;
}
.single-product .product.bundled_product .cart {
	border: none;
}
.bundled_product .cart {
    width: 100%;
    border: none;
    text-align: left;
	padding: 0 !important;
}
.single-product div.product form.cart.bundle_form {
	border: solid #818285 thin !important;
	border-radius: 20px !important;
}
.single-product div.product .bundled_product {
    border-bottom: 1px solid #818285 !important
}
.single-product div.product .bundled_product table.variations {
	border: none !important;
}
.single-product div.product .bundled_product table.variations .value {
	padding: 0 !important;
}
.single-product .bundled_product .cart .variations a.reset_variations {
	margin: 0;
}
.single-product .bundled_product .bundled_item_button {
	border-top: 1px solid #818285 !important;
}

.single-product .bundled_product_images {
	max-width: 200px;
	margin-bottom: 0 !important;
	
}
.storefront-full-width-content.single-product div.product .images{
	margin-bottom: 0;
}
.single-product .cart.bundle_data {
    float: right;
    border: none;
    text-align: left;
}
.single-product .product button.cart:hover {
    background: #747474;
    border: 1px solid transparent;
    color: white;
}

.single-product .product .socials-wrapper {
    padding: 20px 0 20px 20px;
}

.price-stock .in-stock,
.price-stock .out-stock {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 16px;
    color: #d0c4c5;
    text-transform: uppercase;
    display: inline-block;
    line-height: 22px;
    background: url(assets/images/product/instock_icon.png) left center no-repeat;
    padding-left: 20px;
    vertical-align: top;
    margin-bottom: 10px;
    float: right;
}

.price-stock .out-stock {
    color: #767474;
    background: url(assets/images/product/outstock_icon.png) left center no-repeat;
}

.single-product .product .inform-stock {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    color: #767474;
    margin-bottom: 10px;
}

.single-product .product input[type="checkbox"]+span {
    margin-bottom: 0;
}

.policies-section {
    padding-bottom: 100px;
}

.policies-section h3 {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 16px;
    color: #939598;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold
}

.policies-section .left {
    padding-right: 2.1%;
    text-align: center;
}

.policies-section .right {
    padding-left: 2.1%;
    text-align: center;
}

.policies-section p {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #939598;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 20px;
}

.policies-section p:last-child {
    margin-bottom: 0;
}

.policies-section .read-more {
    text-align: center;
    max-height: 132px;
    overflow: hidden;
    transition: max-height 0.4s ease;
    -webkit-transition: max-height 0.4s ease;
    -moz-transition: max-height 0.4s ease;
    margin-bottom: 25px;
}

.policies-section .read-more.open {
    max-height: 1000px;
    transition: max-height 0.4s ease;
    -webkit-transition: max-height 0.4s ease;
    -moz-transition: max-height 0.4s ease;
}

.policies-section a {
    width: 165px;
}

.overlay-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.overlay-fullscreen.open {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.cancel-fullscreen {
    font-family: 'Montserrat-Light', sans-serif;
    position: absolute;
    top: -25px;
    right: -25px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    color: #d7d7d7;
    line-height: 16px;
    border: 2px solid white;
    border-radius: 50%;
}

.modal {
    max-width: 350px;
    width: 100%;
    position: fixed;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    visibility: hidden;
    opacity: 0;
    -moz-box-shadow: 8px 8px 20px #4f4f4f;
    -webkit-box-shadow: 8px 8px 20px #4f4f4f;
    box-shadow: 8px 8px 20px #4f4f4f;
}

.modal.landscape {
    top: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    overflow-y: scroll;
}

.modal.open {
    visibility: visible!important;
    opacity: 1!important;
    transition: all 0.3s ease!important;
    -webkit-transition: all 0.3s ease!important;
    -moz-transition: all 0.3s ease!important;
}

.modal-wrapper {
    padding: 25px 35px 25px;
    position: relative;
    text-align: left;
    background: white;
}

.modal h2 {
    text-align: center;
    margin-bottom: 20px;
}

.modal.login .section-title {
    margin-bottom: 0!important;
}

.modal p {
    font-family: 'Montserrat-Regular', sans-serif;
    text-align: center;
    font-size: 13px;
    color: #767474;
    margin-bottom: 30px;
    line-height: 24px;
}

.input-wrapper {
    margin-bottom: 30px;
}

.frontend-validation .input-wrapper {
    margin-bottom: 20px;
}

.forgot-password,
.lost_password a,
#customer_login form.register a {
    display: block;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    color: #767474;
    text-decoration: underline;
    margin-bottom: 20px;
}

#customer_login form.register a {
    display: inline-block;
}

.modal .register {
    background: #d5d6d2;
    text-align: center;
    padding: 20px 25px;
}

.modal .register a {
    font-family: 'Montserrat-Light', sans-serif;
    line-height: 28px;
    font-size: 20px;
    color: #767474;
    display: block;
    text-decoration: underline;
    text-align: left
}


/*OUR STORY*/

.collection-section.our-story-gallery {
    padding: 40px 0;
    background-image: url('https://rnw03.newer.io/wp-content/uploads/2022/05/subscribe-background.webp');
}

.collection-section.our-story-gallery h2,
.collection-section.frank-lloyd h2 {
    font-size: 30px;
    color: #767474;
}

.collection-section.our-story-gallery .section-title>h2:after,
.collection-section.frank-lloyd .section-title>h2:after {
    background: #767474;
}

.our-story-gallery-list li {
    width: 25%;
    float: left;
}

.our-story-gallery-list li span {
    display: block;
    text-align: center;
    font-family: 'Lato-Regular';
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #939598;
    margin-bottom: 10px;
}

.caregories-section.our-gallery .my-owl-carousel .owl-item>div:after {
    display: none;
}

.modal.gallery-modal {
    max-width: 1200px;
    width: 100%;
}

.modal.gallery-modal .modal-wrapper {
    margin: 0 80px;
    padding: 35px;
    text-align: center;
}

.modal.gallery-modal .modal-wrapper img {
    max-width: 100%;
}

.modal .modal-wrapper .left-arrow {
    left: -80px;
    text-indent: -10000px;
    background: url(assets/images/home/left-arrow.png) no-repeat;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.modal .modal-wrapper .left-arrow:hover {
    background: url(assets/images/home/left-arrow_rollover.png) no-repeat;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.modal .modal-wrapper .right-arrow:hover {
    background: url(assets/images/home/right-arrow_rollover.png) no-repeat;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.modal .modal-wrapper .right-arrow {
    right: -80px;
    text-indent: -10000px;
    background: url(assets/images/home/right-arrow.png) no-repeat;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.modal .modal-wrapper .left-arrow,
.modal .modal-wrapper .right-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.gallery-modal.modal.landscape {
    padding-top: 30px;
}


/*FRANK_LLOYD*/

.frank-lloyd p {
    line-height: 24px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}

.collection-section.frank-lloyd {
    background-image: url(assets/images/home/subscribe-background.jpg);
}

.frank-lloyd .container-wrapper {
    text-align: center;
}

.frank-lloyd_middle {
    padding: 70px 0 50px;
}

.frank-lloyd_middle .container-wrapper {
    position: relative;
}

.frank-lloyd_middle .gray-background {
    width: 100%;
    max-width: 950px;
    margin: 13.4% auto 10.9%;
    background: #f2f3f1;
    padding-bottom: 47.5%;
}

.frank-lloyd_middle .image-top-wrapper {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
    width: 63%;
}

.frank-lloyd_middle .image-top-wrapper img {
    -moz-box-shadow: 5px 5px 20px #2e2e2e;
    -webkit-box-shadow: 5px 5px 20px #2e2e2e;
    box-shadow: 5px 5px 20px #2e2e2e;
    max-width: 100%;
}

.frank-lloyd_middle .image-bottom-wrapper {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 62%;
}

.frank-lloyd_middle .image-bottom-wrapper img {
    max-width: 100%;
}


/*WHOLESALE*/

.wholesale-benefits {
    padding-bottom: 60px;
}

.wholesale-benefits .left {
    padding-left: 10%;
    padding-right: 15px;
}

.wholesale-benefits .right {
    padding-left: 15px;
    padding-right: 10%;
}

.wholesale-benefits .right .btn {
    float: left;
}

.wholesale-benefits p {
    text-align: center;
    line-height: 24px;
}

.wholesale-benefits h3 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #939598;
    margin-bottom: 25px;
}

ul.disc {
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    list-style-type: disc;
    padding-left: 15px;
    margin-bottom: 25px;
}

ul.disc li {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #7f8286;
    margin-bottom: 10px;
    line-height: 20px;
}

ul.disc li:last-child {
    margin-bottom: 0;
}

.wholesale-trade-shows {
    padding: 75px 0;
    background-color: #e0e0dd;
    background-image: url(assets/images/home/subscribe-background.jpg);
    -webkit-box-shadow: inset 0px 11px 20px -10px #4f4f4f, inset 0px -11px 20px -10px #4f4f4f;
    -moz-box-shadow: inset 0px 11px 20px -10px #4f4f4f, inset 0px -11px 20px -10px #4f4f4f;
    box-shadow: inset 0px 11px 20px -10px #4f4f4f, inset 0px -11px 20px -10px #4f4f4f;
}

.wholesale-trade-shows li {
    display: table;
}

.wholesale-trade-shows li>div {
    display: table-cell;
    vertical-align: middle;
}

.wholesale-trade-shows .date {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 18px;
    color: #7f8286;
    text-align: center;
    border-right: 1px solid #767474;
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
}

.wholesale-trade-shows .date span {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 62px;
    display: block;
    margin-top: 10px;
}

.wholesale-trade-shows .img-wrapper {
    padding-left: 10px;
    padding-right: 25px;
    width: 145px;
}

.wholesale-trade-shows .img-wrapper img {
    border-radius: 50%;
}

.wholesale-trade-shows .content h3 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 18px;
    color: #7f8286;
}

.wholesale-trade-shows .content p {
    color: #7f8286;
    margin-bottom: 10px;
    line-height: 22px;
}

.wholesale-trade-shows .content p.date-range {
    padding-left: 35px;
    background: url('assets/images/wholesale/date-range.png') left center no-repeat;
}

.wholesale-trade-shows .content p.site-url {
    padding-left: 35px;
    background: url('assets/images/wholesale/site-url.png') left center no-repeat;
}

.wholesale-trade-shows .content p.booth {
    padding-left: 35px;
    background: url('assets/images/wholesale/booth.png') left center no-repeat;
}


/*CONTACT US*/

.contact-section {
    padding-bottom: 70px;
}

.contact-section .container-wrapper {
    max-width: 990px;
}

.contact-section .container-wrapper>.left {
    padding-right: 15px;
}

.contact-section .container-wrapper>.right {
    padding-left: 15px;
}

.contact-section .contact-details {
    padding: 60px 0;
    border: 1px solid #d5d6d2;
    text-align: center;
    margin-bottom: 10px;
}

.contact-section .contact-details .logo a {
    display: inline-block;
    width: 91px;
    height: 50px;
    background: url(assets/images/contact/contact_logo.png) no-repeat;
}

.contact-section .contact-details h3 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 18px;
    color: #7f8286;
    line-height: 24px;
    margin-bottom: 10px;
}

.contact-section .contact-details p {
    line-height: 24px;
    margin-bottom: 15px;
}

.contact-section .contact-details p:last-child {
    margin-bottom: 0;
}

.contact-section .contact-details p span {
    display: inline-block;
    padding-left: 45px;
    position: relative;
}

.contact-section .contact-details p span:after {
    position: absolute;
    content: '';
    left: 30px;
    width: 2px;
    height: 24px;
    background: #d5d6d2;
}

.contact-section .contact-details p span a {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #7f8286;
}

.contact-section .contact-details p.tel {
    margin-top: 40px;
}

.contact-section .contact-details p.tel span {
    background: url(assets/images/contact/tel_icon.png) left center no-repeat;
}

.contact-section .contact-details p.mail span {
    background: url(assets/images/contact/mail_icon.png) left center no-repeat;
}

.contact-section .company-policies {
    border: 1px solid #d5d6d2;
    text-align: center;
    padding-bottom: 0;
}

.contact-section .company-policies a {
    font-family: 'Montserrat-Light', sans-serif;
    line-height: 20px;
    color: #939598;
    font-size: 26px;
    padding: 50px 0;
    display: block;
    background: url(assets/images/contact/background_policies.png);
}


/*ERROR*/

.error-section {
    padding-bottom: 80px;
}

.error-section h3 {
    font-size: 16px;
    font-family: 'Lato-Regular', sans-serif;
    font-weight: bold;
    color: #939598;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.error-section p {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.error-section .section-title,
.left-align.section-title {
    text-align: left;
}

.error-section .section-title>h2,
.left-align.section-title>h2,
.storefront-full-width-content h1,
#customer_login h2 {
    font-weight: bold;
}

.error-section .section-title>h2:after,
.left-align.section-title>h2:after,
.storefront-full-width-content h1:after,
#customer_login h2:after {
    left: 0;
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.error-section .error-content {
    padding-left: 25px;
    overflow: hidden;
}

.action-btn {
    margin: 0 -20px;
}

.action-btn .btn {
    margin: 0 20px;
}

.error-section ul.disc {
    float: left;
    clear: both;
    padding-right: 30px;
}

.error-section .action-btn {
    float: left;
    width: 100%;
}

.action-btn .btn {
    margin-bottom: 20px;
}


/*COMPANY POLICIES*/

.company-policies {
    padding-bottom: 60px;
}

.acordion-item {
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.acordion-item.open {
    margin-bottom: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.acordion-item a {
    display: block;
    padding-left: 35px;
    line-height: 24px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #767474;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 18px;
    color: #939598;
}

.acordion-item a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '+';
    width: 20px;
    height: 20px;
    border: 2px solid #939598;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    font-size: 30px;
    color: #939598;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease
}

.acordion-item.open a:after {
    content: '-';
    line-height: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease
}

.acordion-content {
    padding-left: 25px;
    overflow: hidden;
    /*visibility: hidden;*/
    max-height: 0;
    /*opacity: 0;*/
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.acordion-item.open .acordion-content {
    /*visibility: visible;*/
    max-height: 1000px;
    /*opacity: 1;*/
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition-delay: 0.1s;
    /* Safari */
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}

.acordion-content h3,
.policy-content h3,
.site-map-section h3,
.site-map-section h3 a {
    font-size: 16px;
    font-family: 'Lato-Regular', sans-serif;
    font-weight: bold;
    color: #939598;
    margin-bottom: 25px;
    margin-top: 30px;
}

.policy-content h3 {
    margin-top: 0;
}

.acordion-content p,
.policy-content p {
    line-height: 24px;
    margin-bottom: 25px;
}

.acordion-content .left,
.policy-content .left {
    padding-right: 20px;
}

.acordion-content .right,
.policy-content .right {
    padding-left: 20px;
}


/*PRVACY POLICY*/

.policy-content {
    padding-left: 25px;
}

.privacy-policy-section {
    padding-bottom: 60px;
}


/*SITE MAP*/

.site-map-section {
    padding-bottom: 60px;
}

.site-map-content {
    padding-left: 25px;
    overflow: hidden;
}

.site-map-section h3,
.site-map-section h3 a {
    margin-top: 0;
    margin-bottom: 20px;
}

.site-map-section .first-column,
.site-map-section .second-column {
    width: 25%;
    float: left;
}

.site-map-section .third-column {
    float: right;
    width: 25%;
    padding-left: 25px;
}

.site-map-section ul {
    padding-left: 25px;
    margin-bottom: 30px;
}

.site-map-section ul a {
    font-family: 'Montserrat-Light', sans-serif;
    color: #939598;
    line-height: 26px;
    font-size: 16px;
    display: block;
}


/*FOOTER*/

.footer-nav {
    padding: 20px 0;
    background: white;
    border-top: 1px solid #d5d6d1;
}

.footer-nav a {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #7f8286;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}

.footer-nav ul {
    width: 100%;
    text-align: center;
}

.footer-nav ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer-bottom {
    background: #767474;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.footer-bottom .copyright {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 12px;
    float: left;
    color: white;
}

.footer-bottom .footer-logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 53px;
    height: 29px;
    background: url(assets/images/footer/footer_logo.png) no-repeat;
}

.footer-bottom .social-media a {
    display: block;
    float: right;
    width: 27px;
    height: 27px;
	margin: 11px 10px;
}

/*CART*/

.storefront-full-width-content.woocommerce-cart .entry-header h1:last-child,
.storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #939598;
    font-size: 30px;
    text-align: left;
    font-weight: bold!important;
}

.order-holder {
    display: inline-block;
    margin-right: 50px;
}

.order-holder input {
    width: 200px !important;
}

@media screen and (max-width:845px) {
    .order-holder {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    .order-holder {
        width: 100%;
    }
    .order-holder input {
        width: 100% !important;
    }
}

.storefront-full-width-content.woocommerce-cart .entry-header {
    margin-bottom: 40px!important;
    padding: 0!important;
}

.storefront-full-width-content.woocommerce-checkout .entry-header {
    padding: 0!important;
    margin-bottom: 60px!important;
}

.woocommerce-page .content-area,
.wishlist-page.content-area,
.storefront-full-width-content .content-area {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

.wishlist-page .category-name {
    margin-bottom: 0px;
    line-height: 30px;
}

.wishlist-page .right-block {
    float: right;
}

.wishlist-page .title-group {
    overflow: hidden;
    margin-bottom: 30px
}

.wishlist-page h1 {
    float: left;
}

.wishlist-page .right-block a {
    line-height: 30px;
}

.wishlist-page .right-block li,
.wishlist-page .right-block li img,
.wishlist-page .right-block li span {
    display: inline-block;
    vertical-align: middle;
}

.wishlist-page .right-block li {
    margin-left: 60px;
}

.wishlist-page .right-block li a {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #939598;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 100%;
}

.wishlist-page .right-block li img {
    margin-right: 5px;
}

.storefront-full-width-content.woocommerce-cart .entry-header {
    margin-bottom: 50px;
}

.wishlist-page table.cart {
    margin-bottom: 0px;
}

.wishlist-page .wishlist-actions {
    margin-top: 40px;
    overflow: hidden;
}

.wishlist-page .wishlist-actions a {
    float: right;
    margin-left: 20px;
}

.wishlist-page .wishlist-actions a.return {
    float: left;
    margin-left: 0;
}

table.cart {
    width: 100%;
}

table.cart th,
.woocommerce-table--order-details th,
.woocommerce-orders-table th {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #939598;
    font-size: 14px;
    line-height: 30px;
    background: none;
    padding: 0!important;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce-table--order-details th {
    text-align: left;
}


/*table.cart th.product-name {
  text-align: left!important;
  padding: 
} */

table.cart .product-thumbnail img {
    max-width: 145px!important;
}

table.cart .product-thumbnail a {
    display: block!important;
    width: 100%;
    height: 100%;
    line-height: 10px!important;
}

a.remove:before {
    display: none;
}

.woocommerce-Price-currencySymbol {
    display: inline!important;
}
.onsale {
	background-color: #73b600;
	border-color: #73b600;
	color: white;
}

table.cart a.remove {
    font-family: 'Montserrat-Regular', sans-serif!important;
    text-indent: 0;
    text-align: center!important;
    font-weight: bold;
    font-size: 26px!important;
    color: #959595!important;
    display: inline-block!important;
    width: 30px!important;
    /*height:30px!important;*/
    position: static!important;
    height: 120px;
    line-height: 120px!important;
    border-left: 1px solid #d7d7d7!important;
}

table.cart td.product-remove {
    /*text-align: right!important;*/
    line-height: 10px!important;
}

table.cart .qty label {
    display: none;
}

table.cart .qty .quantity {
    display: inline-block;
}

table.cart tbody td,
table.cart tbody td a,
.woocommerce-table--order-details td,
.woocommerce-table--order-details a,
.woocommerce-orders-table td {
    font-family: 'Montserrat-Regular', sans-serif!important;
    color: #767474!important;
    font-size: 14px!important;
    background: none!important;
    line-height: 30px!important;
    text-decoration: none!important;
}

table.cart tbody td a {
    line-height: initial!important;
}

table.cart .stock-status {
    text-transform: uppercase;
}

table.shop_table_responsive tr td {
    padding: 10px 0px!important;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 5px 0!important;
}

table.shop_table_responsive tr td span {
    line-height: 30px;
    display: inline-block;
}

table.shop_table_responsive tr td:before {
    content: attr(data-title)!important;
    text-transform: initial;
}

.wc-forward:after,
.woocommerce-Button--next:after {
    display: none;
}

.cart-modal .modal-wrapper {
    text-align: center;
    padding: 25px 20px;
}

.cart-modal .section-title>h2 {
    padding-bottom: 15px;
    color: #939598;
}

.cart_totals .section-title>h2 {
    padding-bottom: 20px;
    color: #939598;
}

.cart-collaterals .section-title {
    margin-bottom: 20px;
}

.cart-collaterals .cart_totals {
    width: 36%!important;
}

.cart-collaterals .cart_totals table {
    width: 100%;
}

table th,
table td {
    background: none!important;
}

table.cart td.actions {
    border-top: none!important;
    text-align: right!important;
}

.cart-collaterals .cart_totals table th,
.cart-collaterals .cart_totals table td,
#order_review td,
#order_review th {
    background: none!important;
    color: #939598;
    font-family: 'Montserrat-Regular', sans-serif!important;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px 15px 0px;
    width: auto!important;
}

.cart-collaterals .cart_totals table .order-total th,
#order_review td,
#order_review th {
    font-weight: bold;
}

#order_review td {
    font-weight: normal;
}

.warning-block {
    padding: 10px 10px 10px 45px;
    background: url(assets/images/warning-block-icon.png) 10px center no-repeat;
    border: 1px solid #767474;
    border-left: 20px solid #767474;
    margin-bottom: 20px;
}

.warning-block p {
    line-height: 18px;
    font-size: 13px;
}

header.entry-header {
    width: 100%;
    position: relative;
    z-index: auto;
}

.woocommerce-checkout .section-title h2,
.storefront-full-width-content h1,
#customer_login h2 {
    color: #939598;
    font-size: 24px;
    padding-bottom: 20px!important;
    width: 100%;
}


/*CHECKOUT*/
/*
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .create-account label {
    display: none;
}*/

.woocommerce-billing-fields__field-wrapper>p,
#wwlc-registration-form p,
.shipping_address .form-row {
    margin-bottom: 20px;
    width: 100%!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #939598 transparent transparent transparent!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: 'Montserrat-Light', sans-serif!important;
    font-size: 14px!important;
    color: #767474!important;
    padding-left: 0!important;
    line-height: 30px!important;
}

.select2-container--default .select2-selection--single:focus {
    outline: none!important;
}

.select2-container .select2-selection--single {
    border: none!important;
    border-radius: 0!important;
    border-bottom: 1px solid #767474!important;
    height: auto!important;
    line-height: 30px!important;
    padding-left: 5px!important;
}

.select2-container.select2-container--open .select2-selection--single {
    border-bottom: none!important;
}

.select2-dropdown {
    border: 2px solid #d0c4c5!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none!important;
    border-bottom: 1px solid #d0c4c5!important;
    padding: 0!important;
    padding-left: 5px!important;
    outline: none!important;
    line-height: 30px!important;
}

.select2-results__option {
    font-family: 'Montserrat-Light', sans-serif!important;
    font-size: 14px!important;
    color: #767474!important;
    padding: 0!important;
    padding-left: 5px!important;
    line-height: 30px!important;
    outline: none!important;
    border: none!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #d0c4c5!important;
    color: white!important;
}

p.cart-empty {
    margin-bottom: 30px;
}

table.cart tbody tr {
    border-bottom: 1px solid #d7d7d7!important;
}

.woocommerce-checkout-review-order,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-account-fields,
.woocommerce-shipping-fields .shipping_address {
    padding-left: 20px;
}

.woocommerce-checkout .section-title {
    margin-bottom: 20px!important;
    overflow: hidden;
}

#order_review .shop_table {
    width: 100%;
    margin-bottom: 40px!important;
}

#payment .place-order {
    width: auto!important;
    margin-top: 25px!important;
    padding: 0!important;
    background: none;
}

#payment .place-order .button {
    width: auto!important;
    float: right;
}

#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child {
    position: static!important;
    clip: auto!important;
}

#payment .payment_methods>.wc_payment_method>label {
    padding: 0 0 0 25px!important;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #767474;
}
#payment .payment_methods li input[type="radio"]:first-child:checked + label::before {
	color: #67ae67;
}

#ship-to-different-address label {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #767474;
}

#ship-to-different-address {
    margin-bottom: 20px;
}

#payment .payment_methods li .payment_box {
    padding: 20px 0 0!important;
}


/*PROFILE*/

.woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 25px;
    padding: 10px!important;
    font-family: 'Montserrat-Light', sans-serif;
    color: #939598;
}

.woocommerce-MyAccount-navigation ul li a:before {
    display: none!important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: bold;
}

.storefront-full-width-content.woocommerce-account .entry-header {
    text-align: left!important;
    margin-left: 23.53%!important;
    margin-bottom: 20px;
    padding-bottom: 0!important;
}

.storefront-full-width-content.woocommerce-account .entry-header h1 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: bold;
    color: #939598;
    font-size: 30px;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content p,
.addresses address,
address,
.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    line-height: 20px;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    color: #939598;
}

.woocommerce-MyAccount-content a {
    font-family: 'Montserrat-Regular', sans-serif;
    text-decoration: underline;
    color: #7f8286;
}

ul.order_details {
    margin: 40px 0!important;
}

.woocommerce-order-details {
    margin-bottom: 40px;
}

.addresses header.title h3,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content legend,
.woocommerce-MyAccount-content h2 {
    font-family: 'Montserrat-Regular', sans-serif!important;
    font-size: 20px!important;
    color: #939598!important;
    line-height: 26px!important;
    float: left!important;
    font-weight: normal!important;
}

.woocommerce-MyAccount-content h2 {
    float: none!important;
}

.woocommerce-MyAccount-content h3 {
    float: none!important;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
    border-top: 1px solid #767474!important;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #767474!important;
}

.woocommerce-MyAccount-content header {
    border-bottom: 1px solid #767474!important;
    padding-bottom: 10px!important;
}

.woocommerce-Addresses {
    margin-top: 30px;
}

.addresses header.title a {
    margin-top: 0!important;
    width: 24px!important;
    height: 24px!important;
    padding: 0!important;
    float: right!important;
    text-indent: -9999px;
    position: relative;
}

.addresses header.title {
    margin-bottom: 25px;
    overflow: hidden;
}

.addresses header.title a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '+';
    width: 20px;
    height: 20px;
    border: 2px solid #939598;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    font-size: 30px;
    color: #939598;
    text-indent: 0;
}

.addresses header.title a:before {
    display: none;
}

.woocommerce-MyAccount-content .form-row {
    margin-bottom: 30px;
}

.woocommerce-MyAccount-content .nice-select {
    float: none;
}

.woocommerce-MyAccount-content label {
    margin-bottom: 5px;
}

.woocommerce-MyAccount-content .nice-select.open .list,
.woocommerce-checkout #payment .nice-select.open .list {
    max-height: 200px;
    overflow-y: scroll;
}

.woocommerce-MyAccount-content legend {
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content label {
    visibility: hidden;
}

.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-Message {
    border: none!important;
    background: none!important;
    padding: 0!important;
    margin: 0!important;
    border-radius: 0!important;
    line-height: 20px!important;
    font-family: 'Montserrat-Regular', sans-serif!important;
    font-size: 14px!important;
    color: #939598!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 30px;
}


/*.woocommerce-MyAccount-content .woocommerce-message a {
  float: none!important;
}*/


/*.select2-container .select2-selection--single {
  padding-left: 0!important;
}*/

.select2-container--open .select2-dropdown {
    border-radius: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


/*.select2-container--open {
  border: 2px solid #d0c4c5;
  border-radius: 15px;
}*/

.form-row.woocommerce-validated input.input-text,
.form-row.woocommerce-invalid input.input-text {
    box-shadow: none!important;
}

#password-strength,
#wwlc-password-strength {
    display: none!important;
}

#wwlc-registration-form {
    margin: 0 -25px;
    margin-top: 30px;
}

#wwlc-registration-form .left-column,
#wwlc-registration-form .right-column {
    float: left;
    width: 50%;
    padding: 0 25px;
}
#wwlc-registration-form .recaptcha_field {
    float:left;
}
#wwlc-registration-form .field-set label,
#wwlc-registration-form .right-column .nice-select {
    display: none !important;
}
#wwlc-registration-form .field-set label[for="wwlc_cf_how_many_stores"],
#wwlc-registration-form .field-set label.checkbox_options {
    display: inline-block !important;
}
#wwlc-registration-form .field-set label[for="wwlc_cf_how_many_stores"] span {
    display: none !important;
}
#wwlc-registration-form p {
    float: left;
}
.page-id-10 {
    overflow-x: hidden;
}
#wwlc-registration-form .right-column .nice-select,
.chosen-container-single .chosen-single,
.woocommerce-checkout #payment .nice-select {
    border: none;
    border-bottom: 1px solid #767474;
    border-radius: 0;
    height: auto;
    line-height: 30px;
    padding-left: 5px;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #767474!important;
    text-transform: initial;
    background: white;
    box-shadow: none;
}

#wwlc-registration-form .nice-select.open,
.chosen-container-single.chosen-container-active .chosen-single {
    border: none;
    border-bottom: 2px solid #d0c4c5;
    background: none;
}

.chosen-container .chosen-drop {
    background-color: #fff;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 2px solid #d0c4c5;
    box-shadow: none;
}

.chosen-container-single.chosen-container-active .chosen-single {
    border-bottom: 0;
}

.chosen-container-single .chosen-search input[type=text] {
    border: none;
    border-bottom: 1px solid #d0c4c5;
    padding: 0;
    padding-left: 5px;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #767474;
    width: 100%;
    line-height: 30px;
    background: none;
}

.chosen-container-single .chosen-results .highlighted,
.chosen-container-single .chosen-results .result-selected {
    background: #d0c4c5!important;
    color: white;
}

.chosen-container-single .chosen-results li {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #767474;
    padding: 0;
    padding-left: 5px;
    line-height: 30px;
    outline: none!important;
    border: none!important;
}

.chosen-container .chosen-results {
    padding: 0;
    max-height: 180px;
}

.validation {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: red;
    padding-left: 5px;
}

#wwlc-registration-form a#log-in,
#wwlc-registration-form a#lost-password {
    display: none;
}

.wwlc_cf_terms_checkbox label {
    display: inline-block!important;
}

.wwlc_cf_terms_checkbox a {
    font-family: 'Montserrat-Regular', sans-serif;
    text-decoration: underline;
    color: #7f8286;
}

#register[disabled],
input#wwlc-register[disabled] {
    opacity: 0.3;
    cursor: default;
}

.wwlc_cf_how_many_stores .quantity {
    display: inline-block;
    margin: 0 5px;
}

.wwlc_cf_how_many_stores label {
    font-family: 'Montserrat-Regular', sans-serif;
    display: inline-block!important;
    line-height: 40px;
    margin-right: 20px;
}

.wwlc_cf_how_many_stores .qty-wrapper {
    display: inline-block;
}

#customer_login form.login,
#customer_login form.register {
    margin-top: 20px;
}

#customer_login p {
    margin-bottom: 20px;
}

#customer_login .woocommerce-form-login input[type="checkbox"]+span {
    /*margin-top: 5px;*/
}

.woocommerce-password-strength {
    display: none;
}

.stock.out-of-stock {
    display: none;
}

ins {
    text-decoration: none!important;
}

#wwlc-registration-form .select2-container {}

#wwlc-registration-form .select2-container {
    width: 100%!important;
}

.single-product div.product form.cart .quantity {
    display: inline-block!important;
    float: none!important;
    margin-right: 0!important;
}

.contact-thank-you-message h2,
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 20px;
    color: #939598;
    line-height: 24px;
    margin-bottom: 20px;
}


/*ORDER RECIEVED*/

ul.order_details:after,
ul.order_details:before {
    display: none!important;
}

ul.order_details li {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #939598;
    padding: 10px 0!important;
    font-size: 14px!important;
}

ul.order_details li strong {
    font-size: 16px!important
}

.order_details {
    background-color: transparent!important;
}

.woocommerce-table--order-details,
.woocommerce-orders-table {
    width: 100%!important;
}

mark {
    background-color: transparent;
    color: #939598;
}

.woocommerce-MyAccount-content .order-date,
.woocommerce-MyAccount-content .order-status {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: bold;
}

.woocommerce-order-details {
    margin-top: 40px;
}

.my_account_orders .button.view:after {
    display: none;
}

.alert_container {
    margin: 0px!important;
    padding: 20px 0!important;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 20px!important;
}

.alert_container .subscribe_for_interest_text {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #939598;
    padding-bottom: 15px;
    font-size: 16px!important;
    margin-bottom: 0;
}

.alert_container .stock_alert_email {
    margin-bottom: 15px;
}

.checkout #billing_country_field,
#shipping_country_field {
    line-height: 30px;
    border-bottom: 1px solid #767474;
}

.payment_box.payment_method_nmipay.payment_box .form-row input {
    width: 100%!important;
}

.payment_box.payment_method_nmipay.payment_box .form-row {
    width: 100%!important;
    margin-bottom: 20px!important;
}

.woocommerce-checkout #payment .payment_method_nmipay.payment_box label {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    color: #767474;
    line-height: 30px;
    float: left;
    width: 40%;
    display: block;
}

.woocommerce-checkout #payment .payment_method_nmipay.payment_box .form-row-first,
.woocommerce-checkout #payment .payment_method_nmipay .form-row-second {
    width: 30%!important;
    display: block;
    padding: 0 5px;
    float: left;
    clear: initial;
}

.newsletter-emailRequired,
.newsletter-emailType {
    display: none;
    opacity: 0;
    color: red;
    margin-top: 5px;
    text-align: left !important;
}

.thankyou-newsletter h2,
.delayed-shipping h2 {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 30px;
    color: #767474;
    display: inline-block;
    margin: 0;
    position: relative;
}

.thankyou-newsletter .modal-wrapper,
.delayed-shipping .modal-wrapper {
    text-align: center;
}

table.shop_table_responsive tr td.add-to-cart {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

body.search header.page-header {
    margin-bottom: 30px;
}

#wwlc-login-form {
    margin-top: 20px;
}

#wwlc-login-form p {
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
}

#wwlc-login-form a {
    display: inline-block;
    margin-right: 20px;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    color: #767474;
    text-decoration: underline;
}

#wwlc-logout {
    margin-top: 20px;
}

#wwlc-logout p {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    color: #767474;
}

#wwlc-logout em {
    font-weight: bold;
}

#wwlc-logout a {
    margin-right: 20px;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    color: #767474;
    text-decoration: underline;
}

.woocommerce-lost-password .type-page .entry-header {
    margin-left: 0 !important;
}

.woocommerce-lost-password .woocommerce-Button {
    font-family: 'Lato-Regular', sans-serif;
    color: #939598!important;
    border: 1px solid #939598!important;
    background-color: transparent!important;
    text-decoration: none!important;
    font-size: 13px!important;
    border-radius: 20px!important;
    background: #767474;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
    outline: none;
    cursor: pointer;
}

.woocommerce-lost-password .woocommerce-Button:hover {
    color: white!important;
    border: 1px solid transparent!important;
    background-color: #767474!important;
}

.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-form-row--first {
    margin-top: 20px;
}

.woocommerce-lost-password .woocommerce-ResetPassword p:last-of-type {
    float: left;
    margin-top: 35px;
}

.g-recaptcha {
    margin-bottom: 20px !important;
}

@media all and (min-width:768px) {
    table.shop_table_responsive tr td.product-thumbnail,
    table.shop_table_responsive tr td.product-name {
        text-align: left!important;
    }
    table.shop_table_responsive tr td.product-name {
        padding-left: 40px!important;
    }
    table.shop_table_responsive tr td.product-thumbnail {
        width: 145px;
    }
    table.shop_table_responsive tr td.qty {
        width: 150px;
        max-width: initial;
    }
    table.shop_table_responsive tr td {
        text-align: center!important;
        padding: 30px 0!important;
    }
    table.cart tbody td,
    table.cart thead th {
        border-bottom: 1px solid #d7d7d7!important;
    }
    table.cart {
        border-collapse: separate;
    }
    .cart-collaterals .cart_totals table th,
    .cart-collaterals .cart_totals table td {
        text-align: left!important;
    }
    #order_review .shop_table {
        width: 80%;
    }
    .woocommerce-checkout #customer_details {
        margin-right: 0px;
        width: 50%;
        padding-right: 40px;
    }
    form.woocommerce-checkout .section-title,
    form.woocommerce-checkout #order_review {
        width: 50%;
        float: right;
    }
    .woocommerce-checkout #customer_details .section-title {
        width: 100%;
    }
}

@media all and (max-width:1600px) {}

@media all and (max-width:1400px) {
    .footer-middle .copyright {
        font-size: 10px;
    }
    .footer-middle .column h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .product-content .image-wrapper img {
        height: 100%;
    }
}

@media all and (max-width:1220px) {
    .nav>li {
        margin-left: 15px;
    }
    .nav-wrapper .nav {
        margin-left: 140px;
    }
    .nav>li>ul>li>ul .item-wrapper {
        padding-right: 40px;
    }
    .search-btn .search-field.active {
        width: 200px;
    }
    .default-content {
        font-size: 24px;
    }
    .modal.gallery-modal .modal-wrapper {
        margin: 0 50px;
    }
    .modal .modal-wrapper .right-arrow {
        right: -45px;
    }
    .modal .modal-wrapper .left-arrow {
        left: -45px;
    }
    .cart-collaterals .cart_totals {
        width: 60%!important;
    }
    #order_review .shop_table {
        width: 100%;
    }
}

@media all and (max-width:992px) {
    #hamburger-nav-icon {
        display: block;
        margin: 23px 0 22px 20px;
    }
    .nav li {
        padding-left: 0px!important;
        float: none;
        margin: 0;
    }
    .nav li a {
        font-size: 14px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        padding-left: 15px;
        display: block;
        line-height: 30px;
        color: #767474;
    }
    .nav-wrapper .logo a {
        margin: 5px 0;
        width: 90px;
        height: 60px;
        background-size: 90px 60px;
    }
    .nav-wrapper .container-wrapper {
        overflow: initial;
    }
    .nav-wrapper .nav {
        position: fixed;
        top: 70px;
        left: -250px;
        transition: left 0.3s ease;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        width: 250px;
        margin-top: 0;
        z-index: 10;
        background: white;
        margin-left: 0;
        padding: 0;
        height: auto;
        bottom: 0;
        overflow-y: scroll;
    }
    .search-btn .search-field.active {
        width: 265px;
    }
    .nav-wrapper.scroll-header .nav {
        margin-top: 0;
        margin-left: 0;
        padding: 0;
    }
    .nav-wrapper .nav.transition {
        left: 0;
        transition: left 0.3s ease;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
    }
    .nav li {
        display: block;
    }
    .nav li a {
        display: block;
        border-bottom: 1px solid #767474;
    }
    .nav>li.open-subitem>ul,
    .nav>li>ul>li>ul {
        position: static;
        width: auto!important;
    }
    .nav>li>ul>li>a.has-children+ul:hover,
    .nav>li>ul>li>a.has-children:hover+ul {
        display: none;
    }
    .nav>li>ul>li.open-subitem>ul {
        display: block!important;
    }
    .nav>li>ul>li>a {
        padding: 0;
        line-height: 30px;
    }
    .nav>li>ul>li>ul .item-wrapper-border,
    .nav>li>ul {
        float: none;
        border: none;
        padding: 0;
    }
    .nav>li>ul>li>ul .item-wrapper {
        float: none;
        padding: 0;
    }
    .nav>li>ul>li>a,
    .nav>li>ul>li>ul li>a {
        background: white;
        padding-left: 30px!important;
    }
    .nav>li>ul>li>ul li>a {
        padding-left: 45px!important;
    }
    .nav>li:first-child>ul>li>a {
        padding-right: 20px!important;
    }
    .nav a {
        font-family: 'Montserrat-Regular', sans-serif !important;
    }
    .nav>li>ul>li>a:hover {
        background: white;
    }
    .nav>li>ul>li>ul li>a:hover {
        color: #767474;
    }
    /*.nav li:last-child {
    border-bottom: none;
  }*/
    .menu-arrow,
    .nav>li>ul>li>a .menu-arrow {
        background: none;
        width: 0;
        height: 0;
        border-left: 8px solid #767474;
        border-right: none;
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
    }
    .nav>li>ul>li.open-subitem>a .menu-arrow,
    .nav>li.open-subitem>a .menu-arrow {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: none;
        border-top: 8px solid #767474;
    }
    .search-btn {
        right: 65px;
    }
    .new-introduction-slider-wrapper {
        padding: 0 60px;
    }
    .new-introduction-slider-wrapper .owl-controls .owl-next {
        right: -60px;
    }
    .new-introduction-slider-wrapper .owl-controls .owl-prev {
        left: -60px;
    }
    .products-list>li {
        margin: 25px 0;
    }
    .slider-content h3,
    .products-list>li h2 {
        font-size: 16px;
        line-height: 16px;
        height: 32px;
    }
    .slider-content p,
    .products-list>li .price {
        font-size: 12px;
        line-height: 14px;
        height: 42px;
    }
    .collection-section .collection-name {
        font-size: 30px;
    }
    .collection-section .left {
        padding: 8.3% 5.6%;
    }
    .collection-section .right {
        padding: 0 5.6%;
    }
    .wholesale-content-wrapper {
        padding: 0 6%;
    }
    .wholesale-section .wholesale-content {
        padding: 5% 0;
    }
    .wholesale-content-wrapper .section-title>h2 {
        font-size: 27px;
    }
    .subscribe-section .section-title h2 {
        padding: 0 10%;
    }
    .subscribe-section p {
        padding: 0 15%;
    }
    .default-content {
        font-size: 20px;
    }
    .our-story-gallery-list {
        margin: 0 -15px;
    }
    .our-story-gallery-list li {
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    .wholesale-trade-shows li {
        width: 75%;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .wholesale-benefits .left {
        padding-left: 0;
    }
    .wholesale-benefits .right {
        padding-right: 0;
    }
    .site-map-content {
        padding: 0;
        margin: 0 -15px;
    }
    .site-map-section .first-column,
    .site-map-section .second-column,
    .site-map-section .third-column {
        width: 33.33%;
        float: left;
        padding: 0 15px;
    }
    .close-dropdown {
        display: none;
    }
}

@media all and (max-width:800px) {
    .top-right li a,
    .top-left li a {
        font-size: 12px;
    }
    .top-right ul {
        float: none!important;
        text-align: center;
    }
    .top-right li {
        float: none;
        display: inline-block;
    }
    .top-left li a {
        font-size: 11px;
    }
    .footer-bottom .footer-logo {
        display: none;
    }
    .collection-section .left,
    .collection-section .right {
        width: 100%;
    }
    .collection-section .right {
        border: 1px solid #767474;
        border-top: none;
    }
    .collection-section .owl-controls .owl-prev,
    .collection-section .owl-controls .owl-next {
        position: static;
        margin-top: 20px;
        display: inline-block;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
    .collection-section .my-owl-carousel .owl-item img {
        width: auto;
    }
    .collection-section .owl-controls .owl-prev {
        background: url(assets/images/home/featured-collection/left-arrow-rotate.png) center center no-repeat;
    }
    .collection-section .owl-controls .owl-buttons {
        text-align: center;
    }
    .caregories-section .slider-content h3 {
        font-size: 32px;
    }
    .products-list>li {
        width: 50%;
    }
    .products-sort .product-sort-wrapper .left,
    .products-sort .product-sort-wrapper .right {
        display: block;
        width: 100%;
    }
    .products-sort.bottom .right,
    .products-sort.bottom .count {
        text-align: center;
    }
    .products-sort.bottom .count .nice-select,
    .products-sort.bottom .count>span {
        margin: 5px;
    }
    .products-sort.bottom .right .pagination {
        display: inline-block;
    }
    /* .products-sort .product-sort-wrapper .left {
    margin-bottom: 30px;
  }*/
    .products-sort .sort {
        text-align: left
    }
    .pagination {
        float: none;
    }
    .single-product .product .left,
    .single-product .product .right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .login .cancel-fullscreen,
    .cart-modal .cancel-fullscreen,
    .share-wishlist .cancel-fullscreen {
        top: 5px;
        right: 5px;
        border-color: #d7d7d7;
    }
    .modal.gallery-modal .modal-wrapper {
        padding: 15px;
    }
    .frank-lloyd p {
        width: 80%;
    }
    .wholesale-trade-shows li {
        width: 100%;
    }
    .wholesale-benefits .left,
    .wholesale-benefits .right {
        width: 100%;
        padding: 0;
    }
    .wholesale-benefits .left {
        margin-bottom: 30px;
    }
    .contact-section .container-wrapper>.left,
    .contact-section .container-wrapper>.right {
        padding: 0;
        width: 100%;
    }
    .contact-section .container-wrapper>.left {
        margin-bottom: 30px;
    }
    .products-content .products-wrapper .left-column {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .products-content .products-wrapper .right-column {
        margin-left: 0;
    }
    .products-content .category-name {
        text-align: left;
    }
}

@media all and (max-width:768px) {
    .cart-collaterals .cart_totals {
        width: 100%!important;
    }
    .cart-collaterals .cart_totals table th,
    .cart-collaterals .cart_totals table td {
        padding: 10px 0!important;
    }
    .wishlist-page .wishlist-actions a {
        clear: both;
        float: left!important;
        margin: 0!important;
        margin-bottom: 20px!important;
    }
    .wishlist-page .wishlist-actions a:last-child {
        margin-bottom: 0!important;
    }
    .storefront-full-width-content.woocommerce-account .entry-header {
        margin-left: 0!important;
    }
    .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }
    .woocommerce-MyAccount-content .u-column1 {
        margin-bottom: 30px;
    }
    #wwlc-registration-form .left-column,
    #wwlc-registration-form .right-column {
        width: 100%;
    }
    .storefront-full-width-content .content-area {
        padding-bottom: 60px;
    }
    table.cart a.remove {
        height: auto;
        line-height: 30px!important;
        border: none!important;
    }
    table.shop_table_responsive tr td:before {
        position: relative;
        left: 0;
        display: block;
        top: 0px;
        float: none !important;
    }
    table.shop_table_responsive tr td {
        position: relative;
    }
    .slider-content p,
    .products-list>li .price {
        font-size: 14px;
        line-height: 16px;
        height: 48px;
    }
}

@media all and (max-width:600px) {
    .woocommerce-breadcrumb {
        margin: 20px 0 30px!important;
    }
    .section-banner {
        margin-bottom: 40px;
    }
    .top-right {
        float: none;
    }
    .top-left {
        float: none;
        text-align: center;
    }
    .top-left li {
        display: inline-block;
        margin-right: 0;
    }
    .top-right ul,
    .top-left ul {
        line-height: 25px;
    }
    .top-right li a,
    .top-left li a {
        line-height: 25px;
    }
    .footer-bottom .copyright {
        font-size: 11px;
    }
    .search-suggestion {
        display: none!important;
    }
    .search-btn .search-field.active {
        width: 200px;
    }
    .main_slider-wrapper .slider-content .content-wrapper {
        width: 80%;
    }
    .main_slider-wrapper .slider-content h2 {
        font-size: 6vw;
        margin-bottom: 6.125%;
    }
    .section-title>h2 {
        font-size: 24px!important;
        padding-bottom: 15px!important;
    }
    .new-introduction,
    .caregories-section {
        padding: 40px 0 60px;
    }
    .collection-section {
        padding: 40px 0;
    }
    .products-content .products-wrapper,
    .single-product .product {
        padding-bottom: 40px;
    }
    .new-introduction-slider-wrapper .owl-controls .owl-prev,
    .new-introduction-slider-wrapper .owl-controls .owl-next,
    .new-introduction-slider-wrapper .owl-controls .owl-prev:hover,
    .new-introduction-slider-wrapper .owl-controls .owl-next:hover {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }
    .new-introduction-slider-wrapper {
        padding: 0 40px;
    }
    .new-introduction-slider-wrapper .owl-controls .owl-prev {
        left: -40px;
    }
    .new-introduction-slider-wrapper .owl-controls .owl-next {
        right: -40px;
    }
    .slider-content p,
    .products-list>li .price {
        font-size: 14px;
        line-height: 14px;
        height: 42px;
    }
    .new-introduction-slider-wrapper .new-mark {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .slider-content h3,
    .collection-section .slider-content h3,
    .products-list>li h2 {
        font-size: 16px;
        line-height: 16px;
        height: 32px;
    }
    .nav-wrapper.scroll-header {
        top: 25px;
    }
    .wholesale-section .wholesale-content,
    .wholesale-content-wrapper {
        width: 100%;
    }
    .wholesale-section img {
        position: static;
        width: 100%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
    .wholesale-section .wholesale-content {
        padding: 10% 0;
    }
    .subscribe-section .left-subscribe {
        max-width: initial;
        margin: 0;
        margin-bottom: 20px;
    }
    .subscribe-section .right-subscribe {
        max-width: initial;
    }
    .subscribe-section .section-title h2,
    .subscribe-section p {
        padding: 0;
    }
    .policies-section .left,
    .policies-section .right {
        width: 100%;
        padding: 0;
    }
    .policies-section .left {
        margin-bottom: 40px
    }
    .default-content {
        font-size: 18px;
    }
    .frank-lloyd_middle {
        padding: 40px 0 20px;
    }
    .wholesale-benefits {
        padding-bottom: 40px;
    }
    .wholesale-trade-shows {
        padding: 40px 0;
    }
    .wholesale-trade-shows li {
        display: block;
        text-align: center;
    }
    .wholesale-trade-shows .date,
    .wholesale-trade-shows .img-wrapper,
    .wholesale-trade-shows .content {
        display: inline-block;
    }
    .wholesale-trade-shows .date {
        padding-left: 0;
    }
    .wholesale-trade-shows .content {
        margin-top: 20px;
        text-align: left;
    }
    .wholesale-trade-shows .img-wrapper {
        padding-right: 0;
    }
    .wholesale-trade-shows .img-wrapper img {
        max-width: 100%;
    }
    .contact-section {
        padding-bottom: 40px;
    }
    .contact-section .contact-details,
    .contact-section .company-policies a {
        padding: 30px 0;
    }
    .error-section {
        padding-bottom: 40px;
    }
    .error-section .error-content {
        padding-left: 0;
    }
    .company-policies {
        padding-bottom: 20px;
    }
    .acordion-content .left,
    .acordion-content .right,
    .policy-content .left,
    .policy-content .right {
        padding: 0;
        width: 100%;
    }
    .acordion-content,
    .policy-content {
        padding: 0;
    }
    .privacy-policy-section,
    .site-map-section {
        padding-bottom: 40px;
    }
    .site-map-section .first-column,
    .site-map-section .second-column,
    .site-map-section .third-column {
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    .woocommerce-page .content-area {
        padding-bottom: 40px;
    }
    .woocommerce-checkout-review-order,
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields .shipping_address {
        padding-left: 0px;
    }
    .products-sort .left,
    .products-sort .right {
        width: 100%;
    }
    .products-sort .left {
        margin-bottom: 30px
    }
    .products-sort>.left>.count {
        margin-bottom: 0px;
    }
    .wishlist-page .right-block,
    .wishlist-page h1 {
        float: none;
    }
    .wishlist-page h1.category-name {
        margin-bottom: 20px;
    }
    .wishlist-page .right-block li {
        margin-left: 30px;
    }
    .wishlist-page .right-block li:first-child {
        margin-left: 0;
    }
    .storefront-full-width-content h1 {
        font-size: 20px;
    }
    .main_slider-wrapper .my-owl-carousel .owl-item,
    .main_slider-wrapper .my-owl-carousel .owl-item>div,
    .main_slider-wrapper .my-owl-carousel .owl-wrapper-outer,
    .main_slider-wrapper .my-owl-carousel .owl-wrapper {
        height: 100%;
    }
    .main_slider-wrapper .my-owl-carousel .owl-item img {
        display: none;
    }
    .main_slider-wrapper .my-owl-carousel .slider-content {
        top: 40%;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .main_slider-wrapper .my-owl-carousel .slider-content .content-wrapper {
        margin: 0 auto;
    }
    .main_slider-wrapper .owl-controls {
        right: auto;
        top: auto;
        bottom: 3%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .main_slider-wrapper .owl-theme .owl-controls .owl-page {
        display: inline-block;
    }
    .single-product .product .size-items li {
        padding: 5px;
    }
}

@media all and (max-width:480px) {
    .footer-bottom .copyright {
        width: 100%;
        text-align: center;
        font-size: 10px;
        margin-bottom: 10px;
    }
    .footer-nav ul li {
        float: left;
        width: 50%;
        display: inline-block;
        padding: 0;
    }
    .footer-bottom {
        padding: 10px 0;
    }
    .footer-bottom .jola-logo {
        display: inline-block;
    }
    .footer-bottom {
        line-height: 16px
    }
    .footer-bottom .jola-logo a {
        height: 25px;
    }
    .main_slider-wrapper .slider-content h2 {
        font-size: 6.6vw;
    }
    .main_slider-wrapper .slider-content .content-wrapper {
        width: 88%;
    }
    .new-products-wrapper h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .new-products-wrapper .title p {
        font-size: 14px;
    }
    .new-products-wrapper .column:nth-child(2n) .product-wrapper {
        padding-bottom: 80%;
    }
    .our-story-gallery-list li {
        width: 100%;
    }
    .frank-lloyd p {
        width: 100%;
    }
    .error-section ul.disc {
        padding-right: 0;
    }
    .wishlist-page .wishlist-actions a {
        width: 100%!important;
    }
}

@media all and (max-width:420px) {
    .form-group .left,
    .form-group .right {
        padding: 0;
        width: 100%;
    }
    .form-group .left {
        margin-bottom: 30px;
    }
    .breadcrumbs li,
    .breadcrumbs a {
        font-size: 12px;
    }
    .nav-wrapper .logo.active {
        display: none;
    }
    .footer-nav ul li {
        width: 100%;
    }
    .new-introduction-slider-wrapper .new-mark {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .slider-content h3,
    .products-list>li h2 {
        font-size: 16px;
        line-height: 16px;
        height: 32px;
    }
    .collection-section .slider-content h3 {
        font-size: 12px;
        line-height: 12px;
        height: 24px;
    }
    .modal {
        left: 15px;
        right: 15px;
        width: auto;
        max-width: initial;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    .modal.landscape {
        left: 50%;
        right: auto;
        max-width: 300px;
        width: 100%;
    }
    .modal .register a {
        font-size: 24px;
    }
    .modal.gallery-modal .modal-wrapper {
        margin: 0px;
        text-align: center;
    }
    .modal.gallery-modal {
        width: auto;
    }
    .modal.gallery-modal .cancel-fullscreen {
        top: -30px;
        right: 0;
    }
    .modal .modal-wrapper .left-arrow,
    .modal .modal-wrapper .right-arrow {
        position: static;
        display: inline-block;
        margin-top: 10px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
    .contact-section .company-policies a {
        font-size: 18px;
    }
    .site-map-section .first-column,
    .site-map-section .second-column,
    .site-map-section .third-column {
        width: 100%;
        float: left;
        padding: 0 15px;
    }
}

@media all and (max-width:380px) {
    .slider-content h3,
    .products-list>li h2 {
        font-size: 14px;
        line-height: 14px;
        height: 28px;
    }
    input::-webkit-input-placeholder {
        font-size: 12px;
    }
    input::-moz-placeholder {
        font-size: 12px;
    }
    input:-moz-placeholder {
        font-size: 12px;
    }
    input:-ms-input-placeholder {
        font-size: 12px;
    }
}

@media all and (max-width:340px) {
    .products-list>li {
        width: 100%;
    }
    input::-webkit-input-placeholder {
        font-size: 11px;
    }
    input::-moz-placeholder {
        font-size: 11px;
    }
    input:-moz-placeholder {
        font-size: 11px;
    }
    input:-ms-input-placeholder {
        font-size: 11px;
    }
}
/*
.woocommerce-variation-price {
    display: none;
}*/

.woocommerce-product-gallery figure {
    margin: 0 auto !important;
}

body.wholesale_customer .woocommerce-checkout-payment .payment_method_offline_gateway {
    display: none;
}
/*TWG Menu*/
@media (min-width: 991px) {
	.open-subitem .dropdown-menu {
    	min-width: 225px;
	}
}

/*TWG Mega Menu*/

@media (min-width: 991px) {
	#menu-mega-menu a[title="Artistic Collections"] + ul,
	#menu-mega-menu a[title="Coastal & Nautical"] + ul {
		width: 775px;
		background: white;
	}
	#menu-mega-menu a[title="Coastal & Nautical"] + ul {
		left: -238px;
	}
	#menu-mega-menu a[title="Artistic Collections"] + ul li,
	#menu-mega-menu a[title="Coastal & Nautical"] + ul li {
		display: inline-block;
		width: 30%;
		margin: 1%;
		margin-top: 20px;
	}
	#menu-mega-menu a[title="Artistic Collections"] + ul li a:before,
	#menu-mega-menu a[title="Coastal & Nautical"] + ul li a:before {
		content: "";
		background-size: contain !important;
		width: 100%;
		height: 155px;
		display: inline-block;
		background-repeat: no-repeat;
		
	}
	#menu-mega-menu ul li a[href$="artistic-collections-art-nouveau-floral-window/"]:before {
		background-image: url('twg-mega-menu/mega-menu-art-nouveau.jpg');
	}
	#menu-mega-menu ul li a[href$="artistic-collections-arts-crafts-movement/"]:before {
		background-image: url('https://www.rennieandrose.com/wp-content/uploads/2020/09/DSC08371b.jpg');
	}
	#menu-mega-menu ul li a[href$="artistic-collections-louis-henry-sullivan-designs/"]:before {
		background-image: url('https://www.rennieandrose.com/wp-content/uploads/2020/09/DSC08422.jpg');
	}
	#menu-mega-menu ul li a[href$="artistic-collections-charles-rennie-macintosh-ginkgo-window/"]:before {
		background-image: url('twg-mega-menu/mega-menu-gingko-window.jpg');
	}
	#menu-mega-menu ul li a[href$="artistic-collections-flowers-vines/"]:before {
		background-image: url('https://www.rennieandrose.com/wp-content/uploads/2020/09/artscrafts.jpg');
	}
	#menu-mega-menu ul li a[href$="artistic-collections-thistles-rosebuds/"]:before {
		background-image: url('twg-mega-menu/mega-menu-thistles-and-rosebud.jpg');
	}
	#menu-mega-menu ul li a[href$="coastal-nautical-coastal/"]:before {
		background-image: url('twg-mega-menu/mega-menu-coastal.jpg');
	}
	#menu-mega-menu ul li a[href$="coastal-nautical-vintage-nautical/"]:before {
		background-image: url('twg-mega-menu/mega-menu-vintage-nautical.jpg');
	}
	#menu-mega-menu ul li a[href$="coastal-nautical-fresh-nautical/"]:before {
		background-image: url('twg-mega-menu/mega-menu-fresh-nautical.jpg');
	}
	#menu-mega-menu ul li a[href$="coastal-nautical-seascape/"]:before {
		background-image: url('twg-mega-menu/mega-menu-seascape.jpg');
	}
	#menu-mega-menu ul li a[href$="birds-of-a-feather/"]:before {
		background-image: url('https://www.rennieandrose.com/wp-content/uploads/2020/09/0910201906a.jpg');
	}
	#menu-mega-menu ul li a[href$="prairie-chevrons/"]:before {
		background-image: url('https://www.rennieandrose.com/wp-content/uploads/2021/04/DSC08354-new.jpeg');
	}
	#menu-mega-menu ul li a[href$="circle-study/"]:before {
		background-image: url('https://www.rennieandrose.com/wp-content/uploads/2020/09/DSC08428.jpg');
	}
}
/*TWG - Product Archive*/
.term-description {
    border-bottom: solid thin;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
ul.products li.product.first {
    clear: none !important; /*Alows Prev block*/
}
ul.products.columns-3 li.product:nth-child(3n+1) {
    clear: both !important;
}
ul.products.columns-3 li.product {
	margin-right: 2% !important;
}
/*TWG - Product Page Customizations*/
#primary {
	float: none;
	max-width: 100%;
}
#main {
	max-width: 1230px; margin: 0 auto;
}
.pswp__bg {
    background: rgba(0,0,0,.8);
}
.single-product .product .cart {
	cursor: default;
}
.variations_form .variations .value label {
	cursor: pointer;
}
.color-items li input[type="radio"]:checked + label {
    cursor: initial;
    border: 1px solid black;
}
.variations_form .size-items input[type="radio"]:checked + label {
    border: 1px solid black;
    background: rgb(60, 68, 67);
    color: white;
}
.related-products {
	clear: both;
}
/*TWG - Breadcrumbs */
.storefront-breadcrumb {
    padding: 0;
    margin: 30px 0;
}
.storefront-breadcrumb > .col-full {
	padding: 0; max-width: 1230px;
}
/* TWG - Footer*/
footer {
	position: relative !important;
}
/* TWG - Forms */
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="tel"], input.search-field {
    padding: 0;
    background: white;
    box-shadow: none;
}
/* TWG - Cart */
.woocommerce-cart .original-price {
	text-decoration: line-through;
}
/* TWG - Checkout*/
.input-text:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, textarea:focus {
	background: transparent;
}
#payment .payment_methods > li:not(.woocommerce-notice) {
	background: transparent !important;
}
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	height: 250px;
	width: 220px;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
#menu-mega-menu a[title="Artistic Collections"] + ul li a::before, #menu-mega-menu a[title="Coastal & Nautical"] + ul li a::before {
	height: 139px;
}