@font-face {font-family: 'LP Allema';src: url('../../library/fonts/LP Allema.ttf');}
.font-LPAllema{font-family:"LP Allema";}

@font-face {font-family: 'Mijas Ultra';src: url('../../library/fonts/Mijas Ultra.otf');}
.font-MijasUltra{font-family:"Mijas Ultra";}

@font-face {font-family: 'Rift';src: url('../../library/fonts/Rift.otf');}
.font-Rift{font-family:"Rift";}

@font-face {font-family: 'UVF Ventography';src: url('../../library/fonts/UVF Ventography.ttf');}
.font-UVFVentography{font-family:"UVF Ventography";}

@font-face {font-family: 'VNF-Oswald';src: url('../../library/fonts/VNF-Oswald.ttf');}
.font-VNFOswald{font-family:"VNF-Oswald";}

@font-face {font-family: 'VNF-Futura';src: url('../../library/fonts/VNF-Futura.ttf');}
.font-VNFFutura{font-family:"VNF-Futura";}


.font-size-xl{font-size: 50px;}
.font-size-lg{font-size: 30px;}
.font-size-md{font-size: 16px;}
.font-size-sm{font-size: 12px;}
.font-size-xs{font-size: 9px;}

.font-size-name{
    font-size: 31px;
    font-family:"VNF-Futura";
}
.font-size-sub{
    font-size: 22px;
    font-family:"VNF-Oswald";
}


body {
    /*padding-top: 56px;*/
}

h1{
    font-size: 32px !important;
    font-family:"VNF-Oswald";
}
h2{
    font-size: 30px !important;
    font-family:"VNF-Futura";
}
h3{
    font-size: 23px !important;
}

.removecaret.dropdown-toggle::after {
    display: none;
}

.a-black{
    font-size: 18px;
    color: #444;
    text-decoration: none !important;
}
.a-black:hover{
    color: #000;
    text-shadow: 0 0 1px #333;
}

.a-white{
    font-size: 18px;
    color: #EEE;
    text-decoration: none !important;
}
.a-white:hover{
    color: #FFF;
    text-shadow: 0 1px 1px #000;
}


.a-title-article{
    /*font-family: Helvetica,Arial,sans-serif;*/
    font-size: 20px !important;
    font-weight: bold;
    color: #000;
    display: block;
    text-align: justify;
}
.a-title-article:hover{
    color: #444;
    text-decoration: none;
}

.a-title-product{
    /*font-family: Helvetica,Arial,sans-serif;*/
    font-size: 20px !important;
    font-weight: normal;
    color: #000;
    display: block;
}
.a-title-product:hover{
    color: #444;
    text-decoration: none;
}

.a-hotline{
    
}
.a-hotline:hover{
    background: #A4D2EA;
}


.content-price{
    color: #D00;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 20px;
    white-space: nowrap;
}
.content-price-old{
    color: #999;
    font-family: Helvetica,Arial,sans-serif;
    text-decoration: line-through;
    white-space: nowrap;
}


.text-shadow-1{text-shadow: 0 1px 2px #000;}


.btn-outline-secondary{
    border-color: #ced4da !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active{
    border-color: #6C757D !important;
}



.table-main{
    background: #FFF;
}
.table-main thead tr th{
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}
.table-xs td, .table-xs th{
    padding: 0;
}
table.table-none-border{
    margin-bottom: 0px;
}
table.table-none-border th, table.table-none-border td{
    border: 0px !important;
}




#navbar-main{
    
}
#navbar-main a.nav-link{
    padding: 0;
    margin: 0;
}
#navbar-main ul li{
    padding: 8px 12px !important;
}
#navbar-main ul li a{
    color: #DDD;
    font-weight: bold;
    text-shadow: 0 1px 1px #444;
}
#navbar-main ul li a:hover{
    color: #FFF;
    text-shadow: 0 1px 1px #444;
    text-decoration: none;
}
#navbar-main ul ul li{
    padding: 0 !important;
}
#navbar-main ul ul li a{
    padding: 6px 12px !important;
    color: #333;
    font-weight: normal;
    text-shadow: 0 0 0 #FFF;
}
#navbar-main ul ul li a:hover{
    background: #3A53AF;
    color: #FFF;
    text-shadow: 0 1px 1px #CCC;
}
@media (min-width: 767px) {
    #navbar-main ul ul.dropdown-menu{
        width: 250px;
    }
    #navbar-main ul li a.dropdown-toggle{
        float: left;
    }
}


