/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 /* #header{ background: red !important; } */


 /*************************************************** ESTILS GENERALs *************************************************/


 /***************************************************** canvi colors *************************************************/
 a {
    /* color: #24b9d7; */
    color: #004896;
}


 .dropdown-item:focus, .dropdown-item:hover {
    color: #004896;
}

#header .top-menu a[data-depth="0"]:hover, a:hover {
    color: #004896;
}

#header a:hover {
    color: #004896;
}

#header .header-nav .cart-preview.active {
    background: #004896;
}

 .brands-sort .select-list:hover, .products-sort-order .select-list:hover, .suppliers-sort .select-list:hover {
    background: #004896;
}

.btn-primary, .btn-primary:hover {
    background-color: #004896;
}

a:focus, a:hover {
    color: #004896;
}

.pagination .current a {
    color: #004896;
}

.product-price {
    color: #004896; 
}

#subcategories ul li:hover .subcategory-image a {
    border: 5px solid #004896;
}

/* subcategories */
/* amagar links imatges subcategories */
div#subcategories {
    display: none;
}

ul.category-sub-menu {
    list-style: square;
    font-size: small;
    line-height: 1rem;
}

ul.category-sub-menu li {
    margin-bottom: 0.3rem;
}




.form-control:focus {
    outline: .1875rem solid #004896;
}

.tabs .nav-tabs .nav-link.active {
    color: #004896; 
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    border: #004896 3px solid;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: #004896  3px solid;
}

#blockcart-modal .product-name {
    color: #004896
}

.account-list a:hover, .block_newsletter form button[type=submit] .search:hover, .footer-container li a:hover {
    color: #004896
}


/***************************************************** FI canvi colors *************************************************/

/****************************************************** Header ********************************************************/

/******************************************************* Menu************************************************************/



/******************************************************* Submenu *********************************************************/

.top-menu .sub-menu {
    box-shadow: 2px 1px 11px 2px rgba(0,0,0,.1);
    border: none;
    margin-left: .9375rem;
    width: inherit;
    min-width: inherit;
    z-index: 18;
    position: absolute;
}
#header .menu, #header .menu>ul>li {
    display: inline-block;
    position: relative;
}
.top-menu .sub-menu ul[data-depth="1"]>li {
    float: left;
    margin: 0 1.25rem;
    clear: both;
}

/************************************************* Body ******************************************************/
 /* color fons blanc */
 #wrapper {
    background: #ffffff;
}

/************************************************** Footer ***************************************************/

.footer-container {
    background: #000;
}

.footer-container .h3, .footer-container .h4 {
    color: #fff;
}

p.h3.myaccount-title.hidden-sm-down a {
    color: #fff !important;
}


 /**************************************************** Ficha producto ******************************************/
 .axNotaLicencias__container {
    background: #004897;;
    padding: 1.5rem;
}

p.axNotaLicencias__text {
    font-size: 0.8rem;
    color: #fff;
}

i.material-icons.md48.axNotaLicencias__icon {
    color: #fff;
    margin-bottom: 1rem;
}

a.axNotaLicencias__link {
    color: #f2bc03;
}

a.axNotaLicencias__link:hover {
    text-decoration: underline;
}

  /**************************************************** Fi Ficha producto ******************************************/

  /****************************************************** Paginas ****************************************************/

  /**************************************************** legal ********************************************************/


  ul.ax-list-legal li {
    margin-bottom: 0.75rem;
    margin-left: 1rem;
}

.ax-table-legal {
    font-size: 0.85rem;
    text-align: left;
    color: #555;
}

.ax-table-legal td, .ax-table-legal th {
    border: 1px solid #ddd;
}

  /**************************************************** Fi legal ******************************************************/

  /****************************************************** Fi Paginas ****************************************************/


  /******************************* modal ***************************************/

  .modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

  /******************************* FI modal ***************************************/

  /************************************* FORMULARIS *******************************/

.privacidad__text {
    font-size: smaller;
}

.text-muted {
    font-size: 0.75rem !important;
}

 /************************************* FI FORMULARIS *******************************/
