.sec-search {
    padding: 6.21rem 0 8.8rem;
}

.sec-search-info {
    padding: 7.51rem 0 6rem;
    margin-top: 12rem;
}

/* .search-head p{
	margin-top: 1.2rem !important;
} */
.search-tab {
    margin-top: 2.5rem;
    border-bottom: .1rem solid rgba(222, 222, 222, 0.16);
    padding-bottom: 2.52rem;
}

.search-tab ul {
    justify-content: center;
}

.search-tab li {
    padding: 0;
    margin: 0 2.72rem;
}

.search-tab li:first-child {
    margin-left: 0;
}

.search-tab li:last-child {
    margin-right: 0;
}

.search-tab li:after {
    content: none;
}

.search-tab li a {
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

.search-tab li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: .3rem;
    left: 0;
    bottom: -2.53rem;
    background: transparent;
}

.search-tab li.active a:after,
.search-tab li a:hover:after {
    background: #fff;
}

.search-tab h4 {
    color: #fff;
    font-size: 2.1rem;
    margin: 0;
    padding-left: 1.1rem;
}

.searc-tab-icon {
    width: 2.5rem;
}

.searc-tab-icon img {
    max-width: 100%;
}

.search-tab-body {
    margin-top: 4.2rem;
}

.search-input {
    width: calc(33.33% - 3.93rem);
    position: relative;
}

.search-seprator {
    margin: 0 2.2rem;
}

.search-seprator img {
    width: 1.5rem;
}

.search-input .form-control {
    background: transparent;
    border: .2rem solid rgba(255, 255, 255, 0.3);
    border-radius: .6rem;
    height: 6rem;
    padding: 0 2.31rem;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: -0.025rem;
    font-family: 'Roboto Condensed';
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0.2rem solid rgba(255, 255, 255, 1);
    border-radius: 0.6rem !important;
    height: 6rem;
    background: #fff !important;
    outline: none !important;
}

.search-input.focused .select2-container--default .select2-selection--single {
    background: transparent !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    border: 0.2rem solid rgba(255, 255, 255, 0.3);
    background: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 5.6rem;
    padding: 0 2.31rem;
    letter-spacing: -0.025rem;
    font-family: 'Roboto Condensed';
    font-weight: normal;
    font-size: 2.4rem;
}

.select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 6rem;
    top: 0;
    right: 0;
    width: 3rem;
}

.select2-results__option:after {
    content: none;
}

.select2-dropdown {
    border: 0;
    background: transparent;
    border-radius: 0.8;
    margin-top: 2rem;
    overflow: hidden;
}

.select2-dropdown.select2-dropdown--above {
    margin-top: -2rem;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 315px;
}

.select2-container--default .select2-results>.select2-results__options {
    border-radius: 0.8rem;
    /* background-color: #0095EB; */
    background-color: #192b54;
}

.select2-results__option {
    font-size: 2rem;
    letter-spacing: -0.025rem;
    font-family: 'Roboto Condensed';
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 0.7rem 3.7rem;
    font-weight: normal;
}

