/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: http://siteorigin.com/
Theme URI: http://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

body.has-menu-search .main-navigation ul {
    margin-right: 41px !important;
}

body .wc-block-components-button {
    border-radius: 0px;
}

body .wc-block-components-button:link, body .wc-block-components-button:visited {
    color: #fff !important;
    background: #00c023;
    border-color: #00c023;
    text-decoration: none;
}

body .wc-block-components-button:hover, body .wc-block-components-button:active {
    color: #fff !important;
    background: #02a820;
    border-color: #02a820;
    text-decoration: none;
}

.custom-header-inventus {
    display:flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.custom-header-inventus .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.custom-header-inventus .phone {
    font-size: 24.7px;
    font-weight: 700;
    margin-right: 30px;
}

.custom-header-inventus .cart-header {
    font-size: 25px;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
}

.custom-header-inventus .cart-header .counter {
    position: absolute;
    top: 0px;
    right: 0px;

    font-size: 12px;
    width: 20px;
    z-index: 3;
    text-align: center;
    line-height: 20px;
    height: 20px;
    background-color:#005484;
    border-radius: 50%;

}

.custom-header-inventus .cart-header i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.custom-header-inventus .cart-header:link, .custom-header-inventus .cart-header:visited {
    color: #fff !important;
    background-color: #00c023;
}

.custom-header-inventus .cart-header:hover, .custom-header-inventus .cart-header:active {
    color: #fff !important;
    background-color: #02a820;
}


@media screen and (max-width: 600px) {


    .custom-header-inventus .logo {
        max-width: 120px !important;
    }

    .custom-header-inventus .phone img {
        max-width: 15px !important;
    }

    .custom-header-inventus {
        margin-left: -25px;
        margin-right: -25px;
    }
    .custom-header-inventus .phone {
        font-size: 14px;
    }
}

.inventus-button {
    text-transform: uppercase;
    background: #00c023 !important;
    background-color: #00c023 !important;
    border:none !important;
    text-shadow:none !important;
}
.inventus-button:link, .inventus-button:visited {
    color: #fff !important;
    background: #00c023 !important;
    background-color: #00c023 !important;
    border:none !important;
}

.inventus-button:hover, .inventus-button:active {
    color: #fff !important;
    text-decoration: none !important;
    background: #02a820 !important;
    background-color: #02a820 !important;
    border:none !important;
}


body .wc-block-components-checkout-step__description {
    display: none;
}
.woocommerce .col2-set, body.woocommerce-page .col2-set {
    width: 65%;
    padding-right: 30px;
}
.woocommerce .right, body.woocommerce-page .right {
    width: 35%;
}

body.woocommerce-page .col2-set .col-1 {
    width: 100%;
    float: none;
}


body.woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
}


body.woocommerce-page form.checkout {
    display: flex;
    flex-wrap: wrap;
}

body.woocommerce-page form.checkout .woocommerce-NoticeGroup {
    width: 100%;
    margin: 0 0 30px 0;
}

::placeholder {
    color: #000000 !important;
    opacity: 1 !important; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #000000 !important;
}

form.lsb-form .lsb-form-field-wrapper p label br{
    display: none;
}

form.lsb-form .lsb-form-field-wrapper p input{
    display: inline-block;
    position: relative;
    width: 100%;
}

form.lsb-form .lsb-form-button-and-loader-wrapper .lsb-form-button br{
    display: none;
}

/* WHATSAPP */
a.whatsapp{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 155px;
    right: 25px;
    z-index: 1110;
    display: inline-block;
    background-color: #25D366;
    border-radius: 50%;
    text-decoration: none;
}
a.whatsapp svg{
    display: inline-block;
    position: relative;
    fill: white;
    width: 50px;
    height: 30px;
    top: 9px;
}
@media(min-width:992px) and (max-width: 1199px){
}
@media(min-width:768px) and (max-width: 991px) {
}
@media(max-width: 767px){
    a.whatsapp{
        bottom: 155px;
        right: 25px;
    }
}