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

*{
    font-family: 'Montserrat', SemiBold600;
}
 .btn-primary {
     min-width: 200px;
     line-height: 52px;
     padding: 0 25px;
     font-size: 14px;
     font-weight: 500;
     text-transform: none;
     text-align: center;
 }
 .breadcrumb-wrapper {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
#index .breadcrumb-wrapper {
    display: none;
}
#cart .breadcrumb-wrapper {
    border: none;
}
#header .header-top-nav {
    justify-content: space-between;
}
.copyright-container {
    text-align: left;
    margin-top: 70px;
    border-top: 1px solid rgba(235, 235, 235, 0.06);
    padding: 10px 0;
}
.copyright-container p {
    margin-bottom: 0;
}
.copyright-container .copyright-link {
    font-size: 12px;
    opacity: .6;
}
.copyright-container-center {
    text-align: center;
}
.copyright-container .copyright-link:hover {
    opacity: 1;
}
.blockcart-link .fa-cart-shopping, .user-info a .fa-user, .search-button .fa-solid.fa-magnifying-glass{
    position: relative;
    display: block;
    color: black;
    width: 24px;
    font-size: 1.3rem;
    height: 24px;
    text-align: center;
}

.blockcart-link {
    display: block;
    position: relative;
}
.blockcart .cart-products-count {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
}
.search-button {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    transition: all .4s;
}
.search-btn-close .material-icons{
    margin-top: -0.8rem;
}

#search_widget form i {
    position: relative;
    padding: 0;
}
.search-button:hover {
    transform: scale(.85);
}
.lang_and_сr_label {
    display: inline-block;
}
.product-miniature.js-product-miniature{
    width: 100%;
}
.product-miniature .thumbnail-container{
    width: 100%;
}
.wishlist-button-add{
    display: none;
}

.product-miniature .thumbnail-container-image>a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 10;
}
.product-miniature-hover-slider .thumbnail-container-image>a:before {
    z-index: -1;
}
.product-miniature .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .more-details {
    display: block;
    width: 33px;
    line-height: 33px;
    height: 33px;
    background-color: #fff;
    text-align: center;
}
.product-miniature .highlighted-informations .quick-view {
    margin-bottom: 5px;
}
.thumbnail-container.reviews-loaded.row{
    margin-left: 0px;
}
.thumbnail-container .product-description{
    text-align: center;
}
.add .cart-form-url{
    text-align: center;
}
#an_brandslider-block {
    margin-bottom: 39px;
}
#search_filters>h4 {
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}
.block-category>h1 {
    margin-bottom: 2px;
    font-size: 24px;
}
#js-product-list-top .total-products>p {
    margin-bottom: 0;
}
.cart-grid-body .card-block h1 {
    margin-bottom: 18px;
    font-size: 24px;
}
.js-cart-line-product-quantity.form-control {
    text-align: center;
}
.cart-summary {
    margin-bottom: 5px;
    border: 1px solid #efefef;
}
.product-line-grid-body {
    align-self: flex-start;
    margin-top: -5px;
}
.product-line-grid-body>.product-line-info>a.label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
}
.product-line-info.product-price {
    margin-bottom: 15px;
}
.cart-grid-body .btn-primary {
    margin-top: 20px;
}
.product-line-actions .qty {
    position: relative;
    left: 30px;
    top: -3px;
}
.product-line-actions .price {
    position: relative;
    left: 41px;
    top: 1px;
}
.product-line-info .current-price .price,
.product-line-grid-right .product-price {
    font-weight: 500;
}
.product-line-grid-body>.product-line-info>span.label,
.product-line-grid-body .product-line-info>span.value {
    font-size: 14px;
    color: #222222;
}
.product-line-grid-body>.product-line-info>span.label {
    color: #919191;
}
.register-form>p {
    text-align: center;
}
#search_filters_wrapper {
    padding-top: 38px;
}
.page-product h1 {
    margin-top: -9px;
    margin-bottom: -3px;
}
.product-prices .current-price span {
    font-size: 24px;
    font-weight: 500;
}
.product-information .product-additional-info {
    margin-top: 27px;
}
.product-actions {
    margin-top: 41px;
    margin-bottom: 23px;
}
.cart-grid-right {
    margin-top: 65px;
}
.card.cart-summary {
    padding-top: 17px;
    padding-bottom: 17px;
}
.cart-detailed-actions .btn-primary {
    min-width: 100%;
    width: 100%;
    line-height: 48px;
}
.header-top .search-widget {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
 }
 .header-top .search-widget.open {
     opacity: 1;
     visibility: visible;
 }
 .search-btn-close {
     margin-bottom: 25px;
     color: #ffffff;
     font-size: 32px;
     cursor: pointer;
 }
 .scroll-lock {
     overflow: hidden;
 }
 .search_not_found .search-btn-close,
 .search_not_found .search-button {
     display: none;
 }
 .featured-products-block {
    margin-bottom: 25px;
}
.featured-products-block .thumbnail-container {
    width: 160px;
}
.featured-products-block .thumbnail-container .product-description {
    width: 100%;
}
.featured-products-block .thumbnail-container .product-flags {
    display: none;
}
.featured-products-block .products-section-title {
    margin-bottom: 26px;
}
.featured-products-block .thumbnail-container .product-title {
    margin-top: 10px;
    margin-bottom: 6px;
}
#products .product-title a, .product-miniature .product-title{
    margin-top: 0px;
}
#products .product-title a, .product-miniature .product-title a{
    line-height: inherit;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

