/*
Umístění obrázků:
https://cdn.myshoptet.com/usr/pkupravy.pavelkunes.cz/user/documents/svetmatraci.eu/images/
*/

.pkIe{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9999999999999999;background-color:#0009}.pkIeIn{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);background-color:#fff}.pkIeIn p{font-size:20px;text-align:center;margin:0;padding:40px}.pkIeClose{background-color:#fff;top:0;right:0;width:40px;height:40px;position:absolute;cursor:pointer}.pkIeClose::before{content:'\e912';position:absolute;left:10px;top:0;font-size:20px;text-indent:0;line-height:40px;display:inline-block;vertical-align:middle;font-family:shoptet}.pkIeClose:hover::before{color:red}.pkIeButtons{width:100%;text-align:center;padding-bottom:20px}.pkIeButtons a{margin:0 10px;width:calc(50% - 20px)}

.pkVisible {
	visibility: visible !important;
}

.p-info-wrapper .detail-parameters {
	visibility: hidden;
	width: 100%;
}

.pkVisible {
	visibility: visible !important;
}

.type-product .advanced-parameter {
    width: unset;
    /*max-width: 130px;*/
    /*min-width: 60px;*/
    height: unset;
    margin: 0 13px 5px 10px;
}

.type-product .advanced-parameter-inner {
    border: none;
    box-shadow: none;
    width: 100%;
    height: unset;
    margin: 0;
    border-radius: 4px;
    background-color: #efefef;
    display: block;
    padding: 0 10px;
}

.type-product .advanced-parameter-inner::before {
	content: "";
	width: 20px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: -8px;
	z-index: 9;
	background: #efefef;
	border-radius: 4px;
	transform: skewX(-20deg);
}

.type-product .advanced-parameter-inner::after {
	content: "";
	width: 20px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: -8px;
	background: #efefef;
	border-radius: 4px;
	transform: skewX(-20deg);
	/*z-index: -1;*/
}

.type-product .advanced-parameter-inner:hover::after,
.type-product .advanced-parameter-inner:hover::before {
	background-color: #d0d0d0;
}

.type-product .advanced-parameter-inner:hover {
	background-color: #d0d0d0;
}

.type-product .advanced-parameter-inner.yes-before::before,
.type-product .advanced-parameter-inner.yes-before::after {
	content: "";
	background: #0e9ad1;
}

.type-product .advanced-parameter-inner.yes-before:hover::before,
.type-product .advanced-parameter-inner.yes-before:hover::after {
	background: #0e9ad1;
}

.type-product .advanced-parameter-inner.yes-before,
.type-product .advanced-parameter-inner.yes-before:hover  {
	background-color: #0e9ad1;
	color: #fff;
}

.pkVS {
	width: 100%;
	text-align: center;
	font-size: smaller;
	display: block;
	padding: 10px;
}