/*
Theme Name: Zass Child
Theme URI: http://althemist.com/zass
Description: <strong>Zass child theme by theAlThemist</strong> - <br/> Advanced WordPress / WooCommerce theme for handmade artists and artisans:<br/> <a href='http://www.althemist.com'>Other themes by us.</a>
Version: 1.0.0
Template: zass
Author: theAlThemist
Author URI: http://www.althemist.com
License: Themeforest Split Licence
License URI: -
Text Domain: zass
*/

/* Font */
@font-face {
    font-family: 'Honokamin';
    src:url('/wp-content/uploads/fonts/font_1_honokamin.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6, p, a, td, th, li,
.kakkoro-font-family{
	font-family: 'Honokamin', sans-serif !important;
}
/* END Font */

.zass-products-list-view div.prod_hold .new_prod{
	top: 30px;
}

#logo img{
	width: 315px !important;
	height: 99px !important;
}

.form-submit-btn,
#popmake-1639 .pum-form__field--submit button.pum-form__submit {
	border-color: #73628a !important;
    color: #73628a !important;
	-webkit-border-radius: 2em !important;
    -moz-border-radius: 2em !important;
	border-radius: 2em !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 14px 20px !important;
    text-decoration: none !important;
    background: none !important;
    border: 1px dashed !important;
    transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
}

.form-submit-btn:hover,
#popmake-1639 .pum-form__field--submit button.pum-form__submit:hover {
	border-color: #313d5a !important;
    color: #313d5a !important;
}

.zass_title_holder .zass-zoomable-background {
	background-position: center center;
}

.vc_row.vc_row-has-fill.zass-fixed-background {
    background-position: center 92px !important;
    background-repeat: repeat-y !important;
}


#header2 .widget_shopping_cart img {
    width: 60px !important;
}

/* Subscription pop-up*/

#popmake-1639 * {
    text-align: center;
}

html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding: 0;
}

#pum-1639,
#pum-1654 {
    padding-right: 0;
    position: fixed !important;
    /* height: 100% !important; */
    /* width: 100% !important; */
    overflow-y: initial !important;
}

#popmake-1639 {
    border-radius: 100%;
    padding: 58px;
    border: 4px solid #73628a;
    background-image: url(/wp-content/uploads/2018/08/favicon.png);
    background-size: 104% 104%;
    background-position: center center;
    background-repeat: no-repeat;
}

#popmake-1639:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #fff;
    -moz-box-shadow: inset 0 0 10px rgba(115, 98, 138, 0.5);
    -webkit-box-shadow: inset 0 0 10px rgba(115, 98, 138, 0.5);
    box-shadow: inset 0 0 10px rgba(115, 98, 138, 0.5);
    opacity: 0.9;
}

#popmake-1639 .pum-title {
    width: 200px;
    margin: 0 auto 25px;
}

#popmake-1639 .pum-form__field--name,
#popmake-1639 .pum-form__field--email {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#popmake-1639 .pum-form__field--submit {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}


#popmake-1639 input[type=email]:focus,
#popmake-1639 input[type=text]:focus {
    outline: rgba(115, 98, 138, 0.75) 1px solid;
}

#popmake-1639,
#popmake-1639 .popup-images .img {
    -webkit-box-shadow: -1px 6px 20px 1px rgba( 2, 2, 2, 0.50 );
    box-shadow: -1px 6px 20px 1px rgba( 2, 2, 2, 0.50 );
}

#popmake-1639 .popup-images {
    position: absolute;
    left: -164px;
    top: 100px;
}

#popmake-1639 .popup-images .img {
    position: relative;
    width: 100px;
    height: 100px;
    border: 3px solid #73628a;
    border-radius: 100%;
    background-color: #73628a;
}

#popmake-1639 .popup-images .img:nth-child(2) {
    width: 120px;
    height: 120px;
    left: -68px;
    top: 124px;
}

#popmake-1639 .popup-images .img:nth-child(3) {
    width: 80px;
    height: 80px;
    left: -73px;
    top: 165px;
}


