* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: roboto-regular;
    src: url("../Fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: roboto-medium;
    src: url("../Fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: roboto-bold;
    src: url("../Fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: Montserrat Thin;
    src: url("../Fonts/Montserrat-VariableFont_wght.ttf");
}

textarea:focus,
input:focus {
    outline: none;
}

body {
    font-size: 16px;
    font-weight: 400;
    color: #151515;
    font-family: roboto-regular;
}


select {
    border-right: 12px solid transparent !important;
    outline: 1px solid #244886;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    line-height: 26px;
    font-family: roboto-regular;
}

.budge-featured {
    /* z-index: 999;
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: roboto-regular;
    width: 75px;
    height: 35px;
    background-color: #244886;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    right: 5px;
    border-radius: 0px 0 0px 15px;
    font-weight: 400; */
    z-index: 999;
    position: absolute;
    width: 52px;
    height: 52px;
    background-image: url('../img/Featured.png');
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    background-size: 100%;
}

.budge-sold {
    z-index: 999;
    position: absolute;
    width: 52px;
    height: 52px;
    background-image: url('../img/badge_sold_thumbnail.png');
    background-repeat: no-repeat;
    left: 10px;
    top: 0px;
    background-size: 100%;

}

.flexslider .budge-sold {
    z-index: 999;
    position: absolute;
    width: 52px;
    height: 52px;
    background-image: url('../img/badge_sold_thumbnail.png');
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    background-size: 100%;

}

.flexslider.main-slide .budge-featured {
    width: 100px !important;
    height: 100px !important;
}

.flexslider.main-slide .budge-sold {
    width: 100px !important;
    height: 100px !important;
}


.home-wrap {
    display: none;
}

.search-result-list {
    display: block;
}



/*=====Home page======*/

.container {
    max-width: 1320px;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto;
}

.home-wrap .home-container {
    max-width: 1320px;
    width: 100%;
    height: 75vh;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home-wrap .k-logo img {
    width: 332px;
    margin: auto;
    display: flex;
}

.home-wrap .k-logo h1 {
    font-size: 52px;
    font-family: roboto-bold;
    text-transform: uppercase;
    font-weight: 600;
}

.home-wrap .search-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 25px;
    position: relative;
}

.home-wrap .k-search {
    width: 42%;
}

.home-wrap .k-search .search-input {
    position: relative;
    border: 1px solid #b3b3b3;
    padding: 12px 20px 12px 40px;
    border-radius: 25px;
    width: 100%;
    color: #151515;
    font-size: 16px;
    font-family: roboto-regular;
}

.home-wrap .k-search .search-input {
    background-image: url(../img/search-icon02.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    /* transition: 0.4s all; */
}

.home-wrap .k-search .search-input:hover {
    border: 1px solid #dfdcdc;
    background-color: #f2f2f2;
    /* transition: 0.4s all; */
}

/* .home-wrap .k-search .search-input:focus {
    border: 1px solid #dfdcdc;
    background-color: #f2f2f2;
    border-radius: 25px 25px 0px 0px;
    border-bottom: none;
} */
.home-wrap .k-search .search-input.result_loaded {
    border: 1px solid #dfdcdc !important;
    background-color: #f2f2f2 !important;
    border-radius: 25px 25px 0px 0px !important;
    border-bottom: none !important;
}

.home-wrap .k-search-btn {
    background-color: #f7f7f7;
    color: #090808;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    margin-top: 25px;
    font-family: roboto-medium;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    transition: 0.4s all;
}

.home-wrap .k-search-btn:hover {
    border: 1px solid #666565;
    transition: 0.4s all;
    background-color: #ececec;
}

#search_inc_sku {
    display: none;
}

.search-p-check label:last-child {
    display: none;
}


/*---suggest product ------*/


.home-wrap .k-search .search-input:focus~.p-sug {
    display: block;
}

.p-sug {
    /* display: none; */
    position: absolute;
    top: 44px;
    left: 0px;
    text-align: left;
    z-index: 3;
    cursor: default;
    user-select: none;
    width: 100%;
    /* margin-top: 48px; */
    border: 1px solid #dfdcdc;
    background-color: #f2f2f2;
    border-top: 0px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 4px 6px 0px #0000001c;
    border-radius: 0 0 20px 20px;

}

.p-sug .line {
    width: 80%;
    margin: auto;
    height: 1px;
    display: block;
    background-color: #00000059;
    margin-bottom: 20px;
}

.p-sug ul li {
    list-style: none;
}

.p-sug .p-sug-col-left {
    max-width: 82%;
}

.p-sug .p-sug-col-right {
    max-width: 15%;
}

.p-sug a {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    text-decoration: none;
    padding: 12px 16px;
    display: block;

}

.p-sug a:hover {
    background: #d9d9d9;
}

.p-sug .p-sug-col-left h3 {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 400;
    font-family: roboto-medium;

}

.p-sug .p-sug-details {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0 25px;
    margin-top: 0px;
}

.p-sug .p-sug-details p:first-child {
    font-style: italic;
}

.p-sug .p-sug-details p {
    font-size: 12px;
}


.p-sug .sold-p {
    background: #ea4335;
    padding: 0px 10px;
    color: #fff;
    border-radius: 12px;
    font-size: 12px;
}

.p-sug .p-sug-col-right {
    font-size: 14px;
    color: #000;
    line-height: 22px;
}

.s-sub-btm {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
}

.s-sub-btm .k-search-btn {
    margin-top: 12px;

}



/*===========Listing Page =============*/

.search-result-banner {
    margin-bottom: 25px;
    margin-top: 2rem;
}

.search-result-banner .top-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #244886;
}

.search-result-banner .top-banner a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-result-banner .top-banner img {
    width: 45%;
}

.search-result-list {
    padding-bottom: 4rem;
}

.search-result-list .search-keyword {
    position: relative;
    border: 1px solid #b3b3b3;
    padding: 12px 20px 12px 40px;
    width: 100%;
    color: #151515;
    font-size: 16px;
    font-family: roboto-regular;
    background-image: url(../img/search-icon02.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    transition: 0.4s all;
    border-radius: 5px;
}

.search-result-list .result-left-col {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px 25px;
    width: 70%;
    flex-direction: column;
}

.search-result-list .result-left-col .search-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* gap: 0 10px; */
}

.search-result-list .result-right-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 25px;
}

