.autocomplete-suggestions {
    position: absolute;
    border: 1px solid #ddd;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    width: 100%;
}
.autocomplete-suggestion {
    padding: 8px;
    cursor: pointer;
}
.autocomplete-suggestion:hover {
    background-color: #f0f0f0;
}


.text-right{
    text-align: right;
}

.post_box {
    margin-bottom: 30px;
    padding-top: 13px;
    height: auto;
}

.post_box .post_box_inner {
    height: auto;
    background-color: #fff;
    border: 1px solid var(--lightgray);
    border-bottom: 2px solid var(--corp-color);
    display: block;
    color: var(--body-color);
    transition: all 300ms ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 7px #000;
}

.post_box .post_box_inner:hover {
    transform: translateY(0px);
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 20%);
}

.post_box .post_box_inner:hover img {
    transform: scale(1.3);
    border-radius: 10px 10px 0 0;
}

.post_box .post_box_img {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}


.post_box .post_box_badge {
    z-index: 1;
    position: absolute;
    top: -25px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    color: #e52815;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: -webkit-focus-ring-color auto 1px;
}

.post_box .post_box_badge i {
    color: #e52815;
    font-size: 1.2rem;
}

.post_box .post_box_img .img-fluid img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: 0.9s all ease-in-out;
}

.post_box .post_box_details {
    padding: 15px;
    position: relative
}

.post_box .post_box_detail {
    margin-bottom: 10px;
}

.post_box .post_box_detail .post_name {
    font: 600 1.08rem "BentonBold", sans-serif;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    line-height: 22px;
    color: #3c3241;
}

.post_box .post_box_detail .post_name a {
    color: #2f2f2f;
    text-decoration: none;
}

.post_box .post_box_detail .post_name a:hover {
    color: #2f2f2f;
}

.post_box .post_box_detail small {
    text-transform: capitalize;
    color: #2f2f2f;
    font-size: 0.8rem;
}

.post_box .project_box_inner.bg-green-gradient .project_developer_detail small {
    color: var(--body-color);
}

.post_box .post_detail p {
    font-size: .79rem;
    display: flex;
    font-weight: 300;
    padding-bottom: 2px;
}

.post_box .post_detail p i {
    max-width: 20px;
    flex: 0 0 20px;
    margin-top: 4px;
}

.post_box .project_detail .project_price {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Benton900", sans-serif;
}

.post_box .post_detail .project_price i {
    font-size: 80%;
    margin-right: 4px;
}

.categorysearch .pgtitle h2 {
    font-weight: 700;
    font-size: 1.6rem;
}

.categorysearch h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

.categorysearch h4 {
    font-size: 1rem;
    margin-bottom: 2px;
}

.resultdata h3 {
    font-size: 1.1.5rem;
    font-weight: 600;
}
.allsuggestions .categoryselector-body p{
    color: #635b67;
    margin-bottom: 2px;
    line-height: 1.4;
    font-size: 98%;
}
.allsuggestions .categoryselector .categoryselector-action a{
    text-decoration: none !important;
}
.allsuggestions .categoryselector .categoryselector-action a:hover{
    text-decoration: underline !important;
}
.allsuggestions .categoryselector{
    padding: 1rem 5px !important
}
.allsuggestions .list-group-item{
    padding: 0 !important;
}
nav.l1-category-nav ul.css-12taget{
    padding: 0 !important;
    list-style: none !important;
    gap: 10px;
}
nav.l1-category-nav ul.css-12taget .suggestion-child-category button, button.has-loader{
    border:1px solid #e2dfe3 !important;
    margin: 5px 0;
    border-radius: 4px;
}
nav.l1-category-nav ul.css-12taget .suggestion-child-category:hover button, button.has-loader:hover{
    background-color: #5CE00B;
    color: #083f53;
    box-shadow: -1px 1px 3px 1px rgb(92 224 11 / 50%);
}
.css-12taget>li{
    border:0;
}
.categorysearch .browse-cat a{
    text-decoration: none !important;
    margin-bottom: 5px;
}
.categorysearch .browse-cat{
    margin-bottom: 5px !important;
}
.categorysearch .browse-cat a:hover{
    text-decoration: underline !important;
}
.filter-list ul{
    padding-left: 5px!important;
    list-style: none !important;
}
.filter-list ul li{
    margin-bottom: 5px;
    margin-right: 2px;
}
.filter-list ul li button.category-list-item{
    padding: 6px 0;
    text-align: left;
    margin-bottom: 0;
    width: 100%;
    border: 0;
    background-color: transparent;
}
.filter-list ul li button.category-list-item:hover{
    background-color: #f0f0f0;
    color: rgb(60, 50, 65);
    box-shadow: none;
}
.filter-list ul li button.category-list-item:focus-visible {
    outline: none;
}
.category-list-control.icon{
    padding-left: 5px;
    padding-right: 5px;
}
.filter-list ul li button .category-name{
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
}
.bypostcode .location-pin-icon{
    width: 40px;
    height: 40px;
    background: rgb(219, 218, 219);
    border-radius: 50%;
    margin-bottom: 8px;
    box-sizing: border-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}
