@charset "UTF-8";
/*
Theme Name: Systo OP
Theme URI: 
Author: Systo
Author URI: https://systo.cz/
Description: 
Requires at least: WordPress 5.5.3
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 
Tags: 

Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/


body, a, div, p, span{
	font-family: 'Cabin', sans-serif;
}

body{
	background-color: #eeeeee !important;
	padding: 10px 70px;
}

.head-c{
	padding: 20px 20px 30px 20px;
}

.top-navigation{
	padding-bottom: 5px;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	background: #ed8433;
	font-size: 13px;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	border-color: transparent #ed8433 transparent;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before {
    border-right-color: #7cb9e3;
}

.home-widget-col a{
	padding: 5px;
    display: block;
}


.cs-row a:hover, .cs-row-small a:hover{
	text-decoration: none;
}

.cs-row{
	background: white;
}

.cs-row-small a{
	background: #fff;
	display: block;
	box-shadow: 0 0 3px 0px #dadada;
	padding: 5px;
}

.cs-item-title{
	margin-top: 15px;
	text-align: center;
}

.cs-image-lg, .cs-image-sm{
    background-size: 80% !important;
    background-position: center !important;
	background-repeat: no-repeat !important;
}

.cs-image-lg{
	height: 180px;
}

.cs-image-sm{
	height: 100px;
}

.cs-row-inner{
	padding: 15px 0;
}

.cs-row .cs-col{
	border: 1px solid #e5e5e5;
	outline: 1px solid #fff;
}

.cs-row-small .cs-col{
	padding-left: 5px;
	padding-right: 5px;
}

.cs-title{
	margin-bottom: 30px;
}

.cs-item-title{
	font-size: 15px !important;
}


.home-widget-bg{
	position: absolute;
	background-position: center;
    background-size: cover;
	top: 0;
    box-sizing: border-box;
    left: 15px;
    width: 100%;
    height: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.home-widget-col a:hover .home-widget-bg{
	opacity: 0.7;
    background: #339fd4;
}

.home-widget-col .inner-large{
	padding: 60px 20px 20px 20px;
}

.home-widget-col .inner-middle{
	padding: 50px 20px 20px 10px;
}

.home-widget-col .inner-small{
	padding: 20px 20px 20px 10px;
}

.home-widget-row-inner{
	
	background-position: center;
    background-size: cover;
	box-shadow: 0 0 3px 0px #939393;
	position: relative;
}

.home-widget-row-inner:hover{
	box-shadow: 0 0 6px 0px #939393;
}

.widget-home-text{
	color: #fff;
	font-size: 22px;
}
.widget-home-subtext{
	color: #fff;
	font-size: 14px;
}

#page{
	background-color: #fefefe;
}

.header-widget-center{
	padding: 30px 50px;
}

.header-widget-right{
	padding: 35px;
}
.header-widget-left{
	padding: 0 35px;
	text-align: center;
	display: block !important;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a{
	color: #1a1a1a; 
}

h1{
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 2px;
}

h2{
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 2px;
}

h3{
	font-size: 20px !important;
	font-weight: bold;
}

h4{
	font-size: 17px !important;
	font-weight: bold;
}

a{
	color: #147434 ;
}

a:hover{
	color: #224824 ;
	text-decoration: none ;
}

.navigation{
	z-index: 2;
}

.icon-widget-row a{
	color: #274350;
}

.icon-widget-row a:hover{
	color: #274350;
	text-decoration: none;
}

.post-publish{
	margin-top: 10px;
    display: block;
    font-size: 15px;
}

/*TOPBAR*/

.top-bar-center{
	text-align: center;
}

.site-logo{
	display: inline-block;
}

.site-logo img{
	max-width: 100%;
	height: auto;
}

.site-featured-image{
	height: 340px;
	background-size: cover;
	background-position: center;
}

/* TITLE */
.page-title{
    margin-bottom: 30px;
}

.shipping-list{
	margin: 30px 0;
}

.left-sidebar{
	border-right: 1px solid #e3e3e3;
    box-shadow: 0 0 13px 0px whitesmoke;
	padding: 10px;
}

.product-widget-title a{
	color: #262626;
    font-weight: 600;
    font-size: 18px;

}
.product-widget-title{
	padding-bottom: 7px;
}

.product-widget-data{
	border: 1px solid #e5e5e5;
	outline: 2px solid #fff;
}

.product-widget-flag{
	position: absolute;
    color: #fff;
    padding: 2px 10px;
    left: 0px;
	z-index: 1;
	font-size: 14px;
}

