/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.4.0
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

h1 {
	display: flex;
	align-items: center;
}

h1 img {
	margin-right: 1em;
}

.plovi-button{
	padding: 0.5em;
	border: 1px solid black;
	margin-bottom: 1em;
	display: inline-block;
	border-radius: 15px;
	text-decoration: none;
	background: lightblue;
	color: black;
	margin-right: 0.5em;
}

td {
	word-wrap: break-word;
    word-break: break-all;
	max-width: 5vw;
}

th {
	max-width: 5vw;
	overflow: hidden;
}

.max_width{
	max-width: 15vw;
}

.middle_width{
	max-width: 7vw;
	text-align: center;
}

.sk-input{
	width: 100%;
}

.product_cards {
	display: flex;
    gap: 10px;
	flex-wrap: wrap;
}

.product_card {
	background: lightblue;
    border-radius: 15px;
    padding: 1em;
	width: 300px;
}

.product_card .name {
	height: 5em;
}

.product_card .prices{
	display: flex;
	align-items: center;
}

.product_card .delivered {
	text-align: right;
    margin-top: 1em;
}

.product_card .delivered button{
	width: 100%;
}

.finished {
	filter: grayscale(100%);
}

.finished {
	filter: grayscale(100%);
}

.finished button {
	pointer-events: none;
}

.finished input {
	pointer-events: none;
}

@media (max-width: 600px) {
	.statut_div{
		width: calc(100% - 30px);
	}
	
	.product_card {
		width: 100%;
	}
	thead {
		display: none;
	}
	
	tr {
		display: flex;
        flex-wrap: wrap;
        border-bottom: 3px solid;
        justify-content: right;
	}
	
	td {
		display: flex;
		flex: 0 0 100%;
        flex-wrap: wrap;
		max-width: none;
	}
	
	.max_width {
		flex: 0 0 100%;
		max-width: none;
	}
	.middle_width {
		flex: 0 0 100%;
		max-width: none;
	}
	
	.btn {
		width: 90%;
        margin-bottom: 1em !important;
	}
	
	.total_block .btn {
		width: 100%;
        /* margin-bottom: 1em !important; */
	}
	
	.btn-finish{
		
	}
}

.summary .product_list {
	display: flex;
	width: 300px;
	gap: 5%;
}

.summary .product_list .name {
	flex: 1 1 80%;
    border-bottom: 1px dotted;
    margin-top: 10px;
}

/* .summary .product_list .quantity { */
	/* flex: 1 1 20%; */
/* } */

/* .summary .product_list .price { */
	/* flex: 1 1 20%; */
/* } */

.summary .product_list .fullprice {
	flex: 1 1 15%;
    align-content: end;
	border-bottom: 1px dotted;
}

.order_total{
	position: fixed;
    top: 10px;
    background: yellow;
    padding: 1em;
    border-radius: 15px;
    border: 4px solid;
    right: 10px;
	z-index: 100000;
}

.order_total h2{
	margin:0px;
}

.order_total h3{
	margin:0px;
}

.table{
	display: table;
}

.row{
	max-width:none;
}

body{
	color: black;
}

.popup-background {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.3);
    z-index: 99999999;
    top: 0px;
    left: 0px;
	backdrop-filter: blur(10px);
	display:none;
}

.popup {
	width: 50%;
    margin: auto;
    margin-top: 20vh;
    border: 1px black solid;
    padding: 1em;
    border-radius: 15px;
    background: white;
	
}

@media (max-width: 600px) {
	.popup {
		width: 80vw;
		margin-top: 10vh;
	}
}

.close{
	border: 1px solid black;
    padding: 0.2em;
    border-radius: 50px;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
	cursor: pointer;
}

.popup-content{
	margin-top: 2em;
    margin-left: 1em;
    margin-right: 1em;
}

td div {
	display: flex;
    align-items: center;
	height: 100%
}

td input {
	/* width: 60% !important; */
	/* margin-right: 1em !important; */
	/* margin-bottom: 0px; */
	/* margin-top: 0px; */
}

button{
	margin: 0px;
    height: 1.5em;
    font-size: 12px !important;
}

.delivery_head{
	display: flex;
    gap: 10px;
	margin-bottom: 1em;
}

.delivery_item a{
	color: white;
}

.delivery_item.active {
	font-weight: 900;
}

.total_block{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.block_hidden{
	display: none !important;
}

.statut_div {
	display: inline-block;
	cursor: pointer;
	height: 25px;
}

.statut_input{
	width: 17px;
}

.statut_apply_button{
	cursor: pointer;
	display:none;
	position: fixed;
    left: 5%;
    top: 10px;
    width: 90%;
    height: px;
    background: yellow;
    z-index: 999;
    text-align: center;
    color: black;
    padding: 0.5em;
    border-radius: 5px;
    border: 4px solid black;
}

.product_group_name{
	margin-top: 1em;
	display: inline-block;
}

.product_group{
	float: left;
	margin-right: 10px;
}

.header-search{
	display: none !important;
}

.summary{
	padding-left: 1em;
}

#summary_container{
	padding-top: 1em;
}

.clickable{
	cursor: pointer;
}

.statut2_value_column{
	flex-direction: column;
    align-items: flex-start;
    width: 300px;
    float: left;
}

.statut2_value_column div{
	height: unset;
}

.centered{
	text-align: center;
}

.main_list{
	list-style-type: none; 
}

#wpadminbar{
	display:none !important;
}

.sk_header_nav ul{
	display: flex;
    gap: 10px;
}

.sk_header_nav .current_page_item{
	font-weight: bold;
}

.sk-mobile-menu {
	background: white;
    padding: 1em;
    border: 1px solid;
    position: absolute;
}

.sk-mobile-menu ul{
	margin-bottom: 0px;
}


@media (max-width: 600px) {
	.statut_input {
		display: flex;
        align-items: center;
        padding: 0px 5px !important;
	}
}

html {
	margin-top: 0px !important;
}

.statut_input input[type='number']{
	padding: 0px !important;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  display: flex;
  display: none;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 0.5s linear infinite;
}

/* Анимация кручения */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.statut2_product_content{
	display: flex;
	width: 100%;
}

.statut2_na{
	margin-left: auto;
}

.statut2_product_header{
	width: 100%;
	margin-left: 5px;
}

tr.disabled {
    position: relative;
    background: 
        repeating-linear-gradient(
            -45deg,      /* угол косой черты */
            #f5f5f5,     /* цвет фона */
            #f5f5f5 10px,
            #ccc 10px,   /* цвет линии */
            #ccc 20px    /* толщина линии */
        );
    color: #999;
}

.statut2_spoiler{
	margin-left: 10px;
    position: relative;
    top: -2px;
    font-size: 20px;
}

.statut2_spoiler::after {
	content: "↓";
}
.statut2_spoiler.revert::after {
	content: "↑";
}

.statut2_product_content.not_available{
	text-decoration-line: line-through;  /* зачеркивание */
	text-decoration-thickness: 3px;      /* толщина линии */
	/* text-decoration-color: red;          /* цвет линии */ */
	text-decoration-style: solid;        /* стиль линии: solid, dashed, wavy */
}

.fiscal_block {
	width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.fiscal_block div{
	font-size: 18px !important;
    font-weight: bold;
}

.fiscal_block #fiscalize_email{
	width: 250px;
    margin-right: 10px;
	margin-bottom: 0px;
}