.bypostcode .location-pin-icon .icon {
   font-size: 16px;
}

.bypostcode .location-postcode-search .h2{
    font-size: 1.2rem;
}
.bypostcode .location-postcode-search p{
    margin-bottom: .4rem;
}
.action-buttons{
    float: right;
}
.action-buttons .btn-primary{
    border-radius: 4px;
    -webkit-transition: background-color 222ms ease-out;
    transition: background-color 222ms ease-out;
    padding: 0 6px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #5CE00B;
    color: #0D495C;
    -webkit-transition: background-color 222ms ease-out;
    transition: background-color 222ms ease-out;
    padding: 10px 25px;
    line-height: 1;
}
.action-buttons .btn-primary:hover{
    background: #54CC0A;
    color: #0D495C;
}
.location-postcode-search-input{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px 0;
    gap: 8px;
}
.location-postcode-search-input .btn-primary{
    border-radius: 4px;
    -webkit-transition: background-color 222ms ease-out;
    transition: background-color 222ms ease-out;
    padding: 0 6px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #5CE00B;
    color: #0D495C;
    -webkit-transition: background-color 222ms ease-out;
    transition: background-color 222ms ease-out;
    padding: 5px 15px;
    line-height: 1;
}
.location-postcode-search-input .btn-primary:hover{
    background: #54CC0A;
    color: #0D495C;
}
.open-popup-location, .open-popup-location:focus-visible{
    border: 0;
    background: transparent;
    color: #0d6efd;
    text-decoration: none;
}
.open-popup-location:hover{
    text-decoration: underline;
    color: #212529;
}

