/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme Customize by 18Digital.asia
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
:root {
    --color-main-1: #04aeae;
    --color-main-2: #1475b5;
}

.footer-top {
    border-top: 4px solid var(--color-main-1);
}

.wc-block-cart__submit-button {
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.wc-block-components-checkout-place-order-button {
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.hotline-head {
    background-color: #f03e5f;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 20px;
}

p {
    margin-bottom: 0;
}

.box-vision {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 15px;
    overflow: hidden;
}

.box-vision h4 {
    font-size: 20px;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
}


/* Track */

 ::-webkit-scrollbar-track {
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: var(--color-main-2);
    /* border-radius: 10px; */
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: var(--color-main-1);
}

#wide-nav {
    background: rgb(4, 174, 174);
    background: linear-gradient(90deg, rgba(4, 174, 174, 1) 0%, rgba(20, 117, 181, 1) 100%);
    min-height: 50px;
}

#wide-nav ul li a {
    color: #ffffff;
    font-size: 18px;
}

#wide-nav ul li ul li a {
    color: #000000;
}

.title-main b {
    display: none;
    font-size: 30px;
    text-align: center;
}

.title-main h3 {
    justify-content: center;
    font-size: 28px;
}

.searchform-wrapper input[type=search] {
    margin-top: 4px;
    font-size: 15px;
    background: #f0f2f5;
    border-radius: 50px;
    height: 45px;
    border: 0;
}

i.icon-search {
    font-size: 20px;
    top: 0;
    font-size: 1.5em!important;
    right: 15px;
}

h3.product-section-title-related {
    margin-left: 0px;
}

.conten-404 img {
    max-width: 100%;
}

.conten-404 h3 {
    font-size: 30px;
}

.btn-home {
    background-color: var(--color-main-2);
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 30px;
}

.form-contact {
    margin-top: 20px;
}

.form-contact .form-control {
    font-size: 20px;
    border-radius: 20px;
}

.form-contact button[type="submit"] {
    font-size: 20px;
    color: #ffffff;
    border-radius: 20px;
}

.single-page h2 {
    font-size: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(237 240 243 / var(--tw-bg-opacity));
    padding: 20px;
    border-radius: .75rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-weight: 400;
}

.form-product {
    background: rgb(4, 174, 174);
    background: linear-gradient(90deg, rgba(4, 174, 174, 1) 0%, rgba(20, 117, 181, 1) 100%);
    padding: 15px;
    border-radius: 15px;
}

.form-product span {
    color: #ffffff;
}

.form-product h4 {
    color: #ffffff;
}

.form-product form .form-group {
    display: flex;
    border: 1px solid #ffffff;
    position: relative;
}

.form-product form .form-group label.error {
    position: absolute;
    bottom: -35px;
}

.form-product form .form-group input {
    max-width: 65%;
    background-color: #ffffff;
    margin: 0;
    border: 0;
}

.form-product form .form-group button {
    max-width: 35%;
    width: 100%;
    background-color: #f03e5f;
    color: #ffffff;
    margin: 0;
}

p#billing_country_field {
    display: none;
}

p.form-row-first {
    width: 100%;
}

.head_footer .col {
    padding: 0;
}

.list-promo {
    border: 1px solid #000000;
    padding: 15px;
    margin-top: 20px;
    border-radius: 15px;
}

.list-promo .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.list-promo .item img {
    max-width: 40px;
    margin-right: 20px;
}

.call_to_action {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999999;
}

.call_to_action a {
    display: block;
    margin-bottom: 10px;
}

.call_to_action a img {
    max-width: 50px;
}

.badge-inner.on-sale {
    background-color: #f03e5f!important;
}

.badge-inner.on-sale span {
    padding: 10px;
}

.title-sale {
    margin-bottom: 0;
    text-align: center;
}

.title-sale h3 {
    display: block;
}

.title-sale h3 b {
    display: none;
}

.title-sale h3 span {
    font-family: "Monoton", sans-serif;
    margin: 0;
    font-size: 55px;
    color: #ffffff;
}

.sale {
    padding: 0;
}

.sale p {
    margin-bottom: 20px;
    /* font-size: 28px; */
}

@media only screen and (max-width: 48em) {
    .title-sale h3 span {
        font-size: 34px;
    }
    .title-sale {
        text-align: center;
    }
    .sale p {
        padding: 0px 20px;
    }
    .title-sale h3 {
        display: block;
        text-align: center;
    }
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .hotline-head {
        font-size: 14px;
    }
    .mobile-sidebar ul li a {
        font-size: 16px;
        color: #000000;
    }
    .form-product form .form-group button {
        max-width: 100%;
    }
    .title-main h3 {
        font-size: 20px;
    }
    .badge-inner.on-sale span {
        padding: 5px;
        font-size: 15px;
    }
}