/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

body {
    font-family: "Roboto Condensed", sans-serif;
}

#header a {
    color: #264d98;
}

a {
    color: #264d98;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    color: #264d98;
}

.form-control:focus,
.input-group.focus {
    outline-color: #264d98;
}

.h1,
h1 {
    font-size: 1.5rem;
}

.h1,
.h2,
.h3 {
    text-transform: none;
}

h2 {
    font-size: 28px;
}

.table .thead-dark th {
    color: #fff;
    background-color: #254c98;
    border-color: #32383e;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
    background-color: #020d23;
    opacity: 0;
    justify-content: center;
    align-items: center;
}

.search-overlay .search-container {
    width: 80%;
    position: relative;
}

.search-overlay .close-overlay-button {
    font-size: 70px;
    position: fixed;
    top: 10px;
    right: 10px;
    color: #FFF;
    cursor: pointer;
}

.search-overlay .close-overlay-button:hover {
    color: #AAA;
}

.search-overlay input {
    font-size: 42px;
    line-height: 1;
    width: 100%;
    background-color: #020d23;
    border: none;
    border-bottom: 1px solid #FFF;
    padding: 5px 55px 5px 15px;
    color: #FFF;
}

.search-overlay .submit-search-button {
    position: absolute;
    right: 0;
    top: 13px;
    background: none;
    border: none;
    color: #FFF;
    pointer-events: auto;
    cursor: pointer;
}

.search-overlay .submit-search-button:hover {
    color: #AAA;
}

.search-overlay .submit-search-button:active,
.search-overlay .submit-search-button:focus {
    outline: none;
}

.search-overlay .submit-search-button i {
    font-size: 40px;
}

.search-overlay input:focus,
.search-overlay input:active {
    outline: none;
}

.search-overlay input::placeholder {
    color: #FFF;
}

@media (max-width: 767px) {
    .search-overlay .close-overlay-button {
        font-size: 50px;
    }
    .search-overlay input {
        font-size: 18px;
        padding-right: 40px;
    }
    .search-overlay .submit-search-button {
        top: 3px;
    }
    .search-overlay .submit-search-button i {
        font-size: 25px;
    }
}

.cb-wrapper {
    font-family: Noto Sans, sans-serif;
}

#cookiebanner .btn {
    margin-top: 7px;
}

.alert-dismissible {
    position: relative;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
}

.alert.alert-danger p {
    color: #a94442;
}

.alert.alert-success p {
    color: #3c763d;
}


/*** HEADER ***/

#header .header-nav .user-info .account {
    margin-right: .625rem;
    margin-left: 0;
}

#header .header-nav .user-info .account .hidden-sm-down {
    color: #2fb5d2;
}


/*** Owl Carousel ***/

.owl-dots {
    margin: 39px 0;
}


/***MENU***/

#header {
    color: #264d98;
}

#header .header-nav {
    border-bottom-width: 0px;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

#header .header-nav+.clearfix {
    background-color: #FFF;
}

#header .header-nav #contact-link {
    margin-top: 1.8rem;
    text-transform: none;
}

#header a:hover {
    text-decoration: none;
    color: #d7dae9;
}

#header .header-top {
    padding-bottom: 0;
}

#header .header-top>.row {
    margin-left: 0;
    margin-right: 0;
}

#header .header-top .menu {
    margin-bottom: 0;
}

#header .top-menu a[data-depth="0"] {
    font-family: "Roboto Condensed";
    color: #264d98;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1;
    margin-left: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
}

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

#header .top-menu a[data-depth="1"] {
    color: #fff;
    text-transform: capitalize;
}

#header .top-menu a[data-depth="2"] {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 33px;
}

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


/*#header .top-menu a[data-depth="2"]:hover > i {
    margin-left: 4px;
}*/

#header .header-nav .blockcart {
    background: #fff;
}

.dropdown-item {
    margin-left: 1.2rem;
}

#mainmenu-search-button a {
    padding: 0 1.5rem;
}

#mainmenu-search-button a span {
    display: none;
}

#top-menu .top-menu[data-depth="1"] {
    width: 85%;
    margin-left: auto;
}