.select2-results__option:last-child {
    border-bottom: 0 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.float-label {
    position: absolute;
    font-size: 2.4rem;
    font-family: 'Roboto Condensed';
    letter-spacing: -0.025rem;
    color: #192853;
    z-index: 1;
    left: 2rem;
    top: 1.1rem;
    cursor: pointer;
    font-weight: normal;
    padding: 0 .79rem 0 .71rem;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.disabled .float-label {
    color: rgba(255, 255, 255, 0.3);
}

.search-input.focused .float-label {
    font-size: 1.6rem;
    top: -1.2rem;
    z-index: 1;
    background: #20287D;
    color: #fff;
    font-weight: 300;
}

.search-input.focused .select2-container--default .select2-selection--single {
    border-color: #fff !important;
}

.select2-selection__clear,
.selection__clear {
    height: 6rem !important;
    margin-right: 0 !important;
    position: absolute;
    right: 2rem;
    z-index: 1;
    top: 0;
    background: transparent;
    border: 0 !important;
    outline: none !important;
}

.select2-selection__clear span,
.selection__clear span {
    font-family: 'Roboto Condensed';
    letter-spacing: -0.025rem;
    font-size: 2.2rem !important;
    color: rgba(255, 255, 255, 0.4);
    font-weight: normal;
    transform: scale(1, 1.3);
    display: block;
    line-height: 0;
}

.custom-drop {
    position: relative;
}

.custom-box {
    background: #fff;
    border: 0.2rem solid rgba(255, 255, 255, 0.3);
    border-radius: 0.6rem;
    height: 6rem;
    padding: 0 2.31rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.8rem;
    letter-spacing: -0.025rem;
    font-family: 'Roboto Condensed';
    line-height: 2rem;
    cursor: pointer;
    font-weight: normal;
}

.search-input.disabled .custom-box,
.search-input.focused .custom-box {
    background: transparent !important;
}

.search-input.focused .custom-box {
    border-color: #fff !important;
}

.custom-dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    top: 8rem;
    max-height: 504px;
    border-radius: 0.8rem;
    background-color: #0095EB;
    overflow: hidden;
    overflow-y: auto;
    z-index: 99;
    display: none;
}

.custom-dropdown.generations {
    width: calc(100% + 14.7rem);
}

.custom-dropdown li {
    font-size: 2rem;
    letter-spacing: -0.025rem;
    font-family: 'Roboto Condensed';
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 0.7rem 3.7rem;
    cursor: pointer;
    font-weight: normal;
}

.custom-dropdown li:after {
    content: none;
}

.custom-dropdown li.active,
.custom-dropdown li:hover {
    background-color: rgba(255, 255, 255, 0.3)
}

.custom-dropdown li label {
    width: 21rem;
    cursor: pointer;
}

.custom-dropdown li span {
    font-size: 1.4rem;
    display: block;
    width: calc(100% - 21rem);
    padding-left: 1rem;
    cursor: pointer;
}

.custom-box .selection__clear {
    display: none;
}

.search-tab-info {
    display: none;
}

.search-tab-info#tab1 {
    display: block;
}

.search-parameters {
    margin-top: 2rem;
}

.search-item-outer {
    background: #121A62;
    padding: 1.8rem 0 2rem;
    border-radius: 0.6rem;
}

.search-item {
    width: calc(33.33% - 3.93rem);
    position: relative;
    margin-left: 5.9rem;
    position: relative;
}

.search-item:first-child {
    margin-left: 0;
    padding: 0 0 0 1.7rem;
}

.search-item:nth-child(2):after {
    position: absolute;
    content: "";
    top: 0;
    right: -3rem;
    height: 100%;
    width: 1px;
    background: #DEDEDE;
    opacity: 0.8;
}

.search-item:nth-child(3) {
    padding: 0 1.7rem;
    margin-left: 3.6rem;
}

.search-item-icon {
    margin-right: 1rem;
    height: 4rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}

.search-item-icon img {
    max-width: 100%;
    max-height: 100%;
}

.search-item-text {
    width: calc(100% - 100px);
    padding-top: 6px;
}

.search-item-text span {
    font-weight: 300;
}

.search-item:nth-child(2) .search-item-text {
    width: 100%;
}

.search-item-text li {
    font-weight: 300;
    padding-left: 1.8rem;
    font-family: 'Roboto Condensed';
    line-height: 2.8rem;
}

.search-item-text ul li:after {
    height: 0.6rem;
    width: 0.6rem;
    background: #FFFFFF;
    top: 1.1rem;
    opacity: 0.5;
}

.search-attechment {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1.06rem;
    font-family: 'Roboto Condensed';
    font-weight: 300;
}

.search-attechment img {
    width: 250px;
    max-width: 100%;
}

.product-list-outer {
    margin-top: 3.1rem;
}

.mobile-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1.6rem;
    text-transform: uppercase;
    display: none;
}

.mobile-title img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mobile-title.active img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    background: #fff;
    border-radius: 0.6rem;
    overflow: hidden;
    width: calc(33.33% - 3.8rem);
    margin-left: 5.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-item:nth-child(3n + 1) {
    margin-left: 0;
}

.product-item:nth-child(n + 4) {
    margin-top: 4rem;
}

.product-item-top,
.product-item-bottom {
    width: 100%;
    position: relative;
}

