/* Minification failed. Returning unminified contents.
(913,1): run-time error CSS1019: Unexpected token, found '}'
 */
@media only screen and (min-width: 320px) {
    /* ***************filter******/
    .filter-nav, .filter-nav.modal.fade .modal-dialog, .filter-nav .modal-content {
        height: 100% !important;
        border: none;
        font-size: 14px;
        border-radius: 0px;
    }

    .Tile-ListContainer {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .filterBtns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    input#applyFilters {
        background: #4caf50;
        border: none;
        border-radius: 2px;
        font-size: 13px;
        line-height: 1;
        padding: 2px 16px;
        height: 32px;
        color: #fff;
        cursor: pointer;
    }

    input#clearAll {
        border: none;
        padding: 8px;
        font-size: 13px;
        line-height: 1;
        text-decoration: underline;
        text-underline-offset: 2px;
        font-weight: 400;
        background: transparent;
        cursor: pointer;
        opacity: .8;
    }

    element.style {
        font-size: 13px;
        font-weight: bold;
        color: #888888;
        margin-top: 0px;
        border: 1px solid;
    }

    .form-check-input {
        position: absolute;
        left: -9999px;
        overflow: hidden;
    }

    .product-filter-box {
        width: 100%;
    }

    .filter-box-label {
        text-transform: uppercase;
        line-height: 1;
        margin-right: 16px;
        white-space: nowrap;
        padding: 4px 0;
    }

    .filter-nav input[type="radio"][id^="cf"] {
        display: none;
    }

    .filter-nav :checked + label::before {
        content: "✓";
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        font-size: 11px;
        line-height: 12px;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .filter-nav :checked + label {
        color: #007bff;
    }

    .filter-nav .form-check {
        position: relative;
        display: block;
        margin-bottom: .5rem;
    }

    .filter-nav label {
        font-size: 14px;
        padding: 4px;
        padding-left: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        line-height: 1;
        margin: 0px !important;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .filter-nav label span {
            line-height: 1;
        }

        .filter-nav label::before {
            background-color: white;
            color: #007bff;
            content: " ";
            display: block;
            border-radius: 2px;
            border: 1px solid #7e7e7e;
            position: absolute;
            left: 0px;
            width: 14px;
            height: 14px;
            text-align: center;
            line-height: 1;
            font-weight: bold;
            transition-duration: 0.1s;
            /* transform: scale(0); */
        }

    .filterTitle {
        position: relative;
        line-height: 1;
        padding: 14px 16px;
        font-weight: 600;
        text-transform: uppercase;
        cursor: pointer !important;
        display: block;
        background: #f2f2f2;
        border-bottom: 1px solid #d6d6d6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .filter-list-body {
        padding: 8px 16px;
        max-height: 340px;
        overflow-y: scroll;
    }

        .filter-list-body::-webkit-scrollbar {
            -webkit-appearance: none;
        }

            .filter-list-body::-webkit-scrollbar:vertical {
                width: 14px;
                background: #fafafa;
            }

        .filter-list-body::-webkit-scrollbar-thumb {
            border-radius: 4px;
            border: 1px solid #fafafa; /* should match background, can't be transparent */
            background-color: #ddd;
        }

        .filter-list-body::-webkit-scrollbar-thumb {
            border-radius: 4px;
            border: 1px solid #fafafa; /* should match background, can't be transparent */
            background-color: #e0e0e0;
        }

    .filter-nav .modal-header {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        padding: 8px 16px;
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter-nav .modal-body {
        padding: 0;
    }

    ul.filter-list {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .filterTitle.collapsed .filter-arrow .down {
        display: block;
    }

    .filterTitle.collapsed .filter-arrow .up {
        display: none;
    }

    .filterTitle .filter-arrow .up {
        display: block;
    }

    .filterTitle .filter-arrow .down {
        display: none;
    }

    .mobile-filter-btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    button.btn.btn-filter {
        margin-left: auto;
        padding: 2px 14px;
        height: 32px;
        line-height: 1;
        font-size: 14px;
        letter-spacing: 0;
        max-width: 88px;
        display: block;
    }

    .flex-grow-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .filter-on .TileView {
        width: calc(100%/3);
    }
}

@media only screen and (min-width: 768px) {
    .filter-on .TileView.tile--product:nth-child(3n+1) {
        border-right-width: 0;
    }

    .filter-on .TileView.tile--product:nth-child(4n+1) {
        border-right-width: 1px;
    }
}

@media only screen and (min-width: 768px) {
    .product-filter-box {
        width: 25%;
    }

    button.btn.btn-filter {
        display: none;
    }

    .filter-nav {
        position: relative !important;
        opacity: 1 !important;
        display: block;
        height: 100% !important;
        z-index: 0 !important;
    }

        .filter-nav.modal.fade .modal-dialog {
            -webkit-transform: none !important;
            -ms-transform: none !important;
            transform: none !important;
            margin: 0 !important;
            height: 100% !important;
        }

        .filter-nav .modal-content {
            height: 100% !important;
            border: none !important;
        }

        .filter-nav button.close {
            display: none !important;
        }
}

@media only screen and (max-width: 768px) {
}


@media only screen and (max-width: 767px) {

    .results-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .results-wrapper .results-group {
            margin-bottom: 0px;
            padding: 0px;
        }

    .results-group-section {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 16px;
    }

    select.form-control.TiledLayoutSort:not([size]):not([multiple]) {
        margin-right: 4px;
    }

    .filter-nav, .filter-nav.modal.fade .modal-dialog, .filter-nav .modal-content {
        margin: 0px;
        border-radius: 0px;
    }

        .filter-nav .modal-header {
            padding: 16px;
        }

        .filter-nav .modal-body {
            padding: 16px;
        }
}


@media only screen and (max-width: 600px) {

    .filter-on .TileView {
        width: calc(100%/2);
    }
}

.pagination {
    margin-bottom: 16px;
	width: 100%;
}
@media only screen and (min-width: 320px) {

/* ***************wysiwyg ******/
.jodit-wysiwyg table tr td {
    border: 1px solid #ddd;
    padding: .5rem;
    vertical-align: top;
}

.jodit-wysiwyg ol {
    list-style-type: decimal;
    padding-inline-start: 40px
}

.jodit-wysiwyg ul {
    list-style-type: disc;
    padding-inline-start: 40px
}
/* ***************wysiwyg******/
/** add to cart alert **/
#cartalert {
    visibility: hidden;
    min-width: 200px;
    max-width: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 3px solid #4CAF50;
    color: #000;
    text-align: left;
    border-radius: 2px;
    padding: 20px 10px;
    position: fixed;
    z-index: 15;
    right: 5%;
    top: 15px;
    font-size: 13px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #cartalert i {
        color: #4caf50;
        font-size: 28px;
        margin-right: 5px;
    }

    #cartalert.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 5.7s;
        animation: fadein 0.5s, fadeout 0.5s 5.7s;
    }

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 5px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 5px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 5px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 5px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}
/** add to cart alert **/

/** spec filters **/
.spec-form {
    background: #f7f7f7;
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
}

.spec-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.form-control.spec {
    padding: 0px 0.5rem;
    margin-right: 8px;
    font-size: 14px;
    line-height: 1;
}

select.form-control.spec:not([size]):not([multiple]) {
    height: calc(1.75rem + 2px);
}

.refine, .spec {
    padding-right: 8px;
    margin-bottom: 8px;
}

label.refine {
    font-weight: 600;
}
/** spec filters **/
/** sort by **/
.results-group-section {
    font-weight: 400;
    line-height: 1;
    margin-right: auto;
}
.results-perpage {
    margin-left: 8px;
}

select#sort:focus {
    box-shadow: none!important;
    outline: none!important;
}