.top-menu .sub-menu.collapse {
    width: 100% !important;
    margin-left: 0;
    padding: 40px 0;
}

.topsubmenu {
    font-size: 24px;
    font-weight: bold;
}

.node-description,
.node-description p {
    color: #FFF;
}

.node-description,
.node-description+img {
    max-width: 450px;
}

.node-description p {
    font-size: 17px;
}

.top-menu .sub-menu ul[data-depth="1"]>li,
.top-menu .sub-menu ul[data-depth="1"]>li+.collapse {
    margin-bottom: 20px;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    clear: left;
    display: inline-block;
}

.top-menu .sub-menu ul[data-depth="1"]>li+.collapse {
    display: inline-block;
    float: left;
    margin-top: 6px;
}

.container-img-menu {
    margin-left: 10px;
    float: left;
}


/***PANIER**/

#cart .product-price,
#checkout .product-price {
    font-size: 1.5rem;
}


/**panier compteur**/

.cart-products-count {
    color: #2fb5d2;
}


/***BLOC RECHERCHE***/

.search-widget form input[type=text] {
    border-width: 0px;
}

.search-widget form input[type=text] {
    padding: 0;
}

#search_widget {
    position: absolute;
    top: 445px;
    z-index: 9999;
    left: 480px;
    width: 900px;
    display: none;
}

#search_widget form input[type="text"] {
    padding: 1rem;
    border-radius: 5px;
}


/***SAISIE PAR REFERENCE***/

.ContenerHeaderSaisieRef {
    position: relative;
    top: 400px;
    color: #FFF;
    z-index: 9998;
    text-transform: uppercase;
}


/***SLIDER***/

.carousel {
    box-shadow: none;
}

.carousel .carousel-item .caption {
    max-width: 960px;
}

@media (min-width: 768px) {
    .carousel .carousel-item .caption {
        bottom: 50%;
        left: 25%;
    }
}

.direction {
    display: none;
}

.av-intro {
    font-weight: 300;
    font-size: 32px;
    line-height: 200%;
}

.carousel-inner {
    height: 450px !important;
    background-image: url('../../../../img/cms/slider.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/***MENU***/

.popover {
    background: #2C4A9A;
}


/**BLOC PANIER**/

.a-add {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../../../../img/cms/panier.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.hidden-sm-down,
.user-name {
    color: #264d98;
    text-transform: uppercase;
    font-weight: bold;
}

.user-name {
    color: #2fb5d2;
}

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

#blockcart-modal .product-name {
    color: #264d98;
}


/***BLOC RECHERCHE***/

.search-widget form button[type=submit] {
    color: #264d98;
}

.avalco-search {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../../../../img/cms/recherche.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /*top: 14px;*/
}

av-left {
    float: left;
}


/***PRODUITS POPULAIRES***/

#products article.product-miniature div.thumbnail-container,
article.product-miniature div.thumbnail-container {
    overflow: hidden;
}

#products article.product-miniature div.product-description,
article.product-miniature div.product-description {
    height: 100px;
    /*86px; 172px;*/
}

#products article.product-miniature div.product-description input.input-group.form-control,
article.product-miniature div.product-description input.input-group.form-control {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    margin-top: 10px;
}

.featured-products .products .thumbnail-container {
    margin: 0 auto;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    color: #151515;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
}

.featured-products h2 {
    color: #264d98;
    font-size: 28px;
}

.mt-3 {}

.btn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-primary {
    background-color: #264d98;
}

.btn-link {
    color: #264d98;
}

.btn-link:hover {
    color: #264d98;
    text-decoration: none;
}

.btn-link:active,
.btn-link:focus {
    color: #264d98;
    text-decoration: none;
    outline: none !important;
}

.page-home>.btn-primary {
    width: 100%;
    padding: 1rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #264d98;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background: #ADADAD;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    box-shadow: none;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-tertiary:focus,
.btn-tertiary:hover,
.focus.btn-tertiary {
    background-color: #d7dae9;
}

.product-price-and-shipping>.btn-primary {
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
}

#add-avalco {
    width: 100%;
    padding-bottom: 1rem;
    /**.9rem; */
    padding-top: 1.2rem;
    /*.8rem;*/
}


/**prix liste produit**/

.product-price-and-shipping>.price {
    display: none;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-color: #264d98;
}

#contact-link a {
    font-family: "Roboto Condensed", sans-serif;
}

#contact-link a:hover {
    color: #d7dae9;
}

