/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-variants .custom-select {
    width: auto!important;
}

#index .carousel-indicators {
    display: none;
}

#index #quickview-product-card .product-description-short .grid-item-description img {
    width: 280px !important;
}

#index #quickview-product-card .product-description-short p:nth-child(2) > img {
    width: 280px !important;
}

#category .carousel-indicators {
    display: none;
}

#category #quickview-product-card .product-description-short .grid-item-description img {
    width: 280px !important;
}

#category #quickview-product-card .product-description-short p:nth-child(2) > img {
    width: 280px !important;
}

#index .categories_wrap .wrap-container h2 {
    font-size: 40px;
    color: #0088a9;
    font-family: Cervo-Medium,Sans-Serif;
}

#index .categories_wrap .wrap-container span {
    color: #000000;
    font-family: Cervo-Medium,Sans-Serif;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 480px){
    #footer h3.title-block{
        color: white;
    }
}