#_desktop_logo {
    justify-content: center;
    margin-bottom: 0;
}

/*** edit ***/
.banner-wr .product-banner img {
    width: calc(100% + 1px);
}

.tab-pane.fade {
    opacity: 1;
}

#_desktop_user_info,
#_desctop_currency_selector,
#_desctop_language_selector {
    margin-bottom: 2px;
}

#header .header-nav {
    min-height: 39px;
    
}

#header .header-nav .header-nav-inside {
    height: 39px;
    
}

#header .header-nav .material-icons.expand-more {
    font-size: 14px;
    margin-bottom: 10px;
}

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

#_desktop_logo {
    margin-bottom: 0;
}

.top-nav-wrap {
    border-top: 1px solid #f4f4f4;
}

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

.search-widget form button[type=submit] {
    left: 0.125rem;
}

.search-btn-close {
    position: absolute;
    right: 0.125rem;
    top: 13px;
    margin: 0;
}

.sb-close-btn {
    top: 32px;
    right: 20px;
    left: unset;
}

.sb-close-btn i {
    font-size: 22px;
}

.cart-preview .cart-title {
    padding: 25px 20px;
    margin-bottom: 20px;
    text-align: left;
}

.cart-preview .cart-title h4 {
    font-weight: 600;
}

.cart-preview .product-remove i {
    padding: 2px;
    font-size: 16px;
}

.cart-preview .product-remove:hover i,
.remove-from-cart i:hover {
    background: #b9847c;
}

#amegamenu .amenu-item .amenu-link {
    padding: 18px 23px 17px 41px;
    color: black;
}

.category-item.level-1 {
    margin-right: 60px;
}

.category-item.level-2, .category-item.level-3 {
    margin-bottom: 4px;
}

.category-item.level-2 h5 a, .category-item.level-3 h5 a {
    color: #a7a7a7;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dropdown-content .product-item {
    max-width: 200px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: 0;
}

.product-information-dropdown {
    margin-top: 15px;
    padding-left: 0px;
}

.product-banner .banner-text-bl span {
    text-decoration: underline;
}

.anthemeblocks-producttabs {
    margin-bottom: 43px;
}

.featured-products-block {
    margin-bottom: 35px;
}

.anthemeblocks-producttabs h2 {
    margin-bottom: 2px;
}

