/*
Theme Name: Moveon
Description: This is a child theme for Moveon
Author: Kolomedia.eu
Template: flatsome
Version: 1.0
Text Domain:moveon
*/

/***** HEADER *****/
.header-main {
    height: 90px;
    background: #f8f8f8;
}



.moveon-custom-image-border-radius-1 {
    border-bottom-right-radius: 270px !important;
    border-top-left-radius: 100px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 30px;
    border: 0px solid transparent !important;
    overflow: hidden !important;
    /**box-shadow: 0 3.4em 2.8em rgb(42 50 21 / 12%);**/
}

.moveon-custom-image-border-radius-2 {
    border-bottom-left-radius: 270px !important;
    border-top-right-radius: 100px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 30px;
    border: 0px solid transparent !important;
    overflow: hidden !important;
    /**box-shadow: 0 3.4em 2.8em rgb(42 50 21 / 12%);**/
}


.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    border: 0px solid !important;
}



.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover {
    padding: 18px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}


.woocommerce .product .add_to_cart_button.button {
    color: #363639;
    background: #363639;
    padding: 10px 20px 10px 20px;
    color: #fff;
    border-radius: 20px;
    font-size: 14px !important;
    margin-top: 30px;
}

.is-outline.primary {
    color: #fff !important;
    background: #363639 !important;
    padding: 10px 20px 10px 20px;
    color: #fff;
    border-radius: 20px;
    font-size: 14px !important;
    margin-top: 30px;
}


/***** TITLE *******/

.moveon-custom-sub-title {
    font-size: 25px !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.moveon-custom-sub-title::after {
    content: "";
    display: block;
    width: 1.5em;
    height: 0.15em;
    margin: 0.55em 0;
    background: #00adee;
    margin: 0.4em 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}


/****** SHOP *******/

.button.checkout, .single_add_to_cart_button, .current .breadcrumb-step {
    background-color: #00adee !Important;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
}


 .button.wc-forward:not(.checkout):not(.checkout-button){
     background-color: #363639;
     padding: 10px 20px 10px 20px;
     border-radius: 20px;
}

/****** DROPDOWN MENU *******/

.moveon-dropdown-menu{
     box-shadow: 0px 20px 10px -2px rgb(0 0 0 / 30%);
}


/********* CONTACT FORM **********/

.column-half{
    float: left;
    position: relative;
    padding: 5px !important;
    width:50%;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.column-full{
    
    padding: 5px !important;
    width:100%;
}

.wpcf7 label {
    display: block;
    width: 100%;
}


element.style {
}
.wpcf7 .wpcf7-form-control-wrap {
    display: contents;
}

select {
    box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E);
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    border-radius: 0;
    display: block;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: -10px;
    position: relative;
    padding: 5px 8px;
    line-height: 1.2em;
    border-radius: 3px;
    opacity: .8;
    background-color: #fff !important;
    color: #b20000;
}

/**---------------- Media query ----------------**/
@media only screen and (max-width: 799px) { 
    .column-half{
        width: 100%;
    }
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    height:40px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="tel"] {
    width: 100%;
    padding: 1px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border: 1px solid #a5a5af;
    font-size: .97em;
    color: #313131 !important;
    background-color: #fff;
    font-weight: 500;
    padding: 12px;
    
}



.custom-button-home {
    background: #fff !important;
    color: #1b1c1d !important;
    padding: 10px 27px !important; 
    border: 2px solid #1b1c1d !important;
    font-size: 16px !important;
    margin-top: 40px !Important; 
    border-radius: 10px !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
 
}

.custom-button-home:hover {
    background: #1b1c1d !important;
    color: #fff !important;
    padding: 10px 27px !important;
    border: 2px solid #1b1c1d !important;
    font-size: 16px !important;
    margin-top: 40px !Important; 
    border-radius: 10px !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
   

}


.custom-button-home-2 {
    background: #00adee !important;
    color: #ffffff !important;
    padding: 10px 27px !important;
    border: 2px solid #00adee !important;
    font-size: 16px !important;
    margin-top: 40px !Important;
    border-radius: 10px !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

.custom-button-home-2:hover {
    background: #1b1c1d !important;
    color: #fff !important;
    padding: 10px 27px !important;
    border: 2px solid #1b1c1d !important;
    font-size: 16px !important;
    margin-top: 40px !Important; 
    border-radius: 10px !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
   

}



.custom-button-cf7 {
    background: #fff !important;
    color: #1b1c1d !important;
    padding: 10px 27px !important; 
    border: 2px solid #1b1c1d !important;
    font-size: 16px !important;
    margin-top: 40px !Important; 
    width: 100%;
    border-radius: 10px !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);

}

.custom-button-cf7:hover {
    background: #1b1c1d !important;
    color: #fff !important;
    padding: 10px 27px !important;
    border: 2px solid #1b1c1d !important;
    font-size: 16px !important;
    margin-top: 40px !Important; 
    width: 100%;
    border-radius: 10px !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);

}



.custom-button-woo {
    background: #fff !important;
    color: #1b1c1d !important;
    padding: 10px 27px !important; 
    border: 2px solid #1b1c1d !important;
    font-size: 16px !important;
    margin-top: 40px !Important; 
    width: 100%;
    border-radius: 10px !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);


}

.custom-button-woo:hover {
    background: #1b1c1d !important;
    color: #fff !important;
    padding: 10px 27px !important;
    border: 2px solid #1b1c1d !important;
    font-size: 16px !important;
    margin-top: 40px !Important; 
    width: 100%;
    border-radius: 10px !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    

}


