/*
 Theme Name:   Hitek Child
 Description:  Hitek Child Theme
 Author:       XTemos
 Author URI:   https://xtemos.com
 Template:     xts-hitek
 Version:      1.0.0
 Text Domain:  xts-theme
*/

/* Custom CSS */

@media (min-width: 1025px) {
	.xts-general-header .xts-logo img {
		max-height: 75px !important;
	}
}

@media (max-width:320px) {
	.xts-general-header .xts-logo img {
		height: 120px !important;
		min-height: 120px !important
	}
}

.zoomImg {
	background-color: white !important;
}

.xts-product-image img {
	width: 100%; 
    height: 250px; 
    object-fit: contain;
}