/*
Template:       ciri
Theme Name:     Ciri Child
Theme URI:      https://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author:         LA Studio
Author URI:     https://themeforest.net/user/LaStudio?ref=LaStudio
Description:    Ciri - Furniture & Interior WooCommerce Theme
Version:        1.0.0
Requires at least: 5.0
Requires PHP:   7.0
Tags:           catalog, ceramics, craftsman, decor, elementor, furniture, furniture catalog, furniture portfolio, furniture shop, furniture store, home decor, interior decoration, lighting, woocommerce, woodworker
License:        GNU General Public License
License URI:    licence/GPL.txt
Text Domain:    ciri
Domain Path:    /languages/
*/

.product_item--thumbnail:hover .p_img-second {
    opacity: 0;
}
.col-desk-3{
	--gw: calc(100% / 3.06) !important;
	border: 1px solid #d5d3d3;
}
.lakit-products__list.products-grid{
	gap:10px;
}
.lakitdoc-h-t .e-loc-h:not(.elementor-sticky--effects) .elementor-lakit-nav-menu:not(.ignore-docs-style) .lakit-nav-wrap:not(.lakit-mobile-menu-active) .lakit-nav__item:is(.current-menu-item,:hover)>.menu-item-link-depth-0:not(.ignore-docs-style) {
    color: #d5a26c !important;
}

.fixed-btn {
    position: fixed;
    right: 21px;
    bottom: 80px;
    z-index: 1000;
    display: flex;
	align-items:center;
}
.fixed-btn .whatsapp-icon {
	width:55px;
}
.fixed-btn .wrapper {
    background: #fff;
    box-shadow: 0 0px 16px -4px #e1e1e1;
    border-radius: 40px;
    padding: 4px 20px;
    position: relative;
    top: -60px;
    right: -16px;
    backdrop-filter: blur(10px);
    color: black;
}
.fixed-btn .wrapper:after{
	position:absolute;
	content:"";
	height:20px;
	width:20px;
	background:#fff;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 16px -4px #e1e1e1;
	right:0;
	bottom:0;
}
.typing-demo {
  width: 10ch;
  animation: typing 4s steps(10) infinite, blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  border-right: 1px solid grey;
}

@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 10ch;
  }
  75%{
    width:10ch;
  }
  100% {
    width: 0;
  }
}
@keyframes blink {
  50% {
    border-color: transparent
  }
}

.Product_shocase_container .htslider-slider .slick-arrow {
    top: 0 !important;
    left: 94% !important;
    height: 50px;
    width: 50px;
	z-index:1;
}
.Product_shocase_container .slick-prev.slick-arrow {
    left: 89.5% !important;
}
/* button.reset_variations {
    display: none !important;
} */
.swatch-wrapper.selected {
    box-shadow: 0 0 0 1px #d5a26c;
    color: #d5a26c;
}
/* .select.swatch-control {
    transform: translateX(-71px);
} */
button.reset_variations {
    display: none !important;
}
.product_thumbBox .flex-control-thumbs{
	margin:auto !important;
}
.flex-direction-nav a{
	background: #1a2a39;
	opacity:1;
}
.flex-direction-nav a:before {
    font-size: 26px;
    line-height: 36px;
    color: white;
}
.lakit-wrap-cart-cta .wrap-cart-cta {
    width: 100%;
    margin: 0 !important;
}
.wrap-cart-cta button.single_add_to_cart_button {
    width: 100%;
    border-radius: 30px;
}
