.product-container {
    position: relative;
    display: block;
    padding-top: calc(16px + 73px);
}

.product-header {
    position: relative;
    display: block;
    background: #222;
    height: 481px;
    background-size: cover !important;
    background-position: 50% !important;
    font-size: 14px;
    line-height: 24px;
    width: calc(100% - (16px * 2));
    margin: 0px auto 45px;
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.product-header.left {
    text-align: left;
    background-position: center right !important;
}

.product-header.right {
    text-align: right;
    background-position: center left !important;
}

.product-header-content {
    position: absolute;
    display: block;
    width: calc(100% - (16px * 2));
    max-width: 530px;
    left: 40px;
    bottom: 40px;
}

.product-header-title {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 43px;
    font-weight: normal;
    margin-bottom: 15px;
}

.product-header-desc {
    position: relative;
    display: block;
}

.product-content {
    position: relative;
    display: block;
    /* padding: 70px 0px 120px; */
    padding: 70px 0px 80px;
    overflow: hidden;
    width: 100%;
}

.product-filter {
    position: absolute;
    display: block;
    right: 15px;
    top: 0px;
    z-index: 10;
}

.product-filter-trigger {
    position: relative;
    display: block;
    width: 285px;
    border: 1px solid #d2d2d2;
    padding: 0px 16px;
    line-height: 38px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 13px;
}

.product-filter-trigger .bi {
    font-size: 11px;
    position: absolute;
    display: block;
    right: 16px;
    top: 0px;
    /* top: calc((100% - 8px) / 2); */
    color: #222;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    transition: transform 0.4s;
}

.product-filter-trigger.active .bi {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    transition: transform 0.4s;
}

.product-filter-option {
    position: absolute;
    display: block;
    width: 100%;
    top: calc(100% + 10px);
    left: 0px;
    border: 1px solid #ccc;
    display: none;
    border-radius: 13px;
}

.product-filter-list {
    position: relative;
    display: block;
    line-height: 40px;
    padding: 0px 20px;
    background: #fff;
    color: #222;
    font-size: 14px;
    cursor: pointer;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.product-filter-list:hover {
    background: #ff0000;
    color: #fff;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.product-filter-list.active {
    background: #ff0000 !important;
    color: #fff !important;
}

.product-disp {
    position: relative;
    display: block;
    font-size: 0px;
}

.product-disp > * {
    font-size: 14px;
}

.product-fil:before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 13px;
}

.product-fil {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 285px; */
    width: 275px;
    margin-right: 15px;
    margin-left: 21px;
    padding: 16px 0px 25px 11px;
    font-size: 14px;

    top: 5px;
}

.product-fill-content {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    max-height: 720px;
    margin-bottom: 25px;
    overflow: auto;
}

/*Scrollbar CSS*/
.product-fill-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px 3px;
}

.product-fill-content::-webkit-scrollbar-track {
    background: #fff;
}

.product-fill-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.product-fill-content::-webkit-scrollbar-button {
    display: none;
}

.product-fil-title {
    position: absolute;
    display: block;
    top: -40px;
    left: 11px;
    line-height: 16px;
}

.product-fil-group {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.product-fil-group:last-child {
    margin-bottom: 0px;
}

.product-fil-group-title {
    position: relative;
    display: block;
    line-height: 16px;
    margin-bottom: 16px;
}

.product-fil-item {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    /* padding-left: 30px; */
    margin-bottom: 10px;
}

.product-fil-check {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #222;
    background: #fff;
    color: #fff;
}

.product-fil-check.active {
    background: #222;
}

.product-fil-check .bi {
    position: relative;
    display: block;
    line-height: 18px;
}

.product-ctn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 320px);
    /* margin-left: 300px; */
}

.product-ctn.full {
    width: calc(100% - 8px);
    display: block;
    margin: auto;
}

.product-list {
    position: relative;
    display: block;
    font-size: 0px;
    /* padding: 0px 10px; */
}

.full .product-list {
    padding-left: 8px;
}

.product-list > * {
    font-size: 14px;
}

.product-list-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% / 4) - 16px);
    margin: 0px 7px 40px;
    text-align: center;
}

.full .product-list-item {
    width: calc((100% / 5) - 16px);
}

.product-list-link {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px 0px 16px;
}

.product-list-img {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 25px;
    aspect-ratio: 356/356;
    object-fit: cover;
    object-position: 50%;
    border-radius: 13px;
}

.product-list-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #222 !important;
}

.product-list-contact .bi {
    line-height: 18px;
}

.product-list-contact {
    position: relative;
    display: block;
    border: 1px solid #d2d2d2;
    line-height: 38px;
    padding: 0px 20px;
    color: #222;
    background: #fff;
    border-radius: 12px;

    -webkit-transition: border 0.4s, color 0.4s, background 0.4s;
    -moz-transition: border 0.4s, color 0.4s, background 0.4s;
    -ms-transition: border 0.4s, color 0.4s, background 0.4s;
    transition: border 0.4s, color 0.4s, background 0.4s;
}

