/* =============== */
/* = Form Styles = */
/* =============== */

.search-form, .views-exposed-form {
	background:#f5f5f5 !important;
}

form#views-exposed-form-product-catalog-page-1 .js-form-item-title label, form#views-exposed-form-product-catalog-page-2 .js-form-item-title label {
	margin-bottom:10px;
}

#catalog-left-side > .inner {
    border: 1px solid #ccc;
    border-radius: var(--block-border-radius);
    padding: 20px;
}

#catalog-right-side > .inner {
    border: none;
    border-radius: unset;
    padding: 20px;
}

/* ================ */
/* = Popup Styles = */
/* ================ */

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
	background:url("../images/close-icon.svg") no-repeat transparent !important;
}

/* ================= */
/* = Media Queries = */
/* ================= */

@media (min-width:768px){
}

@media (min-width:992px){
}

@media (min-width:1200px){
}