/**
* Theme Name: Shopic Child
* Description: This is a child theme of Shopic, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Duc Pham (Opal Team)</a>
* Template: shopic
* Version: 1.0.4
*/
/* <meta name="facebook-domain-verification" content="d7sxiyjel6q1p5m85uic39cs3ksiqg" /> */

/* Style the WooCommerce checkout coupon notice */
.woocommerce-info {
    background-color: #f9f9f9 !important;
    /* very light grey */
    border: 2px dashed red !important;
    /* dashed red border */
    color: #333 !important;
    /* dark text for readability */
    padding: 15px 20px;
    border-radius: 4px;
    /* optional: soften corners */
}

.header-menu-cart a:focus,
.header-menu-cart a:focus-visible,
.header-menu-cart a:focus-within {
    background: transparent !important;
    outline: none;
}

.width-auto {
    width: auto !important;
}

.header-mobile-btn {
    display: none !important;
}

.header-search .elementor-icon-wrapper,
.header-menu-cart .elementor-menu-cart__toggle_wrapper,
.header-menu-cart .elementor-menu-cart__toggle.elementor-button-wrapper {
    display: flex !important;
}

.search-popup-block {
    position: fixed !important;
    height: 100% !important;
    z-index: 999999 !important;
}

.search-popup-block .dialog-close-button {
    z-index: 999999999 !important;
}

.h-main {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.h-main.scrolled-header {
    position: fixed !important;
    background: #fff !important;
    top: 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    animation: headerSlideDown 0.4s ease;
}

@keyframes headerSlideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


header {
    position: relative;
    z-index: 11;
}

/* Footer */
.f-social-icons *,
.f-menu *,
.f-contact-detail * {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.f-menu a {
    display: inline-flex !important;
}

.f-contact-detail a:hover .elementor-icon-list-text {
    color: #0673B3 !important;
}

.f-contact-detail a {
    display: inline-flex !important;
}

/* Footer */

/* Hero Banner Section */
.hero-banner-section {
    background: radial-gradient(50% 58.08% at 50% 41.92%, rgba(37, 99, 235, 0.2) 0%, rgba(223, 226, 233, 0.2) 100%);
}

.blue-heading-title span {
    color: #0673B3 !important;
}

/* Hero Banner Section */

.common-details>*:last-child,
.common-details>.elementor-widget-container>*:last-child {
    margin-bottom: 0 !important;
}


.common-details h1,
.common-details h2,
.common-details h3,
.common-details h4,
.common-details h5,
.common-details h6 {
    /* margin-bottom: 20px; */
    margin-top: 0;
}

.common-details>* {
    margin-bottom: 20px;
}


.common-details ul ul,
.common-details ul ol,
.common-details ol ol,
.common-details ol li {
    margin-top: 10px;
    margin-bottom: 10px;
}


.common-details>ul,
.common-details>ol {
    padding: 0;
    margin-left: 20px;
}

.common-details ul li,
.common-details ol li {
    margin-bottom: 10px;
}

.common-details p img {
    margin-bottom: 10px;
}

.common-details blockquote {
    border-left: 4px solid #0673B3;
    margin: 0;
    padding-left: 20px;
}

.video-blue-icon-btn svg {
    height: 20px;
    width: 20px;
}

.video-blue-icon-btn a:hover path {
    fill: #FFF;
}

.video-blue-icon-btn * {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.banner-right-content-item .elementor-image-box-img {
    height: 40px !important;
    width: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    background: #EFF6FF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.banner-position-static {
    position: static !important;
}

.underline-anchor-effect a {
    position: relative;
}

.underline-anchor-effect a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: -2px;
    background: #0F172A;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.white-underline-anchor-effect a::after {
    background: #FFF !important;
}

.underline-anchor-effect a:hover::after {
    width: 100%;
}

/* Commercial Product Grid Section */
.commercial-product-grid-img * {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.commercial-product-grid-img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

/*
|--------------------------------------------------------------------------
| AJAX ADD TO CART BUTTON
|--------------------------------------------------------------------------
*/

.commercial-product-item-cart-btn .add_to_cart_button {
    position: relative;
    transition: all .3s ease;
}

/*
|--------------------------------------------------------------------------
| LOADING STATE
|--------------------------------------------------------------------------
*/

.commercial-product-item-cart-btn .add_to_cart_button.loading {
    pointer-events: none;
}

/* Hide Cart Icon */

.commercial-product-item-cart-btn .add_to_cart_button.loading .fa-shopping-cart {
    opacity: 0;
}

/* Spinner */

.commercial-product-item-cart-btn .add_to_cart_button.loading .elementor-button-icon {
    position: relative;
}

.commercial-product-item-cart-btn .add_to_cart_button.loading .elementor-button-icon:after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    animation: cartSpin .7s linear infinite;
}

@keyframes cartSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*
|--------------------------------------------------------------------------
| SUCCESS STATE
|--------------------------------------------------------------------------
*/

.commercial-product-item-cart-btn .add_to_cart_button.added {
    animation: cartSuccess .4s ease;
}

/* Change ONLY Icon */

.commercial-product-item-cart-btn .add_to_cart_button.added .fa-shopping-cart:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*
|--------------------------------------------------------------------------
| SUCCESS BOUNCE
|--------------------------------------------------------------------------
*/

@keyframes cartSuccess {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }

}

.commercial-product-item-cart-btn .added_to_cart {
    display: none;
}

.best-seller-badge {
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.best-seller-badge .elementor-widget-container {
    display: flex;
}

/* Commercial Product Grid Section */

/* Hero Banner V2 Section */
.banner-v2-img {
    height: 100%;
    position: relative;
}

.banner-v2-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, .88) 0%,
            rgba(0, 0, 0, .75) 30%,
            rgba(0, 0, 0, .45) 60%,
            rgba(0, 0, 0, .15) 80%,
            rgba(0, 0, 0, 0) 100%);
}