.search-result-list .container.result-container {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.search-result-list .result-row {
    width: 100%;
}

.search-result-list .sr-product {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.search-result-list .listing-title {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.search-product-including {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px 25px;
    margin-top: 25px;
}

.search-btn {
    width: 20%;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 0px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
    border-radius: 0 5px 5px 0px;
    border: 1px solid #b3b3b3;

    /* width: 20%;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    margin-left: 0px;
    font-size: 18px;
    border: 1px solid #b3b3b3;
    display: block;
    padding: 10px 10px; */
}

.search-btn img {
    width: 35%;
}

.search-p-check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
}

.search-result-list .listing-title h3 {
    font-size: 25px;
    font-weight: 600;
    color: #244886;
}

.search-result-list .listing-title h3 span {
    font-size: 24px;
    color: #02286b;
}

.search-result-list .listing-title hr {
    color: #f2f2f2;
    width: 98%;
    margin-top: 6px;
}

.search-result-list .sr-product-img {
    overflow: hidden;
    height: 320px;
    position: relative;
}

.search-result-list .sr-product-img img {
    object-fit: contain;
    object-position: center;
    width: 312px;
    height: 312px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: 0.5s;
}

.search-result-list .sr-product-img img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.search-result-list .sr-product-details {
    margin-top: 20px;
    text-align: center;
    padding: 0 25px;
}

.search-result-list .sr-product-details .sr-product-title a {
    font-size: 22px;
    text-decoration: none;
    color: #262626;
    font-weight: 500;
    font-family: roboto-medium;
    line-height: 25px;
    transition: 0.4s;
}

.search-result-list .sr-product-details .sr-product-title a:hover {
    color: #244886;
    transition: 0.4s;
}

.search-result-list .sr-product-card {
    width: 292px;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 3px 6px 0px #848484;
    margin: 25px 15px;
    border-radius: 8px;
    max-width: 332px;
    overflow: hidden;
    padding: 0px 0px 25px 0;
}

.search-result-list .sr-product-card .rs-product {
    margin-top: 15px;
    font-size: 24px;
    color: #244886;
    font-weight: 500;
    font-family: roboto-medium;
}

.search-result-list .result-right-col .sr-select {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #373737;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: none !important;
    border: 0px;
}



.search-result-list .item-per-page {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
}

.search-result-list .item-per-page p {
    font-family: roboto-regular;
    font-size: 16px;
    font-weight: 600;
}

.sr-pagination .b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex
}

.sr-pagination #border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.sr-pagination #border-pagination li {
    display: inline;
}

.sr-pagination #border-pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 8px 14px;
    border: 1px solid #ddd;
    float: left;
}

.sr-pagination #border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.sr-pagination #border-pagination li a.active {
    background-color: #244886;
    color: #fff;
}

.sr-pagination #border-pagination li a:hover:not(.active) {
    background: #ddd;
}

.sr-pagination {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*------Price range-----*/


.product-price-range-value input {
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0) !important;
    font-size: 16px !important;
    margin-left: 2px !important;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    padding: 8px 12px 8px 25px;
    margin-top: 8px;
    width: 100%;
}

.product-price-range-value ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
}

.product-price-range-value ul h5 {
    font-weight: 400;
    font-size: 16px;
}

.product-price-range-value input::-webkit-outer-spin-button,
.product-price-range-value input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-price-range-value input[type=number] {
    -moz-appearance: textfield;
}

.btn-go {
    border-radius: 12px !important;
    width: 100% !important;
    padding: 8px 12px !important;
    cursor: pointer;
}

.product-price-range-value ul li {
    position: relative;
}

.price-currency {
    position: absolute;
    top: 18px;
    left: 15px;
}


/*==========Single Page =============*/

.search-result-banner .batch-logo {
    margin: 30px auto;
    text-align: center;
    width: 65%;
}

.search-result-banner .batch-logo img {
    width: 66%;
}

.search-result-banner .contact-details p {
    font-size: 36px;
    font-family: roboto-medium;
    color: #fff;
}

