


@font-face {
font-family: 'MYRIADPRO COND';
src: local('MYRIADPRO COND'), url('/fonts/MYRIADPRO-COND.OTF') format('opentype');
}
body {
font-family: 'MYRIADPRO COND', serif;
color: #1B75BC;
    font-size: 18px;
}

.bg-blue{
    background-color: #1B75BC  !important;/*486591*/
}
.bg-red{
    background-color: #ed3237;
}
.bg-orange{
    background-color: #fda600 !important;
}

.text-blue{
    color: #1B75BC !important;
}
.text-red{
    color: #ed3237 !important;
}

.text-orange{
    color: #fda600;
}

.btn-blue{
    color: #fff;
    background-color: #1B75BC;
    border-color: #2C4F84 ;
}
.btn-red{
    color: #fff;
    background-color: #ed3237;
    border-color: #D51217;
}

.btn-orange{
    color: #fff;
    background-color: #fda600;
    border-color: #FDA600 ;
}
.btn-orange:hover{
    background-color: #E09300;
    border-color: #CE8700;
    color: #fff;
}

.btn-orange:hover{
    background-color: #E09300;
    border-color: #CE8700;
    color: #fff;
}

nav.navbar-dark ul.navbar-nav a.nav-link {
    font-weight: 600;
    color: #fff;
}

nav.navbar-dark.bg-orange ul.navbar-nav li.nav-item {
    border-bottom: 1px  #fff  solid;/*7B94BB*/

}
nav.navbar-dark ul.navbar-nav li.nav-item {
    border-bottom: 1px  #fff  solid;/*7B94BB*/

}
@media (min-width: 768px) {
    
nav.navbar-dark ul.navbar-nav li.nav-item {
    border-bottom: none;
    border-right: 1px  #fff  solid; /*7B94BB*/
}
}
footer div{
  margin:10px;  
}
/*ul.sidebar-ul-arrow{
    list-style: disclosure-closed;
    
}*/
ul.sidebar-ul-arrow li{
    list-style: none;
}
ul.sidebar-ul-arrow li a:hover {
        text-decoration: none;
}
ul.sidebar-ul-arrow li a::before {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    content: "\f0da";
    font-weight: 900;
    margin-right: 5px;

    
}

#accordion div.card{
    border:unset;
}
#accordion div{
    font-size:18px;
}
#accordion h3{
}
#accordion div.card div.card-header a i:before{
    content:"\f068";
}
#accordion div.card div.card-header a.collapsed i:before{
    content:"\f067";
}
#accordion div.card .card-body{
    padding: 5px 0 5px 20px;
}
#accordion div.card a{
    color: #1B75BC;
}
#accordion div.card a:hover{
    color: #79A5E9;
}
#accordion div.card a.active{
    color: #79A5E9;
}
.index-grid-list{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); 
    margin:10px 0 10px 0;
    grid-gap:10px;
    
}

.list-grid-list{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); 
    margin:10px 0 10px 0;
    grid-gap:10px;
}

div.index-grid-list .card , div.list-grid-list .card{
    
    transition-duration: 0.4s;
    border-radius: 0;
    border: 1px solid #fff;
    /* max-width: 260px;*/
    
}
.index-grid-list .card .card-body,.list-grid-list .card .card-body
{
    padding: 5px;
    text-align: center;
}
/*.index-grid-list .card:hover,.list-grid-list .card:hover{
    border: 1px solid #000;
  
}*/
.grid-list-title{
    /*font-size: 18px;*/
    max-height: 38px;
    overflow: hidden;
    
}
.grid-list-rating{
    font-size: 12px;
    color: #fda600;
}
.navbar-expand-md .navbar-collapse {
    justify-content: center;
}
.navbar-expand-md .navbar-collapse ul {
    text-align: center;
}
a.desc-btn{
width: 30px;
height: 30px;
text-align: center;
padding: 3px;
display: inline-block;
margin-right: 5px;
}

a.desc-facebook{
    background-color: #385995;
    color: #fff;
}

a.desc-mail{
    
    background-color: #848484;
    color: #fff;
}

a.desc-instagram{
    
    background-color: #848484;
    color: #fff;
}

.price {
    font-size: 36px;
    line-height: 120%;
    font-weight: 700;
}
.custom-file-label::after {
    display: none;
}
.cart_table{
  width: 100%;  
    
}
.cart_table thead{
    border: 1px solid #dee2e6;
}
.cart_table thead th{
    text-align: center;
    padding: 10px
}
.cart_table tbody td{
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    padding: 10px
}
.cart_table tbody td:first-child{
    
    border-left: 1px solid #dee2e6;
    
}
.cart_table tbody td:last-child{
    
    border-right: 1px solid #dee2e6;
    
}
.cart_table tbody tr:last-child td{
    
    border:none;
}
.cart_table tbody td:nth-last-child(2),.cart_table tbody td:last-child,.cart_table thead th:nth-last-child(2),.cart_table thead th:last-child,.cart_table tfoot {
    text-align: right;
}

.cart_table tbody td:last-child,.cart_table tbody td:nth-last-child(2),.cart_table thead th:last-child,.cart_table thead th:nth-last-child(2),.cart_table tfoot td:last-child{
    padding-right: 3rem;
    
}

.cart_table tbody td img{
    width: 50px;
    max-height: 50px;
    
}

.cart_table tbody td a.cart-delete{
    margin-left: 10px;
    font-size: 22px;
    color: darkred;
    
}

.cart_table tbody td input.cart-qty{
    width: 60px;
    
}

.cart_table tfoot td:nth-last-child(2){
    font-weight: bold;
}

.cart_table tfoot{
    border-top: 1px solid #dee2e6;
}

.articles img{
    
    max-width:100%;
    height: auto;
}









.scroll-left {
 height: 30px;	
 overflow: hidden;
 position: relative;
 color: #1B75BC;
}
.scroll-left p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 30px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(60%);
 -webkit-transform:translateX(60%);	
 transform:translateX(60%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 15s linear infinite;
 -webkit-animation: scroll-left 15s linear infinite;
 animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(60%); }
 100% { -moz-transform: translateX(-60%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(60%); }
 100% { -webkit-transform: translateX(-60%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(60%); /* Browser bug fix */
 -webkit-transform: translateX(60%); /* Browser bug fix */
 transform: translateX(60%); 		
 }
 100% { 
 -moz-transform: translateX(-60%); /* Browser bug fix */
 -webkit-transform: translateX(-60%); /* Browser bug fix */
 transform: translateX(-60%); 
 }
}