.woocommerce-ordering {
    z-index: 1;
}

.flag-sale{
    background: #e91e63;
}

.flag-ms{
    background: #4caf50;
}

.contact-left{
	background: #f5f5f5;
    padding: 30px;
    margin: 30px 0;
}

.contact-title{
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
}

.contact-title-top{
	font-size: 20px;
	font-weight: bold;
}

div.product .woocommerce-tabs ul.tabs li::before {
    height: 0 !important;
    width: 0 !important;
	content: none;
}

.woocommerce .woocommerce-ordering select{
	border: 1px solid #ddd;
}

.product-widget-details{
	margin-bottom: 90px;
	padding-top: 10px;
}

.product-widget-details a.button{
	margin: 2px;
}



.product-widget-description{
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
}

.product-widget-image{
	background-size: 80%;
    background-repeat: no-repeat;
	height: 300px;
	background-position: center;
}

.product-widget-price del{
	display: none;
}

.product-widget-price{
	text-align: right;
}
.product-widget-price .woocommerce-Price-amount{
	padding-right: 10px;
}

#main-title{
	position: absolute;
	top: 270px;
}

.page-title h1{
    text-transform: uppercase;
	font-size: 55px !important;
	font-weight: bold !important;
	color: #ffffff;
	background: #dfdfdfe8;
	display: inline-table;
}

.woocommerce div.product div.images img {
    width: auto;
    max-height: 400px;
    margin: auto;
}

/* plugins */

.wpfFilterContent .ui-slider.ui-widget-content .ui-slider-handle, .ui-slider {
	border: 1px solid #ddd !important;
}

.wpfLoaderLayout {
    text-align: center !important;
}


/* CONTENT */
.edit-link{
	display: block;
	padding: 5px;
	text-align: right;
}

.sub-title{
	font-size: 20px;
	color: #505050;
	letter-spacing: 2px;
    text-transform: uppercase;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

.site-content a:hover{
	color: #6f6f6f;
	text-decoration: none ;
}

/* FOOTER */
.site-footer, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer a{
	color: #1a1a1a !important;
}

.menu-footer-menu li{
	text-align: left;
}

.mega-menu-menu-1{
	box-shadow: 0 0 3px 0px #939393;
}


.site-footer a:hover{
	color: #666 !important;
}

.site-footer{
	padding: 20px 20px 0 20px;
	background: #f5f5f5;
    margin-top: 100px;
}

.product-widget-addtocart{
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.site-info{
	padding: 20px;
}

.site-info-left{
	font-size: 15px;
}

.site-info-right{
    font-size: 13px;
    color: #545454;
}

.wpfSearchFieldsFilter{
	border: 1px solid #ddd;
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
	margin-bottom: 20px !important;
}


.mega-menu-title, .mega-menu-title a{
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border: 1px solid #ed8433;
}

.woocommerce a.button, .woocommerce button.button.alt{
	background-color: #ed8433 !important;
	color: #ffffff !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
	box-shadow: 0 0 3px 0px #939393;
}

.op-button, .wc-block-components-button{
	background-color: #ed8433;
	border-radius: 0;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
	margin: 10px 0;
	display: block;
        border: 0;
}
.op-button:hover, .wc-block-components-button:hover{
	background: #ff9800;
	text-decoration: none;
	color: #ffffff !important;
}

.woocommerce a.button:hover, .woocommerce button.button.alt:hover{
	background-color: #ff9800 !important;
	box-shadow: 0 0 3px 0px #939393;
}

#order_review_heading{
	margin-top: 30px;
}

.home-info-row{
	/*box-shadow: 0 0 3px 0px #939393;*/
}

.availabilityText{
	color: #000;
}

.availabilityText svg{
	color: #4caf50;
}

.availabilityCount{
	color: #fff;
    background: #4caf50;
    display: inline-block;
    max-width: fit-content;
    padding: 5px;
    font-size: 15px;
	margin-bottom: 10px;
}
.availabilityCountDesc{
	color: #000;
    display: inline-block;
    padding: 5px;
    font-size: 15px;
	margin-bottom: 10px;
}

.left-sidebar .widget-content{
	margin-bottom: 60px;
}

.contact-right{
	background-position: right;
    background-size: cover;
}

.woocommerce-tabs ul.tabs li {
	border: unset !important;
	border-radius: unset !important;
}

.woocommerce-tabs ul.tabs li.active {
	background: #ed8433 !important;
	color: #fff !important;
	border-bottom: unset !important;
	text-transform: uppercase;
}

.woocommerce-tabs ul.tabs{
	text-transform: uppercase;
}

.woocommerce-tabs .panel h2{
	display: none;
}

.woocommerce a.button:hover{
	background-color: #ff9800!important;
	color: #fff!important;
}

.woocommerce div.product p.price{
    color: #29838c;
    font-size: 25px;
}

.woocommerce div.product form.cart .variations select {
	min-width: 10% !important;
}

.entry-summary{
    background: #f5f5f5;
    padding: 20px;
}

.sub-category-list{
	margin-bottom: 20px;
}

.sub-category-list-more{
	display: none;
	margin: 20px 0;
}

.term-description{
	padding: 10px;
}

.archive_category_list{
	padding: 10px;
	border: 1px solid #e3e3e3;
    box-shadow: 0 0 13px 0px whitesmoke;
	margin: 5px;
	display: inline-block;
}

.archive_category_list_more{
	background: #ed8433;
	color: #fff;
}
.archive_category_list_more:hover{
	background: #4492c9;
	color: #fff !important;
}

.widget-title{
	font-size: 18px !important;
	color: #505050;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.widget ul{
	list-style-type: none;
	padding-left: 0;
}

.widget ul li a{
	color: #000000;
	text-decoration: none;
}

.widget {
	text-align: left;
	margin: 20px 0 20px 0;
}

.widget-column{
	margin: 40px 0 40px 0;
}

.header-widget-center{
	text-align: center;
}

.widget-content{
	padding: 10px;
}

#site-navigation{
	padding: 20px 0 0 0 ;
}

