html,body{
    max-width: 100%;
    overflow-x: hidden;
}
a{
    color: inherit;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
div[href]{ 
	cursor: pointer;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
label{
    margin-bottom: 0;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	width: 100%;
}
table th{
    padding: 5px;
}
table td{
    padding: 5px;
}
img{
    max-width: 100%;
    height: auto;
}
img:not([width]){
    max-width: 100%;
    max-height: 100%;
	height: auto;
    object-fit: cover;
    object-position: top;
}
button:focus{
    outline: none;
}
.input-group label{
	width: 100%;
}
[permission]{
  display:none !important;
}
.permissions [href],
.permissions [action]{
    display: none;
}

.readonly{
    cursor: context-menu;
    background-color: #e9ecef;
    pointer-events: none;
}
.ratio-frame{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
}
.ratio-item{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
form,div.ajax
{
    display: contents;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-size: inherit;
}
::-webkit-input-placeholder { /* Edge */
  color: inherit;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: inherit;
}
::placeholder {
  color: inherit;
}
input{
  color: inherit;
}
.form-control {
    line-height: 2.5;
}
.widget,
.section{
    width: 100%;
    overflow: hidden;
}
.page-title,
.section-title,
.widget-title{
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}
.page-title>.title-bar,
.section-title>.title-bar,
.widget-title>.title-bar{
    padding: 20px 0px;
}
.page-title>.title-bar>a,
.section-title>.title-bar>a,
.widget-title>.title-bar>a{
	
}
.submit{
    cursor: pointer;
}
/* Product CSS */
.product-item .name{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.product-item .price{
    font-size: 15px;
    font-weight: bold;
    color: var(--color-active);
    margin-top: 5px;
}
.text-border{
    text-shadow:
    -1px -1px 0 var(--border-color),
    1px -1px 0 var(--border-color),
    -1px 1px 0 var(--border-color),
    1px 1px 0 var(--border-color);
}