/*
Theme Name: TheShop Child
Template: theshop
Version: 1.0.0
Text Domain: theshop-child
*/

@font-face {
	font-family: 'blackmask';
	src: url('fonts/Blackmask.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

h1.site-title {
	font-family: 'blackmask', 'Trebuchet MS', sans-serif;
	text-align: center;
	font-weight: 100 !important;
	font-size: 70px;
	color: #444444;
}

@media screen and (min-width: 300px) {
	h1.site-title a {
		font-family: 'blackmask', 'Trebuchet MS', sans-serif !important;
		font-weight: 100 !important;
		font-size: 70px !important;
		color: #444444;
	}
}

@media screen and (min-width: 768px) {
	h1.site-title a {
		font-family: 'blackmask', 'Trebuchet MS', sans-serif !important;
		text-align: center;
		font-weight: 100 !important;
		font-size: 89px !important;
	}
}

.site-description {
	text-align: center;
	font-weight: 600;
	margin: 0 !important;
	padding: 1px 4px 0 0;
	border-top: 1.5px solid #ffffff;
	border-bottom: 1.5px solid #ffffff;
}

.site-header {
	background-color: rgba(239, 236, 234, 0.7) !important;
}

.mtsnb .mtsnb-button {
	font-weight: 400 !important;
	font-size: 15px;
	text-shadow: none !important;
}

.hentry:first-of-type {
	padding-top: 0;
}

/* Reserve slider space before Owl Carousel initializes to reduce CLS */
.header-slider {
	min-height: 352px;
}

.header-slider .owl-wrapper-outer,
.header-slider ul.owl-carousel {
	min-height: 352px;
}

.header-slider .slide-item {
	display: block;
	width: 100%;
	height: auto;
}

/* Layout and forms */
#primary.content-area {
	padding-right: 45px;
	float: left !important;
}

#secondary.widget-area {
	padding-right: 0;
	float: right !important;
}

.shipping .shipping_method {
	width: 20px;
}

div.swatch-wrapper.selected {
	border: 2px solid #330066;
	padding: 1px;
}

.woocommerce .variations .label {
	width: 5.4em;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: 8px 9px 9px;
}

.single-product.woocommerce .quantity .qty {
	padding: 4px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 5px 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px;
}

.woocommerce form .form-row .input-checkbox {
	margin: -5px 8px 0 0;
}

[type="submit"] {
	padding: 4px;
}

.widget {
	margin: 0 0 20px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #f1f1f1;
}

.widget {
	color: inherit;
}

.widget a {
	color: #8c8f94;
}

.platebni-metody {
	filter: grayscale(100%) opacity(0.6);
	transition: 1s;
}

.platebni-metody:hover {
	filter: grayscale(0) opacity(1);
}

.woocommerce a.remove {
	line-height: 0.9;
}

input[type="radio"]:checked + label {
	color: #6d6996;
}

button.woo_order_tip_apply {
	padding: 5px 14px;
	margin: 0 29px 5px 0;
	font-weight: 400;
}

button.woo_order_tip_remove {
	padding: 5px 14px;
	margin: 0 0 5px;
	font-weight: 400;
}

button.woo_order_tip {
	padding: 5px 10px;
	margin: 0 0 5px;
	font-weight: 400;
}

.order_tip_title {
	padding: 6px 0;
	font-weight: 700;
}

.woo_order_tip_custom_text_field {
	width: 285px;
	max-width: 100%;
}

.redbg {
	background-color: #999999;
	color: #ffffff;
}

/* WooCommerce product tweaks */
.reset_variations,
a.reset_variations {
	display: none !important;
}

p.stock.qty {
	color: #c24641 !important;
	font-size: 15px !important;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 1;
	display: block;
	font-size: 15px;
}

.woocommerce .price del {
	text-decoration: none !important;
}

.woocommerce .price del span.woocommerce-Price-amount.amount {
	text-decoration: none;
	position: relative;
}

.woocommerce .price del span.woocommerce-Price-amount.amount::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10%;
	width: 120%;
	height: 2px;
	background-color: #ad2222;
	transform: rotate(-13deg);
	opacity: 0.6;
}

.wooct-countdown.wooct-style-02 .wooct-timer > span {
	border: 1px solid #c24641 !important;
}

.wooct-countdown.wooct-style-02 .wooct-timer > span span:first-child {
	font-size: 26px;
	font-weight: 500;
	color: #c24641 !important;
	margin-bottom: 5px;
	word-break: keep-all;
	white-space: nowrap;
}

h2.fmp-category-title {
	width: 380px !important;
}

hr.is-style-default {
	margin-top: 0;
	margin-bottom: 5px;
}

/* Plugin output */
.illusionbar-service-fee-note {
	color: #8c8f94;
	font-weight: 700;
	font-size: 0.7em;
}

.illusionbar-event-info p {
	margin: 3px 0;
	line-height: 1.4;
}

.illusionbar-event-info p:first-child {
	margin-bottom: 12px;
}

@media only screen and (max-width: 991px) {
	.header-slider,
	.header-slider .owl-wrapper-outer,
	.header-slider ul.owl-carousel {
		min-height: 220px;
	}

	#primary.content-area {
		padding-right: 0;
	}
}