.widget ul li a {
	color: #fff;
}

.icon-bar a, .top-bar-right a{
	color: #000;
}
.top-bar-right a:hover{
	color: #ddd;
	text-decoration: none;
}
.site-featured-image-text{
	position: absolute;
    top: 100px;
    left: 50px;
    color: white;
}

.title-desc{
	font-size:20px;
}

.site-featured-image-box{
	position: relative;
	padding: 0 !important;
}

/*BOOTSTRAP*/

.search-field{
	border: 0;
	padding: 0;
	margin: 0;
	background: #fff;
	padding: 8px;
}

.search-submit{
	border: 0;
	padding: 0;
	margin: 0;
	background: #fff;
	padding: 8px;
}

.post-thumbnail{
	background-size: cover;
    height: 150px;
    background-position: center;
	border-radius: 15px;
}

.post-thumbnail-rounded{
	background-size: cover;
    height: 250px;
    width: 250px;
    background-position: center;
	border-radius: 999px;
}

.post-list{
	margin: 40px 0 40px 0;
}

.post-title-small{
	font-weight: bold;
	text-transform: uppercase;
}

.post-title-medium{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
	color: #000000
}

.home-grey{
	background: #dfdfdf;
	padding: 40px;
	margin-top: 30px;
}
.home-right-arrow{
	position: absolute !important;
    display: flex !important;
    left: 200px !important;
    top: 140px !important;
}

.post-publish{
	font-weight: bold;
}

.mfp-bottom-bar {
	display:none;
}


#mega-menu-wrap-topMenu{
	padding-top: 20px;
}

/* small device */
 @media only screen and (max-width: 576px) {

	
	.page-title h1{
		font-size: 25px !important;
	}
	
	.header-widget-block{
		text-align: center;
	}
	
	.site-logo{
		text-align: center;
		position: unset;
	} 
	
	.archive-data{
		font-size: 10px !important;
	}
	
}

.header-widget-1{
	display: inline-block !important;
}

.entry-title{
	font-size: 20px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    margin-top: 20px;
}

.entry-content{
	padding: 30px 0;
}

/* SINGLE PAGE */ 
.sidebar-block{
	margin-bottom: 20px;
	padding: 0 30px;
}

.content-map{
	margin-top: 40px;
	border-top: 4px solid #d6d6d6;
}

.custom-post-content{
	border-left: 1px solid #e8e8e8;
}

/* MENU */

.menu-title{
	text-transform: uppercase;
	font-size: 55px;
	font-weight: bold;
	color: #d5d5d5;
	padding: 0 20px;
	text-align: right;
}

/* WIDGET */
.widget-home-title{
	text-transform: uppercase;
	font-size: 55px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 20px;
}

.widget-home-link-image{
	display: inline-block;
}

.widget-home-image img{
	max-width: 100% !important;
	max-height: 300px;
}