/* Hero Banner V2 Section */

/* Commercial Performance Section */
.commercial-performance-content .commercial-performance-content-img img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(99%) saturate(1148%) hue-rotate(177deg) brightness(93%) contrast(95%) !important;
    -webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(99%) saturate(1148%) hue-rotate(177deg) brightness(93%) contrast(95%) !important;
}

/* Commercial Performance Section */

/* Commercial Products Section */
.commercial-products-section {
    background:
        radial-gradient(circle at center,
            rgba(6, 115, 179, .20) 0%,
            rgba(6, 115, 179, .10) 25%,
            rgba(6, 115, 179, 0) 55%),
        linear-gradient(90deg,
            #021624 0%,
            #04304d 20%,
            #055f95 50%,
            #04304d 80%,
            #021624 100%);
}

.best-product-badge {
    position: absolute;
    width: 65px;
    height: 65px;
    background: #0673B3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px;
    left: 15px;
    top: 0;
    z-index: 1;
}

.best-product-badge:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 20px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.best-product-badge span {
    display: flex;
}



/* Commercial Products Section */

/* Numbers Section */
.numbers-grid-item:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -20px;
    background: rgba(255, 255, 255, 0.4);
}

/* Numbers Section */

/* Form Section */
.commercial-common-form input,
.commercial-common-form textarea,
.commercial-common-form select {
    padding: 6px 16px !important;
}

.commercial-common-form .elementor-select-wrapper .select-caret-down-wrapper {
    display: none !important;
}

.commercial-common-form .elementor-button {
    padding: 13px 16px !important;
}

/* Form Section */

