/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.html_content p span{
    color: #ffb611;
}
.back-to-top {
    width: 59px;
    height: 100px;
}
.back-to-top img {
    max-width: 70px;
}
#search_widget form input {
    padding: 7px;
    background-color: #ffb611;
}
input[type="text"]:focus{
    color: black !important;
}
.ttr_slideshow{
    display: none !important;
}
.img-footer{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}
@media only screen and (min-width: 150px) and (max-width: 991px) {
    .img-footer{
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
}
.all-product-link{
    display: none;
}
@media (max-width: 760px) {
    .product-line-grid-right div .col-xl-10{
        min-width: 80% !important;
    }
    .product-line-grid-right div .col-xl-10 div .col-xl-3{
        padding-right: 50px !important;
    }
    .product-line-grid-right div .col-xl-10 div .col-xl-6{
        max-width: calc(50% - 50px) !important;
    }
    .product-line-grid-right div .col-xl-2{
        max-width: 20% !important;
    }
}
.row .col-3 img{
    width: 50px;
}
td .label-pill{
    padding: 5px;
    border-radius: 10px;
    color: white !important;
    font-size: 14px !important;
}
.discount-percentage{
    top: 50px !important;
    left: 9px !important;
}
