/* Add here all your CSS customizations */

* {
    line-height:1.2 !important;
}

.gris {
    background: #efefef;
}

.text-facebook {
    color:#4267B2;
}

.text-linkedin {
    color:#0072b1;
}

.text-twitter {
    color:#1DA1F2;
}

.text-instagram {
    color:#8a3ab9;
}

.text-youtube {
    color:#FF0000;
}

.valibot{display:none;}

.toggle > .toggle-title:before {
    display:none !important;
}

.background-frmx {
    background-image: linear-gradient(to bottom right, #ddd, #fff);
    background-size: cover !important;
}

.btn-paypal {background:#0070ba;}
.btn-paypal:hover {background:#009cde;}

.btn-badge .badge {top:-16px !important;}

#header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li > a {
    text-transform: inherit !important;
    font-size:16px;
}

#header, .header-container{
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
}

#phone {width:70%;display:inline;}
#ext {width:28%;display:inline;float:right;}

.z-index-10k {z-index:10000;}
.fa-top {margin-top:-9px;}
.fa-top-sm {margin-top:-4px;}

.pulse {cursor:pointer;box-shadow:0 0 0 rgba(0, 123, 255, 0.8);animation: pulse 2s infinite;}

@-webkit-keyframes pulse {
  0% {-webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.8);}
  70% {-webkit-box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);}
  100% {-webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);}
}
@keyframes pulse {
  0% {-moz-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.8);box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.8);}
  70% {-moz-box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);}
  100% {-moz-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);}
}

@media only screen and (max-width: 600px) {
    .zoom-sprite {
        transform: scale(2.5);
    }
}

@media screen and (min-width: 1921px) {
    .custom-product-image-style-1 {
        position: absolute;
        bottom: 30px !important;
        left: -100px !important;
        max-width: calc(100% + 260px) !important;
    }
    
    #intro .row {
       max-height: 100vh;
       min-height: 1140px !important;
    }
}

@media screen and (min-width: 1200px) {
    .custom-product-image-style-1 {
        position: absolute;
        bottom: 10px;
        left: 0px;
        max-width: calc(100% + 100px);
        margin-bottom: 0px;
    }
    
    .intro-divider {
        margin-top: -35.5% !important;
    }
    
    #intro .row {
       min-height: 920px;
    }
}

@media screen and (min-width: 992px) {
    #intro .row {
        height: 100vh;
        max-height: 690px;
    }
    #header .header-nav-main nav > ul > li > a {
        padding: 0 13px !important;
    }
    
    .intro-divider {
        margin-top: -24%;
    }
}

@media (max-width: 991px) {
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
      margin-left: 0;
      margin-right: 0;
      margin-bottom:0;
    }
    
    .intro-divider {
        margin-top: -26%;
    }
}

@media (max-width: 480px) {
    .brand-logo {
        max-width:110px;
    }
}