html {
    scroll-behavior: smooth
}

.hidden,
.ins-hide {
    display: none !important
}

input[type=search]::-webkit-search-cancel-button {
    display: none
}

.inspect-product-filter>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woocommerce-shop .inspect-product-search-loadmore {
    display: none
}

.product-filter-item-listing {
    --background: #fff;
    --border: #d1d6ee;
    --border-hover: #bbc1e1;
    --border-active: #1e2235;
    --tick: #fff;
    max-height: 23.125rem;
    overflow-y: auto
}

.product-filter-item-listing .product-filter-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: relative
}

.product-filter-item-listing .product-filter-label:not(:last-child) {
    margin-bottom: 1.25rem
}

.product-filter-item-listing .product-filter-label .product-filter-title {
    line-height: 1;
    margin-left: .75rem
}

.product-filter-item-listing .product-filter-label .product-filter-svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: scale(var(--scale, 1)) translateZ(0);
    transform: scale(var(--scale, 1)) translateZ(0);
    -webkit-transition: stroke-dasharray .6s, stroke-dashoffset .6s;
    transition: stroke-dasharray .6s, stroke-dashoffset .6s
}

.product-filter-item-listing .product-filter-label .product-filter-input,
.product-filter-item-listing .product-filter-label .product-filter-svg {
    display: block;
    height: 1rem;
    width: 1rem
}