#sidebar {
    width: 270px;
    position: fixed;
    top: 0;
    left: -270px;
    height: 100vh;
    z-index: 9999;
    transition: all 0.3s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    background-color:#111;
}
#sidebar.active {
    left: 0;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}


#sidebar .sidebar-header {
    height: 8vh;
    line-height: 8vh;
    padding: 0 10px;
    border-bottom: 1px solid #313131 !important;
    background-color:#000;
}
#sidebar .sidebar-header a{
    font-size: 16px;
    text-decoration: none;
    /*color: #CCC;*/
}
#sidebar .sidebar-header a:hover{
    font-weight: bold;
    /*color: #FFF;*/
}



#sidebar .sidebar-menu{
    overflow-y: scroll;
    height: 85vh;
}
#sidebar .sidebar-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 35px;
    cursor: pointer;
}
#sidebar .sidebar-menu ul li{
    padding-left: 0px;
}
#sidebar .sidebar-menu ul li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    font-size: 14px;
/*    border-left: 3px solid #111;*/
    /*border-bottom: 1px solid #222;*/
    /*color: #CCC;*/
}
#sidebar .sidebar-menu ul li a:hover{
/*    border-left: 3px solid #d19b3d;*/
    /*color: #FFF;*/
    font-weight: bold;
}
#sidebar .sidebar-menu ul li a.active{
/*    border-left: 3px solid #d19b3d;*/
}
#sidebar .sidebar-menu ul li a .arrow{
    float: right;
    margin: 10px 8px 0 0;
}
#sidebar .sidebar-menu ul ul li{
    margin-left: 0px;
}
#sidebar .sidebar-menu ul ul li a {
    padding: 0 3px;
    text-decoration: none;
/*    border-left: 3px solid #202020;*/
    /*border-bottom: 1px solid #333;*/
    /*color: #999;*/
}
#sidebar .sidebar-menu ul ul li a:hover{
/*    border-left: 3px solid #d19b3d;*/
    font-weight: bold;
}
#sidebar .sidebar-menu ul ul li a.active{
/*    border-left: 3px solid #d19b3d;*/
}
#sidebar .sidebar-menu ul ul li a.active::after {
   font-family: "Font Awesome 5 Free";
   content: "\f101";
   display: inline-block;
   font-weight:900;
   float: right;
   margin-right: 8px;
}


#sidebar .sidebar-footer{
    height: 7vh;
    /*border-top: 1px solid #333;*/
    /*background-color: #000;*/
}
#sidebar .sidebar-footer a{
    font-size: 13px;
    text-decoration: none;
    /*color: #CCC;*/
}
#sidebar .sidebar-footer a{
    /*color: #FFF;*/
}



.breadcrumb-home{
    padding: 0;
    margin: 0 15px 15px 15px;
    background-color: transparent !important;
}
.breadcrumb-home .breadcrumb-item+.breadcrumb-item::before{
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-weight: 900;
    color: #FFF;
    padding-right: 5px;
}
.breadcrumb-home a{
    color: #FFF;
    font-style: italic;
}
.breadcrumb-home .active{
    color: #FFF;
    font-style: italic;
}


.crop-text-1 {
    -webkit-line-clamp: 1;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.crop-text-2 {
    -webkit-line-clamp: 2;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.crop-text-3 {
    -webkit-line-clamp: 3;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.parallax-bg{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.card-img-wrap {
    overflow: hidden;
    position: relative;
}
.card-img-wrap:after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: opacity .25s;
}
.card-img-wrap img {
    transition: transform .25s;
    width: 100%;
}
.card-img-wrap:hover img {
    transform: scale(1.2);
}
.card-img-wrap:hover:after {
    opacity: 1;
}


.badge-sold{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    box-shadow: 0 1px 1px #000;
}