.product-price-and-shipping .form-control {
    display: none;
}

#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
    color: #264d98;
}

#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
    color: #151515;
}

.all-product-link {
    display: none;
}

.regular-price,
.discount-percentage {
    display: none !important;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    box-shadow: none;
    border: 1px solid #eaeaea;
}

#products .thumbnail-container:focus .highlighted-informations.no-variants,
#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    bottom: 5.6rem;
}


/*survol liste produit affichage rapide*/


/***CONNEXION***/

.aval-co {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../../../../img/cms/connexion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.footer-container li a {
    font-family: "Roboto Condensed", sans-serif;
    color: #264d98;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
}

.footer-container li a:hover {
    color: #FFF;
}


/***BANNIERES***/

#wrapper .banner {
    margin: 1.5rem 0;
}

#wrapper .banner img {
    box-shadow: none;
}


/***BODY***/

#wrapper {
    background: #FFF;
    box-shadow: none;
    padding-top: 0;
}


/***RASSURANCE***/

#block-reassurance {
    padding: 0.7rem 0;
}

#block-reassurance::after {
    content: "";
    display: table;
    clear: both;
}

#block-reassurance>div {
    float: left;
    width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

#block-reassurance img {
    width: auto;
    margin-right: auto;
}

#custom-text {
    text-align: left;
    padding: 0;
}

@media (max-width: 768px) {
    #custom-text .owl-item.active {
        padding: 0 15px;
    }
}

.av-space {
    width: 86px;
    height: 55px;
    background-image: url('../../../../img/cms/fond-titre.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 2rem auto;
}

#av-s2,
#av-s3 {
    margin-top: 2rem;
}

#custom-text .avalco-rassurance {
    width: 75px;
    height: 75px;
}

.av-rassurance {
    color: #254c98;
    text-align: left;
}

.av-desc {
    padding: 10px 30px;
    text-align: justify!important;
    font-weight: 400;
    color: #132b59;
    text-align: left;
    line-height: 1.6;
}


/***FOOTER***/

#footer {
    padding-top: 0;
}

.footer-container {
    background-color: #254c98;
    margin-top: 0;
    padding-bottom: 1.25rem;
}


/*.footer-container .links .collapse{
  display: inline-flex;
  float: left;
}*/

.footer-container li {
    display: inline;
}

.footer-container li>a {
    margin-left: 2rem;
}

.logo-footer {
    width: 60%;
    height: auto;
}

.links h3 {
    display: none;
}

.links {
    display: inline;
}

.links ul {
    margin-top: auto;
    padding-left: 0;
}


/***QUI SOMMES-NOUS?***/

.av-center {
    color: #254c98;
    text-align: center;
    font-size: 28px;
    margin-bottom: 1.5rem;
}

.txt-center {
    color: #132b59;
    font-weight: 400;
    text-align: center;
}

#custom-text2 .av-img {
    width: 60%;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


/***PAGE CATEGORIES***/

.category-cover.has-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 140px;
    margin-bottom: 0.5rem;
    position: relative;
}

.category-cover.has-img h2 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    color: #fff;
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}

#subcategories .subcategory-image {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#subcategories li>a {
    display: block;
    text-align: center;
}

#subcategories li>a:hover .subcategory-image {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .4);
}

#subcategories h3 {
    margin-top: 5px;
    text-align: center;
}


/***FICHE PRODUIT***/

.circle {
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    vertical-align: top;
    display: inline-block;
}

.circle.circle-green {
    background: #009432;
}

.circle.circle-blue {
    background: #254c98;
}

.circle.circle-orange {
    background: #EE5A24;
}

.stock_indication {
    vertical-align: super;
    margin-left: 5px;
    margin-bottom: 1rem;
    display: inline-block;
}

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

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

.product-price {
    color: #264d98;
    font-size: 2.5rem;
}