.product-filter-item-listing .product-filter-label .product-filter-input {
    -webkit-appearnance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--background);
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
    cursor: pointer;
    outline: none;
    position: relative;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.product-filter-item-listing .product-filter-label .product-filter-input:checked {
    --s: 2px;
    --b: var(--border-active);
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.product-filter-item-listing .product-filter-label .product-filter-input:checked+svg {
    --a: 16.1 86.12;
    --o: 102.22
}

.product-filter-item-listing .product-filter-label .product-filter-radio-svg {
    fill: none;
    height: 1rem;
    vertical-align: middle;
    width: 1rem
}

.product-filter-item-listing .product-filter-label .product-filter-radio-svg circle {
    stroke-width: 2;
    stroke: var(--border)
}

.product-filter-item-listing .product-filter-label .product-filter-radio-svg path {
    stroke: #212121
}

.product-filter-item-listing .product-filter-label .product-filter-radio-svg path.inner {
    stroke-width: 6;
    stroke-dasharray: 19;
    stroke-dashoffset: 19
}

.product-filter-item-listing .product-filter-label .product-filter-radio-svg path.outer {
    stroke-width: 2;
    stroke-dasharray: 57;
    stroke-dashoffset: 57
}

.product-filter-item-listing .product-filter-label .product-filter-input-radio {
    display: none
}

.product-filter-item-listing .product-filter-label .product-filter-input-radio:checked+.product-filter-radio-svg path {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.product-filter-item-listing .product-filter-label .product-filter-input-radio:checked+.product-filter-radio-svg path.inner {
    stroke-dashoffset: 38;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.product-filter-item-listing .product-filter-label .product-filter-input-radio:checked+.product-filter-radio-svg path.outer {
    stroke-dashoffset: 0
}

.product-filter-item-listing input[type=checkbox]:focus+label:before,
.product-filter-item-listing input[type=radio]:focus+label:before {
    outline: none
}

@-webkit-keyframes checked {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes checked {
    to {
        stroke-dashoffset: 0
    }
}

.inspect-filter-widget.inspect-filter-widget-resource .product-filter-item-listing.type-color .os-content,
.inspect-filter-widget.inspect-filter-widget-resource .product-filter-item-listing.type-image .os-content,
.inspect-filter-widget.inspect-filter-widget-resource .product-filter-item-listing.type-size .os-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.inspect-filter-widget.inspect-filter-widget-resource .product-filter-item-listing.type-color .os-content:after,
.inspect-filter-widget.inspect-filter-widget-resource .product-filter-item-listing.type-color .os-content:before,
.inspect-filter-widget.inspect-filter-widget-resource .product-filter-item-listing.type-image .os-content:after,
.inspect-filter-widget.inspect-filter-widget-resource .product-filter-item-listing.type-image .os-content:before,
.inspect-filter-widget.inspect-filter-widget-resource .product-filter-item-listing.type-size .os-content:after,
.inspect-filter-widget.inspect-filter-widget-resource .product-filter-item-listing.type-size .os-content:before {
    display: none
}

.inspect-filter-widget.inspect-filter-widget-resource .product-filter-item-listing.type-color .os-content label,
.inspect-filter-widget.inspect-filter-widget-resource .product-filter-item-listing.type-image .os-content label,
.inspect-filter-widget.inspect-filter-widget-resource .product-filter-item-listing.type-size .os-content label {
    margin-bottom: 0
}

.inspect-filter-widget-date {
    position: relative;
    text-overflow: ellipsis
}

.inspect-filter-widget-date input.daterange {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 14px;
    height: 44px;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%
}

.inspect-filter-widget-date input.daterange:focus {
    border-color: #111827;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.inspect-filter-widget-date input.daterange:hover {
    border-color: #111827
}

.inspect-filter-widget-date input.daterange[type=text] {
    padding-left: 36px
}

.inspect-filter-widget-date .calender_icon {
    display: inline-block;
    left: 12px;
    width: 16px
}

.inspect-filter-widget-date .calender_icon img {
    vertical-align: top;
    width: 100%
}

.daterangepicker.show-calendar .drp-buttons,
.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker.drp-calendar {
    display: none;
    max-width: 270px
}

.daterangepicker.drp-calendar.left {
    padding: 8px 0 8px 8px
}

@media(min-width:640px) {
    .daterangepicker.drp-calendar.left {
        clear: left;
        margin-right: 0
    }
}

.daterangepicker.drp-calendar.left .calendar-table {
    padding-right: 8px
}

.daterangepicker.drp-calendar.right {
    padding: 8px
}

@media(min-width:640px) {
    .daterangepicker.drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker.drp-calendar.right .calendar-table {
        border-bottom-left-radius: 0;
        border-left: none;
        border-top-left-radius: 0
    }
}

.daterangepicker.drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px
}

@media(min-width:640px) {
    .daterangepicker .calendar-table {
        border-bottom-right-radius: 0;
        border-right: none;
        border-top-right-radius: 0
    }
}

.daterangepicker .calendar-table.next span,
.daterangepicker .calendar-table.prev span {
    border: solid #000;
    border-radius: 0;
    border-width: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    padding: 3px
}

.daterangepicker .calendar-table.next,
.daterangepicker .calendar-table.prev {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.daterangepicker .calendar-table table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%
}

.daterangepicker .calendar-table table td,
.daterangepicker .calendar-table table th {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    min-width: 32px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.daterangepicker .calendar-table table td.available:hover,
.daterangepicker .calendar-table table th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker .calendar-table table td.week,
.daterangepicker .calendar-table table th.week {
    color: #ccc;
    font-size: 80%
}

.daterangepicker .calendar-table table td.off .end-date,
.daterangepicker .calendar-table table td.off .in-range,
.daterangepicker .calendar-table table td.off .start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker .calendar-table table td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    border-radius: 0;
    color: #000
}

.daterangepicker .calendar-table table td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker .calendar-table table td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker .calendar-table table td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker .calendar-table table td.month {
    width: auto
}

.daterangepicker .calendar-table table td.active,
.daterangepicker .calendar-table table td.active:hover {
    background-color: #111827;
    border-color: transparent;
    color: #fff
}

.daterangepicker .calendar-table table td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    background: #eee;
    border: 1px solid #eee;
    font-size: 12px;
    margin: 0 auto;
    outline: 0;
    padding: 2px;
    width: 50px
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    cursor: default;
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 1px
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker .calendar-time {
    line-height: 30px;
    margin: 4px auto 0;
    position: relative;
    text-align: center
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    padding: 8px;
    text-align: right;
    vertical-align: middle
}

.daterangepicker .drp-buttons .btn {
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
    padding: 4px 8px
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left,
.daterangepicker.show-ranges.single.rtl .drp-calendar.right {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.singleltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd
}

.daterangepicker.show-rangesltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px
}

.daterangepicker .ranges {
    float: none;
    margin: 0;
    text-align: start
}

@media(min-width:640px) {
    .daterangepicker .ranges {
        float: left
    }
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

@media(min-width:640px) {
    .daterangepicker .ranges ul {
        width: 140px
    }
}

.daterangepicker .ranges ul li {
    cursor: pointer;
    font-size: 12px;
    padding: 8px 12px
}

.daterangepicker .ranges ul li:hover {
    background-color: #eee
}

.daterangepicker .ranges ul li.active {
    background-color: #08c;
    color: #fff
}

.daterangepicker {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: inherit;
    display: none;
    font-family: arial;
    font-size: 15px;
    left: 20px;
    line-height: 1em;
    margin-top: 7px;
    max-width: 660px;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 3001
}

@media(min-width:640px) {
    .daterangepicker {
        direction: ltr;
        text-align: start
    }
}

.daterangepicker:after,
.daterangepicker:before {
    border-bottom-color: rgba(0, 0, 0, .2);
    content: "";
    display: inline-block;
    position: absolute
}

.daterangepicker:before {
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -7px
}

.daterangepicker:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -6px
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 0
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    border-bottom: initial;
    border-top: 7px solid #ccc;
    bottom: -7px;
    top: auto
}

.daterangepicker.drop-up:after {
    border-bottom: initial;
    border-top: 6px solid #fff;
    bottom: -6px;
    top: auto
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.single .drp-calendar,
.daterangepicker.single .ranges {
    float: none
}

@media(min-width:640px) {

    .daterangepicker.single .drp-calendar,
    .daterangepicker.single .ranges {
        float: left
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }
}

.daterangepicker table.table-condensed thead tr th {
    background-color: #f3f4f6;
    border: none;
    border-radius: 0
}

.daterangepicker table.table-condensed thead tr .month {
    color: #111827;
    font-size: 18px;
    font-weight: 700
}

.daterangepicker table.table-condensed tbody tr td {
    padding: 10px 0 8px
}

.daterangepicker table.table-condensed tbody tr td.in-range {
    background-color: #f3f4f6
}

.daterangepicker table.table-condensed tbody tr td.active,
.daterangepicker table.table-condensed tbody tr td.end-date,
.daterangepicker table.table-condensed tbody tr td.start-date {
    background-color: #111827
}

.daterangepicker .drp-calendar.left,
.daterangepicker .drp-calendar.right {
    max-width: 100%;
    padding: 0;
    width: 100%
}

@media(min-width:640px) {

    .daterangepicker .drp-calendar.left,
    .daterangepicker .drp-calendar.right {
        width: 50%
    }
}

.daterangepicker .drp-calendar.left {
    float: left
}

@media(min-width:640px) {
    .daterangepicker .drp-calendar.left {
        border-right: 1px solid #dfdfdf;
        width: calc(50% - 1px)
    }
}

.daterangepicker .drp-calendar.left .calendar-table {
    border-right: 0;
    padding-right: 0
}

.daterangepicker .drp-calendar.left .table-condensed {
    border: 1px solid #e5e7eb;
    border-radius: 0;
    border-right: 0
}

.daterangepicker .drp-calendar.left .table-condensed thead {
    border-right: 1px solid #f3f4f6
}

.daterangepicker .drp-calendar.right {
    float: right;
    padding-left: 0
}

.daterangepicker .drp-calendar.right .calendar-table {
    border-left: 0;
    border-radius: 0
}

.daterangepicker .drp-calendar.right .table-condensed {
    border: 1px solid #e5e7eb;
    border-left: 0;
    border-radius: 0
}

.daterangepicker .drp-calendar.right .table-condensed thead {
    border-left: 1px solid #f3f4f6
}

.daterangepicker .drp-calendar.right .table-condensed .next {
    border-color: #e5e7eb #e5e7eb #f3f4f6 #f3f4f6;
    border-style: solid;
    border-width: 1px
}

.daterangepicker .drp-buttons {
    clear: both
}

.daterangepicker .drp-buttons .drp-selected {
    display: none
}

@media(min-width:640px) {
    .daterangepicker .drp-buttons .drp-selected {
        display: inline-block
    }
}

.daterangepicker .drp-buttons .btn {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 8px 18px
}

.daterangepicker .drp-buttons .btn.applyBtn:hover,
.daterangepicker .drp-buttons .btn.cancelBtn:hover {
    background-color: #111827;
    color: #fff
}

.daterangepicker .ranges {
    display: none
}

.select2 {
    width: 100% !important
}

.select2 .select2-selection {
    border: 1px solid #dfdfdf;
    height: 44px
}

.select2 .select2-selection:hover {
    border-color: #111827
}

.select2 .select2-selection.select2-selection--single {
    margin: 0
}

.select2 .select2-selection.select2-selection--single .select2-selection__rendered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 100%;
    padding-left: 12px
}

.select2 .select2-selection.select2-selection--single .select2-selection__arrow {
    bottom: 1px;
    right: 8px;
    top: 1px
}

.select2 .select2-selection.select2-selection--single .select2-selection__arrow b {
    border-color: transparent #888 #888 transparent;
    border-radius: 2px;
    border-style: solid;
    border-width: 2px;
    height: 10px;
    top: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px
}

.select2.select2-container--below.select2-container--open .select2-selection--single {
    border-radius: 4px;
    margin: 0
}

.select2.select2-container--below.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent #888 #888 transparent;
    border-radius: 2px;
    border-style: solid;
    border-width: 2px;
    height: 10px;
    top: 20px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    width: 10px
}

.select2-container .select2-dropdown {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06));
    margin-top: 40px
}

