/*!
* Theme Name: astra-child
* Text Domain: astra
* Template: astra
* Version: 3.4.1
* Tested up to: 6.1.1
* Requires at least: 5.6
* Requires PHP: 7.2
* Author: Code Calibre Team
* Author URI: https://codecalibre.com/
* Theme URI: https://codecalibre.com/
* Description: astra-child is the perfect theme for your project. There is any issue or new funtionality, visit:
https://codecalibre.com/
*/
/* -------------Global CSS---------------------- */
*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
html, body{
	width:100%!important;
overflow-x:hidden!important;
}
/* -------------header-design start--------------------- */
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus, a:focus, .ast-mobile-popup-drawer.active .menu-toggle-close:focus, .ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus {
    border: none!important;
    outline: none!important;
}
.ast-menu-toggle {
    border: none!important;
}
.ast-menu-toggle:focus {
    outline: none;
}
/* -----------------btn-styling----------- */
.home-btn span.elementor-button-icon {
    background: #E25E6D;
    padding: 8px;
    border-radius: 100%;
}
.home-btn span.elementor-button-content-wrapper {
    align-items: center;
}
.home-btn:hover span.elementor-button-icon svg {
    transform: rotate(-40deg);
    transition: transform 0.3s ease;
}
/* ----------------slick styling------------------------- */
.product-slider .woocommerce ul.products {
    display: flex;
    column-gap: 20px;
}
.slick-track{
	display:flex!important;
	gap:20px;
}
.slick-dots li button:before {
    color: #4C0041!important;
    font-size: 18px;
}
.slick-dots li button {
    box-shadow: none;
}
.slick-arrow {
    top: 100%!important;
}
.slick-track li {
    width: 100%!important;
    background: white;
    padding: 36px 20px!important;
    border-radius: 20px;
}
.slick-track li {
    width: 100%!important;
}
.slick-prev {
    left: 40%;
}
.slick-next {
    right: 40%;
}
/* ----------------container style---------------------- */