.anthemeblocks-producttabs .nav-item {
    margin: 0 32px;
}

.anthemeblocks-producttabs .nav-link:before {
    height: 1px;;
    bottom: 2px;
}

.featured-products .product-title {
    margin-top: 16px;
    line-height: 20px;
}

.featured-products .product-price-and-shipping {
    margin-top: 8px;
}

.featured-products-block .products-section-title {
    margin-bottom: 27px;
}

.featured-products-block .product-price-and-shipping {
    margin-top: 12px;
}

.product-miniature .product-price-and-shipping{
    margin-top: 1.5rem;
    margin-bottom: 10px;
}

#an_brandslider-block {
    margin-bottom: 45px;
}

.footer-container {
    text-align: left;
}

.block-newsletter-title {
    margin-bottom: 7px;
}

.block_newsletter p {
    margin-bottom: 21px;
}

.block_newsletter form input {
    height: 37px;
}

.block_newsletter form input[type=text] {
    padding: 9px 0;
}

.block_newsletter form button[type=submit] {
    right: -8px;
}

.block_newsletter form button[type=submit] i {
    font-size: 20px;
}

.block-contact .blockcontact-desc,
.block-contact .block-contact-title {
    margin-left: 8px;
}

#index #footer {
    padding-top: 0;
}

#footer .h3 {
    margin-bottom: 14px;
}

#footer .footer-container li {
    margin-bottom: 3px;
}

.footer-container li a {
    opacity: .7;
}

.footer-container i {
    font-size: 13px;
    line-height: 11px;
    margin-left: 4px;
    margin-right: 7px;
}

.page-footer .text-sm-center{
    font-size: 1.4rem;
    font-weight: bold;
    color: #b9847c;
}

.page-footer .text-sm-center a{
    color: #7a7a7a;
}

.page-footer .text-sm-center a:hover{
    color: #b9847c;
}

.page-product h1 {
    margin-bottom: 3px;
}

.anthemeblocks-footer-payments li {
    margin-left: 10px;
}

.copyright-container-center {
    text-align: left;
}

.tab-smallitem,
.tab-bigitem {
    width: 50%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: start;
    
}

.featured-products .products {
    position: relative;
}

.tab-pane.active .product-miniature:first-child {
    position: absolute;
    right: 0;
    top: 0;
    width: 540px;
}

.tab-pane.active .product-miniature:first-child .thumbnail-container {
    width: 100%;
}

.tab-pane.active .product-miniature:first-child .product-description {
    width: 100%;
}

.tab-pane.active .product-miniature:first-child .product-title {
    margin-top: 20px;
}

.tab-pane.active .product-miniature:first-child .product-price-and-shipping {
    margin-top: 30px;
}

#password .block_newsletter,
#addresses .block_newsletter{
    display: none;
}

#password #footer {
    padding-top: 65px;
}

#addresses footer {
    padding-top: 67px;
}

.quickview .mask {
    margin-left: 0;
}

.modal.quickview .owl-next,
.modal.quickview .owl-prev {
    background: #f4f4f4;
    display: flex;
    margin: 0;
    padding: 0 0 15px 0;
}

.modal.quickview .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

body#checkout #delivery textarea:focus,
body#checkout #gift_message textarea:focus {
    outline-color: #b9847c;
}

#pagenotfound .block_newsletter {
    display: none;
}

.cart-preview .no-items {
    text-align: left;
    padding: 0 20px;
}

#scrolltopbtn{
    opacity: 0.5 !important;
}
#scrolltopbtn:hover{
    opacity: 1 !important;
}
#header .top-nav-wrap, #header .top-nav-wrap .amenu-link, .fixed-menu .anav-top{
    background-color: #eed7c6;
}

#header .header-nav .cart-preview.active i{
    color: black;
}

.amenu-item .adropdown{
    left: 55%;
}

.category-item.level-1 {
    margin: 0 auto 1rem;
}

.amega-menu .fixed-menu{
    border-bottom: 2px solid #eceded;
}