.select2-container .select2-dropdown .select2-search {
    border-bottom: 1px solid #dfdfdf;
    border-radius: 6px 6px 0 0;
    padding: 0
}

.select2-container .select2-dropdown .select2-search .select2-search__field {
    border: none;
    border-radius: 6px 6px 0 0;
    font-size: 14px;
    margin: 0;
    min-height: 40px;
    padding-left: 16px;
    padding-right: 16px
}

.select2-container .select2-dropdown .select2-search .select2-search__field:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.select2-container .select2-dropdown .select2-results {
    padding-bottom: 8px;
    padding-top: 8px
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    border: none;
    color: #111827;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-top: 8px
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #f3f4f6
}

.select2-container.select2-dropdown--above {
    top: -12px
}

.inspect-pagination ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width:768px) {
    .inspect-pagination ul {
        gap: 8px
    }
}

.inspect-pagination ul li {
    margin-bottom: 0
}

.inspect-pagination ul li a,
.inspect-pagination ul li span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #dfdfdf;
    border-radius: 6px;
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle
}

.inspect-pagination ul li a:hover,
.inspect-pagination ul li span:hover {
    background-color: #000;
    color: #fff
}

@media(min-width:1024px) {

    .inspect-pagination ul li a,
    .inspect-pagination ul li span {
        height: 40px;
        width: 40px
    }
}

