/*

    Theme Name: Natural Pharmaceuticals 2024 Vistan

    Description: Natural Pharmaceuticals 2024 Vistan

    Author: Natural Pharmaceuticals
    

    Text Domain: naturalpharmaceuticals-2024-vistan

    Version: 1.4.2025a

    Author URI: mailto:dorota.osuch@natural.pl

    Theme URI: https://omegamarine.lt

*/



.thp-too span {
    font-size: 1.15em
}

.thp-too-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: rgba(0,0,0,.3);
    z-index: 999999999;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

.thp-too-content.active {
    visibility: visible;
    opacity: 1
}

.thp-too-content-inner-body {
	overflow-y: scroll;
  max-height: 600px;
  padding:0 1em 0 0;
}


.thp-too-content-inner-body::-webkit-scrollbar {background-color:#EEE;width:10px;}
.thp-too-content-inner-body::-webkit-scrollbar-thumb {
	border:1px #EEE solid;border-radius:2px;background:#777;
	-webkit-box-shadow: 0 0 8px #555 inset;box-shadow: 0 0 8px #555 inset;
	-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
	}
.thp-too-content-inner-body::-webkit-scrollbar-track {-webkit-box-shadow: 0 0 2px #ccc;box-shadow: 0 0 2px #ccc;}	

.thp-too-content .thp-too-content-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 1140px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 20px
}

.thp-too-content .thp-too-content-inner .thp-too-content-inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.thp-too-content .thp-too-content-inner .thp-too-content-inner-header .thp-too-content-inner-header--heading {
    margin: 0
}

.thp-too-content .thp-too-content-inner .thp-too-content-inner-header button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 20px;
    color: #000;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    transition: color .3s ease !important
}

.thp-too-content .thp-too-content-inner .thp-too-content-inner-header button:hover,.thp-too-content .thp-too-content-inner .thp-too-content-inner-header button:focus {
    color: red;
    outline: none
}

.thp-too-content .thp-too-content-inner .thp-too-content-inner-body {
    text-align: left
}