.search-result-banner .contact-details p a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s all;
}

.search-result-banner .contact-details p a:hover {
    color: #000;
}

.search-result-banner .contact-details {
    background-color: red;
    padding: 22px 20px;
    width: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 25px;
    margin: auto;
    border-radius: 35px;
    margin-top: 30px;
}

.s-product-details {
    margin-top: 55px;
}

.s-product-details .product-single-grid {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.s-product-details .product-single-grid .flex-control-thumbs img {
    width: 96%;
    height: 92px;
    object-fit: cover;
    object-position: center;
}


.slides li img {
    height: 152px !important;
    object-fit: contain;
}

.s-product-details .product-single-grid .main-slide .slides>li img {
    width: 100% !important;
    height: 500px !important;
    object-fit: contain;
    border-radius: 5px;
}

.flex-direction-nav a::before {
    content: '';
    background-image: url(../img/right-arrow.png);
    width: 100%;
    height: 40px;
    background-size: 62%;
    background-repeat: no-repeat;
}

.flex-nav-next a::before {
    transform: rotate(180deg);
    content: '' !important;
    margin-top: -6px !important;
}

.flex-prev {
    margin-top: -10px !important;
}

.flex-direction-nav a::before {
    content: '' !important;
}

.s-product-details .flex-control-nav.flex-control-thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-product-details .product-single-grid .flex-control-thumbs {
    margin: 5px 3px 0;
}

.s-product-details .p-left-col {
    width: 50%;
}

.s-product-details .p-right-col {
    width: 50%;
}

.s-product-details .s-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 20px;
}

.s-product-details .s-product-image img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.s-product-details .s-product-title h2 {
    font-size: 40px;
    /* font-family: roboto-medium; */
    font-family: Montserrat Thin;
    font-weight: 400;
    padding: 10px 25px 35px;
    max-width: 92%;
    margin: auto;
    line-height: 52px;
    text-align: center;
    text-transform: none;
}

.s-product-details .s-product-prize {
    width: 84%;
    margin: auto;
}

.s-product-details .s-product-prize h3 {
    font-size: 32px;
    font-family: roboto-regular;
    color: #244886;
    text-align: left;
}

.s-product-details .sku {
    font-size: 22px;
    text-align: left;
    margin-top: 8px;
    color: red;
    font-weight: 600;
}

.s-product-details .s-product-location {
    width: 84%;
    margin: auto;
    margin-top: 15px;
}

.s-product-details .s-product-location h3 {
    font-size: 22px;
    font-family: roboto-regular;
    color: #000;
    text-align: left;
}


