/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Font Style */

@font-face {
font-display:swap;
    font-family: 'king cooL KC';
    src: url('/wp-content/uploads/2022/11/kingcooLKC.eot');
    src: url('/wp-content/uploads/2022/11/kingcooLKC.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2022/11/kingcooLKC.woff2') format('woff2'),
        url('/wp-content/uploads/2022/11/kingcooLKC.woff') format('woff'),
        url('/wp-content/uploads/2022/11/kingcooLKC.ttf') format('truetype'),
        url('/wp-content/uploads/2022/11/kingcooLKC.svg#kingcooLKC') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Domaine Dispplay Narrow Medium';
    src: url('/wp-content/uploads/2022/12/DomaineDispNarMedium.eot');
    src: url('/wp-content/uploads/2022/12/DomaineDispNarMedium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2022/12/DomaineDispNarMedium.woff2') format('woff2'),
        url('/wp-content/uploads/2022/12/DomaineDispNarMedium.woff') format('woff'),
        url('/wp-content/uploads/2022/12/DomaineDispNarMedium.ttf') format('truetype'),
        url('/wp-content/uploads/2022/12/DomaineDispNarMedium.svg#DomaineDispNarMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Domaine Dispplay Narrow Bold';
    src: url('/wp-content/uploads/2022/12/DomaineDispNar-Bold.eot');
    src: url('/wp-content/uploads/2022/12/DomaineDispNar-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2022/12/DomaineDispNar-Bold.woff2') format('woff2'),
        url('/wp-content/uploads/2022/12/DomaineDispNar-Bold.woff') format('woff'),
        url('/wp-content/uploads/2022/12/DomaineDispNar-Bold.ttf') format('truetype'),
        url('/wp-content/uploads/2022/12/DomaineDispNar-Bold.svg#DomaineDispNar-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}







/* Header Style */

.header-2 {
	opacity: 0;
	-moz-transition: opacity .25s ease-out!important;
	-webkit-transition: opacity .25s ease-out!important;
	transition: opacity .25s ease-out!important;
	background: #141434;
}

.elementor-sticky--effects.header-2 {
	opacity: 1!important;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	height: 50px;
}

/* Shop Style */

.acoqvw_trigger_outer {
    position: absolute;
    top: 25%;
    opacity: 0;
}

li.product.type-product:hover .acoqvw_trigger_outer {
	opacity: 1;
}

.add_to_cart_button {
    width: 100%;
	text-align: center;
}

.product-brand-maps .elementor-icon-list-items a {
    display: inline-block;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #bdbdbd;
    margin-bottom: 15px;
	color: #54595F;
    justify-content: center;
}

.product-brand-maps .elementor-icon-list-items a:hover {
    background: #a5c12a !important;
	color: #fff !important;
}

.brand-items {
    padding: 80px 0 0;
}

.brand-items .elementor-heading-title {
    color: #000000;
    font-family: "Merriweather", Sans-serif;
    font-weight: 600;
	margin-bottom: 20px;
}

.brand-items .items {
    display: flex;
    gap: 30px;
}

.brand-items .items a {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    gap: 9px;
}

.brand-items .items a i {
    font-size: 5px;
}

.brand-items .items .no-tag {
    color: #C0C0C0;
}