/*Page d'accueil*/
#custom-text{
    padding: 0;
    margin-bottom: 0;
    text-align: inherit;
}
.home-page .container{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.nosqualites h2, .notrehistoire h2{
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.nosproduits, .notrehistoire, .fondpro{
    margin-top: 2rem;
}

.nosproduits{
    margin-bottom: 3rem;
}
 .nosproduits h2{
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 1rem;
 }
.nosproduits p{
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}
.nosproduits img{
    width: 50%;
    display: block;
    margin: 0 auto;
}

#custom-text .nosproduits h3{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

#custom-text .nosproduits p{
    font-size: 1.5rem;
    font-weight: bold;
}

#custom-text .nosqualites{
    background-image: url("http://localhost/nonna/img/cms/fondqualite.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
}

#custom-text .qualites{
    margin: 2rem auto;
}


#custom-text .nosqualites .container{
    padding: 2rem 0;
}

#custom-text .nosqualites h3{
    text-align: center;
    font-size: 1.2rem;
}

#custom-text .nosqualites img{
    display: block;
    margin: 0 auto;
}

#custom-text .nosqualites .qualite1 img, .nosqualites .qualite2 img, .nosqualites .qualite3 img{
    width: 45%;
}
#custom-text .nosqualites .qualite4 img, .nosqualites .qualite5 img{
    width: 30%;
}

#custom-text .notrehistoire article{
    text-align: center;
}
.container-fluid{
     padding-left: 0;
    padding-right: 0;
}
#custom-text .fondpro{
    background-color: #eed7c6;   
}
#custom-text .prorejoindre{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

#custom-text .pourquoirejoindre h2{
    font-size: 1.6rem;
}
#custom-text .pourquoirejoindre p{
    margin-top: 1rem;
    font-size: 16px;
}
#custom-text .pourquoirejoindre ul{
    list-style: disc;
}

#custom-text .pourquoirejoindre li{
    margin-left: 20px;
}

#custom-text .pronousrejoindre{
    margin-top: 1rem;
}
#custom-text .pronousrejoindre .button{
    width: 50%;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    background-color: #d0bdaf;
    border: 1px solid black;
    margin: 0 auto;
    cursor: pointer;
}

#custom-text .pronousrejoindre .button a{
    text-decoration: none;
    color: black;
}

#custom-text .prorejoindre .question{
    margin-top: 1.5rem;
}

.row {
    margin-right: 0;
    margin-left: 0;
}
#search_filters .facet .collapse{
    display: block;
}
#js-product-list-top{
    background-color: #eceded;
}

.input-group .input-group-btn > .btn[data-action="show-password"] {
  height: 33px;
}

#mobile_top_menu_wrapper .js-top-menu-bottom a{
    color: #001018;
}

.cart-item .js-cart-line-product-quantity.form-control{
    width: 40px;
}
.maj .label.btn.btn-primary{
    margin-top: 0px;
    margin-left: 80%;
    min-width: 100px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    background-color: white;
    color: #b9847c;
    border-radius: 0px;
    border: 1px solid #b9847c;
}
.maj .label.btn.btn-primary: hover{
     background-color: white;
    color: #b9847c;
    border-radius: 0px;
    border: 1px solid #b9847c;
}
.remove-from-cart{
    margin-left: 1rem;
}
.cart-preview .product-remove:hover i, .remove-from-cart i:hover{
    background: #b9847c;
}
.product-additional-info .social-sharing{
    display: none;
}
#add-to-cart-or-refresh .product-discounts{
    margin-bottom: 2rem;
}
#product-details .product-reference, #product-details .product-quantities{
    display: none;
}
.contact-form form .titreh3{
    text-align: center;
}
.#search_widget form input{
    color:black;
}

