/*

Theme Name: Craft Love 2019
Theme URI: https://controlzetadigital.com
Author: Guillermo Pozo
Author URI: https://controlzetadigital.com
Description: Tema diseñado para Craft Love
Version: 1.0.0
Template: pro

*/

/* Gradient BG */

.cz-gradient-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background: #fff;
}

.cz-gradient-bg:before {
    content: '';
    display: block;
    width: 150vw;
    height: 150vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: center;
    animation: gradient 3s linear 0s forwards infinite;

    background: rgba(243,170,133,0.3);
    background: -moz-linear-gradient(45deg, rgba(243,170,133,0.3) 0%, rgba(146,229,181,0.3) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(243,170,133,0.3)), color-stop(100%, rgba(146,229,181,0.3)));
    background: -webkit-linear-gradient(45deg, rgba(243,170,133,0.3) 0%, rgba(146,229,181,0.3) 100%);
    background: -o-linear-gradient(45deg, rgba(243,170,133,0.3) 0%, rgba(146,229,181,0.3) 100%);
    background: -ms-linear-gradient(45deg, rgba(243,170,133,0.3) 0%, rgba(146,229,181,0.3) 100%);
    background: linear-gradient(45deg, rgba(243,170,133,0.3) 0%, rgba(146,229,181,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3aa85', endColorstr='#92e5b5', GradientType=1 );
}

@keyframes gradient {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (max-width: 768px) {
    .cz-gradient-bg:before {
        width: 150vh;
        height: 150vh;
    }
}

/* Header */

.x-navbar {
    background: transparent;
    box-shadow: none;
    border: 0;
}
.x-navbar .x-navbar-inner {
    pointer-events: all;
}

.x-breadcrumb-wrap {
    position: absolute;
    width: 100%;
    top: 180px;
    border: none;
    background: transparent;
    box-shadow: none;
    z-index: 2;
}
.x-header-landmark {
    margin-top: 240px;
}

.woocommerce .cz-shop-spacer {
    height: 220px;
}

/* Slider */
.tparrows.uranus {
    opacity: .5 !important;
}
.tparrows.uranus:hover {
    opacity: 1 !important;
}
.tparrows.uranus:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    border-left: 1px solid #111 !important;
    border-top: 1px solid #111 !important;    
}
.tp-leftarrow.tparrows.uranus:before {
    transform: translate3d(20px, 0px, 0) rotate(-45deg);
}
.tp-rightarrow.tparrows.uranus:before {
    transform: translate3d(-20px, 0px, 0) rotate(135deg);
}

.tp-bullets.hermes .tp-bullet {
    opacity: .5 !important;
}
.tp-bullets.hermes .tp-bullet:hover {
    opacity: 1 !important;
}

/* 
 * Navbar 
 */

/* Desktop */

.x-navbar {
    background: rgba(255,255,255,0.95);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.70) 57%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.95)), color-stop(57%, rgba(255,255,255,0.70)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.70) 57%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.70) 57%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.70) 57%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.70) 57%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    height: 160px;
    pointer-events: none;
}

