/*
Theme Name: Inprint Ssmpl
Author: Anonymous
Version: 4.6.1.7322097
Template: storefront
*/

body,button,input,textarea {
	color: #333;
    font-family: "Inter",sans-serif;
	font-style: normal;
    font-weight: 400;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
}

a {
	color: #333;
    text-decoration: none;
    transition: all .25s ease;
}

a:focus, input:focus, textarea:focus, button:focus {
     outline: none;
}

a:hover {
	color: #747474;
}

.wcpt-title, .wcpt-price  {
	font-weight: 500 !important;
}

a.wcpt-button, .wcpt-search-submit {
	/*background-color: #0288d1;*/
	/*background-color: #83b735;*/
	background-color: #0f834d !important;
	color: #ffffff;

}

.wcpt-cart-widget {
	/*background-color: #0288d1 !important;*/
	/*background-color: #83b735 !important;*/
	background-color: #0f834d !important;
}

/**
 * Size of quantity field
 */
.wcpt-table .quantity.wcpt-quantity {
    min-width: 3.5em !important;
	background-color: #f2f2f2;
}

/**
 * Odd table line color
 */
table.wcpt-table tr.wcpt-odd > .wcpt-cell {
	background-color:rgba(0, 0, 0, 0.06) !important;
}


td.wcpt-cell {
	padding-right: 15px !important;
}


.col-full {
	max-width: 106.4989378333em;
}

.site-branding .site-title {
    width: 9em;
}

/** 
 * Hide Title Page
 */
.page .entry-title {
	display: none;
}

/** 
 * Hide some fields on mobile
 */
/*
@media(max-width: 66.4989378333em) {
	.wcpt-was-left-sidebar, .wcpt-ratio-70-30, .wcpt-ratio-0-100 {
		display: none;
		visibility: hidden;	
		font-size: 0;		
	}
	
	.col-full {
		margin-left: 0.7079em;
		margin-right: 0.7079em;
		padding: 0;
	}
}
*/

/** 
 * Compact breadcrumb
 */
@media (min-width: 768px) {
	.storefront-breadcrumb {
		margin: 0 0 0;
	}
}

/**
 * Resize language bar after remove search bar
 */
@media (min-width: 768px) {
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
		width: 73.8260869565%;
		float: left;
		margin-right: 0;
	}
}

/**
 * Resize level-bar
 */
span.wcpt-stock img {
	height: 16px;
}

/**
 * Progress-bar stock
 */
@media (min-width: 768px) {
	progress[value].prgstck {
		width: 75px;
		height: 32px;
	}
}

/**
 * Remove underline on product carousel
 */
.hentry .entry-content a {
	text-decoration: none;
}

/**
 * Copy button
 */
.sku_copy {
	padding: 2px;
	vertical-align: text-top;
}

/**
 * Tooltip copy button
 */
#copyclipboard_single[tooltip]:focus:after {
  content: attr(tooltip);
  display: block;
  position: absolute;   
  transform: translate(-35%, -200%);
}
#copyclipboard_table[tooltip]:focus:after {
  content: attr(tooltip);
  display: block;
  position: absolute;
  transform: translateY(100%);
}
span.wcpt-sku:hover {
	color: #747474;
}

/**
 * Compact search field with avalibility
 */
@media (max-width: 749px) {
    .wcpt-header .wcpt-search-wrapper, .wcpt-search {
		width: 170px;
    }
}
/*
@media (max-width: 749px) {
	body:not(.wcpt-nav-modal-on) .wcpt-navigation .wcpt-options-row {
		display: block !important;
		float: right !important;
		margin: 0 !important;
    }
	.wcpt-search-wrapper {
		width: 55% !important;
		display: block !important;
		float: left !important;
	}
	body:not(.wcpt-nav-modal-on) .wcpt-navigation .wcpt-options-row .wcpt-option {
        margin-right: 0px !important;
		margin-top: 5px !important;
	}
}
*/


/**
 * Align vertical available
 */
@media (max-width: 749px) {
	.wcpt-option {
		margin-top: -2px !important;
	}
}

@media (min-width: 1200px) {
    .wcpt-left-sidebar .wcpt-dropdown-menu, .wcpt-left-sidebar .wcpt-options {
        max-height: 600px;
    }
}

/**
 * Add support to mobile
 * Remove support on desktop
 */
/*
@media (max-width: 749px) {
	.wcpt-sort {
		display: none !important;
	}
}

@media (min-width: 1065px) {
	.wcpt-support {
		display: none !important;
	}
}
*/

.storefront-handheld-footer-bar {
	display: none;
}

/* Is there any way to remove search bar from the 404 page? */
div.error-404.not-found div.page-content > section, div.error-404.not-found div.page-content > p {
    display: none;
}