@media (max-width: 767px) {
    #popmake-1639 {
        width: 100% !important;
        height: auto !important;
        top: 0 !important;
        left: 0 !important;
        border-radius: 6px;
        padding: 10px;
    }

    #popmake-1639:before {
        border-radius: 0;
    }

    #popmake-1639 .popmake-close {
        right: 10px;
        top: 10px;
    }

    #popmake-1639 {
        background-size: 90%;
    }

    #popmake-1639 .popup-images {
        left: 50%;
        top: auto;
        bottom: -155px;
        margin-left: -160px;
        margin-bottom: 10px;
    }

    #popmake-1639 .popup-images .img:nth-child(2) {
        left: 0;
        top: 20px;
        margin-left: 10px;
    }

    #popmake-1639 .popup-images .img:nth-child(3) {
        left: 0;
        top: 0;
        margin-left: 10px;
    }

    #popmake-1639 .popup-images .img {
        top: 10px;
    }
}
/* END Subscription pop-up*/


/* Cookies usage Popup */
#popmake-1654 {
    padding-left: 5%;
    padding-right: calc(5% + 200px);
    border-radius: 0;
}

#popmake-1654 .pum-close {
    width: 180px;
    height: 38px;
    top: 50%;
    right: 5%;
    margin-top: -19px;
}

#popmake-1654 .popmake-content p {
    margin: 0;
}


@media only screen and (max-width: 599px) {
    #popmake-1654 {
        padding: 15px;
    }

    #popmake-1654 .pum-close {
        top: 0;
        right: 15px;
        margin-top: -26px;
    }
}
/* Cookies usage Popup */


/* Shop Page */
.prod_hold .zass-list-prod-summary {
    height: auto;
}

@media (min-width: 1600px) {
    .zass-products-list-view div.prod_hold {
        min-height: 332px;
    }
}

@media (min-width: 1360px) {
    .zass-products-list-view div.prod_hold {
        min-height: 353px;
    }

    .zass-products-list-view div.prod_hold {
        width: 49%;
    }

    .zass-products-list-view div.prod_hold:nth-child(odd) {
        margin-right: 2%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 979px) {
    .zass-products-list-view div.prod_hold .image {
        float: left;
    }
    .zass-products-list-view div.prod_hold .zass-list-prod-summary {
        width: calc(100% - 240px) !important;
    }
}
/* END Shop Page */


/* Fix header on mobile devices */
#header2 img {
    width: auto !important;
}

@media (max-width: 400px) {
    #header2 img {
        width: 96px !important;
    }
}
/* END Fix header on mobile devices */


/* Single Product Gallery 

.single-product div.woocommerce-product-gallery__image {
    position: relative;
}

.single-product div.woocommerce-product-gallery__image a img.bg-blured {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    -webkit-filter: blur(0.9rem);
            filter: blur(0.9rem);
}

/* END Single Product Gallery */


/* Product Preview Popup */
@media only screen and (max-width: 767px) {
    .zass-quick-view-lightbox .zass-quickview-images, .zass-quick-view-lightbox .summary.entry-summary {
        width: 100%;
        float: initial;
    }
}
/* END Product Preview Popup */


/* Reverse columns on mobile (Visual composser Row) */
@media (max-width: 768px) {
    .reverse-cols-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    }
}
/* END Reverse columns on mobile (Visual composser Row) */


.zass-product-excerpt {
    display: block;
    margin-bottom: 15px;
}

div.prod_hold .links {
    opacity: 1;
    position: static;
}


/* kakkoro-post-masonry-grid */
.kakkoro-post-masonry-grid .vc_grid-item .vc_gitem-zone-c {
    background-color: #ffffff !important;
}

.kakkoro-post-masonry-grid .vc_grid-item .vc_btn3-container {
    display: none;
}

.kakkoro-post-masonry-grid .vc_grid-item .vc_gitem_row .vc_gitem-col {
    padding: 20px;
}

.kakkoro-post-masonry-grid .vc_grid-item .vc_gitem-post-data-source-post_title h4 {
    text-align: center !important;
}
/* END kakkoro-post-masonry-grid */

#cart-module div.widget.woocommerce.widget_shopping_cart { 
    padding: 12px !important; 
}