/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Global Typography */
.theme-hello-elementor strong {
    color: inherit;
}

/* Hero Slider */
.hero-slide .elementor-slides-wrapper {
    border-radius: 20px;
}

.hero-slide .swiper-pagination {
    bottom: 20px !important;
}

.hero-slide .swiper-slide-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 6.73%, #393939 100%);
}

.hero-slide .swiper-slide-contents {
    z-index: 1;
}

.hero-slide h1 {
    margin: 0;
}

/* Cart Menu Header */
.mk-cart-menu .elementor-icon,
.mk-cart-menu .elementor-button-icon {
    position: relative;
}

.mk-cart-menu .elementor-icon.has-items::before,
.mk-cart-menu .elementor-button-icon.has-items::before {
    content: attr(data-count);
    position: absolute;
    background-color: #ff0101;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.mk-cart-menu .elementor-icon.has-items::before {
    font-size: 12px;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
}

.mk-cart-menu .elementor-button-icon.has-items::before {
    font-size: 8px;
    width: 14px;
    height: 14px;
    top: -8px;
    right: -8px;
}

.mk-search-bar {
    margin-top: -100px;
    opacity: 0;
    transition: all 0.3s ease;
}

.mk-search-bar.show {
    margin-top: 0;
    opacity: 1;
}

.pc-text-align-center {
    text-align: center;
}

.mkp-processing {
    position: relative;
    min-height: 100px;
}

.mkp-processing::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/wp-admin/images/spinner-2x.gif") no-repeat center center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9;
    border-radius: 10px;
}


/* Custom Select Field */
select.mkp-form-control-select {
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    min-height: 48px;
    background-color: transparent;
    border: 1px solid #969696;
    border-radius: 4px;
    padding: 10px 30px 10px 12px;
    font-size: 16px;
    color: var(--e-global-color-b82edc4, #000000);
    width: 100%;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

select.mkp-form-control-select:focus {
    outline: none;
    box-shadow: none;
}

/* Cookie Banner */
.cc-popovercenter,
.cc-floating .cc-compliance>.cc-btn {
    border-radius: 10px;
}

.cc-popovercenter {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
    padding: 20px !important;
}

.cc-slider {
    border-radius: 5px;
}

.cc-slider:before {
    border-radius: 3px;
}