@media (min-width: 1201px) {
    #_desktop_user_info{
        position: absolute;
        margin: 66rem;
    }
}
@media (max-width: 1200px) {
    .product-line-grid-body {
        padding-left: 35px;
        margin-top: 0;
    }
    .product-line-actions .price {
        left: 10px;
        top: 0;
    }
    .product-line-actions .qty {
        top: 0;
        left: 10px;
    }
    .tab-smallitem {
        width: 100%;
    }
    .tab-pane.active .product-miniature:first-child {
        width: auto;
        position: initial;
    }
    .tab-pane.active .product-miniature:first-child .thumbnail-container {
        width: 255px;
    }
    .tab-pane.active .product-miniature:first-child .product-title {
        margin-top: 16px;
    }
    .tab-pane.active .product-miniature:first-child .product-price-and-shipping {
        margin-top: 8px;
    }
    #_desktop_user_info{
        position: absolute;
        margin: 53rem;
    }
}
@media (min-width: 992px) {
    .header-nav{
        display: none;
    }    
    #header .logo{
        width: 15rem;
        max-height: 100%;
    }
    #_desktop_user_info .user-info{
        width: 120px;
    }
    #_desktop_user_info .user-info a i.fa-user{
        margin: 0 auto;
    }
    #_desktop_user_info .user-info .customer-name{
        position: absolute;
        width: 120px;
        text-align: center;
        line-height: 0.9;
    }
    #search_widget form button, .header-top .search-widget form input[type="text"]::placeholder, #search_widget form .search-btn-close{
        color: black;
    }
    #search_widget{
        margin-top: 10rem;
    }
    #promo-code button{
        margin-top: 1rem;
        line-height: 45px;
    }

    .category-item{
        text-align: center;
    }
    
    #custom-text .img-mobile{
        display: none;
    }

}
@media (max-width: 992px) {
    .banner-wr .product-banner .banner-text-bl {
        opacity: 1 !important;
    }
    .search-widget form button[type=submit] {
        left: 95%;
    }
    .pagination,
    .pagination .page-list {
        text-align: center;
        padding: 5px 0;
    }
    #product #content {
        margin-bottom: 35px;
    }
    #product .tabs .nav-tabs .nav-item {
        width: 100%;
        margin: 0;
    }
    .user-info{
        display: block;
    }
    .vertical-center.header-top-nav .user-info{
        display: none;
    }
    .vertical-center.header-top-nav .blockcart{
        display: none;
    }
    .header-top .search-widget {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        z-index: 1;
    }
    .search-btn-close,
    .search-button {
        display: none;
    }
    .header-top .search-widget form button[type=submit],
    .header-top .search-widget form input[type=text] {
        color: #000;
    }
    .header-top .search-widget form input[type=text]::-webkit-input-placeholder {
        color: #000;
    }
    .header-top .search-widget form input[type=text]::-moz-placeholder {
        color: #000;
    }
    .header-top .search-widget form input[type=text]:-moz-placeholder {
        color: #000;
    }
    .header-top .search-widget form input[type=text]:-ms-input-placeholder {
        color: #000;
    }
    .header-top .search-widget form {
        max-width: 100%;
    }
    .header-top .search-widget form input[type=text] {
        border: 0;
        padding: 10px 15px;
    }
    .header-top .search-widget>.container {
        padding: 0;
    }
    .header-top .search-widget form button[type=submit] {
        right: 15px;
    }
    .block-social {
        text-align: left;
    }
    .featured-products .product-miniature {
        margin: 0 30px 0 0;
    }

    .tab-bigitem {
        display: none;
    }