/* FAQs Section */
.faq-section-content .e-n-accordion-item {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.faq-section-content .e-n-accordion-item[open] {
    box-shadow: 0 0 0 1px #0F172A;
}

/* FAQs Section */

@media (min-width:1367px) and (max-width:1440px) {
    .h1-title .elementor-heading-title {
        font-size: 50px !important;
        line-height: 65px !important;
    }
}

@media (min-width:1201px) and (max-width:1366px) {
    .h1-title .elementor-heading-title {
        font-size: 45px !important;
        line-height: 55px !important;
    }

    .h2-title .elementor-heading-title {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .cta-section-inner {
        gap: 40px !important;
    }
}

@media(max-width:1200px) {
    .common-details>* {
        margin-bottom: 15px;
    }

    .commercial-product-container {
        flex-wrap: wrap !important;
    }

    .commercial-product-item {
        width: calc((100% - 30px) / 2) !important;
    }

    .numbers-grid-item:nth-child(even)::after {
        display: none;
    }


}

@media (min-width:1025px) and (max-width:1200px) {
    .built-commercial-demand-grid-img img {
        height: 360px !important;
    }

    .h1-title .elementor-heading-title {
        font-size: 42px !important;
        line-height: 52px !important;
    }

    .h2-title .elementor-heading-title {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .numbers-grid {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
    }

    .commercial-application-grid {
        --e-con-grid-template-columns: repeat(3, 1fr) !important;
    }

    .cta-section {
        background-position: top right !important;
    }

    .cta-section-inner {
        flex-direction: column !important;
        gap: 30px !important;
    }
}

@media (max-width:1024px) {


    .header-mobile-btn a {
        background-color: #0673B3 !important;
        font-family: "Inter", Sans-serif !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
        letter-spacing: 0.35 !important;
        fill: var(--e-global-color-b4706d5) !important;
        color: #FFF !important;
        transition-duration: 0.5s !important;
        border-style: solid !important;
        border-width: 1px 1px 1px 1px !important;
        border-color: #0673B3 !important;
        border-radius: 8px 8px 8px 8px !important;
        padding: 8px 20px 8px 20px !important;
    }

    .header-mobile-btn a:hover {
        background: transparent !important;
        color: #0673B3 !important;
    }

    .h-main .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: fixed !important;
        top: -20px !important;
        bottom: 0 !important;
        left: auto !important;
        right: -100% !important;
        max-width: 100% !important;
        width: 100% !important;
        height: calc(100% + 20px) !important;
        overflow: auto;
        max-height: calc(100% + 20px) !important;
        background: #fff !important;
        background-size: cover;
        padding: 185px 0px 30px;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transform: unset !important;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
        box-shadow: unset !important;
        overflow: auto;
        overflow-x: hidden;
    }

    .h-main .elementor-nav-menu--dropdown.elementor-nav-menu__container[aria-hidden="false"] {
        right: 0 !important;
        height: auto !important;
        margin-top: 0 !important;
    }

    .h-main .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu {
        display: block;
    }



    .h-main .elementor-menu-toggle {
        z-index: 99999;
    }

    html.overflow-hidden {
        overflow: hidden;
    }

    /* .h-main .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu>.menu-item,
    .h-main .sub-menu li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    } */

    /* .h-main .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu>.menu-item:not(:last-child),
    .h-main .sub-menu li:not(:last-child) {
        margin-bottom: 30px !important;
    } */

    /* .h-main .elementor-nav-menu--dropdown li:not(:last-child){
        border: none !important;
    } */
    .h-main .sub-menu {
        width: calc(100% - 30px) !important;
        margin: 0 auto !important;
    }

    .h-main .sub-menu a {
        border: none !important;
    }

}

@media (min-width:768px) and (max-width:880px) {
    .h1-title .elementor-heading-title {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .h2-title .elementor-heading-title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

@media (max-width:767px) {
    .header-mobile-btn {
        display: flex !important;
        margin-top: 20px !important;
        margin-left: 15px !important;
    }

    .banner-right-content-item,
    .banner-position-static {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }

    .banner-right-content-item .elementor-image-box-img {
        margin-bottom: 10px !important;
    }
}

@media(max-width:575px) {
    .fr-column {
        width: calc((100% - 30px) / 2) !important;
    }

    .commercial-benefit-banner-grid,
    .commercial-application-grid,
    .built-commercial-demand-grid {
        --e-con-grid-template-columns: repeat(1, 1fr) !important;
    }

    .commercial-product-item {
        width: 100% !important;
    }

    .commercial-application-grid-item .commercial-application-grid-item-img img {
        height: 300px !important;
    }
}


@media (max-width:425px) {
    .search-popup-block form {
        flex-wrap: wrap !important;
    }

    .search-popup-block .e-search-submit {
        margin-top: 10px !important;
        margin-left: 0 !important;
    }

    .search-popup-block .e-search-input-wrapper {
        flex: 0 0 auto !important;
        width: 100%;
    }

    .fr-column {
        width: 100% !important;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .fr-column * {
        text-align: center;
        justify-content: center;
    }
}