.product-list-contact:hover {
    border: 1px solid #ff0000;
    color: #fff;
    background: #ff0000;

    -webkit-transition: border 0.4s, color 0.4s, background 0.4s;
    -moz-transition: border 0.4s, color 0.4s, background 0.4s;
    -ms-transition: border 0.4s, color 0.4s, background 0.4s;
    transition: border 0.4s, color 0.4s, background 0.4s;
}

.product-list-contact-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.product-list-contact-icon img {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
}

.product-list-contact-icon .white {
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.product-list-contact-icon .black {
    opacity: 1;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.product-list-contact:hover .white {
    opacity: 1;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.product-list-contact:hover .black {
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.mob-fil {
    display: none;
}

.mob-fil-trigger {
    display: none;
}

.mob-submit {
    position: relative;
    display: block;
    border: 0px;
    background: #222;
    color: #fff;
    font-size: 14px;
    border-radius: 12px;
    height: 40px;
    width: calc(100% - 11px);

    -webkit-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
}

.mob-submit:hover {
    background: #ff0000;
    color: #fff;

    -webkit-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
}


.search-title {
    position: relative;
    display: block;
    font-weight: normal;
    text-align: center;
    margin: 0px auto 100px;
    font-size: 28px;
    line-height: 28px;
}


/* Mobile */
@media screen and (max-width: 1024px) {
    .full .product-list-item {
        width: calc((100% / 4) - 16px);
    }

    .product-list-item {
        width: calc((100% / 2) - 16px);
    }
}

@media screen and (max-width: 768px) {
    .full .product-list-item {
        width: calc((100% / 3) - 16px);
    }
}

@media screen and (max-width : 500px) {
    .product-header-title {
        font-size: 30px;
        line-height: 35px;
    }

    .product-header-content {
        left: 16px;
        bottom: 30px;
    }

    .product-header span {
        /* position: absolute; */
        /* bottom: 50px; */
    }

    .product-content {
        width: 100%;
    }

    .product-filter {
        display: none;
        width: calc(100% - 40px);
    }

    .product-filter-trigger {
        width: 100%;
    }

    .product-fil {
        display: none;
    }

    .product-ctn {
        width: calc(100% - 16px) !important;
        display: block;
        margin: 0px auto;
    }

    .product-list {
        padding: 0px !important;
    }

    .product-list-item {
        width: calc((100% / 2) - 16px) !important;
        margin: 0px 8px 24px;
    }

    .product-list-title {
        font-size: 14px;
    }

    .product-list-contact {
        padding: 0px 5px;
        font-size: 11px;
    }

    .product-list-contact-icon {
        width: 14px;
        height: 14px;
        top: 0px;
    }

    .mob-fil-trigger {
        position: absolute;
        display: block;
        width: calc(100% - (16px * 2));
        border: 1px solid #ccc;
        height: 40px;
        padding: 0px 15px;
        text-align: left;
        left: 16px;
        margin-left: 16px;
        border-radius: 12px;
        top: 0px;
        line-height: 40px;
    }

    .mob-fil-trigger img {
        position: absolute;
        display: block;
        height: 15px;
        right: 15px;
        top: calc((100% - 15px) / 2);
    }

    .mob-fil {
        position: fixed;
        display: none;
        width: 100%;
        left: 0px;
        top: 0px;
        z-index: 1001;
        background: #fff;
        padding: 30px 20px;
        height: 100vh;
        overflow: auto;
    }

    .product-fil-select {
        width: 100%;
    }

    .product-fil-select {
        height: 40px;
        padding: 0px 14px;
        border-radius: 12px;

        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .product-fil-group.select-group:after {
        font-family: "bootstrap-icons";
        content: "\F282";
        font-size: 15px;
        position: absolute;
        right: 14px;
        bottom: -2px;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .product-list-contact .bi {
        line-height: 14px;
    }

    .search-title {
        font-size: 22px;
    }

    .product-fil-group:last-child {
        font-size: 0px;
    }

    .product-fil-group:last-child .product-fil-item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .mob-fil-x {
        position: absolute;
        display: block;
        right: 17px;
        top: 20px;
        font-size: 25px;
        z-index: 2;
    }

    .product-fill-content {
        height: auto;
    }

    .product-ctn.full {
        margin: -70px auto 0px;
    }

    .product-fil-group-title {
        font-size: 16px;
    }

    .product-fil-group {
        margin-bottom: 30px;
    }

    .product-fil-group-title {
        margin-bottom: 20px;
    }

    .product-header {
        background-position: top 50% right 30% !important;
    }
}