/*
    .tab-smallitem {
        width: 100%;
    }
    .tab-pane.active .product-miniature:first-child {
        width: auto;
        position: initial;
    }
    .tab-pane.active .product-miniature:first-child .thumbnail-container {
        width: 255px;
    }
    .tab-pane.active .product-miniature:first-child .product-title {
        margin-top: 16px;
    }
    .tab-pane.active .product-miniature:first-child .product-price-and-shipping {
        margin-top: 8px;
    }
*/
    #menu-icon{
        width: 4rem;
        margin-top: 2rem;
    }
    #menu-icon .material-icons{
        font-size: 2.3rem;
    }
    #header .header-nav.tablet-h .top-logo a img{
        width: 9rem;
        max-height: 100%;
    }
    #header .header-nav.tablet-h .user-info, #header .header-nav.tablet-h .blockcart{
      line-height: 48px;
      margin-top: 2rem;
      margin-right: 15px;
    }
    #header .header-nav.tablet-h .blockcart{
        margin-right: 25px;
    }
    .user-info a .fa-user{
        margin-top: 1.1rem;
    }
    .blockcart-link .fa-cart-shopping{
      margin-top: 1rem;
    }
    .user-info .customer-name{
        display: none;
    }
    .amenu-item .amenu-link{
        color: black;
    }
    .notrehistoire, .pourquoirejoindre{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .container .block-contact, .container #block_myaccount_infos{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .pronousrejoindre {
      margin-top: 2rem;
    }
    .maj .label.btn.btn-primary{
        margin-left: 70%;
    }
     #promo-code button{
        line-height: 35px;
    }
    #search_widget{
        margin-bottom: 0;
    }

    #custom-text .qualite4 img,  #custom-text .qualite5 img{
        margin-bottom: 1.5rem;
    }
    .product-miniature .product-description{
        margin: 0 auto;
    }
    #product #content-wrapper div.col-lg-7.col-md-12{
        text-align: center;
    }
    #product #content-wrapper .product-add-to-cart .product-quantity.product-variants-item{
        display: inline-block;
        margin: 0 auto;
    }
    #product .product-add-to-cart .quantity_availability{
        margin: 1rem auto;
        display: block;
    }
    #product #main .tabs{
        margin-top: 0;
    }
    #custom-text .img-mobile .img-fluid{
        max-width: none;
        max-height: none;
        width: 50%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .block-social {
        display: none;
    }
    #cart .cart-item {
        text-align: center;
    }
    .product-line-actions .qty,
    .product-line-actions .price {
        position: static;
    }
    .an_about_us {
        display: none;
    }
    .thumbnail-container .thumbnail-container-image{
        margin-left: 28vw;
    }
    .img_hover_change{
        width: 65%;
    }
}
@media (max-width: 640px) {
    .anthemeblocks-producttabs .nav-item {
        display: inline-block;
    }
    .thumbnail-container .thumbnail-container-image{
        margin-left: 25vw;
    }
    .img_hover_change{
        width: 60%;
    }
    #custom-text .img-mobile .img-fluid{
        width: 100%;
    }
}
@media (min-width: 575px) {
    .product-line-grid-left.col-md-2{
        width: auto;
    }
}
@media (max-width: 575px) {
    #menu-icon .material-icons{
        font-size: 2rem;
    }
    #header .header-nav.tablet-h .top-logo a img{
        width: 7rem;
        max-height: 100%;
    }
    .search-widget form button[type=submit] {
        left: 90%;
    }
    .product-line-grid-body {
        padding-left: 15px;
    }
    #header .header-nav.tablet-h .user-info {
        margin-right: 15px;
    }
    .maj .label.btn.btn-primary{
        margin: 0 auto;
        display: block;
        width: 13rem;
    }
    .thumbnail-container .thumbnail-container-image{
        margin-left: 20vw;
    }
    .img_hover_change{
        width: 70%;
    }
}
@media (max-width: 478px) {
    .img_hover_change{
        width: 70%;
    }
    
}
@media (max-width: 380px) {
    .pagination a:not(.previous):not(.next) {
        margin: 0;
    }
    .featured-products .product-miniature {
        margin: 0 10px;
    }
    #header .header-nav.tablet-h .user-info {
        margin-right: 0px;
    }
    #js-product-list .products .add .cart-form-url .btn-primary{
        min-width: 0;
    }
    .img_hover_change{
        width: 75%;
    }
    
}