.s-product-details .pld-left-col,
.s-product-details .pld-center-col,
.s-product-details .pld-right-col {
    width: 32%;
    text-align: center;
    box-shadow: 0px 1px 5px -2px #0000006b;
    border-radius: 5px;
    padding: 25px 26px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.s-product-details .pld-left-col p,
.s-product-details .pld-center-col p,
.s-product-details .pld-right-col p {
    font-family: roboto-regular;
    font-size: 18px;
    color: #262626;
    line-height: 28px;
}


.s-product-details .other-shipping {
    text-align: center;
    font-family: roboto-regular;
    font-size: 16px;
    color: #262626;
    padding-top: 10px;
    display: block;
}

.s-product-details .sp-bannner img {
    width: 100%;
    margin: 20px 0;
}

.s-product-details .inquire-product {
    margin: 4rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-product-details .inquire-product button {
    background: no-repeat;
    box-shadow: none;
    border: none;
    font-size: 36px;
    font-family: roboto-medium;
    color: #fff;
    background-color: red;
    padding: 10px 30px;
    border: 1px solid red;
    text-decoration: none;
    border-radius: 40px;
    text-transform: capitalize;
    transition: 0.5s all;
    line-height: unset;
}



.s-product-details .prod-desc ul {
    list-style: square;
    padding-left: 20px;
    line-height: 30px;
    font-size: 20px;
    font-family: roboto-regular;
    color: #262626;
    margin-top: 15px;
}

.s-product-details .prod-desc ul li {
    font-family: roboto-regular;
}

.s-product-details .prod-desc ul li span {
    font-family: roboto-regular;
}

.s-product-details .prod-condition h3 {
    color: #232323;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 400;
    font-family: roboto-medium;
}

.s-product-details .prod-desc p {
    font-size: 20px;
    font-weight: 400;
    color: #262626;
    line-height: 30px;
    margin-bottom: 25px;

}

.terms-and-conditions .tc-title h2,
.customer-review .cr-title h2,
.contact-us .cu-title h2,
.also-like h2 {
    font-size: 45px;
    font-family: roboto-medium;
    padding: 25px 15px 10px 15px;
    margin: auto;
    line-height: 52px;
    text-align: center;
    text-decoration: underline;
}

.terms-and-conditions .tc-details {
    margin-top: 35px;
}

.terms-and-conditions .tc-details.mobile {
    display: none;
}

.terms-and-conditions .tc-details h3 {
    font-size: 20px;
    font-family: roboto-regular;
    color: #232323;
    line-height: 32px;
    margin-top: 15px;
}

.terms-and-conditions .tc-details p {
    font-size: 16px;
    font-family: roboto-regular;
    color: #232323;
    line-height: 26px;
}

.terms-and-conditions .tc-details>ul {
    margin-left: 30px;
    margin-top: 0px;
    /*   */
}

.terms-and-conditions .tc-details ul {
    margin-left: 30px;
}

.terms-and-conditions .tc-details h3 {
    text-transform: uppercase;
}

.terms-and-conditions {
    margin-top: 45px;
}



.customer-review {
    padding-top: 4rem;
}

.customer-review .cr-title p {
    font-size: 22px;
    font-family: roboto-regular;
    color: #232323;
    line-height: 32px;
    text-align: center;
}

.customer-review .cr-details img {
    width: 100%;
    margin-top: 25px;
}

.contact-us {
    padding-bottom: 4rem;
}

.contact-us .cu-details p {
    font-size: 20px;
    font-family: roboto-regular;
    color: #232323;
    line-height: 28px;
    text-align: center;
    max-width: 50%;
    margin: auto;
    padding-top: 16px;
}

.contact-us .cu-details p a {
    color: #232323;
    text-decoration: underline;
}

.shipping-wrap {
    margin-bottom: 4rem;
}

.shipping-wrap .sh {
    background-color: #000;
    padding: 40px 0;
}

.shipping-wrap .sh-header {
    font-size: 28px;
    color: #fff;
    font-family: roboto-medium;
    font-weight: 400;
    text-align: center;
    max-width: 60%;
    margin: auto;
    line-height: 42px;
}

.shipping-wrap .sh-shipping {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 52px;
}

.shipping-wrap .s-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px 0;
}

.shipping-wrap .s-col p {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: roboto-medium;
    max-width: 75%;
    text-align: center;
    letter-spacing: 1px;
}

.also-like .al-title {
    color: #26258b;
    text-decoration: none;
}

.also-like hr {
    width: 5%;
    margin: auto;
    color: black;
}

.also-like .top-det {
    margin-top: 18px;
    text-align: center;
}

.also-like .top-det p {
    font-size: 18px;
    color: #515151;
    line-height: 30px;
    text-align: center;
}

.also-like .top-det a {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    font-family: roboto-medium;
}

.also-like .bottom-det .location {
    font-size: 15px !important;
    text-decoration: none;
    letter-spacing: 2.5px;
    color: #0c0095 !important;
    text-align: center !important;
    display: block;
}

.also-like .bottom-det img {
    width: 5%;
    display: block;
    margin: 10px auto;
    cursor: pointer;
}



.also-like .bottom-det p {
    font-size: 20px;
    color: #26258b;
    line-height: 35px;
    text-align: center;
}

.also-like .al-col {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 52px;
    flex-wrap: wrap;
}

.al-img {
    overflow: hidden;
}

.also-like .al-img img {
    width: 100%;
    width: 100%;
    height: 260px;
    min-height: 260px;
    object-fit: contain;
    object-position: center;
    padding: 25px;
    transition: 0.5s;
}

.also-like .al-img img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}



.footer {
    margin-bottom: 4rem;
}

.footer .f-col-l {
    width: 100%;
    /* width: 32%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px 0;
}

.f-diration {
    flex-direction: row !important;
    width: 56% !important;
    margin: auto;
    margin-top: 72px;
}

.footer .f-col-l a {
    color: #575757;
    font-family: roboto-medium;
    text-decoration: none;
}

.footer .f-col-l img {
    width: 48%;
    display: flex;
    margin: auto;
}

.footer .img-w {
    width: 32% !important;
    margin-top: 62px !important;
    margin-bottom: 32px !important;
}

.foo .footer .foo .foo .footer-second-row {
    margin: 3rem auto;
}

.footer .f-col-l p {
    font-size: 40px;
    text-transform: capitalize;
    color: #575757;
    font-family: roboto-medium;
    text-align: left;
    letter-spacing: 1px;
    line-height: 60px;
    text-align: center;
}

.footer .f-col-l p a {
    text-transform: none;
}

/* .result-left-col button {
    border: none;
    box-shadow: 1px 1px 4px 1px #0000003b;
    width: 36px;
    height: 36px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
} */

.result-left-col h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 11px;
}

.condition-report-wrap {
    max-width: 412px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 45px;
    margin-top: 25px;
}

