@charset "UTF-8";
@media (min-width: 800px) {
    .mobile {
        display: none;
    }
}
@media (max-width: 799px) {
    .desktop {
        display: none;
    }
}
.noscroll {
    overflow: hidden;
}
.dn {
    display: none !important;
}
.db {
    display: block !important;
}
.hidden {
    opacity: 0 !important;
    pointer-events: none !important;
}
.shown {
    opacity: 1 !important;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
address {
    font-style: normal;
}
button {
    border: none;
    background-color: transparent;
    font-size: 1rem;
    font-family: Asap, sans-serif;
}
table {
    border-collapse: collapse;
}
@-webkit-keyframes colorchange {
    0%,
    32% {
        background-color: #ff0;
        color: #000;
    }
    33%,
    76% {
        background-color: #ff8da1;
        color: #000;
    }
    100%,
    77% {
        background-color: #000;
        color: #fff;
    }
}
@keyframes colorchange {
    0%,
    32% {
        background-color: #ff0;
        color: #000;
    }
    33%,
    76% {
        background-color: #ff8da1;
        color: #000;
    }
    100%,
    77% {
        background-color: #000;
        color: #fff;
    }
}
@font-face {
    font-family: Asap;
    font-style: normal;
    font-weight: 400;
    src: local("Asap Regular"), local("Asap-Regular"), url(fonts/asap-v7-latin-regular.woff2) format("woff2"), url(fonts/asap-v7-latin-regular.woff) format("woff");
}
@font-face {
    font-family: Asap;
    font-style: normal;
    font-weight: 500;
    src: local("Asap Medium"), local("Asap-Medium"), url(fonts/asap-v7-latin-500.woff2) format("woff2"), url(fonts/asap-v7-latin-500.woff) format("woff");
}
@font-face {
    font-family: Asap;
    font-style: normal;
    font-weight: 700;
    src: local("Asap Bold"), local("Asap-Bold"), url(fonts/asap-v7-latin-700.woff2) format("woff2"), url(fonts/asap-v7-latin-700.woff) format("woff");
}

@font-face {
    font-family: 'AkzidenzGroteskBQ-Bold';
    src: url('fonts/AkzidenzGroteskBQ-Bold.eot');
    src: url('fonts/AkzidenzGroteskBQ-Bold.svg#AkzidenzGroteskBQ-Bold') format('svg'),
    url('fonts/AkzidenzGroteskBQ-Bold.ttf') format('truetype'),
    url('fonts/AkzidenzGroteskBQ-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk-BQ-Bold-Extended';
    src: url('fonts/Akzidenz-Grotesk-BQ-Bold-Extended.eot');
    src: url('fonts/Akzidenz-Grotesk-BQ-Bold-Extended.svg#Akzidenz-Grotesk-BQ-Bold-Extended') format('svg'),
    url('fonts/Akzidenz-Grotesk-BQ-Bold-Extended.ttf') format('truetype'),
    url('fonts/Akzidenz-Grotesk-BQ-Bold-Extended.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-tap-highlight-color: transparent;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    vertical-align: baseline;
    background: 0 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
:focus {
    outline: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
td,
th {
    text-align: left;
    font-weight: 400;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
blockquote,
q {
    quotes: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
body {
    background: #f0f0f0;
    font-family: Inconsolata, monospace;
    color: #000;
}
main.main {
    padding-top: 50px;
    min-height: 550px;
}
body:not(.home) main.main {
    padding-top: 50px;
}
.container {
    max-width: calc(100% - 60px);
    margin: 0 auto;
    padding: 0 15px;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}
.container > div.woocommerce {
    padding: 0 15px;
}
.container > div.woocommerce:after {
    content: "";
    display: table;
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
p {
    margin-bottom: 20px;
    line-height: 1.4;
}
body.role-administrator header.banner {
    top: 32px;
}
.loading-brands {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
header.banner {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #000;
    z-index: 25;
    top: 0;
}
header.banner > .container {
    padding: 0 15px;
    max-width: 100%;
}
header.banner > .container:after {
    content: "";
    clear: both;
    display: table;
}
header.banner .logotype {
    width: 20%;
    float: left;
    position: relative;
}
header.banner .logotype a.brand {
    text-indent: -9999px;
    display: block;
    height: 50px;
    width: 140px;
    background: url(images/pieces__logo.png) no-repeat left center;
    background-size: contain;
    margin-left: 28px;
}
header.banner .nav-primary {
    width: 80%;
    float: left;
    position: relative;
}
header.banner .nav-primary ul {
    padding: 0 30px 0 0;
    text-align: right;
}
header.banner .nav-primary ul li {
    display: inline-block;
    padding: 0 15px;
}
header.banner .nav-primary ul li a {
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-family: Inconsolata, monospace;
    font-size: 13px;
}
a {
    text-decoration: none;
}
main.main a {
    text-decoration: underline;
    color: #000;
}
.home-intro {
    position: relative;
}
.home-intro:after {
    content: "";
    clear: both;
    display: table;
}
.home-intro > img {
    width: 100%;
    height: auto;
}
.home-intro .home-col {
    float: left;
    width: 50%;
    height: 68vh;
    overflow: hidden;
}
.home-intro .home-col.width-40 {
    width: 42%;
}
.home-intro .home-col.width-50 {
    width: 50%;
}
.home-intro .home-col.width-60 {
    width: 58%;
}
.home-intro .home-col .type-image img {
    width: 100%;
    height: 68vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-intro .home-col .type-video video {
    width: 100%;
    height: 68vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-intro .top-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-position: center;
    object-position: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
}
.home-intro .top-layer .wrapper {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 30px;
}
.home-intro .top-layer .wrapper img {
    width: auto;
    display: block;
    max-height: 280px;
    max-width: 100%;
    margin: 0 auto;
}
.notice-wide {
    text-align: center;
    color: #000;
    background: #ff0;
    padding: 4px 0;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}
.notice-wide p {
    margin: 0;
    text-decoration: none;
}
.yellow-stripe {
    text-align: center;
    color: #000;
    background: #ff0;
    padding: 4px 0;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}
.yellow-stripe p {
    margin: 0;
    text-decoration: none;
}
.home-subscribe {
    text-align: center;
    padding: 75px 15px;
}
.home-subscribe p {
    font-size: 16px;
    margin-bottom: 26px;
}
.home-subscribe .mc-field-group {
    border: 2px solid #000;
    max-width: 435px;
    margin: 0 auto;
}
.home-subscribe .mc-field-group input {
    background: 0 0;
    border: 1px solid transparent;
    font-family: Inconsolata, monospace;
    font-size: 14px;
    color: #000;
}
.home-subscribe .mc-field-group input::-webkit-input-placeholder {
    color: #000;
}
.home-subscribe .mc-field-group input::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.home-subscribe .mc-field-group input:-ms-input-placeholder {
    color: #000;
}
.home-subscribe .mc-field-group input:-moz-placeholder {
    color: #000;
    opacity: 1;
}
.home-subscribe .mc-field-group:after {
    content: "";
    display: table;
    clear: both;
}
.home-subscribe .input-email {
    display: block;
    float: left;
    width: 320px;
    height: 30px;
    padding: 0 0 0 15px;
}
.home-subscribe .submit-button {
    display: block;
    float: right;
    width: 87px;
    height: 30px;
    cursor: pointer;
}
.designers-list {
    background: #020202 url(images/designers-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    height: 68vh;
    min-height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
}
.designers-list .designers-wrap {
    width: 100%;
    position: relative;
    margin-top: 100px;
}
.designers-list .designers-wrap .container {
    max-width: 700px;
}
.designers-list .designers-wrap h3 {
    margin-bottom: 45px;
    font-size: 17px;
}
.designers-list .designers-wrap ul {
    padding: 0;
    margin: 0;
}
.designers-list .designers-wrap ul li {
    list-style: none;
    text-transform: uppercase;
    line-height: 1.8;
    font-size: 12px;
}
.designers-list .designers-wrap ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.pieces-row {
    margin: -3px 0;
}
.pieces-row:after {
    content: "";
    display: table;
    clear: both;
}
.pieces-row .piecesydney-col {
    float: left;
    width: auto;
    display: block;
    position: relative;
}
.pieces-row .width-40 {
    width: 40%;
}
.pieces-row .width-50 {
    width: 50%;
}
.pieces-row .width-60 {
    width: 60%;
}
.pieces-row .image-height img {
    height: 68vh;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.boutiques-list {
    padding: 50px 0 15px;
}
.boutiques-list .container {
    max-width: 770px;
}
.boutiques-list .container .vc_col-sm-5 {
    width: 43.666667%;
}
.boutiques-list .container .vc_col-sm-7 {
    width: 56.333333%;
}
.boutiques-list h3 {
    margin-bottom: 7px;
    font-size: 16px;
}
.boutiques-list p {
    font-size: 14px;
}
.back-to-editorials {
    padding: 30px 0;
    text-align: center;
}
.back-to-editorials a {
    text-align: center;
    color: #000;
    text-decoration: none;
}
.square-image img {
    width: auto;
    display: block;
    max-height: 400px;
    max-width: 100%;
    margin: 0 auto;
}
.rotating-item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.home-col img.rotating-item {
    width: 100%;
    height: 68vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.shop_table .cart_totals h3 {
    display: none;
}
.shop-navigation {
    margin-top: 100px;
}
.shop-navigation .container {
    max-width: calc(100% - 60px);
    margin: 0 auto;
}
.shop-navigation .container:after {
    content: "";
    clear: both;
    display: table;
}
.shop-navigation .filters-nav {
    padding: 0 15px;
    width: 65%;
    float: right;
}
.shop-navigation .filters-nav p {
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
}
.shop-navigation .filters-nav > div {
    display: inline-block;
    vertical-align: top;
}
.shop-navigation .filters-nav ul {
    padding: 0;
}
.shop-navigation .filters-nav ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.shop-navigation .filters-nav ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: underline;
}
.shop-navigation .filters-nav ul li a.active-item {
    text-decoration: none;
}
.shop-navigation .cart-account {
    padding: 0 10px;
    width: 35%;
    float: right;
    text-align: right;
}
.shop-navigation .cart-account a {
    color: #000;
    font-size: 13px;
    margin-left: 15px;
}
.shop-navigation .shop-text {
    padding: 0 15px;
    width: 100%;
    max-width: 1485px;
    float: left;
}
.shop-navigation .shop-text p {
    line-height: 1.9;
    font-size: 13px;
    margin-bottom: 0;
}
.shop-navigation .shop-text .filter-brands,
.shop-navigation .shop-text .filter-categories {
    padding: 0;
    margin: 0;
}
.shop-navigation .shop-text .filter-brands li,
.shop-navigation .shop-text .filter-categories li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    color: #000;
    cursor: pointer;
    margin-right: 4px;
}
.shop-navigation .shop-text .filter-brands li a,
.shop-navigation .shop-text .filter-categories li a {
    color: #000;
    font-size: 13px;
}
.shop-navigation .shop-text .filter-brands li a.active-item,
.shop-navigation .shop-text .filter-categories li a.active-item {
    text-decoration: underline;
}
.shop-navigation .shop-text .filter-brands li input,
.shop-navigation .shop-text .filter-categories li input {
    display: none;
}
.shop-navigation .shop-text .filter-brands li input:checked + label,
.shop-navigation .shop-text .filter-categories li input:checked + label {
    text-decoration: underline;
}
.shop-navigation .shop-text .filter-brands li:hover a,
.shop-navigation .shop-text .filter-brands li:hover label,
.shop-navigation .shop-text .filter-categories li:hover a,
.shop-navigation .shop-text .filter-categories li:hover label {
    text-decoration: underline;
}
.shop-navigation .shop-text .filter-brands li label,
.shop-navigation .shop-text .filter-categories li label {
    cursor: pointer;
}
.shop-navigation .shop-text .filter-categories {
    margin-top: 15px;
}
.shop-related .container {
    padding: 0 18px;
    max-width: calc(100% - 60px);
}
#editorial-list:after {
    content: "";
    display: block;
    clear: both;
}
#editorial-list .grid-sizer {
    width: 33.333%;
}
#editorial-list .home-item {
    width: 33%;
    padding: 7px;
    border: 1px solid transparent;
    float: left;
    min-height: 255px;
}
#editorial-list .home-item .editorial-logo {
    display: block;
    height: auto;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}
#editorial-list .home-item .editorial-logo img {
    display: block;
    height: 60px;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
#editorial-list .home-item .editorial-logo.aspect_1 img {
    height: 60px;
    max-width: 250px;
}
#editorial-list .home-item .editorial-logo.aspect_2 img {
    height: 80px;
    max-width: 280px;
}
#editorial-list .home-item .editorial-logo.aspect_3 img {
    height: 90px;
    max-width: 180px;
}
#editorial-list .home-item .product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#editorial-list .home-item .editorial-product {
    display: inline-block;
    width: 33.3331%;
    padding: 3px;
}
#editorial-list .home-item .editorial-product img {
    width: 100%;
    height: auto;
    display: block;
}
#editorial-list .home-item .editorial-product p {
    line-height: 1.4;
    font-size: 11px;
    background: rgba(15, 15, 15, 0.6);
    padding: 0 3px;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
}
#editorial-list .home-item .editorial-product .wrap {
    position: relative;
}
#editorial-list .home-item .editorial-product .product-details {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 3px;
    left: 3px;
    opacity: 0;
}
#editorial-list .home-item .editorial-product:hover .product-details {
    opacity: 1;
}
.spacer {
    height: 100px;
    width: 100%;
    display: block;
}
.designer-logo {
    margin-top: 15px;
}
.designer-logo img {
    display: block;
    height: 65px;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.designer-products .product-wrapper {
    margin-bottom: 75px !important;
    float: left;
    width: 50%;
}
.designer-products .product-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.designer-products .summary.entry-summary {
    padding-right: 10px;
}
.designer-products .product_title {
    display: none;
}
.sidebar-terms {
    float: left;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
    padding-left: 15px;
}
.sidebar-terms ul {
    padding: 0;
    margin: 30px 0 0;
}
.sidebar-terms ul li {
    list-style: none;
    margin-bottom: 5px;
}
.sidebar-terms ul li a {
    font-size: 14px;
    color: #000;
}
.content-terms {
    float: left;
    width: 100%;
    max-width: 700px;
    padding: 50px 15px 0;
    margin-bottom: 100px;
    font-size: 14px;
}
.load-more {
    padding: 15px;
    text-align: center;
}
.load-more button {
    display: none;
    background-color: #000;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    font-family: Inconsolata, monospace;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
}
.load-more button span {
    visibility: hidden;
    display: inline-block;
}
.load-more button:hover {
    background-color: #222;
}
.load-more button.loading span {
    visibility: visible;
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}
.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
#shop-container.cat-active .editorial-product {
    display: none;
}
.shop-related .womenswear .editorial-product.product_cat-womenswear {
    display: none !important;
}
.shop-related .menswear .editorial-product.product_cat-menswear {
    display: none !important;
}
.shop-related .sale .editorial-product.product_cat-sale {
    display: none !important;
}
.shop-related .archive .editorial-product.product_cat-archive {
    display: none !important;
}
.filter-categories li:after {
    content: ",";
    position: relative;
}
.filter-categories li:first-child:after,
.filter-categories li:last-child:after {
    display: none;
}
.filter-categories li:nth-last-child(2):after {
    content: "&";
    margin-left: 8px;
    position: relative;
}
footer {
    background: #f0f0f0;
    padding: 10px 0;
    position: relative;
}
footer .footer-info {
    text-align: center;
}
footer .footer-info li {
    list-style: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    position: relative;
}
footer .footer-info li img {
    vertical-align: bottom;
    width: 15px;
    height: 15px;
}
footer .footer-info li a {
    color: #000;
    text-decoration: none;
}
footer .pop-up-signup {
    background: #f0f0f0;
    position: absolute;
    top: -100px;
    width: 400px;
    left: -185px;
    padding: 10px 15px;
    display: none;
}
footer .pop-up-signup.active {
    display: block;
}
footer .pop-up-signup p {
    margin: 0 0 15px;
    padding: 0;
}
footer .pop-up-signup input {
    background: 0 0;
    border: none;
    font-family: Inconsolata, monospace;
}
footer .pop-up-signup input::-webkit-input-placeholder {
    color: #000;
}
footer .pop-up-signup input::-moz-placeholder {
    color: #000;
    opacity: 1;
}
footer .pop-up-signup input:-ms-input-placeholder {
    color: #000;
}
footer .pop-up-signup input:-moz-placeholder {
    color: #000;
    opacity: 1;
}
footer .pop-up-signup .mc-field-group {
    border: 1px solid #000;
    padding: 5px;
    width: 368px;
}
footer .pop-up-signup .mc-field-group:after {
    content: "";
    display: table;
    clear: both;
}
footer .pop-up-signup .input-email {
    width: 280px;
    float: left;
}
footer .pop-up-signup .submit-button {
    width: 68px;
    float: left;
    cursor: pointer;
}
.home .footer-signup {
    display: none;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .designers-list .designers-wrap .container {
        max-width: 700px;
        width: 55%;
    }
    .right-shop {
        padding-left: 0 !important;
    }
    .single-product .product-wrapper {
        max-width: 100% !important;
        padding-right: 0 !important;
    }
    .single-product .product-wrapper .images_product {
        width: 75% !important;
    }
    .single-product .product-wrapper .summary.entry-summary {
        width: 25% !important;
    }
    .related.products ul.products li {
        max-width: 150px !important;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #customer_login .u-column1 {
        max-width: 300px;
        margin-right: 15px !important;
    }
    #customer_login .u-column2 {
        max-width: 300px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .single-product .product-wrapper {
        max-width: 100% !important;
        padding-right: 0 !important;
    }
    .single-product .product-wrapper .images_product {
        width: 75% !important;
    }
    .single-product .product-wrapper .summary.entry-summary {
        width: 25% !important;
    }
    .designers-list .designers-wrap .container {
        max-width: 700px;
        width: 62%;
    }
    #editorial-list .grid-sizer {
        width: 50%;
    }
    #editorial-list .home-item {
        width: 50%;
    }
    .right-shop {
        padding-left: 0 !important;
    }
    .related.products ul.products li {
        max-width: 145px !important;
    }
}
@media all and (min-width: 768px) {
    .menu-icon {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .right-shop {
        padding-left: 0 !important;
    }
    .container {
        max-width: 100% !important;
        margin: 0 auto;
        padding: 0 15px;
    }
    .shop-navigation {
        margin-top: 75px;
    }
    .shop-navigation .cart-account {
        padding: 0 10px;
        width: 100%;
        float: right;
        text-align: right;
        margin-bottom: 10px;
    }
    .shop-navigation .container {
        max-width: 100%;
        margin: 0 auto;
    }
    .shop-navigation .filters-nav {
        padding: 0;
        width: 100%;
        float: none;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .shop-navigation .filters-nav p {
        margin-bottom: 10px;
    }
    .shop-navigation .shop-text {
        padding: 0;
    }
    .shop-navigation .shop-text p {
        line-height: 1.5;
    }
    .shop-navigation .filters-nav ul li:first-child {
        margin-left: 0;
    }
    .designers-list .designers-wrap {
        margin-top: 50px;
    }
    .menu-icon {
        position: absolute;
        height: 35px;
        width: 20px;
        top: 12px;
        right: 0;
        cursor: pointer;
    }
    .menu-icon span {
        width: 20px;
        display: block;
        height: 2px;
        background: #fff;
        margin: 5px 0;
    }
    .nav-primary > div ul {
        display: none;
        position: absolute;
        width: 100vw;
        background: #000;
        top: 50px;
        right: -15px;
    }
    .nav-primary > div ul li {
        width: 100%;
    }
    .home-subscribe .mc-field-group {
        max-width: 320px;
    }
    .home-subscribe .input-email {
        width: 190px;
    }
    .notice-wide,
    .yellow-stripe {
        font-size: 11px;
    }
    .home-intro .top-layer .wrapper img {
        width: auto;
        display: block;
        max-height: 140px;
        max-width: 100%;
        margin: 0 auto;
    }
    footer .pop-up-signup {
        left: -230px;
    }
    .designers-list {
        height: 100%;
    }
    .mobile-full-col .piecesydney-col {
        width: 100%;
    }
    header.banner .logotype a.brand {
        margin-left: 10px;
    }
    .designers-list .designers-wrap h3 {
        margin-bottom: 15px;
    }
    .designers-list .designers-wrap {
        padding: 0 15px;
    }
    .map-column {
        display: none !important;
    }
    #editorial-list .grid-sizer {
        width: 100%;
    }
    #editorial-list .home-item {
        width: 100%;
    }
    .container > div.woocommerce {
        padding: 0;
    }
    .right-shop {
        padding: 0 !important;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: 0 0;
    }
    .content-terms,
    .sidebar-terms {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media all and (max-width: 600px) {
    .single-product .product-wrapper {
        max-width: 100% !important;
    }
    .single-product .product-wrapper .summary.entry-summary {
        width: 100% !important;
    }
    .single-product .product-wrapper .images_product {
        width: 100% !important;
        padding: 0 !important;
    }
    .single-product .product-wrapper .images_product img {
        width: 100% !important;
    }
    .related.products ul.products li {
        width: 50% !important;
    }
    .single-product .product-wrapper {
        padding: 0 0 !important;
    }
    .designer-products .product-wrapper {
        width: 100% !important;
    }
}
@media only screen and (max-width: 2000px) and (min-width: 1800px) {
    #editorial-list .home-item.row_1 {
        min-height: 343px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 586px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 829px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 1072px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 1315px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 1558px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1801px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 2044px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 2287px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 2530px;
    }
}
@media only screen and (max-width: 1799px) and (min-width: 1700px) {
    #editorial-list .home-item.row_1 {
        min-height: 327px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 554px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 781px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 1008px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 1235px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 1462px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1689px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1916px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 2143px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 2370px;
    }
}
@media only screen and (max-width: 1699px) and (min-width: 1600px) {
    #editorial-list .home-item.row_1 {
        min-height: 315px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 530px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 745px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 960px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 1175px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 1390px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1605px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1820px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 2035px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 2250px;
    }
}
@media only screen and (max-width: 1599px) and (min-width: 1500px) {
    #editorial-list .home-item.row_1 {
        min-height: 302px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 504px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 706px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 908px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 1110px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 1312px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1514px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1716px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 1918px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 2120px;
    }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
    #editorial-list .home-item.row_1 {
        min-height: 288px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 476px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 664px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 852px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 1040px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 1228px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1416px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1604px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 1792px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 1980px;
    }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
    #editorial-list .home-item.row_1 {
        min-height: 274px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 448px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 622px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 796px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 970px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 1144px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1318px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1492px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 1666px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 1840px;
    }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
    #editorial-list .home-item.row_1 {
        min-height: 261px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 422px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 583px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 744px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 905px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 1066px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1227px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1388px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 1549px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 1710px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
    #editorial-list .home-item.row_1 {
        min-height: 247px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 394px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 541px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 688px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 835px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 982px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1129px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1276px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 1423px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 1570px;
    }
}
@media only screen and (max-width: 1099px) and (min-width: 1000px) {
    #editorial-list .home-item.row_1 {
        min-height: 233px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 366px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 499px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 632px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 765px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 898px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1031px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1164px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 1297px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 1430px;
    }
}
@media only screen and (max-width: 999px) and (min-width: 900px) {
    #editorial-list .home-item.row_1 {
        min-height: 220px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 340px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 460px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 580px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 700px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 820px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 940px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1060px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 1180px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 1300px;
    }
}
@media only screen and (max-width: 899px) and (min-width: 800px) {
    #editorial-list .home-item.row_1 {
        min-height: 267px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 434px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 601px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 768px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 935px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 1102px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1269px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1436px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 1603px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 1770px;
    }
}
@media only screen and (max-width: 799px) and (min-width: 700px) {
    #editorial-list .home-item.row_1 {
        min-height: 247px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 394px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 541px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 688px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 835px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 982px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1129px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1276px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 1423px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 1570px;
    }
}
@media only screen and (max-width: 699px) and (min-width: 600px) {
    #editorial-list .home-item.row_1 {
        min-height: 364px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 628px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 892px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 1156px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 1420px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 1684px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1948px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 2212px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 2476px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 2740px;
    }
}
@media only screen and (max-width: 599px) and (min-width: 500px) {
    #editorial-list .home-item.row_1 {
        min-height: 323px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 546px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 769px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 992px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 1215px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 1438px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1661px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1884px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 2107px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 2330px;
    }
}
@media only screen and (max-width: 499px) and (min-width: 400px) {
    #editorial-list .home-item.row_1 {
        min-height: 281px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 462px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 643px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 824px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 1005px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 1186px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1367px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1548px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 1729px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 1910px;
    }
}
@media only screen and (max-width: 399px) and (min-width: 300px) {
    #editorial-list .home-item.row_1 {
        min-height: 240px;
    }
    #editorial-list .home-item.row_2 {
        min-height: 380px;
    }
    #editorial-list .home-item.row_3 {
        min-height: 520px;
    }
    #editorial-list .home-item.row_4 {
        min-height: 660px;
    }
    #editorial-list .home-item.row_5 {
        min-height: 800px;
    }
    #editorial-list .home-item.row_6 {
        min-height: 940px;
    }
    #editorial-list .home-item.row_7 {
        min-height: 1080px;
    }
    #editorial-list .home-item.row_8 {
        min-height: 1220px;
    }
    #editorial-list .home-item.row_9 {
        min-height: 1360px;
    }
    #editorial-list .home-item.row_10 {
        min-height: 1500px;
    }
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 2px solid #000;
    border-radius: 0;
    padding: 0 10px;
    background: 0 0;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row textarea::-webkit-input-placeholder {
    color: #000;
    font-family: Inconsolata, monospace;
}
.woocommerce form .form-row input.input-text::-moz-placeholder,
.woocommerce form .form-row textarea::-moz-placeholder {
    color: #000;
    font-family: Inconsolata, monospace;
    opacity: 1;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder {
    color: #000;
    font-family: Inconsolata, monospace;
}
.woocommerce form .form-row input.input-text:-moz-placeholder,
.woocommerce form .form-row textarea:-moz-placeholder {
    color: #000;
    font-family: Inconsolata, monospace;
    opacity: 1;
}
.woocommerce form .form-row input.input-text {
    height: 34px;
    line-height: 34px;
}
.select2-container .select2-selection--single {
    height: 34px;
    line-height: 34px;
    border: 2px solid #000;
    border-radius: 0;
    padding: 0 10px;
    background: 0 0;
}
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    height: 34px;
    line-height: 34px;
    border: 2px solid #000;
    border-radius: 0;
    padding: 6px 10px 0;
    background: 0 0;
}
.wc-stripe-elements-field iframe,
.wc-stripe-iban-element-field iframe {
    height: 34px !important;
    line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 30px;
    padding: 0;
    font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #000;
}
.form-row.wear-field label {
    display: inline-block !important;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 13px;
}
.form-row.wear-field input {
    display: none;
}
.form-row.wear-field span {
    height: 18px;
    width: 18px;
    border: 2px solid #000;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.form-row.wear-field .checkbox-radio {
    display: inline-block;
    margin-right: 15px;
}
.form-row.wear-field input:checked + span:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    background: #000;
    top: 2px;
    left: 2px;
}
.form-row.login-password {
    margin-bottom: 15px !important;
}
.form-row,
.woocommerce-form-row {
    margin-bottom: 25px !important;
    padding: 0 !important;
}
.form-row label,
.woocommerce-form-row label {
    display: none !important;
}
#customer_login {
    font-size: 13px;
}
#customer_login .u-column1 {
    max-width: 400px;
    margin-right: 10%;
}
#customer_login .u-column1 h2 {
    text-transform: uppercase;
    font-size: 16px;
}
#customer_login .u-column2 {
    float: left;
    max-width: 400px;
}
#customer_login .u-column2 h2 {
    text-transform: uppercase;
    font-size: 16px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    padding: 0 0 10px;
}
.lost_password a,
.woocommerce-privacy-policy-link {
    color: #7a7a7a !important;
}
form > h3 {
    font-size: 13px;
    margin-bottom: 20px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #000;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    font-family: Inconsolata, monospace;
    text-transform: uppercase;
    font-size: 13px;
}
.related.products {
    clear: both;
    margin-top: 145px;
}
.related.products h2 {
    font-size: 13px;
}
.related.products .button {
    display: none;
}
.related.products ul.products {
    margin: 0 -5px;
}
.related.products ul.products li {
    max-width: 185px;
    margin: 0 !important;
    padding: 10px 5px !important;
    position: relative;
}
.related.products ul.products li img {
    margin-bottom: 0 !important;
}
.related.products ul.products li .woocommerce-loop-product__title {
    position: absolute;
    bottom: 30px;
    line-height: 1.4;
    font-size: 0.8em;
    background: rgba(15, 15, 15, 0.8);
    padding: 0 3px;
    color: #fff;
    display: inline-block;
    opacity: 0;
}
.related.products ul.products li .price {
    position: absolute;
    bottom: 10px;
    line-height: 1.4;
    font-size: 0.8em;
    background: rgba(15, 15, 15, 0.8);
    padding: 0 3px;
    color: #fff;
    margin-bottom: 2px;
    display: inline-block;
    opacity: 0;
}
.related.products ul.products li:hover .price,
.related.products ul.products li:hover .woocommerce-loop-product__title {
    opacity: 1;
}
body.shop ul.products,
body.theme-piecesydney-shop ul.products {
    margin: 0 -5px;
}
body.shop ul.products li,
body.theme-piecesydney-shop ul.products li {
    margin: 0 !important;
    padding: 10px 5px !important;
    position: relative;
    width: 25% !important;
}
body.shop ul.products li .button,
body.theme-piecesydney-shop ul.products li .button {
    display: none;
}
body.shop ul.products li img,
body.theme-piecesydney-shop ul.products li img {
    margin-bottom: 0 !important;
}
body.shop ul.products li .woocommerce-loop-product__title,
body.theme-piecesydney-shop ul.products li .woocommerce-loop-product__title {
    position: absolute;
    bottom: 40px;
    line-height: 1.4;
    font-size: 0.8em !important;
    background: rgba(15, 15, 15, 0.8);
    padding: 0 3px !important;
    color: #fff;
    display: inline-block;
    opacity: 0;
}
body.shop ul.products li .price,
body.theme-piecesydney-shop ul.products li .price {
    position: absolute;
    bottom: 10px;
    line-height: 1.4;
    font-size: 0.8em !important;
    background: rgba(15, 15, 15, 0.8);
    padding: 0 3px;
    color: #fff !important;
    margin-bottom: 2px;
    display: inline-block;
    opacity: 0;
}
body.shop ul.products li:hover .price,
body.shop ul.products li:hover .woocommerce-loop-product__title,
body.theme-piecesydney-shop ul.products li:hover .price,
body.theme-piecesydney-shop ul.products li:hover .woocommerce-loop-product__title {
    opacity: 1;
}
.woocommerce-product-gallery:after {
    content: "";
    clear: both;
    display: table;
}
.edit-heading {
    font-size: 13px;
    color: #000;
    margin-bottom: 25px;
}
legend {
    font-size: 13px;
    color: #000;
    margin-bottom: 25px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    max-width: 400px;
}
.woocommerce-MyAccount-content {
    max-width: 400px;
    float: left !important;
    font-size: 13px;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li a {
    font-size: 13px;
    color: #000;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
.left-shop {
    float: left;
    width: 100%;
    max-width: 400px;
}
.left-shop.assistance-text {
    font-size: 13px;
}
.left-shop.assistance-text p {
    line-height: 1.2;
    margin-bottom: 7px;
}
.left-shop.assistance-text a {
    color: #000;
    text-decoration: none;
}
.right-shop {
    float: left;
    width: 100%;
    max-width: 700px;
    padding: 0 15px;
    margin-bottom: 100px;
}
.right-shop.checkout-container {
    max-width: 400px;
}
.woocommerce-cart-form__cart-item {
    padding: 15px 0;
    border-bottom: 0.05em solid #696969;
}
.woocommerce-cart-form__cart-item:after {
    content: "";
    clear: both;
    display: table;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
    width: 22%;
    float: left;
}
.woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}
.woocommerce-cart-form__cart-item .product-name {
    width: 48%;
    float: left;
    padding: 15px;
    font-size: 13px;
}
.woocommerce-cart-form__cart-item .product-name a {
    color: #000;
    font-size: 13px;
}
.woocommerce-cart-form__cart-item .product-name .product-quantity {
    margin-top: 20px;
}
.woocommerce-cart-form__cart-item .product-name .quantity {
    display: inline-block;
}
.woocommerce-cart-form__cart-item .product-name .quantity .qty {
    border: 0;
    background: 0 0;
    font-size: 12px;
}
.woocommerce-cart-form__cart-item .product-subtotal {
    width: 30%;
    float: left;
    text-align: right;
    font-size: 13px;
    padding-top: 15px;
}
.woocommerce-cart-form__cart-item .product-subtotal a.remove {
    color: #000 !important;
    display: inline-block;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    width: auto;
    height: auto;
    margin-top: 50%;
}
.woocommerce-cart-form__cart-item .product-subtotal a.remove:hover {
    background: 0 0 !important;
    color: red;
}
#update_cart {
    float: right;
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 12px;
    margin: 15px 0;
    color: #333;
}
.woocommerce table.shop_table {
    border: none;
    font-size: 13px;
}
.woocommerce table.shop_table a {
    color: #111;
}
.woocommerce table.shop_table th {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 400;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
}
.woocommerce table.shop_table td {
    text-align: right;
    padding-right: 0;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
}
.cart_totals:after {
    content: "";
    clear: both;
    display: table;
}
.cart_totals .coupon {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.cart_totals .coupon .input-mask {
    border-bottom: 0.05em solid #000;
}
.cart_totals .coupon .input-mask:after {
    content: "";
    clear: both;
    display: table;
}
.cart_totals .coupon .input-mask input {
    line-height: 35px;
    height: 35px;
    display: block;
    float: left;
    vertical-align: top;
    border: 0;
    background: 0 0;
    width: 80%;
    font-size: 13px;
    font-family: Inconsolata;
}
.cart_totals .coupon .input-mask button {
    width: 20%;
    display: block;
    vertical-align: top;
    padding: 0;
    border: 0;
    line-height: 35px;
    height: 35px;
    float: left;
    background: 0 0;
    color: #000;
    font-size: 18px;
    text-align: right;
}
.cart_totals .wc-proceed-to-checkout {
    width: 50%;
    float: left;
    padding: 0;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button {
    height: 35px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    background: #000;
    padding: 0;
    font-size: 13px;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background: #333;
}
.woocommerce-checkout .col2-set .col-1 {
    width: 100%;
}
.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
}
.woocommerce-checkout h3 {
    margin-bottom: 15px;
    font-size: 13px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: #000 !important;
    border-top-width: 2px;
    background: 0 0;
    padding: 10px 10px 10px 40px;
    font-size: 13px;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    top: 10px;
    left: 15px;
    color: #000;
}
.woocommerce-info a,
.woocommerce-notices-wrapper a {
    color: #aaa;
}
.checkout table.shop_table td {
    text-align: left;
    padding-left: 0;
}
.woocommerce-checkout-review-order {
    font-size: 13px;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 15px 0;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: 0 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-SavedPaymentMethods-saveNew label {
    display: inline !important;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}
#wc-stripe-cc-form .form-row {
    width: 100%;
    margin-bottom: 15px !important;
}
#order_comments {
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.1;
}
#order_review .woocommerce-shipping-totals th {
    display: none;
}
.woocommerce-SavedPaymentMethods-saveNew {
    display: none !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: #000;
    width: 100%;
    float: none;
}
.cart-discount td,
.fee td,
.order-total td,
.tax-rate td,
.tax-total td {
    text-align: right !important;
}
#gender_field .woocommerce-input-wrapper input {
    display: none;
}
#gender_field .woocommerce-input-wrapper label {
    display: inline-block !important;
    vertical-align: top;
    height: 15px;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
}
#gender_field .woocommerce-input-wrapper label:before {
    content: "";
    margin-right: 5px;
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}
#gender_field .woocommerce-input-wrapper input:checked + label:after {
    content: "";
    height: 8px;
    width: 8px;
    display: block;
    background: #000;
    position: absolute;
    top: 8px;
    left: 8px;
    text-align: center;
    border-radius: 50%;
}
#shipping_method input {
    display: none;
}
#shipping_method label {
    display: inline-block !important;
    vertical-align: top;
    height: 15px;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
}
#shipping_method label:before {
    content: "";
    margin-right: 5px;
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}
#shipping_method input:checked + label:after {
    content: "";
    height: 8px;
    width: 8px;
    display: block;
    background: #000;
    position: absolute;
    top: 8px;
    left: 8px;
    text-align: center;
    border-radius: 50%;
}
.wc_payment_method input[type="radio"] {
    display: none;
}
.wc_payment_method input[type="radio"] + label {
    display: inline-block !important;
    vertical-align: top;
    height: 15px;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    min-width: 250px;
}
.wc_payment_method input[type="radio"] + label:before {
    content: "";
    margin-right: 5px;
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}
.wc_payment_method input[type="radio"]:checked + label:after {
    content: "";
    height: 8px;
    width: 8px;
    display: block;
    background: #000;
    position: absolute;
    top: 8px;
    left: 8px;
    text-align: center;
    border-radius: 50%;
}
.woocommerce-customer-details {
    font-size: 13px;
}
.woocommerce-customer-details h2 {
    margin-bottom: 10px;
    font-size: 13px;
}
.woocommerce-customer-details .woocommerce-column {
    margin-bottom: 50px;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
    color: #fff !important;
}
.woocommerce-table--order-details .woocommerce-table__product-name {
    text-align: left !important;
    padding-left: 0 !important;
}
.single-product .product-wrapper {
    max-width: 80%;
    padding: 0 15px 0 0;
    margin: 0;
}
.single-product .product-wrapper:after {
    content: "";
    clear: both;
    display: table;
}
.single-product .product-wrapper .images_product {
    width: 70%;
    float: left;
    padding-right: 15px;
    margin-left: -5px;
}
.single-product .product-wrapper .images_product img {
    width: 50%;
    height: auto;
    display: block;
    float: left;
    padding: 5px;
}
.single-product .product-wrapper .summary.entry-summary {
    width: 30%;
    float: left;
    font-size: 13px;
    padding: 30px 0 0;
}
.single-product .product-wrapper .summary.entry-summary .woocommerce-Price-amount {
    color: #000;
    font-size: 13px;
}
.single-product .product-wrapper .summary.entry-summary .brand,
.single-product .product-wrapper .summary.entry-summary .name {
    margin-bottom: 7px;
    line-height: 1;
}
.single-product .product-wrapper .summary.entry-summary form {
    width: 185px;
}
.single-product .product-wrapper .summary.entry-summary form select {
    width: 100%;
}
.single-product .product-wrapper .summary.entry-summary form td.label {
    display: none;
}
.single-product .product-wrapper .summary.entry-summary .variations {
    width: 100%;
}
.single-product .product-wrapper .summary.entry-summary .variations select {
    background: 0 0;
}
.single-product .product-wrapper .summary.entry-summary .quantity .qty {
    margin-top: 15px;
    border: 1px solid #989898;
    background: 0 0;
}
.single-product .product-wrapper .summary.entry-summary .reset_variations {
    display: none !important;
}
.single-product .product-wrapper .summary.entry-summary .cart .button,
.single-product .product-wrapper .summary.entry-summary .cart input.button {
    color: #fff;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0;
    font-size: 13px;
    background: #000;
    margin-top: 15px;
}
.woocommerce ul#shipping_method .amount {
    font-weight: 400 !important;
}
body.cart .cart_totals .woocommerce-shipping-totals {
    display: none;
}
.info-tip {
    display: inline-block;
    border-radius: 50%;
    border: 0.05em solid #111;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 11px;
    font-style: italic;
}
.woocommerce-privacy-policy-text {
    font-size: 13px;
}

/**/
.shop-navigation .filters-nav ul li:first-child{
    margin-left:0 !important;
}

.shop-navigation .shop-text .filter-categories {
    margin-top: 5px !important;
}