/*
Theme Name: Tank Child
Theme URL: https://themeforest.net/item/tank-creative-portfolio-wordpress-theme/34096116
Description: Child theme of Tank
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: tank
Version: 1.1.2
Text Domain: tank-child
*/ 
/*******Add Your Css Below This Line*********/

@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
    body {
        font-size: 16px;
    }
    .tt-logo {
        max-width: 90px;
        padding-top: 8px;
    }
}
.single-product .single-product-quantity {
    display: none;
}
.single-product-adc-button {
    padding-left: 0px !important;
}
.tt-btn-primary,
.sp-adc-btn {
    background-color: #2eb964 !important;
}
.woocommerce div.product p.stock {
    font-size: 22px;
    text-transform: uppercase;
}
.mm-sold-badge {
    display: block;
    font-size: 42px;
    text-transform: uppercase;
    position: absolute;
    z-index: 999;
    top: 30px;
    left: 40px;
    height: 20px;
    color: red;
}
.tt-grid-item.product.outofstock .tt-product-image-holder::before {
    content: '';
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
}

#tt-header {
    background-color: #0a0a0a;
}

#page-header.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image {
    width: 680px !important;
}
@media (max-width: 992px) {
    #page-header.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image {
        width: 70% !important;
    }
}

.product-categories li .count {
    display: none;
}
.product-categories li li .count {
    display: inline-block;
}