.sortby-wrap {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
label.Sortby-label {
    margin: 0px!important;
}
select.form-control.TiledLayoutSort:not([size]):not([multiple]) {
    height: calc(1.75rem + 4px);
    margin-left: 4px;
    font-size: 14px;
}
.form-control.TiledLayoutSort {
    padding: 0 .5rem;
    font-size: 14px;
    line-height: 1;
    height: 32px;
}
/** sort by **/
/** Results- Compare row **/
.results-wrapper {
    margin-bottom: 24px;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
}
.results-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}

p.results-label {
    margin: 0px;
}

button.btnCompare {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 14px;
    height: 32px;
    line-height: 1;
    padding: 2px 8px;
    letter-spacing: 0;
    color: #666;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    font-weight: 400;
    background: transparent;
    text-transform: none;
}
.TL-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.TL-buttons .tile-view {
    margin-left: 4px;
}
.TL-buttons button {
    height: 32px;
    padding: 0px 4px;
    background: #f5f5f5;
    color: #666 !important;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    line-height: 1;
}

.TL-buttons i {
    line-height: 28px;
    font-size: 23px;
}
/** Results- Compare row **/



.Tile-ListContainer {
    width: 100% !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.tile--product {
    font-size: .875rem;
}

.TileView {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
    line-height: 1.3;
    width: calc(100%/4);
}

.TL-Info-Container {
    margin-bottom: 0px;
    margin-top: 5px;
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.CompareRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.TL-Compare {
    margin-left: auto;
    font-size: 12px;
    min-width: 64px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .TL-Compare span {
        margin-left: 3px;
    }

.TL-compare {
    float: left;
}

.image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 160px;
    margin: 15px;
}

    .image-wrapper.image-wrapper--product {
        margin: 0px;
        margin-bottom: 5px;
    }

.product-sku {
    margin-bottom: 5px;
}

.TL-Info {
    padding-bottom: 10px;
}

.product-description {
    margin-bottom: 8px;
}

.TL-Info label {
    font-weight: 600;
}

.TL-Price-Container {
    margin-bottom: 0px;
}

.TL-Info.TL-Price {
    font-weight: 600;
    padding-bottom: 5px;
}
.TL-AddToCart .qty-select {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 38px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.TL-AddToCart input[type='number'] {
    margin-right: 10px;
    margin-bottom: 5px;
    width: 53px;
    max-width: 53px;
    -ms-flex: 0 0 53px;
    flex: 0 0 53px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 8px;
    outline: 0;
    box-shadow: none;
    font-size: 12px;
}

.TL-AddToCart .btn-addtocart {
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 112px;
    height: 40px;
    display: block;
}
/** Parent-child select **/
.parent-select select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
}

.parent-select, .parent-select2 {
    margin-bottom: 15px;
}

.parent-label {
    padding-right: 7px;
    font-weight: 600;
    margin: 0px !important;
}

option[value=""][disabled] {
    display: none;
}

.parent-select .form-control {
    padding: .375rem .25rem;
    font-size: 14px;
}
/*Parent-child-2*/
.parent-attr-values span {
    display: block;
    font-size: 14px;
    text-align: center;
    float: left;
    margin: 7px 7px 7px 0;
    padding: 0 7px;
    height: 25px;
    line-height: 25px;
    color: #686868;
    border: 1px solid #C8C8C8;
    cursor: pointer;
}

    .parent-attr-values span.selected {
        border: 1px solid #03A9F4;
        cursor: default;
    }
/*Parent-child-2*/
/** Parent-child select **/
.image {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}




/**list**/
.ListView {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 15px 0;
}

    .ListView > div {
        margin: 0px;
    }

    .ListView .TL-Info-Container {
        display: block !important;
        width: 100%;
        padding: 0 15px;
    }

    .ListView .picture--wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        border-right: 1px solid #ddd;
        border-top: none;
        border-bottom: none;
    }

    .ListView .image-wrapper {
        padding: 0 10px 10px 10px;
        margin-bottom: 0;
        height: 100px;
        box-sizing: content-box;
    }

    .ListView .CompareRow {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ListView .TL-Compare {
        margin-left: 0;
    }

    .ListView .TL-Price-Container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        margin-bottom: 0px;
    }

    .ListView .List-Price-Group {
        margin-top: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 340px;
        width: 340px;
        margin-left: auto;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important;
    }

    .ListView .TL-Price {
        padding-bottom: 10px;
    }

li.page-item.totalPages {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #868e96;
    background-color: #fff;
    border: 1px solid #ddd;
}
}

/**end list**/
@media (min-width: 769px) {
	.TileView.tile--product:nth-child(4n+1) {
    border-right-width: 0;
}
}
@media only screen and (min-width: 768px) {

button.btn.btn-filter {
	display: none;
}

}

@media only screen and (max-width: 768px) {

    .TileView {
        width: calc(100%/3);
    }
	.TileView.tile--product:nth-child(3n+1) {
    border-right-width: 0;
}
}


@media only screen and (max-width: 767px) {
button.btnCompare {
    display: none;
}
.CompareRow {
    display: none;
}

.TL-buttons {
        display: none;
}
select.form-control.TiledLayoutSort:not([size]):not([multiple]) {
    font-size: 16px;
}
.results-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 16px;
}

    }
	
	
@media only screen and (max-width: 600px) {

    .TileView {
        padding: 8px;
        width: calc(100%/2);
    }
	.TileView.tile--product:nth-child(2n+1) {
    border-right-width: 0!important;
}
.TileView.tile--product:nth-child(3n+1) {
    border-right-width: 1px;
}
    .image-wrapper {
        height: 100px;
    }

    .spec-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .spec-wrapper {
        width: 100%;
    }


}