.widget-home-link .post-title-medium{
	margin-top: 30px;
    display: block;
}

.widget-home-archive .archive-data{
	font-weight: bold;
}

.archive-button{
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}

.archive-button a{
	color: #000000;
}

.icon-right{
	display: contents;
}

.home-button-image img{
	border-radius: 999px !important;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 30px;
}

.woocommerce-checkout .woocommerce-input-wrapper{
	width: 100%;
}

.woocommerce-checkout .input-text, .input-textarea{
	border: 1px solid #ddd;
	padding: 5px;
}

.widget-home1{
	margin-bottom: 80px;
}




.wpfMainWrapper .wpfFilterVerScroll::-webkit-scrollbar-track {
	border: 0 !important;
	padding: 2px 0;
	background-color: #f1f1f1 !important; 
}
.wpfMainWrapper .wpfFilterVerScroll::-webkit-scrollbar {
	width: 10px;
}

.wpfMainWrapper .wpfFilterVerScroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #c1c1c1 !important;
	border: 0 !important;
}

.home-info-text{
    color: #fff;
    font-size: 18px;
    display: inline-block;
	text-align: left;
	text-transform: uppercase;
}

.home-info-value{
	    font-size: 23px;
    color: #131418;
    display: inline-block;
    padding: 30px 10px;
    margin-top: 10px;
    width: 100%;
    background: rgb(255 255 255);
    border-radius: 3px;
    text-align: center;
}

.home-info-widget{
	background: url(https://oslavparty.cz/wp-content/uploads/2023/02/clouds4.webp);
	padding: 30px;
	background-position: top;
    background-size: cover;
	box-shadow: 0 0 3px 0px #939393;
	color: #fff;
}

.textwidget a:hover{
	font-style: normal;
}

.hp-text-bf{
	background: #f5f5f5;
	padding: 30px;
	box-shadow: 0 0 3px 0px #dedede;
}

.home-subtitle{
	font-size: 18px;
    color: #505050;
}


.home-info-row-heading{
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.woocommerce-message {
	border-top: 5px solid;
	border-top-color: #4caf50 !important;
}
.woocommerce-message::before {
	color: #4caf50;
}

@media  only screen and (max-width: 1200px) {
	.widget-home-title{
		font-size: 40px;
	}

	.header-widget-right{
		padding-left: 25px;
		padding-right: 25px;
	}

	.header-widget-left {
		padding: 10px 25px;
	}
	body{
		padding: 10px 20px;
	}
	.mega-menu-title{
		font-size: 15px;
	}
}

@media only screen and (max-width: 768px) {


	.site-logo{
		max-width: 60px;
	}

	.product-widget-addtocart{
		position: unset;
		text-align: center;
	}
	
	.product-widget-price{
		padding-top: 10px;
		text-align: center;
	}
	
	.page-title h1 img{
		display:none;
	}
	
	.head{
		width: 100%;
		margin-left: unset;
	}
	
	.ib-row{
		margin-top: unset !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		text-align: center;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		text-align: center;
	}
	
	.header-widget-center, .header-widget-right{
		padding: 10px 5px;
	}

	.header-widget-left {
		padding: 0 5px;
	}
	
	.top-navigation{
		display: none;
	}
	
	.header-cart-icon{
		text-align: center;
	}
	
	body{
		padding: 0;
	}

	.header-cart-icon .dashicons {
		font-size: 15px;
	}
	
	.product-widget-image {
		background-size: 50%;
		height: 200px;
	}

	.product-widget-title a{
		font-size: 14px;
	}

	.home-widget-col .inner-middle {
		padding: 50px 0 20px 0;
	}

	.home-widget-col a {
		padding: 2px;
	}

	.home-widget-col .inner-small {
		padding: 20px 3px 20px 3px;
	}

	.widget-home-text{
		font-size: 15px;
	}
	
	.header-cart-icon-content:hover .shopping-cart-dropdown{
		width: 100%;
	}
	
	.woocommerce-ordering, .woocommerce-ordering select{
		width: 100%;
	}
	
	.woocommerce-ordering select, .woocommerce-mobile-filters{
		background: #ed8433;
		color: #fff;
		padding: 10px;
		box-shadow: 0 0 13px 0px whitesmoke;
		margin-bottom: 15px;
	}

	.menu-footer-menu-container li a, .menu-footer-menu-2-container  li a{
		padding: 13px 0;
		display: block;
		width: 60%;
		border-bottom: 1px solid #e7e7e7;
	}
}