.tax-label {
    color: #264d98;
    font-size: 2.5rem;
}

.attachment {
    margin-top: 20px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: 3px solid #264d98;
}

#product .product-accessories {
    margin-top: 25px;
}

#product .product-accessories h3 {
    margin-bottom: 1rem;
}


/***MON COMPTE**/

.input-group .input-group-btn>.btn {
    padding: .78rem 1rem;
}

.input-group .input-group-btn>.btn[data-action=show-password] {
    background: #d7dae9;
}

.page-my-account #content .links a i {
    color: #264d98;
}

.custom-radio input[type=radio]:checked+span {
    background-color: #264d98;
}


/***PANIER***/

#blockcart-modal .modal-body {
    background: #FFF;
}


/***PRODUIT***/

.product-reference label {
    font-size: 1rem;
    color: #232323;
    font-weight: 700;
}

.product-cover .layer .zoom-in {
    color: #264d98;
}

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


/***PAGE CONTACT***/

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    background: #264d98;
}

.av-add {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: #254c98;
}

.contact-rich {
    color: #d7dae9;
}


/***CAROUSEL***/

.owl-theme .owl-dots .owl-dot span {
    border-width: 0px !important;
    background: #d4dbea !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #264d98 !important;
}


/***RESPONSIVE***/


/**header**/

@media (max-width: 992px) {
    h4 {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    #custom-text {
        margin: 0 auto;
        width: auto;
    }
}

@media (max-width: 767px) {
    .featured-products h2 {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    #header .header-top {
        background: #fff;
    }
}

.logout-icon {
    display: none;
}

@media (min-width: 768px) AND (max-width: 991px) {
    #_desktop_cart .blockcart,
    #header #_desktop_user_info .account {
        margin-left: 0;
    }
    #_desktop_cart .header .hidden-sm-down {
        display: none;
    }
    .logout-icon {
        display: inline-block;
    }
    /* #_desktop_user_info .user-info .logout span, #_desktop_user_info .account .aval-co {
        display: none;
    }*/
}

#menu-icon i {
    color: #13245c;
}


/**Recherche responsive**/

@media (max-width: 767px) {
    #search_widget {
        display: none;
    }
}


/**Footer responsive**/

@media (max-width: 767px) {
    .footer-container .links ul {
        background-color: #254c98;
    }
    .footer-container .links ul>li a {
        color: #FFF;
    }
    .footer-container .collapse li>a {
        margin-left: auto;
    }
    .logo-footer {
        width: 50%;
    }
    .footer-container .links ul>li {
        border-bottom-width: 0;
        display: block;
        margin-top: 15px;
        padding-left: 15px;
    }
    .footer-container .links ul>li>a {
        margin-left: 0;
        font-size: 16px;
    }
}


/**MENU RESPONSIVE**/

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: 1.625rem;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    text-align: left;
    padding-left: 2rem;
}

#mobile_top_menu_wrapper #mainmenu-search-button a span {
    display: block;
}

#mobile_top_menu_wrapper #mainmenu-search-button a img {
    display: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
    background: #eaeaea;
}

#mobile_top_menu_wrapper .top-menu .sub-menu a {
    color: #0d2a63;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>a {
    border-bottom-width: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>.node-description,
#mobile_top_menu_wrapper .top-menu .sub-menu li>img {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 100%;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>.node-description,
#mobile_top_menu_wrapper .top-menu .sub-menu li>.node-description p {
    color: #0d2a63;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="1"]:hover,
#mobile_top_menu_wrapper .top-menu a[data-depth="2"]:hover {
    color: #264d98;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    padding-top: 15px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
    padding-left: 2.25rem;
    margin-left: 0;
}

@media (max-width: 1199px) {
    #top-menu .top-menu[data-depth="1"] {
        width: 100%;
    }
}

.contact-link {
    color: #264d98;
}

@media (max-width: 767px) {
    #header .header-nav {
        margin-bottom: 0;
        margin-top: 15px;
    }
}

#header .header-nav #menu-icon {
    margin-left: 0;
    margin-right: 1rem;
}

#header .header-nav #menu-icon .material-icons {
    line-height: 60px;
}


