/*
Theme Name:   	Techmarket Child
Theme URI:    	https://themeforest.net/item/techmarket-multidemo-electronics-store-woocommerce-theme/20241155
Author:         MadrasThemes
Author URI:     https://madrasthemes.com/
Description:  	This is the child theme for the techmarket theme
Template:     	techmarket
Version:      	1.3.1
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	techmarket-child
Tags:         	e-commerce, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options
*/

.site-header .custom-logo-link svg, .site-header .site-logo-anchor svg, .site-header .site-logo-link svg {
    min-width: 176px;
    height: 42px;
}

.site-header .site-branding {
    margin-bottom: 0.533em;
}

.call-header a {
	font-size: 20px;
    color: red !important;
}

@media (min-width: 1025px) {
	.sticky-wrapper .techmarket-sticky-wrap.stuck>.row {
	    padding: 5px 0 5px;
	}
}

.single-product .single-product-header {
    padding-bottom: .87em;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: .875em;
}

.single-product .single-product-meta {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: .625em;
    margin-bottom: .625em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 768px) {
	.single-product .techmarket-tabs .tm-tabs li a, .single-product .techmarket-tabs .wc-tabs li a, .single-product .woocommerce-tabs .tm-tabs li a, .single-product .woocommerce-tabs .wc-tabs li a {
	    padding: .86em 0;
	}
}

.box-prod {
    width: auto;
    margin-top: 9px;
    min-height: 10px;
    padding: 9px;
    border: 1px solid #0063d1;
    border-radius: 10px;
    margin-bottom: 20px;
}

.box-prod ul {
	    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.products .product .woocommerce-loop-product__title, .products .product h2, .products .product h3 {
    line-height: 1.5em;
    font-weight: 400;
    color: #626060;
    font-size: 1em;
    overflow: hidden;
    max-height: 42px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.single-product .techmarket-tabs .tm-tabs, .single-product .techmarket-tabs .wc-tabs, .single-product .woocommerce-tabs .tm-tabs, .single-product .woocommerce-tabs .wc-tabs {
    margin-bottom: 6px;
}