.inspect-pagination ul li a.current,
.inspect-pagination ul li span.current {
    background-color: #000;
    color: #fff
}

.inspect-home-search-wrapper .select2-container {
    width: 100% !important
}

.inspect-home-search-wrapper .submit-search {
    border-radius: 5px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    min-height: 1px;
    text-transform: uppercase;
    width: 100%
}

.inspect-home-search-wrapper .inspect-home-search-footer {
    -ms-flex-item-align: end;
    align-self: end
}

@media(max-width:991px) {
    .inspect-home-search-wrapper .inspect-home-search-footer {
        margin-top: 1.875rem
    }
}

.inspect-home-search-wrapper .select2-selection__placeholder {
    color: var(--color__text-light, rgba(17, 24, 39, .659));
    font-size: .875rem;
    font-weight: 500
}

.inspect-home-search-wrapper .submit-search {
    margin-top: 1.625rem
}

.rq-home-banner-content h3,
.search-header h3 {
    font-size: calc(var(--base__font-size, 16px) - 2px);
    font-weight: 600;
    margin-bottom: .875rem;
    text-transform: uppercase
}

.rq-home-banner-content p,
.search-header p {
    margin-bottom: 0
}

.inspect-home-search-wrapper .search-layout-two .search-header-body {
    margin-bottom: 1.875rem
}

.page .cartsylite-content-area .entry-content>.inspect-home-search-wrapper {
    overflow: unset
}

.inspect-vertical-search-wrapper {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 13px 30px -3px rgba(16, 66, 97, .08);
    box-shadow: 0 13px 30px -3px rgba(16, 66, 97, .08);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    position: relative;
    text-align: left
}

@media(max-width:480px) {
    .inspect-vertical-search-wrapper {
        padding: 32px 25px 25px;
        width: 100%
    }
}

@media(max-width:767px) {
    .inspect-vertical-search-wrapper {
        padding: 32px 30px
    }
}

.inspect-vertical-search-wrapper .search-header {
    margin-bottom: 1.25rem
}

.inspect-vertical-search-wrapper .search-header h3 {
    color: #2d3748;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 15px
}

.inspect-vertical-search-wrapper .search-header p {
    color: #718096;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 0
}

.inspect-vertical-search-wrapper .search-header-body {
    border-radius: .375rem
}

.inspect-home-search-wrapper .inspect-horizontal-search-bottom {
    z-index: 999
}