.product-item-top {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-top {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.product-top div {
    height: 4rem;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.product-top .front {
    background: #E93223;
}

.product-img {
    margin-top: 4rem;
    width: 100%;
    position: relative;
    padding-top: 66.7%;
}

.product-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s;
}

.product-item-top a:hover .product-img img {
    transform: scale(1.05);
    transition: all 0.4s;
}

.product-name {
    width: 100%;
    position: relative;
    background: #F2F3F5;
    padding: 1.11rem 2.4rem 1.19rem;
    transition: all 0.4s;
}

.product-name p {
    margin: 0;
    font-weight: normal;
}

.product-item-top a:hover .product-name h2 {
    color: #2155CF;
    transition: all 0.4s;
}

.product-attr-outer {
    padding: 2.5rem 2.4rem 2.1rem;
}

.product-attr li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2.2rem;
}

.product-attr ul {
    width: 100%;
}

.product-attr li a span {
    color: #FFFFFF;
    text-wrap: nowrap;
}

.product-attr li a {
    margin-bottom: 5px;
}

.product-attr li:after {
    content: none;
}

.product-link {
	border: 0;
    border-top: .4rem solid #E93223;
    padding: 1.81rem 2.4rem 1.99rem;
}

.product-link .link {
    margin-left: 3.28rem;
}

.product-link .link:first-child {
    margin-left: 0;
}

.product-placeholder {
    border: 2px dashed rgba(226, 226, 226, 0.21);
    align-items: center;
    justify-content: center;
    background: transparent !important;
    padding: 2rem;
}

.product-placeholder img {
    max-height: 100%;
    max-height: 100%;
}

.icon-search-top {
    text-align: center;
    margin-bottom: 1rem;
}

.icon-search-top img {
    max-width: 100%;
}

.modal-backdrop.show {
    opacity: 0.6;
}

.single-product .modal-backdrop.show,
.page-template-page-oximoinfo .modal-backdrop.show {
    opacity: 0.92;
}

/* .single-product .modal-close{
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute;
} */
.acf-map-box {
    width: 100%;
    height: 100%;
    border: #ccc solid 1px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.acf-map-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.modal-content {
    border-radius: 0.6rem;
}

.modal-dialog {
    max-width: 1166px;
}

.prodct-modal {
    padding: 3.9rem 2.6rem 2.8rem;
}

.modal-close {
    position: absolute;
    right: -3.7rem;
    top: 0;
    cursor: pointer;
}

/*.sec-search span.select2-dropdown.select2-dropdown--below.step-select-ajax{
    top: 0 !important;
}
.sec-search .select2-search.select2-search--dropdown{
    display: none;
}*/
.select2-results {
    margin-top: 10px;
}

/* search parameter new design code start */
.search-item-block {
    display: flex;
    gap: 5.7rem;
}

.search-item-block.no-right-box::after {
    content: "";
    flex: 0 0 40rem;
}

.search-item-box {
    background: #fff;
    padding: 1rem;
    border-radius: 1.2rem;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

.search-item-box.right {
    flex-grow: initial;
    align-items: center;
    width: 40rem;
    padding: 1rem;
    gap: 1.6rem;
}

.search-item-right-img img {
    width: 14.5rem;
    height: auto;
    margin-top: 0.4rem;
}

.search-item-head {
    margin-bottom: 0.6rem;
}

.search-item-box.right .search-item-head {
    margin-bottom: 2.8rem;
}

.search-item-head h3 {
    margin: 0;
    font-size: 2.16rem;
    line-height: 1;
    font-weight: bold;
}

.search-item-right .search-item-head h3 {
    font-size: 1.8rem;
}

.search-item-row {
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 500;
    color: #121212;
    margin-bottom: 0.6rem;
}

.search-item-row:last-child {
    margin-bottom: 0;
}

.search-item-row strong {
    font-weight: bold;
}

.search-item-left {
    display: flex;
    gap: 2rem;
}

.search-item-img {
    flex-shrink: 0;
}

.search-item-img img {
    width: 34rem;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0.4rem;
}

.search-item-info {
    flex: 1 1 auto;
    min-width: 0;
    align-content: center;
}

.search-item-info .search-item-head {
    margin-bottom: 2rem;
}

.search-item-right {
    width: 25rem;
    text-align: center;
    align-content: center;
    flex-shrink: 0;
}

.search-attechment-img {
    width: 100%;
    max-width: 27.5rem;
    margin: 0 auto;
}

.search-attechment-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* Car modal */
.car-image-trigger {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.zoom-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    border-radius: 0.4rem;
}

.zoom-icon svg {
    width: 4rem;
    height: 4rem;
    fill: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .car-image-trigger:hover .zoom-icon {
        opacity: 1;
    }
}

.car-preview-modal {
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30rem;
}

.car-preview-modal img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .zoom-icon {
        display: none;
    }
}



/* search parameter new design code end */
@media(min-width:1575px) and (max-width:1674px) {
    .custom-dropdown.generations {
        width: calc(100% + 10.7rem);
    }
}

@media(min-width:1475px) and (max-width:1574px) {
    .custom-dropdown.generations {
        width: calc(100% + 6.7rem);
    }
}

@media(min-width:1375px) and (max-width:1474px) {
    .custom-dropdown.generations {
        width: 100%;
    }
}

@media(min-width:1360px) and (max-width:1374px) {
    .custom-dropdown.generations {
        width: calc(100% + 3.7rem);
    }
}

@media(min-width:1200px) and (max-width:1359px) {
    .custom-dropdown.generations {
        width: calc(100% + 1.7rem);
    }

    .product-item {
        width: calc(33.33% - 2.5rem);
        margin-left: 3.7rem;
    }

    .modal-dialog {
        max-width: 1090px;
    }

    /* search parameter new design code start */
    .search-item-block {
        gap: 3.7rem;
    }

    .search-item-block.no-right-box::after {
        flex-basis: 38.4rem;
    }

    .search-item-left {
        gap: 1.6rem;
    }

    .search-item-img img {
        width: 28rem;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .search-item-info {
        flex: 1 1 auto;
        min-width: 0;
        align-content: center;
    }

    .search-item-right {
        width: 24rem;
    }

    .search-attechment-img {
        max-width: 25.5rem;
    }

    .search-item-box.right {
        width: 38.4rem;
        padding: 2.6rem 1.9rem 1rem 2rem;
        gap: 1.2rem;
    }

    .search-item-right-img img {
        width: 12.5rem;
        margin-top: 0;
    }

    /* search parameter new design code end */
}

@media(min-width:992px) and (max-width:1199px) {
    .search-item-icon {
        height: 2.5rem;
    }

    .search-item-text {
        width: calc(100% - 70px);
        padding-top: 1px;
    }

    .sec-search-info {
        margin-top: 11.5rem;
    }

    .search-seprator {
        margin: 0 1.2rem;
    }

    .search-input {
        width: calc(33.33% - 2.61rem);
    }

    .custom-dropdown.generations {
        width: 100%;
    }

    .custom-dropdown li label {
        width: 100%;
    }

    .custom-dropdown li span {
        font-size: 1.4rem;
        width: 100%;
        padding-left: 0;
    }

    .search-item {
        width: calc(33.33% - 2.61rem);
        margin-left: 3.9rem;
    }

    .search-item:nth-child(2):after {
        right: -1.8rem;
    }

    .search-item:nth-child(3) {
        padding: 0 0.7rem;
    }

    .product-item {
        width: calc(33.33% - 1.33rem);
        margin-left: 2rem;
    }

    .product-name {
        padding: 1.11rem 1.4rem 1.19rem;
    }

    .product-attr-outer {
        padding: 2.5rem 1.4rem 2.1rem;
    }

    .product-link {
        padding: 1.81rem 1.4rem 1.99rem;
    }

    .modal-dialog {
        max-width: 940px;
    }

    .modal-close {
        right: -2.3rem;
    }

    .modal-close img {
        width: 1.7rem;
    }

    .prodct-modal {
        padding: 2rem;
    }

    /* search parameter new design code start */
    .search-item-block {
        gap: 2rem;
    }

    .search-item-block.no-right-box::after {
        flex-basis: 33.3rem;
    }

    .search-item-left {
        gap: 1.2rem;
    }

    .search-item-img img {
        width: 22rem;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .search-item-right {
        width: 20rem;
    }

    .search-item-box.right {
        width: 33.3rem;
        padding: 2.4rem 1rem 1rem 1.4rem;
        gap: 0.8rem;
    }

    .search-item-info {
        flex: 1 1 auto;
        min-width: 0;
        align-content: center;
    }

    .search-item-info .search-item-head {
        margin-bottom: 1.6rem;
    }

    .search-item-row {
        font-size: 1.6rem;
    }

    .search-item-box.right .search-item-head {
        margin-bottom: 2.4rem;
    }

    .search-item-right-img img {
        width: 10.5rem;
        margin-top: 0;
    }

    /* search parameter new design code end */
}

@media(min-width:768px) and (max-width:991px) {
    .sec-search {
        padding: 5.21rem 0 5.8rem;
    }

    .sec-search-info {
        padding: 7.51rem 0 6rem;
        margin-top: 11rem;
    }

    .search-tab li {
        margin: 0 2rem;
    }

    .search-tab h4 {
        font-size: 1.8rem;
    }

    .search-input {
        width: 100%;
    }

    .search-seprator {
        width: 100%;
        height: 3.5rem;
        margin: 0;
    }

    .search-seprator img {
        display: none;
    }

    .custom-dropdown.generations {
        width: 100%;
    }

    .search-item-outer {
        padding: 4.4rem 2.5rem 3.2rem;
    }

    .search-item {
        width: 100%;
        margin-left: 0;
        margin-top: 3.5rem;
    }

    .search-item:first-child {
        padding: 0;
        margin-top: 0;
    }

    .search-item-icon {
        margin-right: 1.1rem;
        width: 4.5rem;
    }

    .search-attechment {
        justify-content: flex-start;
    }

    .search-item:nth-child(3) {
        margin-top: 6.4rem;
        padding: 0;
        margin-left: 0;
    }

    .search-item:nth-child(2):after {
        top: auto;
        right: 0;
        height: 1px;
        width: 100%;
        bottom: -3.29rem;
    }

    .mobile-title {
        display: flex;
    }

    .search-parameters {
        margin-top: 4.88rem;
    }

    .product-list-outer {
        margin-top: 3.8rem;
    }

    .product-item {
        width: calc(50% - 1rem);
        margin-left: 2rem !important;
    }

    .product-list .product-item:nth-child(2n + 1) {
        margin-left: 0 !important;
    }

    .product-list .product-item:nth-child(n + 3) {
        margin-top: 3rem;
    }

    .product-name .fw-30,
    .product-name .fw-30 * {
        font-size: 3rem !important;
        line-height: 4rem !important;
    }

    .product-name {
        padding: 1.11rem 1.4rem 1.19rem;
    }

    .product-attr-outer {
        padding: 2.5rem 1.4rem 2.1rem;
    }

    .product-link {
        padding: 1.81rem 1.4rem 1.99rem;
    }

    .modal-dialog {
        max-width: 670px;
    }

    .modal-close {
        right: -2.3rem;
    }

    .modal-close img {
        width: 1.7rem;
    }

    .prodct-modal {
        padding: 2rem;
    }

    /* search parameter new design code start */
    .search-item-block {
        gap: 3rem;
        flex-wrap: wrap;
    }

    .search-item-block.no-right-box::after {
        flex-basis: 100%;
    }

    .search-item-box {
        width: 100%;
    }

    .search-item-box.right {
        width: 100%;
        padding: 1.6rem 2rem;
    }

    .search-item-left {
        gap: 1.2rem;
    }

    .search-item-img img {
        width: 24rem;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .search-item-right {
        width: 22rem;
    }

    .search-attechment-img {
        max-width: 22.5rem;
    }

    .search-item-info {
        flex: 1 1 auto;
        min-width: 0;
        align-content: center;
    }

    .search-item-info .search-item-head {
        margin-bottom: 1.6rem;
    }

    .search-item-row {
        font-size: 1.5rem;
    }

    .search-item-box.right .search-item-head {
        margin-bottom: 2rem;
    }

    .search-item-right-img img {
        width: 11.5rem;
        margin-top: 0;
    }

    /* search parameter new design code end */
}

@media(max-width:767px) {
    .sec-search {
        padding: 9rem 0 3rem;
    }

    .sec-search-info {
        padding: 6.71rem 0 8.9rem;
        margin-top: 10rem;
    }

    .sec-search .search-head p {
        display: none;
    }

    .search-tab {
        padding-bottom: 1rem;
        margin-top: 1rem;
    }

    .search-tab li {
        margin: 0 1.4rem;
    }

    .search-tab li a:after {
        bottom: -1.53rem;
    }

    .search-tab h4 {
        font-size: 1.8rem;
        line-height: 2.1rem;
        width: calc(100% - 2.5rem);
    }

    .search-input {
        width: 100%;
    }

    .search-seprator {
        width: 100%;
        height: 3.5rem;
        margin: 0;
    }

    .search-seprator img {
        display: none;
    }

    .search-tab-body {
        margin-top: 3.92rem;
    }

    .custom-dropdown.generations {
        width: 100%;
    }

    .custom-dropdown li label {
        width: 100%;
    }

    .custom-dropdown li span {
        width: 100%;
        padding-left: 0;
    }

    .search-item-outer {
        padding: 4.4rem 2.5rem 3.2rem;
    }

    .search-item {
        width: 100%;
        margin-left: 0;
        margin-top: 3.5rem;
    }

    .search-item-text {
        width: calc(100% - 52px);
    }

    .search-item:first-child {
        padding: 0;
        margin-top: 0;
    }

    .search-item-icon {
        margin-right: 1.1rem;
        width: 4rem;
    }

    .search-attechment {
        justify-content: flex-start;
    }

    .search-item:nth-child(3) {
        margin-top: 6.4rem;
        padding: 0;
        margin-left: 0;
    }

    .search-item:nth-child(2):after {
        top: auto;
        right: 0;
        height: 1px;
        width: 100%;
        bottom: -3.29rem;
    }

    .mobile-title {
        display: flex;
    }

    .search-parameters {
        margin-top: 4.88rem;
    }

    .product-list-outer {
        margin-top: 3.8rem;
    }

    .product-item {
        width: 100%;
        margin-left: 0;
    }

    .product-list .product-item:nth-child(n + 2) {
        margin-top: 3rem;
    }

    .product-placeholder {
        display: none;
    }

    .product-name .fw-30,
    .product-name .fw-30 * {
        font-size: 3rem !important;
        line-height: 4rem !important;
    }

    .icon-search-top img {
        width: 4rem;
    }

    .prodct-modal {
        padding: 1.5rem;
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: 185px;
    }

    .select2-results__option {
        padding: 0.7rem 3.4rem !important;
    }

    .step-333 .select2-results__option {
        padding-top: 0.4rem !important;
        padding-bottom: 0.4rem !important;
    }

    .step-333 .select2-results {
        width: 100% !important;
    }

    /* search parameter new design code start */
    .search-item-block {
        gap: 2rem;
        flex-wrap: wrap;
    }

    .search-item-block.no-right-box::after {
        content: none;
    }

    .search-item-box:has(.search-item-left) {
        display: block;
    }

    .search-item-left {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-item-img {
        width: 100%;
    }

    .search-item-img img {
        width: 100%;
    }

    .search-item-info {
        width: auto;
        max-width: 28rem;
        margin: 0 auto;
        text-align: center;
    }

    .search-item-head h3 {
        font-size: 2.6rem;
    }

    .search-item-right .search-item-head h3 {
        font-size: 2rem;
    }

    .search-item-info .search-item-head {
        margin-bottom: 1.6rem;
    }

    .search-item-row {
        font-size: 1.4rem;
    }

    .search-item-right {
        width: auto;
        max-width: 22rem;
        margin: 1.6rem auto 0;
        text-align: center;
    }

    .search-attechment-img {
        max-width: 100%;
        margin: 0;
    }

    .search-item-box.right {
        width: 100%;
        padding: 1.4rem;
    }

    .search-item-box.right .search-item-head {
        margin-bottom: 1.6rem;
    }

    .search-item-right-img img {
        width: 9.5rem;
        margin-top: 0;
    }

    /* search parameter new design code end */
}

@media(max-width:575px) {
    .search-tab ul {
        justify-content: left;
    }

    .search-tab li:first-child {
        width: 11.7rem;
    }

    .search-tab li:last-child {
        width: 18.9rem;
    }

    .search-item-text .fw-26,
    .search-item-text .fw-26 * {
        font-size: 2.2rem !important;
        line-height: 3.3rem !important;
    }

    .search-item-text .fw-21,
    .search-item-text .fw-21 * {
        font-size: 1.6rem !important;
    }

    .search-tab h4 {
        font-size: 1.7rem;
        line-height: 1.9rem;
        width: calc(100% - 2.2rem);
        padding-left: 0.5rem;
    }

    .search-tab li:first-child {
        width: 11.2rem;
    }

    .search-tab li:last-child {
        width: 17.6rem;
    }

    .search-attechment img {
        width: 220px;
    }

    .step-333 li.select2-results__option.select2-results__option--selectable {
        display: block !important;
    }

    .step-333 li.select2-results__option.select2-results__option--selectable span {
        width: 100% !important;
        padding-left: 0 !important;
    }
}

@media(max-width: 374px) {
    .search-tab li {
        margin: 0 0.6rem;
    }

    .search-tab li:first-child {
        width: 10.7rem;
    }

    .search-tab li:last-child {
        width: 17.3rem;
    }

    .searc-tab-icon img {
        max-width: 2.2rem;
    }

}