/**Logo responsive**/

@media (max-width: 767px) {
    #header .header-nav .top-logo {
        margin-bottom: 15px;
        margin-left: 15px;
        min-height: 50px
    }
}


/**SLIDER RESPONSIVE**/

@media (max-width: 767px) {
    .carousel .carousel-item img {
        max-width: 550%;
    }
}


/** Page produit **/

@media (max-width: 575px),
(min-width: 768px) and (max-width: 991px) {
    #product .product-information .tabs .nav-item {
        float: none;
        margin-bottom: 1rem;
    }
    #product .product-information .tabs .nav-item a {
        padding-left: 0;
        border-bottom: 3px solid #EEE;
    }
    #product .product-information .tabs .nav-item a::after {
        content: '\E315';
        font-family: "Material Icons";
        margin-left: 2px;
        vertical-align: middle;
    }
    #product .product-information .tabs .nav-item a.active::after {
        content: '\E313';
    }
}


/**FORMULAIRE XY SAISIE PAR REFERENCE**/

.form-control {
    /* background-color: #d4dbea;/*rgba/
  border: 1px solid #eaeaea; */
    background-color: #FFF;
    /*padding: 0;*/
}

.av-btn {
    margin-top: 2rem;
}

#xy_table-saisie-ref td {
    vertical-align: middle;
}

#xy_table-saisie-ref .xysaisiref_ref {
    width: 50%;
    float: left;
}

#xy_table-saisie-ref .xysaisiref_ref+p {
    display: inline-block;
    padding-left: 15px;
    width: 50%;
    line-height: 1;
}

#xy_table-saisie-ref .xysaisiref_ref+p .xysaisiref_info-stock {
    line-height: 38px
}

#xy_table-saisie-ref .xysaisiref_ref+p .xysaisiref_info-stock>a,
#xy_table-saisie-ref .xysaisiref_ref+p .xysaisiref_info-stock>span,
#xy_table-saisie-ref .xysaisiref_ref+p .xysaisiref_info-stock>label {
    line-height: inherit;
    margin: 0 0 0 5px!important;
    vertical-align: inherit;
}


/***PROMOTIONS**/

.has-discount.product-price,
.has-discount p {
    color: #264d98;
}


/* .has-discount .discount{
  background: #d7dae9;
} */

@media (max-width: 767px) {
    .av-intro {
        line-height: 140%;
    }
}


/***LISTE grille***/

.show_list,
.show_grid {
    cursor: pointer;
    display: none;
}

.show_list:hover,
.show_grid:hover {
    color: #254c98;
}

#products .product_show_list {
    width: 100%;
    border: 1px solid #EAEAEA;
    padding: 10px 15px;
    margin-top: 15px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
}

#products .product_show_list:first-child {
    margin-top: 0px;
}

#products .product_show_list .thumbnail-container {
    width: 35%;
    height: auto;
    border: none;
    float: left;
}

#products .product_show_list .highlighted-informations {
    display: none;
}

#products .product_show_list .product-description {
    position: relative;
    display: inline-block;
    width: 35%;
}

#products .product_show_list .product-short_desc {
    text-align: justify;
}

#products .product_show_list .product-description .product-title {
    text-align: left;
}

#products .product_show_list .product-description .product-title a {
    font-size: 1rem;
}

#products .product_show_list .product-price-and-shipping {
    float: right;
}

.products-sort-order .select-list:hover {
    background: #254c98;
}

.product-flags .product-flag {
    left: 0 !important;
}

.product-flags .pack {
    display: none;
}

.product-flags .new {
    background: #254c98 !important;
}

#products .product-miniature .discount-percentage {
    background: #e83636 !important;
    left: 0 !important;
}


/*** PAGINATION ***/

.pagination .current a {
    color: #264d98;
}


/*** ORDER CONFIRMATION ***/

#order-confirmation #order-items .order-confirmation-table tr.shipping {
    display: none !important;
}


/*** ORDER DETAIL ***/

#order-detail #order-products tr.line-shipping {
    display: none !important;
}


/*** PRODUCT LIST ***/

#xyproductlist .price_col {
    min-width: 130px;
}