.moveon-custom-product-button-inquiry {
    background: #fff !important;
    color: #1b1c1d !important;
    padding: 10px 27px !important;
    border: 2px solid #1b1c1d !important;
    font-size: 16px !important;
    margin-top: 20px !Important; 
    border-radius: 10px !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    

}


.moveon-custom-product-button-inquiry:hover {
    background: #1b1c1d !important;
    color: #fff !important;
    padding: 10px 27px !important;
    border: 2px solid #1b1c1d !important;
    font-size: 16px !important;
    margin-top: 20px !Important; 
    border-radius: 10px !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);

}


/***** HOME PAGE TABS ******/

.nav-box>li.active>a, .nav-pills>li.active>a {
    opacity: 1;
    color: #fff !important;
    background-color: #1b1c1d ;
    border:2px solid #1b1c1d ;
    padding: 5px;
    width: 260px;
    font-weight: 700;
    display: table;
    border-radius: 5px;
    
}




.nav-size-large>li>a {

    border: 2px solid #1b1c1d ;
    border-radius: 0px !important;
    background: #fff;
    color: #1b1c1d  !important;
    margin-right: 40px;
    text-align: center !important;
    padding: 5px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    width: 260px;
    display: table !important;
    border-radius: 5px !important;
}

@media only screen and (max-width: 600px) {
    .nav-box>li.active>a, .nav-pills>li.active>a {
    opacity: 1;
    color: #fff !important;
    background-color: #1b1c1d ;
    border:2px solid #1b1c1d ;
    padding: 5px;
    width: 260px;
    font-weight: 700;
    display: table;
    border-radius: 5px;
    
}
}

@media only screen and (max-width: 600px) {
    .nav-size-large>li>a {
    border: 2px solid #aeb5c1;
    border-radius: 0px;
    background: #fff;
    color: #aeb5c1 !important;
    margin-right: 10px;
    text-align: center !important;
    padding: 5px;
    font-size: 18px;
    font-weight: 700;
    width: 260px;
    display: table;
    border-radius: 5px;
            margin: 5px;
}
      }







/***** MAILCHIMP ****/

.mailchimp-button {
    display: flex !Important;
    background: #363639 !important;
    border: 2px solid #fff !Important;
    color: #fff !important;
    float: right !important;
    background-image: url(/wp-content/uploads/2023/03/icon.svg) !important;
    transition: background-color .2s,color .2s!important;
    background-repeat: no-repeat!important;
    background-size: 18px 40px !important;
    justify-content: center !important;
    align-items: center !Important;
    height: 45px !important;
    background-position: center !important;
    margin-top: 20px !important;
    border-left: 0 !important;


   
}

.mailchimp-wrapper {
    display:flex;
    width: 80%;
}

.mailchimp-button :after {
    content: "" !Important;

}


#mc4wp-form-1 .mc4wp-form-fields {
    display: block !important;
    justify-content: flex-start !Important;
    align-items: center;
    width: 90% !important;
}

#mc4wp-form-2 .mailchimp-button {
    margin-bottom: 0px !Important;
    margin-right: 0px !important;
    margin-left: 0px !Important;
    margin: 0px !important;
    border-left: 0px solid !important;
}




.mailchimp-input {
    border: 2px solid #ffffff !Important;
    padding: 20px !important;
    height: 45px !important;
    background: #363639 !IMPORTANT;
    color: #fff !important;
}


/******* FOOTER *******/

.absolute-footer {
    color: rgba(0,0,0,.5);
    font-size: .9em;
    padding: 10px 0 15px;
    display: none !important;
}


/****** OTHER ******/

.button.icon.circle {
    padding-left: 0;
    padding-right: 0;
    border: 0px solid;
}


.button.icon.circle {
    padding-left: 0;
    padding-right: 0;
    display: none;
}

.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
    background-color: #ffffffab;
    /* bottom: 0; */
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
    height: 100%;
    margin: 0!important;
    top: -2px;
    width: 50px !important;
    right: 30px !important;
}
/*************** ADD CUSTOM CSS HERE.   ***************/


/*************** STICKY SIDE BUTTON ***************/

.row-sticky {
    float: right;
    position: fixed;
    right: calc(0% - 0px);
    transform: rotate(0deg);
    z-index:9999;
    cursor: pointer;
}
.button:not(.icon).sticky-footer-button {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    border-radius:0px !important;
    margin-bottom: 0em;
}


/****** MOBILE CSS ********/



@media only screen and (max-width: 600px) {
    .custom-button-woo {
    background: #fff !important;
    color: #1b1c1d !important;
    padding: 10px 27px !important;
    border: 2px solid #1b1c1d !important;
    font-size: 16px !important;
    margin-top: 40px !Important;
    width: 100%;
    border-radius: 10px !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
    
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    -webkit-overflow-scrolling: touch;
    background-color: #363639;
    bottom: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-270px);
    transition: transform .2s;
    width: 260px;
    color: #fff !important;
}


.badge-inner {
    background-color: #ffb400 !important;
    color: #363639 !important;
    box-shadow: 5px -1px 11px 2px rgb(0 0 0 / 15%);
    font-size: 1.4em !important;
    font-weight: 700 !important;
}
.badge {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: table;
    height: 4em !important;
    pointer-events: none;
    width: 4em !important;
    z-index: 20;
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}