#languageselectorbylocation h2, .pgbody h2{
    font-size: 1.2rem;
    margin-bottom: 0;
    font-weight: 500;
}
.bypostcode .css-vf19mk{
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
}
/*//website button*/
.btn.continue-location, .myWebBtn{
    border-radius: 4px;
    -webkit-transition: background-color 222ms ease-out;
    transition: background-color 222ms ease-out;
    padding: 0 6px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #5CE00B;
    color: #0D495C;
    -webkit-transition: background-color 222ms ease-out;
    transition: background-color 222ms ease-out;
    padding: 10px 25px;
    line-height: 1;
    margin: 8px 0;
    text-decoration: none;
    border: 0;
}
.btn.continue-location:hover, .myWebBtn:hover{
    background: #54CC0A;
    color: #0D495C;
}
.h1{
    font-family: Inter,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin-top: 0;
    margin-bottom: 18px;
    color: #3c3241;
    letter-spacing: .01em;
    margin-bottom: 0;
    padding: 6px 6px 12px 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
.h1 .icon{
    color: #52a744;
    padding-left: 6px;
    margin-bottom: 5px;
}
.owlImgThumb{
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;    
}
.owlImgThumb img {
        transition: 0.9s all ease-in-out;
}
.myProductListing:hover .owlImgThumb img {
    transform: scale(1.1);
}
.myProductListing{
    box-shadow: 0 3px 10px rgba(10, 37, 64, 0.25);
}
.owlthumb-text h4{
    font-family: Inter,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    line-height: 22px;
    color: #3c3241;
    letter-spacing: .01em;
    text-align: left;
    height:auto;
    display: block;
}
.myProductListing a{
    text-decoration: none;
    color: #3c3241;
}
.owlNav .myWebBtn{
    position: relative;
    border-radius: 4px;
    -webkit-transition: background-color 222ms ease-out;
    transition: background-color 222ms ease-out;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #5CE00B;
    color: #0D495C;
    -webkit-transition: background-color 222ms ease-out;
    transition: background-color 222ms ease-out;
    padding: 5px 20px;
    line-height: 1;
    margin: 5px 0;
    text-decoration: none;
        border: 0;
    font-size: 1.8rem;
    font-family: auto;
    cursor: pointer;
    z-index: 1;
}
.owlNav .myWebBtn:hover{
    background: #54CC0A;
    color: #0D495C;
}
.myProductListingNav .owlNav button span{
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate3d(-50%,-50%,0);
    z-index: 1 !important;
}
.myProductListingSection .owl-nav {
  display: none !important;  
}
.myProductListing .owlthumb-text {
    padding: 10px;
}

/*Footer*/
footer {
  background-color: #3c3241;
  padding: 50px 0;
}
/*End Footer*/

.submegamenu-item-content {
    z-index: +9;
}

ul.subcategory-menu {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  column-count: 5;
}
ul.subcategory-menu li.subcategory-item {
  /*flex: 20%;*/
  /*padding: 8px 5px;*/
  padding-top: 10px;
  /*flex: 0 1 20%;*/
}


/*? Search Page*/
.productList {
            position: relative;
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
        }

        .productList .css-imgColumn {
            width: 100%;
            padding-top: 75%;
            position: relative;
        }

        .productList .css-aHref {
            width: 100%;
        }

        .productList .listing-thumbnail-image {
            overflow: hidden;
            display: -webkit-box;
            display: -webkit-flex;
            dis play: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            margin: 0;
            background: #dbdadb;
            min-height: 100px;
            min-width: 100px;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
        }

        .productList .product-category {
            border-radius: 50px;
            color: #fff;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 20px;
            font-size: 13px;
            font-weight: 600;
            padding: 2px 8px;
            background: #007FB0;
            position: absolute;
            top: 8px;
            left: 8px;
        }

        .productList .pCountImg {
            position: absolute;
            left: 8px;
            bottom: 8px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .productList .count-label {
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            font-size: 13px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            padding: 2px 4px;
            margin-right: 4px;
            border-radius: 4px;
        }

        .productList .count-label .icon {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: inline-block;
            font-family: gumicon, serif;
            font-size: 16px;
            line-height: 1;
            speak: none;
            vertical-align: middle;
            min-width: 18px;
            padding-right: 4px;
            color: #fff;
        }

        .productList .list-details {
            padding: 15px;
            overflow: hidden;
            position: relative;
        }
        .productList .list-details .btn-container{
                position: absolute;
                bottom: 33%;
                right: 15px;
        }
        .productList .list-details .btn-container button.btn{
            padding: 3px 5px;
            font-size: 75%;
            display: block;
        }
        .productList .list-details .btn-container button.btn:first-child{
            margin-bottom: 5px;
        }
        .productList .list-details .innerSec {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-align-items: flex-start;
            -webkit-box-align: flex-start;
            -ms-flex-align: flex-start;
            align-items: flex-start;
            margin-bottom: 8px;
        }

        .productList .list-details .innerSec .title {
            font-size: 15px;
            font-weight: 600;
            line-height: 22px;
            margin-right: 35px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .productList .button-favourite {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            appearance: none;
            box-sizing: border-box;
            cursor: pointer;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            white-space: nowrap;
            background-color: transparent;
            border: 1px solid transparent;
            border-radius: 2px;
            color: #3c3241;
            font-size: 15px;
            font-weight: 400;
            height: 44px;
            line-height: 20px;
            padding: 10px 12px;
            -webkit-transition: background-color 0.222s ease-out;
            transition: background-color 0.222s ease-out;
            padding: 0;
            height: 18px;
            width: 20px;
            margin-top: 2px;
            margin-right: 4px;
            width: 44px; 
            height: 44px;
            position: absolute;
            top: 5px;
            right: 5px;
        }

        .productList .button-favourite .icon {
            cursor: pointer;
            text-align: center;
            white-space: nowrap;
            color: #3c3241;
            font-size: 20px;
            font-weight: 400;
            line-height: 20px;
            border-radius: 50%;
            background-color: #fff;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
            color: #e52815;
            padding: 9px 10px;
        }

        .productList .descriptionInner {
            font-size: 15px;
            font-weight: 400;
            line-height: 22px;
            min-height: 20px;
            margin-bottom: 8px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .productList .descriptionInner span {
            font-size: 15px;
            font-weight: 400;
            line-height: 22px;
        }

        .productList .tile-description .descriptionInner span:not(:last-of-type)::after {
            content: ' | ';
            font-size: 15px;
            font-weight: 400;
            vertical-align: bottom;
        }

        .productList .tile-location {
            font-weight: 400;
            font-size: 15px;
            line-height: 22px;
            margin-bottom: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .productList .css-69i1ev {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .productList .css-1ygzid9 {
            color: #52a744;
            font-weight: 600;
            font-size: 17px;
            line-height: 26px;
            min-height: 26px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .productList .css-ntw5lf {
            font-size: 13px;
            min-width: -webkit-fit-content;
            min-width: -moz-fit-content;
            min-width: fit-content;
            margin-left: 8px;
            color: #635b67;
        }

        @media (min-width: 48em) {
            .productList .list-details {
                -webkit-flex: auto;
                -ms-flex: auto;
                flex: auto;
            }

            .productList .aHref {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                background-color: transparent;
                text-decoration: none;
                color: inherit;
            }

            .productList .imgColumn {
                -webkit-flex-basis: 220px;
                -ms-flex-preferred-size: 220px;
                flex-basis: 200px;
                -webkit-flex-shrink: 0;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                padding-top: 0;
            }
        }

        @supports (object-fit: cover) {
            .productList .listing-thumbnail-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
/*End Search paage*/


/*?start post details*/
.breadcrumbs-container {
            font-size: 14px;
            font-weight: 400;
            overflow-x: scroll;
            -ms-overflow-style: none;
            scrollbar-width: none;
            display: none;
            background-color: #f0ffff
        }

        .breadcrumbs {
            display: inline;
            list-style-type: none;
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 0;
            white-space: nowrap;
        }

        .breadcrumbs-container .breadcrumbs-link:not(:last-of-type)::after {
            content: "/";
            padding: 0 8px;
            font-weight: 700;
        }

        .breadcrumbs-container .breadcrumbs-link {
            display: inline-block;
        }

        .breadcrumbs-container .breadcrumbs-link .link {
            color: #007fb0;
            cursor: pointer;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
        }

        .productDetails .p-title {
            color: #3c3241;
            line-height: 32px;
            font-family: Inter, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
            font-weight: 600
        }

        .productDetails .p-subtitle {
            color: #007FB0;
            margin: 0 0 12px 0;
            font-weight: 500;
            line-height: 22px;
            font-size: 15px;
        }

        .pt-40 {
            padding-top: 40px
        }

        pb-40 {
            padding-bottom: 40px
        }

        .productDetails .carousel-inner {
            height: 250px;
            width: 100%;
            display: flex;
            text-align: center;
            padding: 0;
            transition: transform .4s ease;
        }

        /*
        .productDetails .carousel-item {
            justify-content: center;
            position: relative;
            height: 100%;
            display: flex;
            flex: 1 0 100%;
            flex-basis: 100%;
            box-sizing: border-box;
        }
*/
        .productDetails .carousel button {
            background: rgba(0, 0, 0, .8) !important;
            padding: 32px 12px;
            color: #fff;
            position: absolute;
            z-index: 100;
            background: none;
            border-radius: 3px;
            border: none;
            cursor: pointer;
            width: 50px;
            height: 50px;
            top: 45% !important;
        }

        .productDetails .carousel button.carousel-control-next {
            right: 16px;
        }

        .productDetails .carousel button.carousel-control-prev {
            left: 16px;
        }

        .productDetails .carousel .carousel-item {
            /*            display: flex;*/
            flex: 1 0 100%;
            flex-basis: 100%;
            box-sizing: border-box;
            justify-content: center;
            position: relative;
            height: 100%;
            flex-basis: 100%;
            max-width: 100%;
            width: 100%;
        }

        .productDetails .carousel .carousel-item img {
            max-height: 100%;
            max-width: 100%;
        }

        .carousel .carousel-counter-container {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            bottom: 12px;
            left: 16px;
            background: rgba(0, 0, 0, .8);
            padding: 12px 16px;
            border-radius: 2px;
            color: #fff;
        }

        .carousel .carousel-counter-container .carousel-counter-icon {
            padding-right: 8px;
            display: flex;
        }

        .sdsd {
            font-weight: 600;
            font-size: 15px;
            line-height: 22px;
        }

        .button.button--quarternary {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            appearance: none;
            box-sizing: border-box;
            cursor: pointer;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            white-space: nowrap;
            background-color: transparent;
            border: 1px solid transparent;
            border-radius: 2px;
            color: #3c3241;
            font-size: 15px;
            font-weight: 400;
            height: 44px;
            line-height: 20px;
            padding: 10px 12px;
            -webkit-transition: background-color 0.222s ease-out;
            transition: background-color 0.222s ease-out;
            color: #0D495C;
            background: #fff;
            -webkit-transition: background-color 222ms ease-out;
            transition: background-color 222ms ease-out;
            border: 1px solid #0D495C;
            background: #E7EDEF;
            color: #0D495C;
            grid-column: 2;
            justify-self: self-end;
            padding: 0 8px;
            max-width: 170px;
            text-decoration: none;
        }

        .detailsSection h2 {
            font-size: 24px;
            margin-bottom: 10px;
            font-weight: 600;
            line-height: 32px;
            color: #3c3241;
            letter-spacing: .01em;
            font-family: Inter, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
        }

        .seller-info-block-container {
            border: 1px solid #d8d6d9;
            box-shadow: 0px 2px 8px 0px #d8d6d9;
            width: 100%;
        }

        .profile-section {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: background-color 222ms ease-out;
            transition: background-color 222ms ease-out;
            display: block;
            position: relative;
        }

        .profile-section a {
            text-decoration: none;
            color: inherit;
        }

        .profile-section .e16ke07a13 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 8px 0;
        }

        .profile-section .name-fma08c {
            box-sizing: border-box;
            overflow: hidden;
            width: 48px;
            height: 48px;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            background-color: #f1f1f1;
            border: 2px solid #635b67;
            border-radius: 50%;
            font-size: 17px;
            font-weight: 600;
            line-height: calc(48px - 2px);
            color: #635b67;
            text-align: center;
            text-transform: uppercase;
        }

        .seller-profile {
            padding-left: 8px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .seller-profile .e16ke07a8 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .seller-profile .seller-rating-block-name {
            color: #1F2F3B;
            font-weight: 600;
            font-size: 17px;
            line-height: 28px;
            letter-spacing: .01em;
        }

        .seller-stats-newLayout {
            padding: 8px 0 16px;
            width: 100%;
            justify-content: unset;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            text-align: center;
            border-bottom: 1px solid #d8d6d9;
            padding: 8px 0;
        }

        .seller-stats-newLayout .seller-stats-item {
            display: block;
            flex: none;
            min-height: 0;
            border-left: none;
        }

        .profile-section:hover .e16ke07a13::after {
            content: url(chevron_right.png);
            font-size: 15px;
            position: absolute;
            right: 8px;
            top: 45%;
            font-weight: 500;
        }

        .seller-contact-info {
            padding: 4px 12px 12px;
        }

        .seller-contact-info h3 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #3c3241;
            padding: 5px 0;
            font-size: 1.1rem;
            font-weight: 500;
        }

        .seller-contact-info .phone-number {
            font-size: x-large;
            font-weight: 700;
        }

        .seller-contact-info .phone-number i {
            color: #000;
            font-size: 1.4rem
        }

        .a1vrkhz0 {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            appearance: none;
            box-sizing: border-box;
            cursor: pointer;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            white-space: nowrap;
            background-color: transparent;
            border: 1px solid transparent;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
            border-radius: 2px;
            color: #3c3241;
            font-size: 15px;
            font-weight: 400;
            height: 44px;
            line-height: 20px;
            padding: 10px 12px;
            -webkit-transition: background-color 0.222s ease-out;
            transition: background-color 0.222s ease-out;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

        .a1vrkhz0.button--secondary {
            color: #0D495C;
            background-color: #fff;
            border-color: #0D495C;
        }

        .a1vrkhz0.button--secondary:active,
        .a1vrkhz0.button--secondary:hover {
            color: #0D495C;
            background-color: #E7EDEF;
            border-color: #0D495C;
        }

        button.btn-action {
            height: 40px;
            background-color: white;
            color: black;
            border: 1px solid black;
            border-radius: 0;
            width: 49%;
        }

        .css-13s3u8t {
            display: block;
            border: 1px solid rgb(216, 214, 217);
            padding: 12px;
            border-radius: 2px;
            margin-top: 12px;
        }

        .socialShares {
            padding: 12px 0;
            border-top: 1px solid #d8d6d9;
            border-bottom: 1px solid #d8d6d9;
            margin: 8px 0;
            width: 100%;
        }

        .socialSharesInner {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .socialShares h2.css-1br2jzn, h2.e12lz8zr3h2 {
            margin-bottom: 0;
            margin-right: 8px;
            font-size: 17px;
            color: #3c3241;
            line-height: 28px;
        }

        .socialShares ul.css-10cuyon {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .socialShares .socialSharesInner li {
            display: inline-block;
            padding: 0 8px;
        }

        .socialShares .socialSharesInner li .eom5h670 {
            display: inline-block;
            border-radius: 50%;
            box-shadow: 0px 0px 2px #888;
            height: 29px;
            width: 29px;
            padding: 7px 0px 0px 7px;
            color: #fff
        }

        .socialShares .socialSharesInner li .eom5h670.facebook {
            background: #3b5998;
        }

        .socialShares .socialSharesInner li .eom5h670.twitter {
            background: #38a8e0;
        }

        .socialShares .socialSharesInner li .eom5h670.pinterest {
            background: #c91618;
        }

        .socialShares .socialSharesInner li .eom5h670.envelope {
            background: #635b67;
            padding: 6px 0px 0px 6px
        }
        .staySafeSection{
            position: relative;
            border: 1px solid #d8d6d9;
            padding: 16px;
        }
        .staySafeSection a.aHref{
            color: #007fb0;
            color: #007fb0;
            cursor: pointer;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
        }
        .staySafeSection a.aHref:hover {
            text-decoration: underline;
        }
        .staySafeSection .text-carousel-title {
            margin: 0;
            border-bottom: 1px solid #d8d6d9;
            padding-bottom: 4px;
            color: #3c3241;
            font-size: 15px;
            line-height: 22px;
            letter-spacing: .01em;
            font-weight: 600;
            margin-bottom: 10px;
        }
        .staySafeSection .owl-controls-container{
            display: flex;
            align-items: end;
            vertical-align: middle;
            gap: 10px;
            justify-content: flex-end;
            position: relative;
        }
        .staySafeSection .owl-controls-container a{
            color: #007fb0;
            cursor: pointer;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            position: absolute;
            left: 0;
            border: 0;
        }
        @supports ((-o-object-fit:contain) or (object-fit:contain)) {
            .productDetails .carousel-item img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }
        }

        @media (min-width: 30em) {
            .productDetails .carousel-inner {
                height: 500px;

            }

            .productDetails .carousel button {
                top: 45%;
            }
        }

        @media (min-width: 48em) {
            .breadcrumbs-container {
                display: block;
                padding: 16px 0;
            }
        }

        @media (min-width: 64em) {
            .productDetails .p-title {
                font-size: 24px;
            }
        }

        @media (min-width: 20em) {
            .productDetails .carousel button {
                top: 30%;
            }
        }

        @media (min-width: 20em) and (max-width: 29.99em) {
            @supports ((-o-object-fit:cover) or (object-fit:cover)) {
                .productDetails .carousel .carousel-item img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }
            }
        }

        @media (max-width: 29.99em) {

            .productDetails .carousel .carousel-control-prev,
            .productDetails .carousel .carousel-control-next {
                display: none;
            }
        }
/*End product detais*/



.form-check-label{
    font-size: 0.9rem;
}
.labelh3{
    font-size: 1rem;
    color: #000;
    font-weight: 500;
}
::placeholder {
  color: #777;
  font-size: 0.85rem;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #777;
  font-size: 0.85rem;
}
@supports (object-fit: cover) {
  .owlImgThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#autocompleteContainer{
    position: fixed;
    z-index: +9;
    display: block;
}
#autocompleteContainer .ui-widget.ui-widget-content{
    overflow-y: scroll;
    height: 50vh;
    overflow-x: hidden;
}

@media screen and (max-width: 992px) {
    ul.subcategory-menu {
      column-count: 3;
    }  
}

@media screen and (max-width: 600px) {
    .productList .list-details .btn-container {
        position: relative;
        bottom: unset;
        right: unset;
        padding: 5px 0;
        float: right;
    }
    .productList .list-details .btn-container button.btn {
        padding: 3px 8px;
        font-size: unset;
        display: unset;
    }
    .productList .list-details .btn-container button.btn:first-child {
        margin-bottom: 0;
        margin-right: 10px;
    }
    ul.subcategory-menu {
      column-count: 1;
    }  
}
.productpageslidernavigation {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    overflow-x: scroll;
}
.ditem .ditem-slide{
    padding-top: 75%;
    background-size: cover;
}
.productpageslidernavigation .ditem-slide{
    padding-top: 75%;
    background-size: cover;
    min-width: 150px;

}