/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.1.3.1683268622
Updated: 2023-05-05 15:37:02

*/
body {
    background: #fff;
}
body a{
	outline:none !important;
}
.site-header {
    width:100%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(36,50,66,.075);
    position: relative !important;
}
.product-category-menu{
    display:flex;
    flex-wrap: wrap;
    gap:10px;
    margin-bottom:15px;
}
.product-category-menu .category-div a{
    padding:5px 15px;
    line-height:24px;
    display:inline-block;
    border:1px solid #808080;
    box-sizing: border-box;
    border-radius: 5px;
    color:#555;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.product-category-menu .category-div a:hover,
.product-category-menu .category-div a.on{
    background-color: #f2c063;
    border:1px solid #e9b554;
    color:#fff;
}
.price-empty{
	font-size:18px ;
	font-weight:600;
	color:#000;
	display:bloock;
	padding-bottom:20px;
}
.wrap-quick{
    position: fixed;
    right:20px;
    top:50%;
    transform: translateY(-50%);
    z-index: 99999;
}
.foot-sns,
.quick-sns{
    margin:0;
    padding:0;
    list-style:none;
}
.quick-sns li{
    margin:5px 0;
}
.foot-sns li{
    margin:0px 5px;
}
.quick-sns a{
    display:block;
    overflow:hidden;
    width:42px;
    height:0;
    padding-top:42px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.foot-sns{
 display:flex;
 flex-direction: row-reverse;
}
.quick-sns .kakaotalk a{
    background-image:url("https://gv-build.com/wp-content/uploads/2024/10/kakao.png");
}

.quick-sns .zalo a{
    background-image:url("https://gv-build.com/wp-content/uploads/2024/10/zalo.png");
}

.quick-sns .whatsapp a{
    background-image:url("https://gv-build.com/wp-content/uploads/2024/10/whatsapp.png");
}

.quick-sns .line a{
    background-image:url("https://gv-build.com/wp-content/uploads/2024/10/line.png");
}

.quick-sns .facebook a{
    background-image:url("https://gv-build.com/wp-content/uploads/2024/11/facebook.png");
}
.quick-sns .instagram a{
    background-image:url("https://gv-build.com/wp-content/uploads/2024/11/insta.png");
}
.quick-sns .tiktok a{
    background-image:url("https://gv-build.com/wp-content/uploads/2024/11/tiktok.png");
}
.top-product{
    background-image: url(https://gv-build.com/wp-content/uploads/2024/11/still-life-wood-engraving-workshop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:100px 0;
}
.top-product h1{
    text-align: center;
    color:#fff; 
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a{
    padding: 1.5em 0 .5em !important;
}
.gv-ul{
    margin:0;
    padding:0 0 0 10px;
    list-style:none;
    font-size:16px;
}
.gv-ul > li{
    padding-left:15px;
    text-indent: -15px;
}
.sale-foot .gv-ul > li,
.gv-ul ul li{
    padding-left:0px;
    text-indent: 0px;
}
.gv-ul ul ul{
    padding:10px 0;
}
.sale-foot .gv-ul {
    list-style: circle;
    padding:10px 0 10px 20px;
}
.sale-foot h4{
    font-size:18px;
}
#quickcallbutton{
	    position: fixed;
    left: 25px;
    bottom: 80px;
}
}
.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-alo-ph-img-circle.shake {
	
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(https://gv-build.com/wp-content/uploads/2025/01/quick-call-button.png) no-repeat center center;
	background-color:#e9b554;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#gtranslate-3 .gt_switcher-popup{
	color:#222;
}
#gtranslate-3 .gt_switcher-popup span{
	display:none; 
}
@media (max-width: 680px) {
    .wrap-quick{
        position: relative;
        right:auto;
        top:0%;
        transform: translateY(0%);
    } 
    .quick-sns{
        display:flex;
        flex-wrap: wrap;
    }
    .quick-sns li{
        margin:5px;
    }
    .top-product{
        padding:60px 0 50px;
    }
    .site-footer-focus-item.ast-footer-html-1{
        margin-bottom:0 !important;
    }
}
@media (max-width: 544px) {
    .quick-sns {
        justify-content: center;
    }
    .ast-footer-social-1-wrap .ast-builder-social-element svg{
        height:32px !important;
        width:32px !important;
    }
    .quick-sns a{
        width:32px;
        height:0;
        padding-top:32px;
    }
}



@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    10% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
