* {
    font-family: 'Bearskin';
}

body {
    margin: 0;
}

.main {
    width: 100%;
    /*background: url(https://static.vecteezy.com/system/resources/previews/018/735/545/original/drawing-cartoon-art-of-bright-wood-texture-pattern-landscape-wide-template-background-free-vector.jpg);
    */background: url(../imgs/ozadje_5.png);
    background-repeat: repeat;
    background-size: auto;
    box-sizing: border-box;
    padding: 80px 35px;
    overflow-x: hidden;
    overflow-y: scroll;
	min-height: 100vh;
}
/*
.main::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: -webkit-fill-available;
	/*background-color: rgba(0,0,0,0.2);
}
*/

.box {
    width: 100%;
    color: #754c24;
    background: #c69c6d;
    box-sizing: border-box;
    border-radius: 30px;
    z-index: 100;
    position: relative;
}

.header {
    margin-bottom: 150px;
}

#titleBox {
    border: 13px solid #754c24;
    text-align: center;
    font-size: 240px;
    line-height: 240px;
    letter-spacing: 5px;
    margin-bottom: 25px;
}

#halfboard {
    border: 8px solid #5b3916;
	color: white;
	text-align: center;
	font-size: 102px;
	letter-spacing: 15px;   
    justify-content: center;
}

#halfboard .description {
    color: black;
	font-size: 45px;
	letter-spacing: 4px;
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out;
}

#halfboard .description .container {
    padding: 15px 0;
}

#halfboard .description .st {
    font-size: 40px;
}

/***TOGGLE SWITCH ***/
.toggle {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 70px;
    margin: auto -30px auto 15px;
}

.toggle input {
    display: none;
}

.toggle .slider {
    background: #716358;
    border: 6px solid #5b3916;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 34px;
}

.toggle .slider::before {
    position: absolute;
    content: "";
    height: 64px;
    width: 64px;
    left: -6px;
    bottom: -9px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 50%;
    border: 6px solid #5b3916;
}


.toggle input:checked + .slider {
    background-color: #c4b29a;
}

.toggle input:checked + .slider:before {
    -webkit-transform: translateX(76px);
    -ms-transform: translateX(76px);
    transform: translateX(76px);
}


.list {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.list .element {
	position: relative;
    width: 100%;
	background: #c69c6d;
	border: 8px solid #754c24;
	border-radius: 32px;
    margin-bottom: 30px;
    box-shadow: -2px 0px 26px 7px #575757a1;
}
/*
.list .element.extendable::after {
    content: "";
	position: absolute;
	right: 43%;
	bottom: -30px;
	width: 100px;
	height: 30px;
	background: #c69c6d;
	border: 6px solid #754c24;
	border-radius: 12px;
	background: #c69c6d url(icons/pusciclj_2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
}*/

.element .description {
    display: flex;
    height: 150px;
    line-height: 150px;
}

.list .element .description .id {
    height: 100%;
    flex: 0 0 180px;
    background-image: url('../icons/circle.svg');
    background-size: 56%;/*56*/
    background-repeat: no-repeat;
    background-position: 50%;
    text-align: center;
    color: #704d27;
    font-size: 75px;
    line-height: inherit;
}

.list .element .description .name {
    line-height: initial;
    flex: 1 1;
    font-size: 70px;
    line-height: 90%;
    color: #754c24;
    margin: auto 0;
}

.list .element .description .name span.price {
    font-size: 50px;
}

.list .element .description .icon {
    height: 100%;
    flex: 0 0 180px;
    background-size: 56%;
    background-repeat: no-repeat;
    background-position: 50%;
    text-align: center;
    color: #704d27;
    font-size: 80px;
    line-height: inherit;
}
/*
.element.extended {
	line-height: 130px;
}

.element.extended .id {
	line-height: 130px!important;
	background-size: 56%!important;
}

.element.extended .icon {
	background-size: 56%!important;
}

.element.extended .description {
	height: 130px;
}*/

.collapsed {
    max-height: 0!important;
}

.list .element .options {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out;
}

.list .element .options .container {
    height: 100%;
    padding: 20px 40px;
    font-size: 50px;
}

.list .element .options .row {
    display: flex;
    justify-content: space-between;
    color: #704d27;
}

.list .element .options .arrow {
    position: absolute;
	right: 43%;
	bottom: -30px;
	width: 100px;
	height: 30px;
	background: #c69c6d;
	border: 6px solid #754c24;
	border-radius: 12px;
	background: #c69c6d url(../icons/pusciclj_2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	cursor: pointer;
}


@font-face {
    font-family: "Bearskin";
    src: url('../fonts/Bearskin-Regular.otf');
}