.cz-nav-container.desktop {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.masthead-inline .desktop .x-nav.cz-navbar {
    width: calc(50% - 95px);
    display: flex;
    float: none;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.cz-nav-container.desktop .cz-navbar > li {
    float: none;
    clear: both;
    display: block;
    width: 50%;
    text-align: center;
}
.x-navbar .cz-nav-container.desktop .cz-navbar > li > a {
    display: block;
    height: auto;
    padding: 20px;
}
.x-navbar .cz-nav-container.desktop .cz-navbar > li > a:hover, 
.x-navbar .cz-nav-container.desktop .cz-navbar > .x-active > a, 
.x-navbar .cz-nav-container.desktop .cz-navbar > .current-menu-item > a {
    box-shadow: none;
}
.cz-navbar.split-left {
    text-align: right;
    padding-right: 45px;
}
.cz-navbar.split-right {
    text-align: left;
    padding-left: 45px;
}

/* Cart */

.cz-store-navbar-buttons {
    position: fixed;
    right: 40px;
    top: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cz-store-navbar-buttons li {
    text-align: center;
}
.cz-store-navbar-buttons li.cz-shopping-cart > a .cz-icon-bag {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(cz/assets/img/icon-bag.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
.cz-store-navbar-buttons li.cz-shopping-cart .x-cart {
    position: relative;
}
.cz-store-navbar-buttons li.cz-shopping-cart .x-cart .inner {
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid;
    text-align: center;
    line-height: 18px;
    border-radius: 1em;
    color: #111;
    left: -40px;
    transition: all .2s ease-in-out;
}
.cz-store-navbar-buttons li.cz-shopping-cart .x-cart .inner:before {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #111;
    top: 9px;
    right: -16px;
    position: absolute;
    transition: all .2s ease-in-out;
}
.cz-store-navbar-buttons li .cz-vertical-separator {
    display: inline-block;
    height: 30px;
    width: 1px;
    background: #111;
    margin: 8px 0 0;
}
.cz-store-navbar-buttons li .cz-wishlist {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(cz/assets/img/icon-heart.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
.cz-mini-cart-container {
    position: absolute;
    max-width: 300px;
    background: #fff;
    min-width: 300px;
    max-height: 400px;
    top: -12px;
    right: -12px;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    padding: 40px 30px 30px;
}
.cz-mini-cart-container .cz-mini-cart-inner {
    opacity: 0;
    transition: all .3s ease-in-out .4s;
}
.cz-mini-cart-container .cz-icon-bag {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(cz/assets/img/icon-bag.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
    top: 12px;
    right: 12px;
}
.cz-mini-cart-container.showing {
    opacity: 1;
    pointer-events: all;
}
.cz-mini-cart-container.showing .cz-mini-cart-inner {
    opacity: 1;
}
.cz-mini-cart-container .cz-mini-cart-inner .woocommerce-mini-cart__empty-message {
    margin: 0;
    font-family: 'Cinzel', sans-serif;
    line-height: 1.2em;
    text-align: left;
}
.cz-mini-cart-inner .woocommerce-mini-cart {
    margin: 0;
}
.cz-mini-cart-inner .woocommerce-mini-cart .mini_cart_item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
}
.cz-mini-cart-inner .woocommerce-mini-cart .mini_cart_item a.remove {
    width: 14px;
    height: 14px;
    border: 1px solid;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 100em;
    margin-right: 10px;
    position: absolute;
    top: -7px;
    left: -7px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.cz-mini-cart-inner .woocommerce-mini-cart .mini_cart_item .cz-mcp-info {
    margin: auto 0;
    flex: 1;
    text-align: left;
    display: flex;
    flex-flow: row wrap;
}
.cz-mini-cart-inner .mini_cart_item .cz-mcp-info > img {
    max-width: 50px;
    margin-right: 5px;
    max-height: 50px;
    border: 1px solid #f1f1f1;
}
.cz-mini-cart-inner .mini_cart_item .cz-mcp-info .cz-mcp-info-name {
    font-family: 'Work Sans', sans-serif;
    color: #111;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    width: calc(80% - 55px);
}
.cz-mini-cart-inner .mini_cart_item .cz-mcp-info .cz-mcp-info-name .variation {
    margin: 0;
    font-size: 12px;
    white-space: normal;
    display: flex;
    flex-flow: row wrap;
}
.cz-mini-cart-inner .mini_cart_item .cz-mcp-info .cz-mcp-info-name .variation > dt {
    font-weight: normal;
    color: #999;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cz-mini-cart-inner .mini_cart_item .cz-mcp-info .cz-mcp-info-name .variation > dd {
    margin-left: 5px;
    color: #f3aa85;
    width: calc(40% - 5px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cz-mini-cart-inner .mini_cart_item .cz-mcp-info .cz-mcp-info-name .variation > dd p {
    margin: 0;
}
.cz-mini-cart-inner .mini_cart_item .cz-mcp-info .quantity {
    display: flex;
    flex-flow: column wrap;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    align-items: flex-end;
    justify-content: center;
    color: #111;
    font-family: 'Work Sans', sans-serif;
    width: 20%;
}
.cz-mini-cart-inner .mini_cart_item .cz-mcp-info .quantity .amount {
    font-weight: 700;
}
.cz-mini-cart-inner .woocommerce-mini-cart__total {
    font-family: 'Work Sans', sans-serif;
    text-align: right;
    padding-top: 8px;
    border-top: 1px solid #e9e9e9;
    margin-top: 8px;
    font-size: 13px;
    margin-bottom: 8px;
}
.cz-mini-cart-inner .woocommerce-mini-cart__total > strong {
    font-size: 11px;
}
.cz-mini-cart-inner .woocommerce-mini-cart__total > .amount {
    color: #111;
}
.cz-mini-cart-inner .woocommerce-mini-cart__buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;
    padding-top: 16px;
    margin-bottom: 0;
}
.cz-mini-cart-inner .woocommerce-mini-cart__buttons .button {
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    font-family: 'Work Sans', sans-serif;
    color: #111;
}
.cz-mini-cart-inner .woocommerce-mini-cart__buttons .button.checkout {
    color: #f3aa85;
}
.cz-mini-cart-inner .woocommerce-mini-cart__buttons .button:hover {
    background: transparent;
    opacity: .5;
}

/* Footer */

.x-colophon {
    background: transparent;
}
.x-colophon.top {
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.8);
}
.x-colophon.bottom {
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
}
.x-colophon.bottom .cz-footer-nav {
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 9998;
}
.x-colophon.bottom .cz-footer-nav a {
    color: #111;
    display: block;
    padding: 3px 0;
}
.x-colophon.bottom .cz-footer-nav .x-nav {
    transform: rotate(90deg) translateX(calc(-100% - 50px));
    position: absolute;
    top: -3px;
    transform-origin: 0% 100%;
    margin: 0;
    left: -2px;
}
.x-colophon.bottom .cz-footer-nav .x-nav:before {
    content: '';
    display: block;
    width: 30px;
    background: #111;
    height: 1px;
    top: 50%;
    position: absolute;
    right: -34px;
    margin-top: -0.5px;
}
.x-colophon.bottom .cz-footer-nav .x-nav > li > a {
    font-family: "Work Sans",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #111;
    white-space: nowrap;
}

.x-colophon.bottom a:hover,
.x-colophon.bottom .cz-footer-nav .x-nav > li > a:hover {
    color: #F3AB86;
}
.x-colophon.top .widget ul > li.current-menu-item a {
    background: transparent;
    color: #F3AB86 !important;
}
.x-colophon.bottom .x-colophon-content {
    position: fixed;
    z-index: 9998;
    margin: 0;
    left: 45px;
    bottom: 45px;
    font-family: "Work Sans",sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #111;
    white-space: nowrap;
    text-align: left;
}

/* Buttons */

.x-btn, .button, [type="submit"] {
    text-shadow: none !important;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
}

.page.woocommerce-checkout #payment .button,
.page.woocommerce-account .woocommerce-address-fields .button,
.page.woocommerce-account .entry-content.content > .woocommerce form .woocommerce-button,
.cz-button {
    padding: 18px 24px;
    color: #fff !important;
    font-weight: 700;
    border: 0;
    display: inline-block;
    background: transparent url(cz/assets/img/bg-atc-btn.png) repeat-x 100% 50%;
    background-size: 300% 100%;
    transition: all .8s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.page.woocommerce-checkout #payment .button:hover,
.page.woocommerce-account .woocommerce-address-fields .button:hover,
.page.woocommerce-account .entry-content.content > .woocommerce form .woocommerce-button:hover,
.cz-button:hover {
    background-position: 0% 50%;
}

/* Widgets */

.x-colophon.top .widget {
    text-align: center;
}

.x-colophon.top .h-widget {
    font-family: 'Cinzel', serif;
    font-size: 110%;
    margin-bottom: 20px;
    padding-bottom: 8px;
    display: inline-block;
    color: #555;
    border-bottom: 1px solid #555;
}
.x-colophon.top .widget ul, 
.x-colophon.top .widget ol {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.x-colophon.top .widget ul > li a, 
.x-colophon.top .widget ol > li a {
    border: 0;
    box-shadow: none;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    color: #111;
    display: inline-block;
    font-size: 12px;
}
.x-colophon.top .widget ul > li a:before, 
.x-colophon.top .widget ol > li a:before {
    display: none;
}
.x-colophon.top .widget ul > li a:hover, 
.x-colophon.top .widget ol > li a:hover {
    background: transparent;
    color: rgb(243, 170, 133);
}

/* 
 * Shop 
 */

/* Loop */

.cz-store-categories.desktop {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(calc(-100% - 45px));
    padding: 0 30px 0 0;
    z-index: 9999;
}
.cz-store-categories.desktop .cz-cats-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cz-store-categories.desktop .cz-cats-menu ul > li > a {
    font-family: 'Work Sans', sans-serif;
    color: #111;
    font-size: 14px;
    position: relative;
    padding-bottom: 8px;
    display: inline-block;
}
.cz-store-categories.desktop .cz-cats-menu ul > li:not(.cz-menu-section) > a {
    transition: all .2s ease-in-out;
}
.cz-store-categories.desktop .cz-cats-menu ul > li:not(.cz-menu-section) > a:hover,
.cz-store-categories.desktop .cz-cats-menu ul > li.current-menu-item:not(.cz-menu-section) > a {
    opacity: .8;
    transform: translateX(10px);
}
.cz-store-categories.desktop .cz-cats-menu ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    top: 50%;
    margin-top: -4px;
    background: #111;
    left: 0;
    transform: translateX(calc(-100% - 5px));
}
.cz-store-categories.desktop .cz-cats-menu ul > li:not(.cz-menu-section) > a:before {
    width: 0;
    transition: all .2s ease-in-out;
}
.cz-store-categories.desktop .cz-cats-menu ul > li:not(.cz-menu-section) > a:hover:before,
.cz-store-categories.desktop .cz-cats-menu ul > li.current-menu-item:not(.cz-menu-section) > a:before {
    width: 20px;
}
.cz-store-categories.desktop .cz-cats-menu ul > li.cz-menu-section {
    padding-top: 20px;
}
.cz-store-categories.desktop .cz-cats-menu ul > li.cz-menu-section:nth-child(1) {
    padding-top: 0;
}
.cz-store-categories.desktop .cz-cats-menu ul > li.cz-menu-section > a {
    color: #f3aa85;
    pointer-events: none;
}
.cz-store-categories.desktop .cz-cats-menu ul > li.cz-menu-section > a:before {
    background: #f3aa85;
    left: auto;
    right: 0;
    transform: translateX(calc(100% + 8px));
}
.cz-store-categories.mobile {
    position: relative;
    display: none;
}
.cz-loop-title-start {
    display: flex;
    margin-bottom: 70px;
    flex-flow: row wrap;
    align-items: flex-end;
}
.cz-loop-title-start > h1 {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-size: 450%;
    line-height: .7em;
}
.cz-loop-title-start .woocommerce-result-count {
    display: none;
}
.cz-loop-title-start .woocommerce-ordering {
    float: none;
    margin: 0;
}
.cz-loop-title-start .woocommerce-ordering .orderby {
    background: transparent;
    border-color: #ccc;
    font-family: 'Work Sans', sans-serif;
}
.cz-loop-title-start .cz-horizontal-separator {
    width: 150px;
    height: 1px;
    background: #111;
    margin: 0 10px;
}

.woocommerce.archive .cz-products-loop {
    margin-left: 20vw;
    width: calc(92% - 20vw);
}
.woocommerce.archive li.product {
    box-shadow: 0 0 50px rgba(0,0,0,.01);
    border-radius: 0;
    border: none;
    transition: box-shadow .5s ease-in-out, border-radius .6s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    animation: animProduct .6s cubic-bezier(0.770, 0.000, 0.175, 1.000) 0s forwards;
}
.woocommerce.archive li.product:nth-child(3n+2) {
    animation-delay: .15s;
}
.woocommerce.archive li.product:nth-child(3n) {
    animation-delay: .3s;
}
@keyframes animProduct {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0px); }
}
.woocommerce.archive .x-pagination {
    display: none !important;
}
.woocommerce.archive li.product:hover {
    box-shadow: 0 0 50px rgba(0,0,0,.05);
}
.woocommerce.archive li.product .entry-featured {
    border: none;
    box-shadow: none;
}
.woocommerce.archive li.product .entry-featured img {
    transition: all .3s cubic-bezier(0.860, 0.000, 0.070, 1.000) .2s;
}
.woocommerce.archive li.product .entry-product:hover .entry-featured img {
    transform: scale(1.5) rotate(15deg);
}
.woocommerce.archive li.product .entry-wrap {
    box-shadow: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all .6s ease-in-out;
}
.woocommerce.archive li.product .entry-product:hover .entry-wrap {
    opacity: 1;
}
.woocommerce.archive li.product:hover .entry-header .button.add_to_cart_button {
    display: none;
}
.woocommerce.archive li.product .entry-header {
    opacity: 0;
    transition: all .5s cubic-bezier(0.860, 0.000, 0.070, 1.000) .1s;
    transform: translateY(30px);
}
.woocommerce.archive li.product .entry-product:hover .entry-header {
    opacity: 1;
    transform: translateY(0px);
}
.woocommerce.archive li.product .entry-header h3 {
    font-family: 'Cinzel', serif;
    text-align: center;
}
.woocommerce.archive li.product .entry-header h3 > a {
    pointer-events: all;
}
.woocommerce.archive .price {
    text-align: center;
}
.woocommerce.archive li.product .entry-header .price>.amount, 
.woocommerce.archive li.product .entry-header .price>ins>.amount {
    font-family: 'Cinzel', serif;
    font-size: 24px;
}

/* Single */

.woocommerce.single-product .x-colophon.top {
    box-shadow: none;
    border: 0;
}

.woocommerce.single-product .entry-wrap {
    padding: 0;
    padding-top: 220px;
    box-shadow: none;
    border-radius: 0;
}

.woocommerce.single-product .entry-wrap div.product {
    min-height: calc(100vh - 220px);
}
.woocommerce.single-product .entry-wrap div.product .cz-product-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: background-position 1s ease-out;
    z-index: 0;
}

.woocommerce.single-product div.product .summary {
    float: none;
    clear: both;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    height: calc(100vh - 220px);
    position: relative;
    z-index: 1;
}
.woocommerce.single-product div.product .summary:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 9px;
    background-image: url(cz/assets/img/deco1.png);
    background-repeat: repeat-x;
    z-index: -1;
}
.woocommerce.single-product div.product .summary > div {
    width: 30vw;
    min-width: 200px;
    max-width: 350px;
}
.woocommerce.single-product div.product .summary .cz-left-block {
    font-family: 'Work Sans';
    line-height: 1.4em;
    color: #333;
    font-size: 12px;
    margin-right: 10vw;
}
.woocommerce.single-product div.product .summary .product_title {
    font-family: Cinzel;
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
}
.woocommerce.single-product div.product .summary .product_meta {
    font-family: 'Work Sans';
    color: #111;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    font-size: 11px;
    line-height: 1.2em;
    white-space: nowrap;
}
.woocommerce.single-product div.product .summary .product_meta > span {
    width: 40%;
    display: block;
}
.woocommerce.single-product div.product .summary .product_meta .posted_in {
    text-align: right;
    width: 60%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}
.woocommerce.single-product div.product .summary .product_meta .posted_in > a {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 58px;
    padding-left: 3px;
}
.woocommerce.single-product div.product .summary .cz-right-block {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
    margin-left: 10vw;
}
.woocommerce.single-product div.product .summary .cz-right-block .cz-product-attributes {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    text-align: right;
    font-family: 'Work Sans', sans-serif;
    color: #111;
    font-size: 11px;
    line-height: 1.4em;
}
.woocommerce.single-product div.product .summary .cz-right-block .cart {
    width: 100%;
    max-width: 300px;
    text-align: right;
}
.woocommerce.single-product div.product .summary .cz-right-block .cz-qty-price {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.woocommerce.single-product .cz-right-block .cz-qty-price .quantity {
    margin: 0;
    line-height: 34px;
}
.woocommerce.single-product .cz-right-block .cz-qty-price .quantity input.input-text.qty {
    border-radius: 0px;
    border: 1px solid rgb(17, 17, 17);
    outline: none;
    padding: 4px;
    width: 42px;
    height: 26px;
}
.woocommerce.single-product .cz-right-block .cz-qty-price .cz-horizontal-separator {
    height: 1px;
    background: #111;
    margin: auto 10px 5px 10px;
    flex: 1;
}
.woocommerce.single-product .cz-right-block .cz-qty-price .price {
    margin: 0;
    font-family: 'Cinzel', serif;
    white-space: nowrap;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.woocommerce.single-product .cz-right-block .cz-qty-price .price .amount {
    font-size: 28px;
    line-height: 36px;
    display: block;
    color: #111;
}
.woocommerce.single-product .cz-right-block .cart button.single_add_to_cart_button {
    padding: 18px 24px;
    font-family: 'Work Sans', sans-serif;
    text-shadow: none !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
    display: inline-block;
    background: transparent url(cz/assets/img/bg-atc-btn.png) repeat-x 100% 50%;
    background-size: 300%;
    transition: all .8s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.woocommerce.single-product .cz-right-block .cart button.single_add_to_cart_button:hover {
    background-position: 0% 50%;
}
.woocommerce.single-product .cz-right-block .thwepo-extra-options {
    border: 0;
    background: #fdf8f5;
    border-radius: 5px;
}
.woocommerce.single-product .cz-right-block .thwepo-extra-options .label-tag {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #111;
    text-transform: uppercase;
    line-height: 1em;
}
.woocommerce.single-product .cz-right-block .thwepo-extra-options th,
.woocommerce.single-product .cz-right-block .thwepo-extra-options td {
    border: 0;
    padding: 5px;
    border-bottom: 1px solid #fff;
}
.woocommerce.single-product .cz-right-block .thwepo-extra-options tr:first-child th,
.woocommerce.single-product .cz-right-block .thwepo-extra-options tr:first-child td {
    padding-top: 5px;
}
.woocommerce.single-product .cz-right-block .thwepo-extra-options tr:last-child th,
.woocommerce.single-product .cz-right-block .thwepo-extra-options tr:last-child td {
    padding-bottom: 5px;
}
.woocommerce.single-product .cz-right-block .thwepo-extra-options input,
.woocommerce.single-product .cz-right-block .thwepo-extra-options select {
    margin: 0;
    background: #fff;
    border: 1px solid #f0d5c6;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Work Sans', sans-serif;
    max-width: none;
    height: 26px;
    font-size: 11px;
    padding: 2px 8px;
}
.woocommerce.single-product .cz-right-block .thwepo-extra-options input {
    width: 80px;
    text-align: center;
    line-height: 26px;
}
.woocommerce.single-product .cz-right-block .thwepo-extra-options input::placeholder {
    font-size: 11px;
}
.woocommerce.single-product .cz-right-block .thwepo-extra-options .label {
    width: 70%;
    padding-right: 0;
    text-align: right;
}
.woocommerce.single-product .cz-right-block .thwepo-extra-options .value {
    text-align: right;
}

.woocommerce.single-product .cz-extra-info {
    position: relative;
    left: 0;
    top: 0;
    background: #fff2eb;
    padding: 120px 0;
}
.woocommerce.single-product .cz-extra-info:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 9px;
    background-image: url(cz/assets/img/deco2.png);
    background-repeat: repeat-x;
}
.woocommerce.single-product .cz-extra-info .cz-extra-info-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.woocommerce.single-product .cz-extra-info-button {
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    border-radius: 100em;
    border: 1px solid #111;
    transition: all .3s ease-in-out;
}
.woocommerce.single-product .cz-extra-info-button:hover {
    opacity: .5;
}
.woocommerce.single-product .cz-extra-info-button:before,
.woocommerce.single-product .cz-extra-info-button:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #111;
    transform-origin: 50% 50%;
    transition: all .3s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.woocommerce.single-product .cz-extra-info-button:before {
    width: 60%;
    height: 1px;
}
.woocommerce.single-product .cz-extra-info-button:after {
    width: 1px;
    height: 60%;
}
.woocommerce.single-product.showing-extra-info .cz-extra-info-button:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce.single-product .pswp {
    z-index: 9999;
}

.woocommerce.single-product .cz-extra-info .woocommerce-product-gallery {
    width: 38%;
    position: relative;
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs {
    width: 48%;
    position: relative;
    margin-top: 0;
}
.woocommerce.single-product .cz-extra-info .woocommerce-product-gallery,
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-nav-tabs,
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-tab-content {
    /* box-shadow: 0 0 60px rgba(0,0,0,.1); */
    box-shadow: none;
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-nav-tabs {
    border: 0;
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-nav-tabs > li {
    border: 0;
    padding: 0 1px;
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-nav-tabs > .active > a, 
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-nav-tabs > .active > a:hover {
    box-shadow: inset 0 -1px 0 0 rgb(243,170,133);
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-nav-tabs a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 10px;
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-tab-content {
    border: 0;
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-tab-content h2 {
    font-family: 'Cinzel', serif;
    margin: 0 0 20px;
    font-size: 180%;
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-comment-author {
    font-size: 20px;
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-tab-content .woocommerce-product-attributes {
    font-family: 'Work Sans', sans-serif;
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-tab-content .woocommerce-product-attributes th,
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-tab-content .woocommerce-product-attributes td {
    padding: 20px;
    border-top: 1px solid #efefef;
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-tab-content .woocommerce-Reviews .woocommerce-noreviews {
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-tab-content .woocommerce-Reviews .comment-reply-title {
    font-family: 'Work Sans';
    font-size: 16px !important;
    margin: 0 0 20px !important;
}
.woocommerce.single-product .cz-extra-info .woocommerce-tabs .x-tab-content .woocommerce-Reviews .comment-form-comment textarea {
    max-height: 80px;
    max-width: 100%;
    border:1px solid rgb(163, 163, 163);
    padding: 10px;
}

.woocommerce.single-product .cz-extra-info .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    width: 100%;
    margin: 0;
}
.woocommerce.single-product .cz-extra-info .woocommerce-product-gallery .woocommerce-product-gallery__image > a > img {
    width: 100%;
}
.woocommerce.single-product .cz-extra-info .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    right: -100px;
    width: 90px;
    padding: 0;
    margin: 0;
}
.woocommerce.single-product .cz-extra-info .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 0 10px;
    box-shadow: none;
}
.woocommerce.single-product .cz-extra-info .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li > img {
    width: 100%;
    height: auto;
}
.woocommerce.single-product .cz-extra-info .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    text-indent: -9999px;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    transform: scale(.8);
}
.woocommerce.single-product .cz-extra-info .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 100em;
    border: 1px solid #111;
    left: 10px;
    top: 10px;
}
.woocommerce.single-product .cz-extra-info .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 1px;
    background: #111;
    right: 11px;
    bottom: 17px;
    transform: rotate(45deg);
}

/* Notices */

.x-alert:not(.woocommerce-info),
.woocommerce-notice:not(.woocommerce-info) {
    z-index: 9999;
    position: fixed;
    top: 120px;
    left: 45px;
    max-width: 350px;
    border: 0;
    border-radius: 0;
    box-shadow: 1px 0 50px rgba(0,0,0,0);
    font-family: 'Work Sans', sans-serif;
    padding: 30px;
    opacity: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    transition: all 1.5s ease-in-out;
}
.x-alert:not(.woocommerce-info).cz-hide,
.woocommerce-notice:not(.woocommerce-info).cz-hide,
.x-alert:not(.woocommerce-info).woocommerce-error.cz-hide {
    opacity: 0;
    animation: none !important;
}
.x-alert:not(.woocommerce-info) .button,
.woocommerce-notice:not(.woocommerce-info) .button {
    float: none;
    order: 2;
    margin: 0;
}
@keyframes animNotices {
    0% { opacity: 0; transform: translateX(-50px); box-shadow: 1px 0 50px rgba(0,0,0,0); }
    30% {  opacity: 1; transform: translateX(0px); }
    100% { opacity: 1; box-shadow: 1px 0 50px rgba(0,0,0,.15); }
}
.x-alert:not(.woocommerce-info).woocommerce-error {
    background: rgba(255,239,239,1);
    background: -moz-linear-gradient(45deg, rgba(255,239,239,1) 0%, rgba(255,248,222,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,239,239,1)), color-stop(100%, rgba(255,248,222,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,239,239,1) 0%, rgba(255,248,222,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,239,239,1) 0%, rgba(255,248,222,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,239,239,1) 0%, rgba(255,248,222,1) 100%);
    background: linear-gradient(45deg, rgba(255,239,239,1) 0%, rgba(255,248,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefef', endColorstr='#fff8de', GradientType=1 );
    animation: animNotices 1.5s ease-in-out .2s forwards;
}
.x-alert:not(.woocommerce-info).woocommerce-message {
    background: rgba(232,242,252,1);
    background: -moz-linear-gradient(45deg, rgba(232,242,252,1) 0%, rgba(244,232,255,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(232,242,252,1)), color-stop(100%, rgba(244,232,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(232,242,252,1) 0%, rgba(244,232,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(232,242,252,1) 0%, rgba(244,232,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(232,242,252,1) 0%, rgba(244,232,255,1) 100%);
    background: linear-gradient(45deg, rgba(232,242,252,1) 0%, rgba(244,232,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f2fc', endColorstr='#f4e8ff', GradientType=1 );
    animation: animNotices 1.5s ease-in-out .2s forwards;
}
.woocommerce-notice:not(.woocommerce-info).woocommerce-notice--success {
    background: rgba(240,254,243,1);
    background: -moz-linear-gradient(45deg, rgba(240,254,243,1) 0%, rgba(212,252,255,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(240,254,243,1)), color-stop(100%, rgba(212,252,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(240,254,243,1) 0%, rgba(212,252,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(240,254,243,1) 0%, rgba(212,252,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(240,254,243,1) 0%, rgba(212,252,255,1) 100%);
    background: linear-gradient(45deg, rgba(240,254,243,1) 0%, rgba(212,252,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0fef3', endColorstr='#d4fcff', GradientType=1 );
    animation: animNotices 1.5s ease-in-out .2s forwards;
}
.woocommerce-info {
    font-family: 'Cinzel', serf;
    font-size: 180%;
    line-height: 1em;
    max-width: 600px;
}

/* Variations */

.woocommerce-variation.single_variation {
    display: none !important;
}
.cz-qty-price .cz-original-price {
    display: none;
}
.cz-variations-selector {
    position: relative;
    margin-bottom: 20px;
}
.cz-variations-selector h4 {
    font-size: 14px;
    text-align: right;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    padding-bottom: 6px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 12px;
    margin-top: 0;
    color: #ffab84;
}
.cz-variations-selector .cz-variations {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.cz-variations-selector .cz-variations > li {
    margin: 0 4px;
    border: 2px solid #e7e6e6;
    padding: 4px;
    width: 48px;
    height: 48px;
}
.cz-variations-selector .cz-variations > li.selected {
    border-color: #F3AB86;
}
.cz-variations-selector .cz-variations > li > a {
    cursor: pointer;    
    position: relative;
}
.cz-variations-selector .cz-variations > li > a > img {
    width: 100%;
    transition: all .2s ease-in-out;
}
.cz-variations-selector .cz-variations > li > a:hover > img {
    opacity: .6;
}
.cz-variations-selector .cz-variations > li > a .cz-thumb {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 20px));
    background: #fff;
    display: none;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0,0,0,.06);
}
.cz-variations-selector .cz-variations > li > a .cz-thumb .cz-img {
    width: 220px;
    height: 220px;
    display: block;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.cz-variations-selector .cz-variations > li > a .cz-thumb .cz-title {
    padding: 8px 12px;
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #757575;
    border: 2px dotted rgb(253, 234, 223);
    text-align: center;
    outline: 10px solid #fff;
    width: calc(100% - 20px);
    margin: auto auto 10px 10px;
}
.variations_form {
    margin-top: 0;
}
.variations_form > table.variations {
    display: none;
}

/* Forms */

.cz-product-custom-field[class*="cz-val"] .value input {
    text-transform: uppercase;
}

input:not([type="checkbox"]):not([type="submit"]),
textarea {
    background: transparent;
    padding: 15px 20px 15px 0px;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #111;
    width: 88%;
    max-width: 50%;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    border-radius: 0;
    margin: 10px 0;
    font-weight: 400;
    height: auto;
    position: relative;
}
textarea:focus {
    box-shadow: none;
    border-bottom: 1px solid #000;
}
input:not([type="checkbox"]):not([type="submit"])::placeholder,
textarea::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    font-weight: 100;
}
input[type="checkbox"] {
    display: none !important;
}
input[type="radio"] {
    max-width: 30px !important;
}
.cz-checkbox,
.cz-radio {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #fff;
    display: block;
    border-radius: 100em;
    box-shadow: 0px 1px 6px rgba(0,0,0,.2);
    left: -38px;
    cursor: pointer;
}
.cz-checkbox:before,
.cz-radio:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100em;
    background: #ffab84;
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease-in-out;
}
.cz-checkbox.checked:before,
.cz-radio.checked:before {
    opacity: 1;
    transform: scale(1);
}

.selection .select2-selection {
    padding: 15px 20px 15px 0px;
    height: auto;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    max-width: 50%;
    position: relative;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.selection .select2-selection > span {
    line-height: 1em;
    padding: 0;
}
.woocommerce .select2-container {
    margin: 10px 0;
}
.select2-container--default .select2-selection--single {
    background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -13px;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    padding: 5px 0px 20px 20px;
    border:none;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 10px 10px 10px 35px;
    border: none;
    border-bottom: 1px solid #000;
    height: auto;
    position: relative;
}
.select2-container--default .select2-search--dropdown {
    position: relative;
}
.select2-container--default .select2-search--dropdown:before,
.select2-container--default .select2-search--dropdown:after {
    content: '';
    position: absolute;
    display: block;
}
.select2-container--default .select2-search--dropdown:before {
    width: 14px;
    height: 14px;
    border-radius: 100em;
    border: 1px solid #000;
    top: 50%;
    left: 10px;
    margin-top: -12px;
}
.select2-container--default .select2-search--dropdown:after {
    width: 10px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    top: 50%;
    left: 21px;
    margin-top: 4px;
}
.select2-results__option[aria-selected], 
.select2-results__option[data-selected] {
    margin-right: 20px;
    color: #333;
}
.select2-container--default .select2-results__option[aria-selected=true], 
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #fff1e6;
    color: #333;
}
.container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fbfbfb;
    color: #333;
}

.blockUI.blockOverlay {
    padding: 50px !important;
    width: calc(100% + 100px) !important;
    height: calc(100% + 100px !important);
    margin: -50px auto auto -50px !important;
}

/* Shop pages */

.woocommerce-page .cz-shop-page-title {
    margin: 0 0 45px;
}

/* Cart page */

.page.woocommerce-cart .site > .x-container,
.page.woocommerce-account .site > .x-container,
.page.woocommerce-checkout .site > .x-container {
    margin-top: 160px;
}
.page.woocommerce-cart .site > .x-container .entry-wrap,
.page.woocommerce-account .site > .x-container .entry-wrap,
.page.woocommerce-checkout .site > .x-container .entry-wrap {
    background: transparent;
    box-shadow: none;
    padding-top: 0;
}
.page.woocommerce-cart .cz-shop-cart {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item {
    position: relative;
    width: 22%;
    margin-right: 4%;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
    transition: all .3 ease-in-out;
    margin-bottom: 4%;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item:nth-child(4n) {
    margin-right: 0;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .product-remove {
    position: absolute;
    z-index: 3;
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin: -9px auto auto -9px;
    opacity: 0;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item:hover .product-remove {
    opacity: 1;
    pointer-events: all;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .product-remove > a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    position: relative;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .product-remove > a:before,
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .product-remove > a:after {
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .product-remove > a:hover:before,
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .product-remove > a:hover:after {
    background: #F3AB86;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .product-remove > a:after {
    transform: rotate(-45deg);
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-cart-item-thumb {
    width: 100%;
    position: relative;
    z-index: 1;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-cart-item-thumb > a {
    display: block;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-cart-item-thumb > a > img {
    width: 100%;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.9);
    z-index: 2;
    opacity: 0;
    transition: all .3s ease-in-out;
    pointer-events: none;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    padding: 15px;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item:hover .cz-product-info {
    opacity: 1;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info .product-name {
    width: 100%;
    font-family: 'Cinzel', serif;
    line-height: 1.2em;
    font-size: 14px;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info .product-name {
    font-weight: 400;
    color: #000;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info .product-name .variation {
    margin-top: 10px;
    font-family: 'Work Sans', sans-serif;
    display: flex;
    flex-flow: row wrap;
    line-height: 1.4;
    font-size: 12px;
    padding: 0 5px;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info .product-name .variation dt, 
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info .product-name .variation dd {
    margin-right: 5px;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info .product-name .variation dt {
    font-weight: 700;
    color: #000;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info .product-name .variation dt > p, 
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info .product-name .variation dd > p {
    margin: 0;
}
.page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info .product-subtotal {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    width: 100%;
    color: #f3aa85;
    text-align: right;
    line-height: 1em;
}
.page.woocommerce-cart .cz-cart-actions {
    margin-top: 45px;
}
.page.woocommerce-cart .cz-cart-actions .actions .coupon {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.page.woocommerce-cart .cz-cart-actions .actions .coupon .button {
    margin-left: 20px;
}
.page.woocommerce-cart .cart_totals table tr td,
.page.woocommerce-cart .cart_totals table tr th {
    padding: 20px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}
.page.woocommerce-cart .cart_totals table tr th {
    color: #000;
}
.page.woocommerce-cart .cart_totals table tr td strong {
    font-weight: 500;
    color: #000;
}
.page.woocommerce-cart .cart_totals table tr:not(.woocommerce-shipping-totals) td .amount {
    font-family: 'Cinzel', serif;
    font-size: 18px;
}

.page.woocommerce-cart .woocommerce-shipping-calculator button {
    margin-top: 20px;
}
.page.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form {
    padding: 10px;
    margin: 10px 0 5px;
}
.page.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form input:not([type="checkbox"]):not([type="submit"]),
.page.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .selection .select2-selection {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* Checkout */

.page.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.page.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label {
    font-family: 'Cinzel', serif;
}
.page.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input,
.page.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container {
    margin-top: 0;
}

.page.woocommerce-checkout .payment_methods.methods > li label {
    max-width: 350px;
}

/* Account */

.page.woocommerce-account .woocommerce-MyAccount-navigation > ul {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.page.woocommerce-account .woocommerce-MyAccount-navigation-link a {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #111;
}
.page.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
    color: #f3aa85;
}
.page.woocommerce-account .woocommerce-MyAccount-navigation-link a:before {
    border: none;
    border-radius: 0;
}

.page.woocommerce-account .entry-content.content > .woocommerce > h2 {
    font-size: 400%;
    line-height: 1.1;
    margin-top: 45px;
}
.page.woocommerce-account .entry-content.content > .woocommerce form label {
    font-family: 'Cinzel', serif;
}
.page.woocommerce-account .entry-content.content > .woocommerce form label.woocommerce-form-login__rememberme {
    position: relative;
}
.page.woocommerce-account .entry-content.content > .woocommerce form .woocommerce-button {
    margin-top: 20px;
}

.page.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
    padding: 4px 8px;
    font-size: 12px;
    margin: 4px;
}




.page.woocommerce-account form .form-row, 
.page.woocommerce-checkout form .form-row {
    margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    border: 0;
    box-shadow: none;
    background: transparent;
    color: #a48d6e;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #f3aa85;
}
.page.woocommerce-checkout form.checkout {
    padding-top: 30px;
    border-top: 1px solid #d8d8d8;
}
.page.woocommerce-account form h3,
.page.woocommerce-checkout form h3 {
    font-size: 32px;
    max-width: 350px;
    line-height: 1.2em;
    color: #777;
    display: block;
    position: relative;
}
.page.woocommerce-account form h3#ship-to-different-address label, 
.page.woocommerce-checkout form h3#ship-to-different-address label {
    line-height: 1.2em;
    padding: 0;
    display: block;
}
.page.woocommerce-checkout #order_comments_field label {
    font-family: 'Cinzel', serif;
}
.page.woocommerce-checkout .woocommerce-checkout-review-order table th,
.page.woocommerce-checkout .woocommerce-checkout-review-order table td {
    padding: 20px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}
.page.woocommerce-checkout .woocommerce-checkout-review-order table th,
.page.woocommerce-checkout .woocommerce-checkout-review-order table strong {
    font-weight: 400;
    color: #000;
}
.page.woocommerce-checkout .woocommerce-checkout-review-order table :not(.woocommerce-shipping-methods) .amount {
    font-family: 'Cinzel', serif;
    font-size: 18px;
}
.page.woocommerce-account form .payment_methods li, 
.page.woocommerce-checkout form .payment_methods li {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.page.woocommerce-account .woocommerce-checkout-payment,
.page.woocommerce-checkout .woocommerce-checkout-payment {
    padding: 40px 0 0;
    border-top: 1px solid #d9d9d9;

}
.page.woocommerce-checkout .woocommerce-checkout-payment .cz-button {
    margin-top: 45px;

}
.page.woocommerce-account form .payment_methods li input[type="radio"],
.page.woocommerce-checkout form .payment_methods li input[type="radio"] {
    max-width: 30px;
}
.page.woocommerce-account form .payment_methods li label, 
.page.woocommerce-checkout form .payment_methods li label {
    padding: 0 18px;
}
.page.woocommerce-account form .payment_methods li img,
.page.woocommerce-checkout form .payment_methods li img {
    max-height: 32px;
    width: auto;
}
.page.woocommerce-account form .payment_methods li > a,
.page.woocommerce-checkout form .payment_methods li > a {
    padding-left: 18px;
}

body.woocommerce-cart .woocommerce>.cart-empty {
    margin: 45px auto 45px;
}

/* Responsive */

@media (max-width: 1400px) {
    .x-colophon.bottom .x-colophon-content {
        transform-origin: 0 0;
        transform: rotate(-90deg) translateX(-15px);
    }
    .cz-store-categories.desktop {
        transform: translateX(-100%);
    }
    .woocommerce.single-product div.product .summary > div {
        max-width: 300px;
    }
    .woocommerce.single-product div.product .summary > div.cz-left-block {
        margin-right: 12vw;
    }
    .woocommerce.single-product div.product .summary > div.cz-right-block {
        margin-left: 12vw;
    }
}
@media (max-width: 1240px) {
    .x-section .x-container.max { 
        max-width: 900px;
    }
    .cz-store-categories.desktop {
        padding: 0;
    }
    .cz-loop-title-start > h1 {
        font-size: calc(42px + 32 * (50vw + 50vh - 600px) / 820);
    }
    .woocommerce.single-product div.product .summary > div {
        width: 40vw;
        min-width: 150px;
        max-width: 250px;
    }
}
@media (max-width: 1100px) {
    .x-section .x-container.max { 
        max-width: 800px;
    }
    .x-colophon.top > .x-container { 
        max-width: 800px;
    }
}
@media (max-width: 1024px) {
    .woocommerce.single-product .entry-wrap div.product .cz-product-bg {
        background-size: auto 100%;
    }
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item {
        width: 30.6666%;
    }
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item:nth-child(2n),
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item:nth-child(4n) {
        margin-right: 4%;
    }
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item:nth-child(3n) {
        margin-right: 0;
    }
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info {
        opacity: 1;
        align-items: center;
        position: relative;
        background: #fff9f6;
        padding: 12px;
    }
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info .product-name {
        display: block;
        font-size: 12px;
    }
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item .cz-product-info .product-subtotal {
        text-align: center;
        margin-top: 8px;
        font-size: 12px;
    }
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item .product-remove {
        width: 22px;
        height: 22px;
        opacity: 1;
        left: 20px;
        top: 20px;
    }
}
@media (max-width: 980px) {
    .masthead.masthead-inline .x-navbar-wrap {
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
    .cz-btn-navbar {
        position: fixed;
        left: 40px;
        top: 30px;
        width: 48px;
        height: 48px;
        display: block;
    }
    .cz-btn-navbar:before, a.cz-btn-navbar:after, .cz-btn-navbar-inner {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        transition: all .3s ease-in-out;
    }
    .cz-btn-navbar-inner {
        top: 50%;
        margin-top: -0.5px;
    }
    .cz-btn-navbar:before {
        top: 25%;
    }
    .cz-btn-navbar:after {
        bottom: 25%;
    }
    .cz-nb-menu-showing .cz-btn-navbar:before {
        top: 50%;
        transform: rotate(45deg);
    }
    .cz-nb-menu-showing .cz-btn-navbar:after {
        bottom: 50%;
        transform: rotate(-45deg);
    }
    .cz-nb-menu-showing .cz-btn-navbar-inner {
        opacity: 0;
    }
    .x-main {
        opacity: 1;
        transition: all .3s ease-in-out .3s;
    }
    .masthead-inline .desktop .x-nav.cz-navbar {
        display: none;
    }
    .masthead-inline .mobile .cz-nav-mobile {
        list-style: none;
        margin: 0;
    }
    .masthead-inline .mobile .cz-nav-mobile li > a {
        display: block;
        padding: 10px 8px;
        font-family: 'Work Sans', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
        text-align: center;
    }
    .masthead-inline .x-btn-navbar {
        float: none;
        position: absolute;
        left: 45px;
    }
    .masthead-inline .x-navbar .x-navbar-inner .x-container {
        margin: 0;
        width: 100%;
    }
    .masthead-inline .cz-nav-container.x-nav-wrap.mobile {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        background: #ffe5d9;
        padding: 120px 8% 12%;
        z-index: -1;
        transform: translateY(-100%);        
        transition: all .4s ease-in-out;
    }
    .cz-nb-menu-showing .masthead-inline .cz-nav-container.x-nav-wrap.mobile {
        transform: translateY(0);
        transition: all .4s ease-in-out .3s;
    }
    .masthead-inline .cz-nav-container.x-nav-wrap.mobile > ul.cz-nav-mobile {
        opacity: 0;
        transform: translateY(50px);
        list-style: none;
        transition: all .3s ease-in-out;
    }
    .cz-nb-menu-showing .masthead-inline .cz-nav-container.x-nav-wrap.mobile > ul.cz-nav-mobile {
        opacity: 1;
        transform: translateY(0px);
        transition: all .3s ease-in-out .7s;
    }
    .cz-nb-menu-showing .x-main {
        opacity: 0;
        transition: all .3s ease-in-out;
    }
    .x-section .x-container.max { 
        max-width: 600px;
    }
    .x-colophon.top > .x-container { 
        max-width: 600px;
    }
    .x-colophon.bottom .cz-footer-nav,
    .x-colophon.bottom .x-colophon-content {
        position: absolute;
    }
    .woocommerce.archive .x-breadcrumb-wrap {
        position: relative;
        margin-left: 20vw;
    }
    .cz-loop-title-start .cz-horizontal-separator {
        max-width: 90px;
    }
}
@media (max-width: 768px) {
    .woocommerce .cz-shop-spacer {
        height: 140px;
    }
    .woocommerce.archive .x-breadcrumb-wrap {
        margin-left: 0;
        top: 140px;
    }
    .cz-store-categories.mobile {        
        display: block;
    }
    .cz-store-categories.desktop {
        display: none;
    }
    .woocommerce.archive .cz-products-loop {
        margin: 0;
    }
    .woocommerce.archive .cz-products-loop > .x-container {
        margin-top: 0;
    }
    .cz-store-categories.mobile ul.menu {
        list-style: none;
        margin: 0 0 45px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .cz-store-categories.mobile ul.menu .cz-menu-section {
        width: 100%;
        text-align: center;
        padding: 20px 0 5px;
    }
    .cz-store-categories.mobile ul.menu li > a {
        padding: 8px 12px;
        color: #000;
        font-family: 'Work Sans', sans-serif;
        white-space: nowrap;
    }
    .cz-store-categories.mobile ul.menu .cz-menu-section > a {
        color: #ffab84;
        pointer-events: none;
    }
    .woocommerce-ordering {
        width: 100%;
        text-align: left;
    }
    .woocommerce-ordering select {
        margin-top: 20px;
        max-width: 300px;
    }
    .woocommerce.single-product div.product .summary {
        height: auto;
        margin-bottom: 45px;
    }
    .woocommerce.single-product .entry-wrap div.product .cz-product-bg {
        background-size: auto 75%;
        background-color: #fff;
        background-position: 50% 30%;
    }
    .woocommerce.single-product div.product .summary > div.cz-left-block {
        margin-right: 0;
    }
    .woocommerce.single-product div.product .summary > div.cz-right-block {
        margin-left: 0;
    }
    .woocommerce.single-product .cz-right-block .cart button.single_add_to_cart_button {
        padding: 16px 18px;
        font-size: 12px;
    }
    .woocommerce.single-product .cz-extra-info-button {
        display: none;
    }
    .woocommerce.single-product .cz-extra-info .woocommerce-product-gallery {
        width: 100%;
        margin: 0 auto;
    }
    .woocommerce.single-product .cz-extra-info .woocommerce-tabs {
        width: 100%;
        margin: 45px auto 0;
    }
    .woocommerce.single-product .cz-extra-info .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        position: relative;
        right: 0;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
    }
    .woocommerce.single-product .cz-extra-info .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
        width: calc(25% - 10px);
        height: auto;
        margin: 10px 5px;
    }
    .woocommerce.single-product .cz-extra-info .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        bottom: auto;
    }
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item {
        width: 48%;
    }
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item:nth-child(3n) {
        margin-right: 4%;
    }
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item:nth-child(2n) {
        margin-right: 0;
    }

    .selection .select2-selection {
        max-width: 100%;
    }
    input:not([type="checkbox"]):not([type="submit"]), textarea {
        max-width: 100%;
    }
}
@media (max-width: 640px) {
    .woocommerce.single-product div.product .summary > div {
        max-width: none !important;
        min-width: none !important;
        width: 88% !important;
        margin: 0 auto !important;
        text-align: left !important;
    }
    .woocommerce.single-product div.product .summary .cz-right-block {
        align-items: center;
        padding-top: 30px;
        border-top: 1px solid #dbdbdb;
        margin-top: 20px !important;
    }
    .woocommerce.single-product div.product .summary .cz-right-block .cz-product-attributes {
        text-align: center;
    }
    .woocommerce.single-product div.product .summary .cz-right-block .cart {
        text-align: center;
    }
    .woocommerce.single-product .x-breadcrumb-wrap {
        padding: 0;
    }
    .tparrows.uranus {
        width: 32px !important;
        height: 32px !important;
    }
    .tp-leftarrow.tparrows.uranus:before {
        transform: translate3d(0px, 0px, 0) rotate(-45deg);
    }
    .tp-rightarrow.tparrows.uranus:before {
        transform: translate3d(0px, 0px, 0) rotate(135deg);
    }
}
@media (max-width: 480px) {
    .cz-btn-navbar {
        left: 20px;
        top: 34px;
        width: 36px;
        height: 36px;
    }
    .x-brand img {
        width: 140px !important;
    }
    .cz-store-navbar-buttons {
        right: 20px;
    }
    .x-colophon.bottom .x-colophon-content {
        left: 22px;
    }
    .x-colophon.bottom .cz-footer-nav {
        right: 22px;
    }
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item {
        width: 100%;
    }
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item:nth-child(n),
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item:nth-child(2n),
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item:nth-child(3n),
    .page.woocommerce-cart .cz-shop-cart .cz-cart-item:nth-child(4n) {
        margin-right: 0;
    }
    .woocommerce-account .addresses .col-1, 
    .woocommerce-checkout .addresses .col-1 {
        margin-top: 10px;
        width: 100%;
    }
    .woocommerce-account .addresses .col-2, 
    .woocommerce-checkout .addresses .col-2 {
        margin-top: 20px;
        width: 100%;
    }
    .x-alert:not(.woocommerce-info), 
    .woocommerce-notice:not(.woocommerce-info) {
        top: 120px;
        left: 20px;
        width: calc(100% - 40px);
        max-width: none;
    }
}