/*
 Theme Name:   Amwerk Child
 Theme URI:    http://amwerk.bold-themes.com
 Description:  Amwerk child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     amwerk
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  amwerk-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

//*Hide price from product page*/

.price{
	display: none !important;
}

/*Certificates iamges footer*/
.absolute-image-container {
	position: fixed;
	bottom: 10px;
	/*max-width: 300px;*/
	max-width: 200px;
	display: flex;
	gap: 20px;
	left: 15px;
	z-index: 100;
}

.absolute-image-container a:hover {
	 transform: scale(1.2);
}

/*Style TRGOVINA page, mailto link*/
.posljite-povprasevanje-div{
	margin-bottom: 2rem;
}

.mail-link{
	color: #28466d !important;
	padding-bottom: 1rem;
	border-bottom: 2px solid #0c2b6d;
}

.mail-link:hover{
	color: #4485db !important;
}

@media screen and (max-width: 1200px){
	.absolute-image-container{
		max-width: 200px;
		gap: 10px;
	}
}

@media screen and (max-width: 768px){
	.mail-link{
		border-bottom: none;
	}
	
	.posljite-povprasevanje-div{
		border-bottom: 2px solid #0c2b6d;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}
	.absolute-image-container{
		max-width: 150px;
		gap: 10px;
	}
}

@media screen and (max-width: 620px){
	#mobile-footer {
	padding-bottom: 60px;
	}
	.absolute-image-container{
		max-width: 150px;
		gap: 10px;
	}
}