.fastCall{
    right: -70px;
    margin-right: 100%;
    background-color: #0c5460;
    border-color: #0c5460;
}
.fastCall:hover{
    color: #0c5460;
}
.megaMenu{
    top: 45px;
}
.info{
    float: left;
}
.subTitleArrow{
    display: none;
}
header .mainHeader .menu > li > .megaMenu ul div{
    /*display: inline-flex;*/
    /*margin-bottom: .35em;*/
    /*width: 25%;*/
    /*height: 30px;*/
}
header .mainHeader .menu > li > .megaMenu ul div li {
    display: block;
    width: 100%;
}
.products>.filterCol2{
    display: none;
}
.button-responsive{
    display: none !important;
    cursor: pointer;
    margin-top: 15px;
    position: absolute;
    right: 15px;
}
.button-responsive-close{
    display: none;
    cursor: pointer;
    top: 15px;
    position: absolute;
    left: 15px;
    color: white;
}
@media screen and (max-width: 760px) {
    .heroSlider{
        margin-top: 100px;
    }
}
@media screen and (max-width: 370px) {
    .heroSlider>.slide>div>div>h1{
        font-size: 1.75rem!important;
    }
    .heroSlider>.slide>div>div>h3{
        font-size: 1.5rem!important;
    }
    .whatsappBtn{
        z-index: 1;
    }
}
@media screen and (max-width: 600px) {
    .col-search{
        margin-top: 10px;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .heroSlider{
        margin-top: 70px;
    }
    .megaMenu ul{
        display: block!important;
    }
    .megaMenu img{
        display: none!important;
    }
    .megaMenu ul li{
        width: 100%!important;
    }
    .menu li{
        /*display: none!important;*/
    }
    .button-responsive {
        /*display: block !important;*/
    }
}
/*@media screen and (max-width: 575px) {*/
/*    .info{*/
/*        top: 10px !important;*/
/*        position: relative !important;*/
/*        left: 0 !important;*/
/*    }*/
/*    .col-search{*/
/*        margin-top: 10px;*/
/*        max-width: 100% !important;*/
/*        flex: 0 0 100% !important;*/
/*    }*/
/*    header .mainHeader .menu{*/
/*        display: none;*/
/*    }*/
/*    header .mainHeader .menu > li{*/
/*        display: none;*/
/*    }*/
/*    .button-responsive {*/
/*        display: block !important;*/
/*    }*/
/*    .button-responsive:active .menu li{*/
/*        display: block !important;*/
/*    }*/
/*    .megaMenu ul{*/
/*        display: block!important;*/
/*    }*/
/*    .megaMenu img{*/
/*        display: none!important;*/
/*    }*/
/*    .megaMenu ul li{*/
/*        width: 100%!important;*/
/*    }*/
/*    header .mainHeader .menu > li > .megaMenu{*/
/*        !*visibility:visible!important;*!*/
/*        !*opacity:1!important;*!*/
/*        !*transform:rotateX(0deg) !important;*!*/
/*        overflow:scroll;*/
/*        width: 100%;*/
/*        right: 0;*/
/*        top: 0;*/
/*    }*/
/*}*/
@media screen and (max-width: 575px){
    header{
        /*position: absolute!important;*/
    }
    .info{
        top: 10px !important;
        position: relative !important;
        left: 0 !important;
    }
    .col-search{
        margin-top: 10px;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    header .mainHeader{
        z-index: 10;
        width: 0;
    }
    header .mainHeader .menu{
        display: block;
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 0; /* Stay at the top */
        right: 0;
        background-color: #17a2b8; /* Gray*/
        opacity: 0.99;
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s;
    }
    header .mainHeader .menu > li{
        display: none;
    }
    .button-responsive {
        display: block !important;
    }
    .button-responsive:active .menu li{
        display: block !important;
    }
    .megaMenu ul{
        display: block!important;
    }
    .megaMenu img{
        display: none!important;
    }
    .megaMenu ul li{
        width: 100%!important;
    }
    header .mainHeader .menu > li > .megaMenu{
        /*visibility:visible!important;*/
        /*opacity:1!important;*/
        /*transform:rotateX(0deg) !important;*/
        /*display: none;*/
        position: relative!important;
        visibility: visible;
        overflow:scroll;
        width: 100%;
        padding: 0;
        height: 0;
        right: 0;
        top: 0;
    }
    header .mainHeader .menu > li > .megaMenu ul{
        max-height: max-content;
    }

    /*.menuHasChild:hover{*/
    /*}*/

    header .mainHeader .menu > li > .megaMenu ul li a strong::after{
        content: "";
    }
    .subTitleArrow{
        display: inline-block;
        /*content: "\f107";*/
        /*margin-top: 5px;*/
        font-size: 20px;
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 10px;
        cursor: pointer;
    }
    header .mainHeader .menu > li > .megaMenu ul div li:not(:first-child) {
        display: none;
        margin-right: 15px;
    }

    .productNumMobile{
        display: block!important;
    }
    .productNumDesktop{
        display: none;
    }
    .topHeader h1{
        margin-top: 15px;
    }
    .col-logo{
        width: 290px;
        margin-right: calc(50% - 100px);
    }
    .products>.filterCol2{
        display: block;
    }
    .topHeader{
        padding-top: 3rem;
        padding-bottom: 1rem;
        margin-bottom: 0;
    }
    .productHeader>.newHeader .col-search{
        display: none;
    }
    .productHeader>.newHeader .col-logo{
        padding-bottom: 15px;
    }
    .breadcrumbProduct ul{
        display: none;
    }
    .productHeader>.newHeader .button-responsive {
        color: white;
    }
}



/* css product category*/
.topHeader h1{
    flex-grow: 0.5;
}
.productNumMobile{
    position: absolute;
    left: 20px;
    display: none;
}
.productNumDesktop{
    position: absolute;
    margin-right: 20%;
    margin-top: 100px;
}
.category .filterCol{
    margin-top: 15px;
}


/* main page changes*/
.hero{
    background-color: black;
}
.slide li {
    list-style: none;
    font-size: 20px;
}

.slide li:before {
    content:"·";
    font-size:120px;
    vertical-align:middle;
    line-height:20px;
    position: absolute;
    right: 20px;
    margin-top: 15px;
}
.slide li h2 {
    font-size: 1.15rem;
    margin-right: 10px;
}
.slide ul{
    position: absolute;
    right: -10px;
}


/* product page*/
.d-block{
    display: inline!important;
}
.btnAddCart{
    padding-right: 30px!important;
    padding-left: 10px!important;
}
.breadcrumbProduct ul{
    padding: 0;
}
.breadcrumbProduct ul li{
    list-style: none;
    color: white;
    display: inline-block;
}
.breadcrumbProduct ul li a{
    color: white;
}
.breadcrumbProduct ul li::after{
    content: "/";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.breadcrumbProduct ul li:last-child::after{
    content: "";
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}