.inspect-horizontal-search-oob {
    background-color: #fff;
    border-radius: .625rem;
    -webkit-box-shadow: 0 0 30px rgba(16, 66, 97, .11), 0 25px 80px -20px rgba(16, 66, 97, .23);
    box-shadow: 0 0 30px rgba(16, 66, 97, .11), 0 25px 80px -20px rgba(16, 66, 97, .23);
    margin: 0;
    min-height: 9.375rem;
    padding: 1.625rem 2.8125rem;
    text-align: left
}

@media(max-width:991px) {
    .inspect-horizontal-search-oob {
        padding-bottom: 1.625rem;
        padding-left: 1.625rem;
        padding-right: 1.625rem
    }
}

@media(min-width:992px) {
    .inspect-horizontal-search-oob {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(max-width:1199px) {
    .inspect-horizontal-search-oob {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(min-width:1200px) {
    .inspect-horizontal-search-oob .inspect-filter-widget {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15.5625rem;
        flex: 0 0 15.5625rem;
        max-width: 15.5625rem
    }

    .inspect-horizontal-search-oob .inspect-filter-widget-date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.625rem;
        flex: 0 0 22.625rem;
        max-width: 22.625rem
    }
}

@media(min-width:992px) {
    .inspect-horizontal-search-oob .inspect-filter-widget {
        margin-right: 13px;
        padding-top: 0
    }

    .inspect-horizontal-search-oob .inspect-home-search-form {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%
    }
}

.inspect-horizontal-search-oob .submit-search {
    margin-top: 0
}

.inspect-filter-widget {
    margin-top: 2.25rem
}

.inspect-filter-widget .inspect-filter-widget-title {
    color: var(--heading__color, #2d3748);
    font-size: var(--base__font-size, 1rem);
    font-weight: 500;
    line-height: 1.625;
    margin-bottom: 1.25rem;
    margin-top: 0;
    text-transform: capitalize
}

.inspect-filter-widget input[type=search],
.inspect-filter-widget input[type=text] {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    color: var(--heading__color, #2d3748);
    display: block;
    font-size: calc(var(--base__font-size, 16px) - 2px);
    font-weight: 400;
    min-height: auto;
    padding-bottom: 1rem;
    padding-left: .9375rem;
    padding-top: 1rem;
    width: 100%
}

.inspect-filter-widget input[type=search] {
    padding-right: 2rem
}

.inspect-filter-widget .select2-container {
    width: 100% !important
}

.filter-widget-item-search {
    margin-bottom: 1.25rem;
    position: relative
}

.filter-widget-item-search>.product-resource-search-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px
}

.filter-widget-item-search>.product-resource-search-icon-wrapper>.product-resource-search-icon {
    margin: auto
}

.daterangepicker {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .051), 0 0 0 1px rgba(0, 0, 0, .071);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .051), 0 0 0 1px rgba(0, 0, 0, .071)
}

.daterangepicker .drp-calendar {
    max-width: 312px
}

.daterangepicker .table-condensed thead tr:last-child th {
    border-bottom-color: #e4e7e7
}

.daterangepicker .table-condensed thead tr th {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.daterangepicker .table-condensed thead tr th.next,
.daterangepicker .table-condensed thead tr th.prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath d='m336.2 274.5-210.1 210h805.4c13 0 23 10 23 23s-10 23-23 23H126.1l210.1 210.1c11 11 11 21 0 32-5 5-10 7-16 7s-11-2-16-7l-249.1-249c-11-11-11-21 0-32l249.1-249.1c21-21.1 53 10.9 32 32z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px
}

.daterangepicker .table-condensed thead tr th.next span,
.daterangepicker .table-condensed thead tr th.prev span {
    display: none
}

.daterangepicker .table-condensed thead tr th.next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.daterangepicker .table-condensed thead tr .month {
    color: var(--heading__color, #2d3748);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 7px;
    text-align: center
}

.daterangepicker .table-condensed tbody tr td {
    background: #fff;
    border: 1px solid #e4e7e7;
    border-radius: 0 !important;
    color: #cacccd;
    cursor: default;
    cursor: pointer;
    height: 2.375rem;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 2.375rem
}

.daterangepicker .table-condensed tbody tr td.available {
    color: #565a5c
}

.daterangepicker .table-condensed tbody tr td.in-range {
    background-color: var(--color__secondary, #fef5ed);
    border-color: var(--color__primary, #333);
    color: var(--color__primary, #333)
}

.daterangepicker .table-condensed tbody tr td.active,
.daterangepicker .table-condensed tbody tr td.end-date,
.daterangepicker .table-condensed tbody tr td.start-date {
    background-color: var(--color__primary, #333);
    color: #fff
}

.daterangepicker .drp-buttons .btn {
    cursor: pointer;
    min-height: auto;
    padding: .5rem 1.125rem
}

.daterangepicker .drp-buttons .btn:hover {
    background-color: var(--color__primary-hover, #222)
}

.inspect-product-search-loadmore {
    grid-column: 1/-1;
    text-align: center
}

.inspect-product-search-loadmore .loading-svg,
.inspect-product-search-loadmore .loading-text {
    display: none
}

.inspect-product-search-loadmore .button {
    background-color: var(--color__primary, #333);
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    outline: none;
    padding: .625rem .75rem;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.inspect-product-search-loadmore .button:hover {
    background-color: var(--color__primary-hover, #222);
    color: #fff
}

.inspect-product-search-loadmore .loading-svg {
    vertical-align: middle
}

.inspect-filter-wrapper {
    position: relative
}

.inspect-filter-wrapper.no-sidebar .inspect-filter-widgets,
.inspect-filter-wrapper.no-sidebar .inspect-open-mobile-filter-wrapper {
    display: none
}

@media(min-width:1025px) {
    .inspect-filter-wrapper.is-sidebar {
        grid-gap: 1.875rem;
        display: grid;
        grid-template-columns: 18.75rem 1fr
    }
}

.inspect-filter-loader {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #fcfcfc;
    display: none;
    gap: 10px;
    height: calc(100% - 64px);
    justify-content: center;
    left: 0;
    padding-top: 250px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.inspect-filter-loader.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inspect-filter-loader span {
    -webkit-animation: wave .9s linear infinite;
    animation: wave .9s linear infinite;
    background-color: var(--color-brand);
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    width: 12px
}

.inspect-filter-loader .dot-2 {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.inspect-filter-loader .dot-3 {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes wave {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.alert-info {
    background-color: #cff4fc;
    color: #055160
}

.alert {
    border: 1px solid #b6effb;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative
}

.filter-results>.alert {
    grid-column: 1/-1
}

.sidebar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.sidebar-header-title {
    color: var(--heading__color, #2d3748);
    font-size: calc(var(--base__font-size, 16px) + 4px);
    font-weight: 600;
    line-height: 1.875;
    margin: 0;
    text-transform: capitalize
}

.sidebar-header-button {
    cursor: pointer;
    font-size: .75rem;
    line-height: 1rem
}

.inspect-filter-result-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.5rem
}

.inspect-filter-result-header-right {
    -webkit-box-flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width:1025px) {
    .inspect-filter-result-header-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        justify-content: flex-end;
        max-width: 80%
    }
}

.inspect-filter-results-container {
    position: relative
}

.inspect-filter-sort {
    min-width: 13.125rem
}

@media(min-width:768px) {
    .inspect-filter-sort {
        margin-right: 1.25rem
    }
}

.inspect-product-view-layer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    gap: 1.25rem
}

@media(min-width:768px) {
    .inspect-product-view-layer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.inspect-product-view-layer-item {
    border: none;
    color: #bdbdbd;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 0
}

.inspect-product-view-layer-item,
.inspect-product-view-layer-item:active,
.inspect-product-view-layer-item:focus,
.inspect-product-view-layer-item:hover {
    background-color: transparent;
    outline: none
}

.inspect-product-view-layer-item.active,
.inspect-product-view-layer-item:active,
.inspect-product-view-layer-item:focus,
.inspect-product-view-layer-item:hover {
    color: #2b2b2b
}

@media(max-width:1024px) {
    .inspect-filter-widgets {
        background-color: #fff;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
        box-shadow: 0 0 4px rgba(0, 0, 0, .3);
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        width: 100%;
        z-index: 10001
    }

    .inspect-filter-widgets.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    body .daterangepicker {
        width: 80%;
        z-index: 10002
    }

    body>.xdsoft_datetimepicker.xdsoft_noselect>.xdsoft_datepicker {
        display: none
    }

    .inspect-filter-form-wrapper {
        max-height: 100%;
        overflow-y: scroll;
        padding: 1rem 1.75rem 9rem
    }

    .inspect-total-filtered-products-wrapper {
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 10
    }

    .inspect-total-filtered-products-wrapper .inspect-total-filtered-products {
        border-radius: 0;
        cursor: pointer;
        width: 100%
    }

    .inspect-close-mobile-filter,
    .inspect-close-mobile-filter:active,
    .inspect-close-mobile-filter:focus,
    .inspect-close-mobile-filter:hover {
        background-color: transparent
    }

    .inspect-filter-widget-header {
        --tw-shadow: 0 2px 3px rgba(0, 0, 0, .08);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
        padding-top: 1rem;
        position: relative
    }

    .inspect-close-mobile-filter {
        cursor: pointer;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .inspect-filter-widget-header-title {
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.75rem
    }

    .inspect-filter-result-header .inspect-filter-result-header-left {
        display: none
    }

    .inspect-open-mobile-filter-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        bottom: 1.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

    .inspect-open-mobile-filter {
        border-radius: 10em;
        cursor: pointer;
        display: inline-block;
        font-size: .875rem;
        font-weight: 700;
        line-height: 1;
        min-height: auto;
        padding: .75rem 1.875rem
    }

    .inspect-open-mobile-filter>svg {
        display: inline-block;
        font-size: 1rem;
        margin-right: .25rem;
        vertical-align: middle
    }
}

@media(min-width:1025px) {

    .inspect-filter-widget-header,
    .inspect-open-mobile-filter-wrapper,
    .inspect-total-filtered-products-wrapper {
        display: none
    }
}

@media(max-width:1024px) {
    body.rtl .inspect-filter-widgets {
        left: 0;
        right: auto;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    body.rtl .inspect-filter-widgets.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.inspect-no-product-found {
    grid-column: 1/-1;
    text-align: center
}

.inspect-no-product-found+.inspect-product-search-loadmore {
    display: none
}

#filter-results:not(.woocommerce) {
    grid-gap: 1.875rem;
    display: grid;
    grid-template-columns: repeat(var(--grid-column-item, 1), minmax(0, 1fr))
}

#filter-results.listing-map {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

#filter-results.woocommerce>ul.products {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(var(--grid-column-item, 1), minmax(0, 1fr)) !important
}

#filter-results.woocommerce>ul.products:after,
#filter-results.woocommerce>ul.products:before {
    display: none !important
}

#filter-results.woocommerce>ul.products li {
    margin-right: 0 !important;
    width: 100% !important
}

@media(max-width:991px) {
    #filter-results {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:767px) {
    #filter-results {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.inspect-filter-wrapper.no-sidebar .inspect-product-view-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

@media(max-width:991px) {
    .inspect-filter-wrapper.no-sidebar .inspect-product-view-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:767px) {
    .inspect-filter-wrapper.no-sidebar .inspect-product-view-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.inspect-helium-product-card {
    border: 1px solid #e2e8f0;
    border-radius: .3125rem;
    overflow: hidden;
    -webkit-transition: border-color .2s ease, -webkit-box-shadow .2s ease;
    transition: border-color .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease, border-color .2s ease;
    transition: box-shadow .2s ease, border-color .2s ease, -webkit-box-shadow .2s ease
}

.inspect-helium-product-card:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 22px rgba(52, 61, 72, .102);
    box-shadow: 0 0 22px rgba(51, 60, 71, .102)
}

.inspect-helium-product-card:hover .inspect-listing-image-hover {
    opacity: 1
    display:none;
}

.inspect-listing-img {
    height: 16.25rem;
    overflow: hidden;
    position: relative
}

.inspect-listing-img img {
    display: block;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.inspect-listing-details {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1.375rem 1.5625rem 1.5rem
}

.inspect-listing-link {
    background-color: var(--color__primary, #333);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: .75rem 1.25rem;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.inspect-listing-link:focus,
.inspect-listing-link:hover,
.inspect-listing-link:visited {
    background-color: var(--color__primary-hover, #222);
    color: #fff
}

.inspect-filter-result-wrapper .inspect-listing-link {
    text-decoration: none !important
}

.inspect-listing-image-hover {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    width: 100%
    display:none;
}

.inspect-listing-details .product_title {
    color: var(--heading__color, #2d3748);
    font-size: calc(var(--base__font-size, 16px) + 2px);
    font-weight: 600;
    margin: 0
}

.inspect-listing-details .product_title>a {
    color: inherit;
    display: block;
    overflow: hidden;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap
}

.inspect-listing-details-title {
    margin-bottom: .9375rem
}

.inspect-listing-details-title .product_price {
    display: none
}

.inspect-listing-attributes {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 0;
    border-top: 1px solid #e2e8f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 1.5rem;
    padding: 1rem 0 0
}

.inspect-listing-attributes .value {
    color: var(--color__text-light, #8A8F27);
    font-weight: 500;
    margin-left: 6px
}

.inspect-listing-features .icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 13 4 4L19 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    margin-right: 4px;
    opacity: .4;
    vertical-align: middle;
    width: 18px
}

.inspect-listing-details ul.inspect-listing-attributes {
    list-style: none;
    margin: 0 0 1.5rem;
    padding-left: 0
}

.inspect-listing-details ul.inspect-listing-attributes>li {
    margin-right: 20px;
}

.inspect-listing-details ul.inspect-listing-features>li {
    margin-top: 5px;
}

.inspect-listing-footer,
.inspect-listing-meta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inspect-listing-meta-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem
}

@media(max-width:767px) {
    .inspect-listing-meta-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.inspect-listing-meta-content .inspect-listing-meta-left {
    padding-right: .625rem
}

.inspect-star-rating {
    grid-gap: 1px;
    color: var(--color__primary, #333);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 8px;
    line-height: 1;
    margin: 0
}

.inspect-star-rating>span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    font-weight: 400;
    padding: 1em
}

.inspect-star-rating>span:not(:last-child) {
    margin-right: .125rem
}

.inspect-star-rating>span.inspect-star-fill {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 16 16' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z' stroke='none'/%3E%3C/svg%3E")
}

.inspect-star-rating>span.inspect-star-blank {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 16 16' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.565.565 0 0 0-.163-.505L1.71 6.745l4.052-.576a.525.525 0 0 0 .393-.288L8 2.223l1.847 3.658a.525.525 0 0 0 .393.288l4.052.575-2.906 2.77a.565.565 0 0 0-.163.506l.694 3.957-3.686-1.894a.503.503 0 0 0-.461 0z' stroke='none'/%3E%3C/svg%3E")
}

.inspect-star-rating>span.inspect-star-blank-alt {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 16 16' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z' stroke='none'/%3E%3C/svg%3E")
}

.inspect-listing-features {
    border-bottom: 1px solid #e2e8f0;
    border-top: none;
    padding-bottom: 20px;
    padding-top: 0
}

@media(max-width:767px) {
    .inspect-listing-meta-right {
        line-height: 1.5
    }
}

.inspect-product-view-list .inspect-helium-product-card {
    margin-bottom: 1.875rem
}

@media(min-width:1024px) {
    .inspect-product-view-list .inspect-helium-product-card {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 17.1875rem
    }
}

@media(min-width:1200px) {
    .inspect-product-view-list .inspect-helium-product-card {
        grid-template-columns: 20rem 1fr
    }
}

.inspect-product-view-list .inspect-listing-details {
    padding: 1rem 1.5rem 1.25rem
}

.inspect-product-view-list .inspect-listing-attributes {
    grid-gap: 1rem;
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 1rem;
    padding-top: 0
}

@media(max-width:620px) {
    .inspect-product-view-list .inspect-listing-attributes {
        grid-template-columns: 1fr 1fr
    }
}

.inspect-product-view-list .inspect-listing-img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.inspect-product-view-list ul.inspect-listing-attributes {
    margin: 0
}

.inspect-product-view-list .inspect-listing-footer {
    border-top: 1px solid #e2e8f0;
    margin-top: .75rem;
    padding-top: 1.25rem
}

.inspect-product-view-list .inspect-listing-footer .inspect-listing-link {
    margin-left: 0
}

.inspect-product-view-list .product_title {
    font-size: calc(var(--base__font-size, 16px) + 4px)
}

@media(min-width:768px) {
    .inspect-product-view-list .product_title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

.inspect-product-view-list .product_title>a {
    white-space: normal
}

.inspect-product-view-list .product_price {
    display: none
}

.inspect-product-view-list .inspect-listing-details-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.inspect-product-view-list .inspect-listing-details-title .product_price {
    display: block
}

@media(max-width:767px) {
    .inspect-product-view-list .inspect-listing-details-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.inspect-product-view-list .inspect-listing-image-hover {
    display: none
}

/*# sourceMappingURL=ins-global.css.map */