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

 .product-miniature .thumbnail-container {
    padding: 10px;
    text-align: center;
    /* background: #012349; */
    background: #d9d9d9!important;
    margin: 3px;
    border-radius: 10px;
    /* color: white; */
    
}

h3.product-title a{
    color: #012349!important;
    font-size: 17px;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

h3.product-title a:hover{
    color: red;
    font-size: 17px;
}
/* main {
    background: center 0 no-repeat url(https://ci.jumia.is/cms/00---BF24/LIVE/SBD_ATL/CI_W43_BG_GEN_BF24_LIVE_SBD_ATL-ezgif.com-optijpeg.jpg);
} */

.product-miniature .product-price-and-shipping {
    font-size: 16px;
    margin: 14px 0 0;
    background: white!important;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px;
    /* width: 100px; */
}

.product-miniature .product-price-and-shipping .price{
    font-size: 16px;
    font-weight: bold;
}
#tptn-config .tptn-config-switch, .custom-text {
    display: none;
}

#blockcart-modal .modal-header {
    background: #012349!important;
}



/* #header .header-bottom, #header .mobile-header-bottom {
    background-color: #012349!important;
} */

.footer-top{
    display: none !important;
}

.page_seller_follow{
    display: none!important;
}

.footer-container{
    /* background: #828282!important; */
    background: #ebebeb !important;
}

/* .brandcrsl{
    display: none !important;
} */

/* #custom-text{
    display: none!important;
} */

#manufacturers{
    display: none!important;
}

.slick-slide img {
    display: block;
    margin: auto;
    /* width: 100%; */
}