.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaaaaa;
    opacity: .3;
    -ms-filter: Alpha(Opacity=30);
    z-index: 100;
}
.ui-dialog {
    z-index: 1000 !important ;
    color: white;
    font-family: Montserrat;
}
.ui-dialog .ui-widget-content {
    background-color: #282C30;
    margin: 20px auto;
    padding: 15px 30px;
}
.ui-dialog .ui-dialog-titlebar {
    display: none;
}

.ui-dialog h3:first-of-type {
    margin-top: 4px;
}
.ui-dialog .title {
    font-size: 18px;
    font-weight: 700;
}
.ui-dialog input[type=text]{
    width: 100%;
    background: transparent;
    border-radius: 4px  ;
    padding: 15px;
    color: white;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
}
.ui-dialog input[type=text]:focus{
    background: transparent;
    color: white;
}

button.button-red {
    background-color: #721c24 !important;
}
button.button-green {
    background-color: #b4ff01 !important;
}


/* shop */
#tienda {
    width: 100%;
}
#tienda h1 {
    text-align: center;
}
#tienda #album-filters {
    justify-content: center;
}
#shop-main {
    width: 100%;
}
.album {
	margin-top: 30px;
}
#album-filters{
	display: flex;
	align-items: left;
}
#album-filters img{
	cursor: pointer;
}
#view-style{
	font-size: 18px;
	font-weight: 800;
	margin-right: 20px;
}
.album-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
  	grid-auto-rows: minmax(100px, auto);
}
.album-item{
	padding: 25px;
	padding-top: 5px;
}
.album-item img{
	max-width: none;
}
.album-grid .album-item img{
	display: block;
	margin: 0 auto 10px auto;
}
.album-grid .album-item:hover{
	background-color: rgba(255, 255, 255, 0.08);
}
.album-list .album-item h6 {
    margin-top: 0px;
}
.album-list .album-item img {
    height: 100px !important;
    float: left;
    margin-right: 20px;
}

/* end shop */

/* mobile */
@media(max-width: 768px){
    #shop-sidebar-container {
        float: none !important;
        display: block !important;
        margin-bottom: 50px;
    }
    #shop-sidebar-container #shop-sidebar {
        margin-right: 0px !important;
    }
}
/* end mobile */