.condition-report-wrap .col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.condition-report-wrap .col span {
    width: 16px;
    height: 16px;
    display: block;
    background-color: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.condition-report-wrap .col p {
    /* margin-top: 10px;
    color: #6a6c69;
    font-size: 22px;
    text-align: center;
    width: 80px; */

    margin-top: 10px;
    color: #6a6c69;
    font-size: 18px;
    text-align: center;
    width: 40px;
}

.condition-report-wrap .col span::before {
    /* content: "";
    left: 28px;
    top: 8px;
    position: absolute;
    width: 82px;
    height: 2px;
    background-color: #ced2ce; */

    content: "";
    left: 22px;
    top: 8px;
    position: absolute;
    width: 52px;
    height: 2px;
    background-color: #ced2ce;
}

.condition-report-wrap .col:nth-child(5) p,
.condition-report-wrap .col:nth-child(3) p {
    position: relative;
    left: -15px;
}

.condition-report-wrap .col:last-child span::before {
    content: unset;
}

.star-active span {
    width: 26px !important;
    height: 26px !important;
    display: block !important;
    background-color: unset !important;
    border-radius: 0% !important;
    position: relative !important;
    top: -2px !important;
    background-image: url('../img/star-active.png');
    background-repeat: no-repeat;
}

.star-active p {
    margin-top: 2px !important;
    color: #00243e !important;
}

.star-active span::before {
    content: "";
    left: 32px !important;
    top: 10px !important;
}

/*--------Gallery Section Single Page-------*/

.s-product-gallery {
    margin: 72px 0;
}

/* .s-product-gallery .s-gallery-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 32px;
} */

.s-product-gallery .s-gall-col img {
    /* width: 350px; */
    /* height: 385px; */
    height: 700px;
    object-fit: contain;
}

.s-gall-col {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-gall-col .sold-badge {
    position: absolute;
    top: 78px;
    left: 10px;
}

.s-gall-col .sold-badge img {
    width: 40%;
    height: auto;
    transform: rotate(-28deg);
}

.tc-title h2 {
    color: red;
}

/* 13.03.24 */


/* Global Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    max-width: 700px;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    font-size: 50px;
    font-weight: bold;
    line-height: 30px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 16px;
    background-color: #0057b1;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-body {
    padding: 22px 16px;
}




.search-products-sec {
    display: flex;
    gap: 30px;
    width: 100%;
}

.search-products-sidebar {
    min-width: 250px;
    max-width: 20%;
}

.product-list-wrap {
    max-width: 80%;
    width: 80%;
}

.search-products-sidebar-item h4 {
    font-size: 18px;
    line-height: calc(100% +8px);
    margin-bottom: 15px;
}

.search-products-categories {
    list-style: none;
}

.search-products-categories li+li {
    margin-top: 14px
}

.search-products-categories li {
    font-size: 14px;
}

.search-products-categories li a {
    color: inherit;
    text-decoration: none;
}

.search-result-list .sr-product-card {
    width: calc(33.33% - 24px);
    max-width: inherit;
    margin: 0;
}

.search-result-list .sr-product {
    gap: 35px;
    margin: 0 0 40px;
}

.search-result-list .sr-product-img {
    width: 100%;
}

.search-result-list .sr-product-img img {
    width: 100%;
    /* height: auto; */
    min-height: 310px;
    padding: 25px;
}

.search-products-sidebar-item+hr {
    margin: 20px 0;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox input {
    opacity: 0;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-checkbox label {
    padding-left: 28px;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
}

.custom-checkbox input+label::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #244886;
    border-radius: 3px;
}

.custom-checkbox input:checked+label::before {
    background: url(../img/check-solid.svg) no-repeat center center #244886;
    background-size: 12px auto;
}

.custom-checkbox+.custom-checkbox {
    margin-top: 12px;
}


.search-result-top {
    padding-bottom: 20px;
}

.sidebar-open-btn {
    display: none;
    background: none;
    border: 1px solid #244886;
    cursor: pointer;
    border-radius: 5px;
    padding: 9px 15px;
    gap: 8px;
    font-size: 16px;
    color: #373737;
}

.sidebar-open-btn img {
    width: 16px;
}

.close-product-sidebar {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: none;
}

.close-product-sidebar img {
    width: 16px;
}

.search-products-sidebar-item h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kotler-btn.blue-btn.filter {
    margin-top: 25px;
    width: auto !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 2px 20px !important;
    height: auto !important;
    min-height: auto !important;
    letter-spacing: 0.5px !important;
}

.sr-pagination {
    flex-wrap: wrap;
}

.close-product-sidebar {
    display: none;
}

.budge-sold {
    left: 0;
}

/* .budge-featured {
    right: 0;
} */



/* Single Product  */
.buy-it-now-box {
    padding-top: 25px;
    width: 84%;
    max-width: 420px;
    margin-left: 8%;
}

.buy-it-now-box .blue-border-btn {
    margin-top: 16px;
}

.kotler-btn {
    display: inline-block;
    border: none;
    background-color: transparent;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    min-height: 55px;
    padding: 0 68px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s all linear;
    cursor: pointer;
}

.kotler-btn.blue-btn {
    background-color: #0057b1;
    color: #fff;
    border: 1px solid #0057b1;
}

.kotler-btn.blue-btn:hover {
    background: transparent;
    color: #0057b1;
}

.blue-border-btn {
    border: 1px solid #0057b1;
    font-weight: 400;
    font-size: 18px;
    color: #0057b1;
    font-weight: 100;
    font-family: "Roboto", sans-serif;
}

.blue-border-btn:hover {
    background: #0057b1;
    color: #fff;
}

.icon-links {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.icon-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 189px;
    padding: 0 15px;
    gap: 4px;
    height: 44px;
    background: #0057b1;
    color: #fff;
    border: 1px solid #0057b1;
    transition: 0.3s all linear;
    text-decoration: none;
}

.icon-link img {
    width: 18px;
    filter: brightness(0) invert(1)
}

.icon-link:hover {
    background: transparent;
    color: #0057b1;
}

.icon-link:hover img {
    filter: none;
}

.icon-link.call-link img {
    transform: rotate(-92deg);
}

.wishlist-box {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.wishlist-link img {
    width: 18px;
}

.wishlist-link {
    font-size: 20px;
    line-height: calc(100% + 8px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.buy-it-now-modal p {
    font-size: 18px;
}

.buy-it-now-modal p+p {
    margin-top: 15px;
}

.social-links {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}

.social-links a {
    color: #555756;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.social-links img {
    width: auto;
}

.social-links .facebook-link img {
    width: auto;
}

.s-product-gallery .s-gallery-row {
    flex-wrap: wrap;
    gap: 30px;
}

/* .s-product-gallery .s-gall-col {
    width: calc(25% - 25px);
} */

.al-col {
    gap: 20px;
}

.al-card {
    width: calc(25% - 20px);
    box-shadow: 0px 3px 6px 0px #848484;
    border-radius: 5px;
}

.also-like .bottom-det p span {
    font-size: 23px;
    font-weight: 700;
    position: relative;
    top: 2px;
}

/* .product-single-grid .flex-direction-nav {
    display: none;
} */




/*=========Footer=========*/

.main-footer {
    background: #000;
}

.main-footer .p-5 {
    padding: 50px 0;
}

.main-footer .m-width {
    max-width: 1200px;
}

.main-footer .m-footer-wrap {
    /* display: flex;
    justify-content: flex-start;
    align-items: flex-start; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
}

.main-footer .m-f-title,
.main-footer .m-f-title a {
    color: #ffd813;
    margin: 0 0 4px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
    font-family: roboto-medium;
    text-decoration: none;
}

.main-footer .f-menu-pages .m-f-title a {
    color: #fff;
    transition: 0.5s all;
}

.main-footer .f-menu-pages .m-f-title a:hover {
    color: #9e9e9e;
    transition: 0.5s all;
}

.main-footer .t-white ul {
    list-style: none;
}

.main-footer .t-white ul li a,
.main-footer .t-white p {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 400;
}

.social-icon-f {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0 8px;
}

.footer-logos-box {
    display: grid;
    gap: 5px;
}

.footer-logos-box {
    display: grid;
    gap: 5px;
    justify-content: center;
}

.hours-container {
    margin-top: 25px;
}

.menu-about-us {
    margin-top: 15px;
}

.inner-page-mf-title h4 {
    margin-top: 15px !important;
}

.menu-news-views-container {
    margin-top: 15px;
}



.all-right p {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.all-right {
    padding: 15px 0;
    border-top: 1px solid white;
}

.menu-customer-education-container {
    margin-top: 75px;
}

.f-menu-pages h4 {
    margin-bottom: 30px !important;
}

/*-----Description-----*/
.pro-des h1 {
    font-size: 32px;
    font-weight: 400;
    color: #262626;
    line-height: 46px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.pro-des h2 {
    font-size: 24px;
    font-weight: 400;
    color: #262626;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.pro-des h3 {
    font-size: 18.72px;
    font-weight: 400;
    color: #262626;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.pro-des h4 {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.pro-des h5 {
    font-size: 13.28px;
    font-weight: 400;
    color: #262626;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.pro-des h6 {
    font-size: 10.72px;
    font-weight: 400;
    color: #262626;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.pro-des p {
    font-size: 15px;
    font-weight: 400;
    color: #202020;
    line-height: 20px;
    margin-bottom: 25px;
    margin-bottom: 10px;
}

.pro-des a {
    color: #202020;
}

.pro-des ul {
    list-style: square;
    padding-left: 20px;
    line-height: 30px;
    font-size: 20px;
    font-family: roboto-regular;
    color: #262626;
    margin-bottom: 18px;
}

.pro-des ul li {
    font-family: roboto-regular;
}

.pro-des ol {
    line-height: 30px;
    font-size: 20px;
    font-family: roboto-regular;
    color: #262626;
    margin-left: 20px;
}

.des-title {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0 8px;
    color: #025094;
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: normal;
}

.des-title img {
    width: 3%;
}

/* 25-07-23 */
.termTitle {
    background-color: #056b38;
}

.termTitle img {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 650px;
}

.al-card a {
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    color: #262626;
    transition: 0.4s;
    display: block;
}

.al-card a:hover {
    color: #244886;
    transition: 0.4s;
}

.al-card-details {
    padding: 0 25px 25px;
}

/*-------------09-10-2024----------------*/

.ex-sold {
    margin-top: 20px;
}

/*-------Pagination-----------*/
.w-5.h-5 {
    width: 5%;
}

.relative.z-0.inline-flex.rtl\:flex-row-reverse.shadow-sm.rounded-md {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0 10px;
}

.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150.dark\:bg-gray-800.dark\:border-gray-600.dark\:active\:bg-gray-700.dark\:focus\:border-blue-800 {
    display: contents;
}

.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150.dark\:bg-gray-800.dark\:border-gray-600.dark\:active\:bg-gray-700.dark\:focus\:border-blue-800 {
    display: contents;
}

.relative.z-0.inline-flex.rtl\:flex-row-reverse.shadow-sm.rounded-md span {
    display: contents;
}

.small-icons{
  padding: 25px !important;
}

/*==========Responsive=======*/
@media(max-width:1300px) {
    .main-footer .m-width {
        max-width: 100%;
        width: 82%;
    }
}

@media(max-width:1199px) {
    .search-result-list .sr-product-card {
        width: calc(50% - 24px);
    }

    .search-result-banner .contact-details p {
        font-size: clamp(20px, 2.6vw, 25px);
    }

    .s-product-details .s-product-title h2 {
        font-size: 30px;
        line-height: calc(100% + 10px);
    }

    .s-product-details .s-product-prize h3 {
        font-size: 25px;
        line-height: calc(100% + 8px);
    }

    .s-product-details .sku {
        font-size: 20px;
    }

    .kotler-btn {
        min-height: 60px;
        font-size: 18px;
    }

    .wishlist-box {
        padding-top: 30px;
    }

    .social-links {
        margin-top: 25px;
    }

    .s-product-details .prod-desc p,
    .s-product-details .prod-desc ul {
        font-size: 20px;
        line-height: 30px;
    }

    .s-product-details .inquire-product button a,
    .s-product-details .inquire-product button a:hover {
        font-size: clamp(20px, 2.6vw, 25px);
        display: inline-block;
        border-radius: 5px;
    }

    .s-product-details .inquire-product {
        margin: 1.5rem auto;
    }

    .terms-and-conditions .tc-title h2,
    .customer-review .cr-title h2,
    .contact-us .cu-title h2,
    .also-like h2 {
        font-size: 30px;
    }

    .terms-and-conditions .tc-details h3 {
        font-size: 17px;
    }

    .customer-review {
        padding-top: 2rem;
    }

    .shipping-wrap .sh-header {
        max-width: calc(100% - 15px);
        font-size: 25px;
        line-height: 35px;
    }

    .al-card {
        width: calc(50% - 20px);
    }

    .footer .f-col-l p {
        font-size: 22px;
        line-height: 32px;
    }


}

@media(max-width:991px) {
    .sidebar-open-btn {
        display: inline-flex;
    }

    .search-result-list .listing-title {
        justify-content: flex-start;
        gap: 15px;
    }

    .search-result-top .result-right-col {
        margin-left: auto;
    }

    .search-result-list .sr-product-card {
        width: calc(50% - 18px);
    }

    .search-products-sidebar {
        position: fixed;
        overflow: auto;
        top: 0px;
        left: -100%;
        width: 85%;
        z-index: 1000;
        background-color: #fff;
        height: 100vh;
        box-shadow: 4px 5px 6px 6px rgba(0, 0, 0, 0.5);
        max-width: 315px;
        padding: 15px;
        transition: 0.5s all linear;
    }

    .search-products-sidebar.show {
        left: 0
    }

    .search-products-sidebar-item h4 {
        font-size: 16px;
    }

    .search-result-list .sr-product-details .sr-product-title a {
        font-size: 19px;
    }

    .sr-pagination {
        justify-content: end;
        gap: 20px;
    }

    .close-product-sidebar {
        display: inline-block;
    }

    .custom-checkbox input+label::before {
        width: 16px;
        height: 16px;
    }

    .custom-checkbox input:checked+label::before {
        background-size: 10px auto;
    }

    .search-result-banner .contact-details {
        width: 100%;
        border-radius: 5px;
        flex-wrap: wrap;
        gap: 15px;
    }

    /* .s-product-gallery .s-gall-col {
        width: calc(50% - 25px);
    } */

    .s-product-gallery {
        margin: 40px 0;
    }

    .s-product-details .s-product-title h2 {
        font-size: 25px;
    }

    .kotler-btn {
        padding: 0 10px;
    }

    .icon-link {
        min-width: 150px;
    }

    .wishlist-link {
        font-size: 18px;
    }

    .terms-and-conditions .tc-title h2,
    .customer-review .cr-title h2,
    .contact-us .cu-title h2,
    .also-like h2 {
        font-size: 25px;
    }

    .terms-and-conditions .tc-details {
        margin-top: 15px;
    }

    .contact-us .cu-details p {
        max-width: 100%;
        padding-top: 5px;
    }

    .condition-report-wrap .col p {
        font-size: 14px;
    }

    .condition-report-wrap .col span {
        width: 10px;
        height: 10px;
    }

    .condition-report-wrap .col span::before {
        top: 5px;
        width: 32px;
        left: 20px;
    }

    .condition-report-wrap {
        gap: 0 20px;
    }

    .star-active span {
        width: 18px;
        height: 18px;
        background-size: 14px auto;
        background-position: top 3px center;
        top: -4px !important;
    }

    .star-active p {
        position: relative;
        top: -7px;
    }

    .condition-report-wrap {
        max-width: 40%;
        overflow: auto;
    }

    .condition-report-wrap {
        padding-top: 15px;
        margin-top: 10px;
    }

    /*-----Footer-----*/
    .main-footer .m-width {
        width: 95%;
    }

    .main-footer .m-f-title,
    .main-footer .m-f-title a {
        font-size: 14px;
    }

    .main-footer .t-white ul li a,
    .main-footer .t-white p {
        font-size: 12px;
        line-height: 22px;
    }

    .menu-customer-education-container {
        margin-top: 20px;
    }

    .f-menu-pages h4 {
        margin-bottom: 10px !important;
    }

    .product-list-wrap {
        max-width: 95%;
        width: 95%;
        margin: auto;
    }

    .condition-report-wrap .col:nth-child(4) p {
        position: relative;
        left: -5px;
    }

}

@media(max-width:872px) {
    .condition-report-wrap {
        max-width: 52%;
        overflow: auto;
    }
}

@media(min-width:768px) {
    .top-banner .mobile-logo {
        display: none !important;
    }


}

@media(max-width:767px) {

    .home-wrap {
        display: block;
    }

    .search-result-list {
        display: none;
    }

    .m-banner {
        display: none;
    }

    .home-wrap.introhome.search-mob {
        display: none !important;
    }

    .search-result-banner.m-banner.search-mob {
        display: block !important;
    }

    .search-result-banner.m-banner.search-mob .top-banner {
        background-color: #244886;
    }


    .search-result-list.search-mob {
        display: block !important;
    }


    .top-banner .desktop-logo {
        display: none !important;
    }

    .main-footer {
        display: none;
    }

    .search-result-banner .top-banner {
        background-color: #f9f9f900;
    }

    .search-result-banner .top-banner img {
        width: 100%;
    }

    .home-wrap .k-search {
        width: 85%;
    }


    .home-wrap .k-search-btn {
        padding: 10px 36px;
    }

    .s-product-details .p-right-col,
    .s-product-details .p-left-col {
        width: 100%;
    }

    .s-product-details .s-product-title h2 {
        padding: 0 0 15px;
    }

    .s-product-details .s-product-title h2,
    .s-product-details .s-product-prize,
    .s-product-details .s-product-location,
    .buy-it-now-box {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }

    .buy-it-now-box {
        max-width: 400px;
        margin: auto;
    }

    .buy-it-now-box .blue-border-btn {
        margin-top: 16px;
    }

    .terms-and-conditions {
        margin-top: 25px;
    }

    .introhomebanner {
        margin-bottom: 0 !important;
    }

    /*----------Footer-----*/
    .main-footer .m-footer-wrap {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-logos-box {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .listing-page {
        display: block !important;
    }

    .main-footer.ml-footer {
        display: block !important;
    }

    /*-----Single page------*/
    .contact-details,
    .batch-logo {
        display: none !important;
    }

    .s-product-gallery {
        display: none;
    }

    .search-result-banner .top-banner {
        padding: 10px 0;
        background-color: #244886;
    }

    .home-banner .top-banner {
        padding: 10px 0;
        background-color: transparent;
    }




    .s-product-gallery .s-gall-col img {
        height: 302px;
    }

    .s-product-details .product-single-grid .main-slide .slides>li img {
        height: 342px !important;
    }

    .also-like.container {
        display: none;
    }

    .shipping-wrap {
        display: none;
    }

    .cr-title {
        display: none;
    }

    .WidgetTitle__Container-sc-ruy1gu-0.jTrYMt.es-widget-title {
        display: none;
    }

    .footer .img-w {
        width: 45% !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .s-product-details .inquire-product button {
        font-size: 14px;
    }

    .s-product-description {
        margin-top: 4rem;
    }

    .s-product-details .s-product-prize h3 {
        text-align: center;
    }

    .s-product-location {
        text-align: center;
    }

    .s-product-details .s-product-location h3 {
        text-align: center;
    }

    .s-product-details .sku {
        text-align: center;
    }

    .des-title {
        font-size: 26px;
    }

    .des-title img {
        width: 10%;
    }

    .search-product-including {
        display: none;
    }

    #sidebar-open-btn {
        display: none;
    }

    .search-result-top .result-right-col {
        margin: auto !important;
    }

    .terms-and-conditions .tc-details.mobile {
        display: block;
    }

    .terms-and-conditions .tc-details.desktop {
        display: none;
    }

}

@media(max-width:676px) {
    .condition-report-wrap {
        max-width: 62%;
        overflow: auto;
    }
}

@media(max-width:578px) {
    .condition-report-wrap {
        max-width: 90%;
        overflow: auto;
    }
}


@media(max-width:575px) {
    .search-result-top {
        flex-wrap: wrap;
    }

    .search-result-top .result-left-col {
        order: -1;
        width: 100%;
    }

    .search-result-list .sr-product-card {
        width: 100%;
    }

    .custom-checkbox input+label::before {
        top: 3px;
    }

    .custom-checkbox label {
        padding-left: 24px;
    }

    .s-product-gallery .s-gallery-row {
        gap: 10px;
    }



    .al-card {
        width: 100%;
    }

    .flexslider.main-slide .budge-featured {
        width: 65px !important;
    }

    .flexslider.main-slide .budge-sold {
        width: 65px !important;
    }

    /*----------Footer-----*/

    .footer-logos-box {
        grid-template-columns: 2fr 2fr;
    }

    .all-right p {
        padding: 0 25px;
        line-height: 20px;
    }
}

@media(max-width:422px) {
    .condition-report-wrap {
        max-width: 100%;
        overflow: auto;
    }
}

@media(max-width:375px) {
    .home-wrap .k-logo img {
        width: 274px;
    }
}