@charset "UTF-8";
.owl-carousel {
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
#hotproduct {
    position: relative;
    z-index: 101;
    width: 100%;
    top: 0;
    left: 0;
}
@media (max-width: 991.9px) {
    #hotproduct {
        margin-bottom: -20px;
    }
}
.input_ui.large {
    margin-right: 130px;
}
@media (min-width: 576px) {
    .pt-sm-70x {
        padding-top: 70px !important;
    }
}
#home_content_banner1 {
    width: 100%;
}
.bannerboxs {
    aspect-ratio: 1920/800;
    margin-bottom: 40px;
}
@media (max-width: 1180px) {
    .bannerboxs {
        aspect-ratio: 1180/600;
        margin-bottom: 40px;
    }
}
@media (max-width: 600px) {
    #hotproduct {
        margin-bottom: -16px;
    }
    .bannerboxs {
        aspect-ratio: 600/300;
        margin-bottom: 0;
    }
}
.Hotproducts_s_content {
    min-height: 200px;
}
.MostSearchedBox.google_h {
    height: 436px;
}
@media (max-width: 576px) {
    .MostSearchedBox.google_h {
        height: 330px;
    }
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
header,
nav {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul ul {
    margin-bottom: 0;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
img {
    vertical-align: middle;
    border-style: none;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.form-group {
    margin-bottom: 1rem;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.fade:not(.show) {
    opacity: 0;
}
.dropdown {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
}
.modal.fade .modal-dialog {
    transform: translateY(-50px);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
}
.bg-transparent {
    background-color: transparent !important;
}
.border-0 {
    border: 0 !important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-flex {
    display: flex !important;
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
    align-items: center !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.w-100 {
    width: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.px-0 {
    padding-left: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
@media (min-width: 576px) {
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .px-sm-3 {
        padding-left: 1rem !important;
    }
}
@media (min-width: 768px) {
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.text-dark {
    color: #343a40 !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.nice-select {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    white-space: nowrap;
    width: auto;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    width: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 14px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }
}
@font-face {
    font-family: icomoon;
    src: url(/build/assets/icomoon_font-08c8b0fa.eot?reblzj);
    src: url(/build/assets/icomoon_font-08c8b0fa.eot?reblzj#iefix)
            format("embedded-opentype"),
        url(/build/assets/icomoon_font-4c016216.ttf?reblzj) format("truetype"),
        url(/build/assets/icomoon_font-45811a03.woff?reblzj) format("woff"),
        url(/build/assets/icomoon_font-87c7ccc5.svg?reblzj#icomoon)
            format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class^="icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-magnifying-glass-1:before {
    content: "\e914";
}
.icon-pin:before {
    content: "\e903";
}
.icon-member:before {
    content: "\e901";
}
.icon-filter:before {
    content: "\e90e";
}
.fa-solid,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
}
.fa-angle-right:before {
    content: "∩äà";
}
.fa-arrow-right:before {
    content: "∩üí";
}
.fa-arrow-left:before {
    content: "∩üá";
}
.fa-house:before {
    content: "∩Çò";
}
.fa-angle-left:before {
    content: "∩ää";
}
:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/build/assets/fa-regular-400-2bccecf0.woff2) format("woff2"),
        url(/build/assets/fa-regular-400-5d02dc9b.ttf) format("truetype");
}
:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/build/assets/fa-solid-900-9fc85f3a.woff2) format("woff2"),
        url(/build/assets/fa-solid-900-fbbf06d7.ttf) format("truetype");
}
.fa-solid,
.fas {
    font-weight: 900;
}
:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6,
    p {
        font-size: 14px;
    }
    .ltn__product-gutter .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .ltn__product-gutter [class*="col-"] {
        padding-right: 8px;
        padding-left: 8px;
    }
}
:root {
    --ltn__primary-color: #000000;
    --ltn__primary-color-2: #041113;
    --ltn__primary-color-3: #133236;
    --ltn__secondary-color: #ff5a3c;
    --ltn__secondary-color-2: #cb3421;
    --ltn__secondary-color-3: #fb412a;
    --ltn__heading-color: #071c1f;
    --ltn__paragraph-color: #5c727d;
    --ltn__heading-font: "Poppins", sans-serif;
    --ltn__body-font: "Nunito Sans", sans-serif;
    --ltn__color-1: #8cb2b2;
    --ltn__color-2: #acd2d8;
    --ltn__color-3: #a3bcc0;
    --ltn__color-4: #84a2a6;
    --ltn__color-5: #5c727d;
    --ltn__color-6: #f5dfdc;
    --gradient-color-1: linear-gradient(
        90deg,
        rgba(242, 139, 194, 1) 0%,
        rgba(216, 177, 242, 1) 50%
    );
    --gradient-color-2: linear-gradient(
        to top,
        rgba(7, 28, 31, 0) 0%,
        rgba(7, 28, 31, 1) 90%
    );
    --gradient-color-3: linear-gradient(
        to bottom,
        rgba(7, 28, 31, 0) 0%,
        rgba(7, 28, 31, 1) 90%
    );
    --gradient-color-4: linear-gradient(
        to top,
        rgba(242, 246, 247, 0) 0%,
        rgba(242, 246, 247, 1) 90%
    );
    --gradient-color-5: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 70%
    );
    --section-bg-1: #f2f6f7;
    --section-bg-2: #171b2a;
    --section-bg-5: #fff2f0;
    --section-bg-6: #0b2c3d;
    --section-bg-7: #282b38;
    --border-color-1: #e5eaee;
    --border-color-2: #1e2021;
    --border-color-3: #5c617f;
    --border-color-4: #eb6954;
    --border-color-5: #bc3928;
    --border-color-6: #103034;
    --border-color-7: #d1dae0;
    --border-color-8: #f6f6f6;
    --border-color-9: #e4ecf2;
    --border-color-10: #ebeeee;
    --border-color-11: #ededed;
    --border-color-12: #e1e6ff;
    --border-color-13: #f1f8ff;
    --ltn__box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    --ltn__box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
    --ltn__box-shadow-3: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    --ltn__box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    --ltn__box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
    --ltn__box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, 0.2);
    --ltn__box-shadow-7: 0 0 10px 0px rgba(93, 93, 93, 0.2);
    --black: #000000;
    --black-2: #22355b;
    --white: #fff;
    --white-2: #f2f6f7;
    --white-3: #e8edee;
    --white-4: #e6ecf0;
    --white-5: #f0f4f7;
    --white-6: #f1f1f1;
    --white-7: #f7f7f7;
    --white-8: #fafafa;
    --white-9: #f2f7fa;
    --white-10: #ededed;
    --red: #ff0000;
    --red-2: #f34f3f;
    --red-3: #db483b;
    --silver: #c0c0c0;
    --gray: #808080;
    --maroon: #800000;
    --yellow: #ffff00;
    --olive: #808000;
    --lime: #00ff00;
    --green: #77c720;
    --green-2: #008000;
    --aqua: #00ffff;
    --teal: #008080;
    --blue: #0000ff;
    --navy: #000080;
    --fuchsia: #b13bff;
    --purple: #800080;
    --pink: #ffc0cb;
    --nude: #ebc8b2;
    --orange: #ffa500;
    --ratings: #ffb800;
    --facebook: #365493;
    --twitter: #3cf;
    --linkedin: #0077b5;
    --pinterest: #c8232c;
    --dribbble: #ea4c89;
    --behance: #131418;
    --google-plus: #dd4b39;
    --instagram: #e4405f;
    --vk: #3b5998;
    --wechat: #7bb32e;
    --youtube: #cb2027;
    --email: #f89a1e;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: var(--ltn__body-font);
}
* {
    box-sizing: border-box;
    outline: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
    color: var(--ltn__paragraph-color);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-family: var(--ltn__body-font);
    line-height: 1.8;
    margin: 0 auto;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h2,
h3,
h4,
h5,
h6 {
    color: var(--ltn__heading-color);
    clear: both;
    font-family: var(--ltn__heading-font);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}
p {
    color: var(--ltn__paragraph-color);
    margin-bottom: 1.5em;
    -webkit-hyphens: auto;
    hyphens: auto;
}
a {
    color: inherit;
    text-decoration: none;
    color: var(--ltn__paragraph-color);
}
a {
    text-decoration: none;
    outline: 0;
    color: inherit;
}
button,
input,
select {
    font-family: var(--ltn__body-font);
}
img {
    max-width: 100%;
}
ul li {
    margin-top: 1rem;
}
.position-relative {
    position: relative;
}
button {
    outline: 0;
    border: none;
}
.input-item {
    position: relative;
}
ul {
    padding-left: 20px;
}
.slick-arrow {
    z-index: 9;
}
.ltn__scrollbar {
    overflow-y: auto;
}
.ltn__scrollbar::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
    border-radius: 30px;
}
.ltn__scrollbar::-webkit-scrollbar-thumb {
    background-color: #ddd;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ltn__header-area {
    z-index: 999;
    position: relative;
}
.ltn__header-middle-area {
    z-index: 999;
}
.site-logo {
    min-width: 185px;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.site-logo a {
    color: var(--ltn__primary-color);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    display: contents;
}
.header-menu-column {
    position: inherit;
}
.header-menu-column {
    height: 70px;
}
.ltn__main-menu ul {
    margin-bottom: 0;
}
.ltn__main-menu > ul {
    display: flex;
    padding: 0;
}
.ltn__main-menu li {
    list-style: none;
    display: block;
    margin-top: 0;
}
.ltn__main-menu li > a {
    position: relative;
}
.ltn__main-menu > ul > li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.ltn__main-menu > ul > li:last-child {
    margin-right: 0;
}
.ltn__main-menu > ul > li > a {
    font-size: 18px;
    padding: 20px 10px;
    display: inline-block;
    white-space: nowrap;
    color: var(--ltn__heading-color);
    font-weight: 600;
    font-family: var(--ltn__body-font);
}
.ltn__main-menu .sub-menu,
.ltn__main-menu li > ul {
    position: absolute;
    margin: 0;
    top: 130%;
    min-width: 230px;
    padding: 15px 0;
    box-shadow: var(--ltn__box-shadow-4);
    background-color: #fff;
    left: inherit;
    right: inherit;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    z-index: 999;
    border-top: 5px solid var(--ltn__secondary-color);
}
.ltn__main-menu > ul > li:last-child,
.ltn__main-menu > ul > li:nth-last-child(2) {
    position: relative;
}
.ltn__main-menu > ul > li:nth-last-child(2) > .sub-menu,
.ltn__main-menu > ul > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}
.menu-icon > a {
    position: relative;
}
.ltn__header-5 .ltn__header-middle-area {
    padding-top: 22px;
    padding-bottom: 22px;
}
.site-logo-wrap {
    display: flex;
}
.site-logo-wrap .site-logo {
    min-width: auto;
}
.get-support {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.get-support:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 1px;
    background-color: #999;
}
.get-support .get-support-icon {
    margin-right: 10px;
    font-size: 35px;
    line-height: 1;
    color: var(--ltn__secondary-color);
}
.get-support .get-support-icon i {
    transform: rotate(-45deg);
}
.get-support .get-support-info {
    margin: 0;
    text-align: left;
}
.get-support .get-support-info h6 {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.get-support .get-support-info h4 {
    margin: 5px 0 0;
    line-height: 1;
}
.ltn__header-5 .get-support:before {
    background-color: #e4e8ea;
}
.ltn__utilize {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 400px;
    height: 100vh;
    padding: 20px 10px 20px 30px;
    transform: translate(100%);
    background-color: var(--white);
    box-shadow: none;
    z-index: 99999;
}
.ltn__utilize.ltn__utilize-mobile-menu {
    right: auto;
    left: 0;
    padding: 50px 40px;
    transform: translate(-100%);
}
.ltn__utilize-menu-inner {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    height: 100%;
    touch-action: auto;
    overflow-x: hidden !important;
    padding-right: 20px;
}
@media (max-width: 479px) {
    .ltn__utilize {
        width: 300px;
    }
    .ltn__utilize.ltn__utilize-mobile-menu {
        padding: 40px 20px;
    }
}
.ltn__utilize-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ltn__utilize-menu > ul > li {
    position: relative;
}
.ltn__utilize-menu > ul > li > a {
    display: block;
    padding: 8px 24px 8px 0;
    text-transform: uppercase;
}
.ltn__utilize-menu > ul > li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0 0 0 15px;
    opacity: 1;
    box-shadow: none;
}
.ltn__utilize-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #00000080;
}
.mobile-menu-toggle {
    margin-right: 15px;
}
.ltn__utilize-menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.ltn__utilize-menu-head .ltn__utilize-close {
    background-color: transparent;
    font-size: 30px;
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .site-logo {
        min-width: 180px;
    }
    .ltn__main-menu > ul > li > a {
        padding: 20px 15px;
    }
    .ltn__main-menu > ul > li {
        margin-right: 10px;
    }
}
@media (max-width: 991px) {
    .header-menu-column {
        display: none;
    }
}
@media (max-width: 767px) {
    .site-logo {
        min-width: 100px;
    }
    .ltn__header-5 .site-logo-wrap {
        flex: 0 0 100%;
        justify-content: center;
        margin: 10px 0 30px;
    }
    .ltn__header-logo-and-mobile-menu-in-mobile .site-logo-wrap {
        justify-content: flex-start;
        margin: 10px 0;
    }
}
@media (max-width: 575px) {
    .site-logo a {
        font-size: 24px;
    }
}
@media (max-width: 449px) {
    .get-support {
        padding-left: 10px;
        margin-left: 10px;
    }
    .get-support .get-support-icon {
        font-size: 20px;
        display: none;
    }
    .get-support .get-support-info h6 {
        display: 13px;
    }
    .get-support .get-support-info h4 {
        font-size: 16px;
    }
}
.product-price {
    color: var(--ltn__heading-color);
    font-weight: 600;
}
.modal-dialog {
    margin-top: 150px;
}
.modal-content {
    border-radius: 0;
}
.modal-header {
    padding: 0;
    border: 0;
}
.modal-header .close {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    right: 16px;
    left: auto;
    top: 16px;
    opacity: 1;
    z-index: 1;
}
.modal-header .close span {
    display: block;
    font-size: 25px;
}
.modal-body {
    padding: 30px;
}
.section-title-area {
    margin-bottom: 0;
}
.input-item .nice-select {
    border: 2px solid;
    border-color: var(--border-color-1);
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    height: 65px;
    line-height: 60px;
    width: 100%;
    margin-bottom: 30px;
}
.input-item .nice-select:after {
    display: none;
}
.input-item .nice-select:before {
    content: "∩üú";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--ltn__secondary-color);
}
.input-item:after {
    display: block;
    clear: both;
    content: "";
}
.btn {
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--ltn__heading-font);
    padding: 17px 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}
.btn:last-child {
    margin-right: 0;
}
.theme-btn-1 {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
}
.btn-effect-1:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--white);
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn {
        padding: 12px 25px;
    }
    [type="submit"].btn {
        padding: 15px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    [type="submit"].btn {
        padding: 12px 30px;
    }
}
.w-192x {
    width: 192px;
}
.h-192x {
    height: 192px;
}
.text-White {
    color: #fff !important;
}
.btn-outline-orange {
    color: var(--ltn__secondary-color);
    border-color: var(--ltn__secondary-color);
}
.btn-orange {
    color: #fff;
    background-color: var(--ltn__secondary-color);
    border-color: var(--ltn__secondary-color);
}
.container-1760x {
    width: 1760px;
    max-width: 90%;
    margin: 0 auto;
}
.font14x {
    font-size: 14px;
}
.font16x {
    font-size: 16px;
}
.w-350x {
    width: 350px !important;
}
.w-400x {
    width: 400px !important;
}
.min-h-250x {
    min-height: 250px;
}
.w-38x {
    width: 38px;
}
.modal-header .close {
    background: #efefef;
    right: 26px;
    top: 26px;
}
@media (min-width: 1000px) {
    .pt-lgx-115 {
        padding-top: 115px;
    }
}
@media (min-width: 768px) {
    .pb-md-70x {
        padding-bottom: 70px !important;
    }
}
@media (min-width: 600px) {
    .pb-sm-70x {
        padding-bottom: 70px !important;
    }
}
@media (min-width: 576px) {
    .px-sm-20x {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pt-sm-70x {
        padding-top: 70px !important;
    }
}
.CarouselShowBox {
    position: relative;
}
.CarouselShowBox .slick-arrow {
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 15px;
    right: auto;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 48px;
    display: block;
    border: 1px solid var(--white-4);
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    color: var(--ltn__primary-color) !important;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.CarouselShowBox .slick-next {
    right: 15px;
    left: auto;
}
.products_s_content#Newhouse_showImg .item {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
}
.products_s_content#Newhouse_showImg a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.products_s_content#Newhouse_showImg picture {
    width: 100%;
}
.products_s_content#Newhouse_showImg img,
.products_s_content#Newhouse_showImg source {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#Newhouse_showImg .item a {
    overflow: hidden;
    display: block;
}
.logo_s a {
    width: 180px;
    height: 61px;
    display: block;
}
.logo_s a img {
    width: 180px;
    height: 61px;
}
.ltn__header-5.header_s_content .ltn__header-middle-area {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ltn__utilize-menu-inner.minmenu_bar .ltn__utilize-menu {
    padding-right: 20px;
    padding-bottom: 20px;
}
.site-logo {
    width: 180px;
}
.header-menu .member_m {
    display: none;
}
.menu_s_content .ltn__main-menu > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_s_content .ltn__main-menu > ul > li {
    margin-right: 0;
    padding: 16px 0;
}
.menu_s_content .ltn__main-menu > ul > li.icon {
    display: flex;
    align-items: center;
}
.menu_s_content .ltn__main-menu > ul > li.icon .member span {
    font-size: 37px;
}
.menu_s_content .ltn__main-menu > ul > li.icon .language button {
    background: 0 0;
    display: flex;
    padding-top: 3px;
    align-items: center;
    justify-content: center;
}
.menu_s_content .ltn__main-menu > ul > li.icon .language button:after {
    display: none;
}
.menu_s_content .ltn__main-menu > ul > li > a {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 15px 4px;
}
.menu_s_content .ltn__main-menu > ul > li > a.member {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 14px;
}
.menu_s_content .ltn__main-menu > ul > li .custom_dropdown-menu {
    padding-left: 16px;
    padding-right: 8px;
}
.menu_s_content .ltn__main-menu > ul > li .custom_dropdown-menu .dropdown-item {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 1280px) {
    .menu_s_content .ltn__main-menu > ul > li {
        margin-right: 5px;
    }
}
@media (max-width: 1199px) {
    .menu_s_content .ltn__main-menu > ul > li {
        margin-right: 0;
    }
}
@media (max-width: 600px) {
    h3 {
        font-size: 20px;
    }
    .site-logo {
        height: auto;
    }
    .logo_s a {
        width: 110px;
        height: auto;
        display: block;
    }
    .logo_s a img {
        width: 110px;
        height: auto;
    }
}
@media (max-width: 576px) {
    .site-logo {
        width: auto;
    }
}
@media (min-width: 700px) {
    .filter_s_content2.animatedshow {
        opacity: 0;
    }
    .filter_s_content2 {
        position: absolute;
        height: auto !important;
        bottom: 0 !important;
        top: auto !important;
    }
}
.filter_s_content2,
.filter_s_content4 {
    position: absolute;
    width: 100%;
    min-height: 100px;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    padding-top: 0 !important;
}
.filter_s_content2
    .filter_search_bar
    .search_bar
    .search_filter
    .shearch_filter_select
    button.submitbth {
    background: var(--ltn__secondary-color);
}
.filter_s_content2 .check_box {
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid #767676;
    background: #fff;
    border-radius: 2px;
    margin: 0;
    position: absolute;
    left: -9px;
    top: 4px;
}
.filter_s_content2 .check_box:after {
    content: "∩Çî";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    left: 53%;
    top: 53%;
    transform: translate(-50%, -50%) scale(0.8);
}
.filter_s_content2 .input_ui,
.filter_s_content4 .input_ui {
    position: relative;
    padding-left: 10px;
}
.filter_s_content2 .input_ui:after,
.filter_s_content4 .input_ui:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 11px;
    width: 1px;
    height: 65%;
    background: #dee2e6;
}
.filter_s_content2 .select_ui,
.filter_s_content4 .select_ui {
    width: 200px;
    position: relative;
}
.filter_s_content2 .select_ui .select_ui_icon,
.filter_s_content4 .select_ui .select_ui_icon {
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 999;
}
.filter_s_content2 .filter_search_bar .search_bar .search_btn,
.filter_s_content4 .filter_search_bar .search_bar .search_btn {
    height: 45px;
    background: var(--ltn__secondary-color);
    border-radius: 100px;
    line-height: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.filter_s_content2 .filter_search_bar,
.filter_s_content4 .filter_search_bar {
    width: 1200px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.45);
    padding: 2% 30px;
    border-radius: 10px;
    position: relative;
    z-index: 999;
}
.filter_s_content2 .nav.nav-pills li,
.filter_s_content4 .nav.nav-pills li {
    background: #fde8df;
    color: var(--ltn__secondary-color);
    margin-right: 8px;
    padding: 5px 3% 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bolder;
    position: relative;
    width: auto;
    min-width: 186px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter_s_content2 .nav.nav-pills li:first-of-type:after,
.filter_s_content4 .nav.nav-pills li:first-of-type:after {
    content: "";
    position: absolute;
    background: #fde8df;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 10px;
}
.filter_s_content2 .nav.nav-pills li.active,
.filter_s_content4 .nav.nav-pills li.active {
    background: var(--ltn__secondary-color);
    color: #fff;
}
.filter_s_content2 .nav.nav-pills li.active:first-of-type:after,
.filter_s_content4 .nav.nav-pills li.active:first-of-type:after {
    background: var(--ltn__secondary-color);
}
.filter_s_content2 .search_bar_v3_new_ui_content,
.filter_s_content4 .search_bar_v3_new_ui_content {
    position: relative;
}
.filter_s_content2 .search_bar_v3_new_ui,
.filter_s_content4 .search_bar_v3_new_ui {
    background: #fff;
    padding: 3px 10px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    position: relative;
}
.filter_s_content2 .search_bar_v3_new_ui .input-item .nice-select,
.filter_s_content4 .search_bar_v3_new_ui .input-item .nice-select {
    height: 44px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
    border: 0;
}
.filter_s_content2 .search_bar_v3_new_ui .input-item .nice-select:before,
.filter_s_content4 .search_bar_v3_new_ui .input-item .nice-select:before {
    display: none;
}
.filter_s_content2 .form-check.input_Ground {
    margin-left: -1.25rem;
}
.filter_s_content2 .shearch_filter_content:last-of-type {
    margin-right: 1rem;
}
.check_box_group .check_box {
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid #767676;
    background: #fff;
    border-radius: 2px;
    margin: 0;
    position: absolute;
    left: -9px;
    top: 4px;
}
.check_box_group .check_box:after {
    content: "∩Çî";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    left: 53%;
    top: 53%;
    transform: translate(-50%, -50%) scale(0.8);
}
.filter_s_content4 .filter_search_bar .search_bar .btn_grounds_phone {
    display: none;
    width: 100%;
}
.filter_s_content4
    .filter_search_bar
    .search_bar
    .btn_grounds_phone
    button.phone_file_modal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter_s_content4
    .filter_search_bar
    .search_bar
    .btn_grounds_phone
    button.phone_file_modal,
.filter_s_content4
    .filter_search_bar
    .search_bar
    .btn_grounds_phone
    button.search_btn {
    width: 50%;
}
.phoneSearchModal {
    padding-right: 0 !important;
}
.phoneSearchModal .modal-header .close {
    z-index: 20;
}
.phoneSearchModal .modal-body .filter_s_content4 {
    position: relative;
    height: auto;
    min-height: auto;
}
.phoneSearchModal .modal-body .filter_s_content4 .filter_search_bar {
    background: #fff;
    border-bottom: 0;
}
.phoneSearchModal .modal-body .filter_s_content4 .nav {
    flex-wrap: initial;
}
@media (max-width: 1200px) {
    .filter_s_content2 .nav_nav_content,
    .filter_s_content4 .nav_nav_content {
        top: 10px;
    }
    .btn_grounds {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
    }
    .filter_s_content2,
    .filter_s_content4 {
        width: 100%;
        min-height: 100px;
        transform: translate(0);
    }
    .filter_s_content2 .filter_search_bar,
    .filter_s_content4 .filter_search_bar {
        width: 100%;
        border-radius: 0;
    }
    .filter_s_content2 .filter_search_bar .phone_file_modal,
    .filter_s_content4 .filter_search_bar .phone_file_modal {
        background: var(--ltn__secondary-color);
        color: #fff;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        height: 45px;
        display: flex;
        align-items: center;
    }
    .filter_s_content2 .filter_search_bar .search_bar .search_btn,
    .filter_s_content4 .filter_search_bar .search_bar .search_btn {
        border-radius: 0 100px 100px 0;
        width: 70px;
        height: 45px;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        transform: translate(0);
    }
    .filterSearc_modal.modal {
        z-index: 999999;
    }
    .filterSearc_modal.modal .modal-content {
        position: relative;
        z-index: 999;
    }
    .filterSearc_modal.modal .modal-header .close {
        background: 0 0;
    }
    .filterSearc_modal.modal .input-item .nice-select {
        margin-bottom: 10px;
    }
    .filterSearc_modal.modal .modal-body {
        background: #fff;
        padding: 0.5rem 1rem;
    }
    .filterSearc_modal.modal .modal-footer {
        background: #fff;
    }
}
@media (max-width: 992px) {
    .filter_s_content2 .nav.nav-pills li,
    .filter_s_content4 .nav.nav-pills li {
        min-width: 133px;
        height: 44px;
    }
}
@media (max-width: 700px) {
    .filter_s_content2 {
        display: none;
    }
    .phoneSearchModal .modal-body {
        padding: 0;
    }
    .phoneSearchModal .modal-body .filter_s_content4 .filter_search_bar {
        background: 0 0;
    }
    .filter_s_content4 .nav.nav-pills li {
        width: 133px;
    }
    .filter_s_content4 {
        bottom: 22px;
    }
    .filter_s_content4 .input_ui {
        padding-top: 10px;
        border-top: 1px solid #dee2e6;
        width: 100%;
        padding-left: 0;
    }
    .filter_s_content4 .select_ui {
        margin-bottom: 10px;
        width: 100%;
    }
    .filter_s_content4 .nav_nav_content {
        top: 0;
    }
    .filter_s_content4 .filter_search_bar {
        border-bottom: 1px solid #dee2e6;
        padding: calc(2% + 1rem) 30px;
        padding-bottom: 35px;
    }
    .filter_s_content4 .filter_search_bar .search_bar .btn_grounds_phone {
        display: flex;
    }
    .btn_grounds {
        display: none;
    }
    .filter_s_content4 {
        position: relative;
        bottom: 0;
        height: 318px;
        min-height: 318px;
    }
}
select.nice-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.nice-select::-ms-expand {
    display: none;
}
.Hotproducts_s_box {
    position: relative;
}
.Hotproducts_s_box .slick-arrow {
    top: 40%;
}
.Hotproducts_s_content .Hotproducts_imgbox {
    text-align: center;
}
.Hotproducts_s_content .Hotproducts_imgbox h2 {
    margin-top: 22px;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 500;
    display: block;
    max-width: 100%;
    height: 40px !important;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Hotproducts_s_content .img_border {
    border: 1px solid #dee2e6;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.Hotproducts_s_content .img_box {
    width: 10vw;
    height: 10vw;
    position: relative;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
    overflow: hidden;
}
.Hotproducts_s_content .img_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 1000px) {
    .Hotproducts_s_content .img_border {
        width: 20vw;
        height: 20vw;
    }
    .Hotproducts_s_content .img_box {
        width: 18vw;
        height: 18vw;
    }
}
@media (max-width: 600px) {
    .filter_s_content4 .nav.nav-pills li {
        width: auto;
        max-width: 30%;
        text-align: center;
        min-width: 80px;
    }
    .section-title-area {
        margin-bottom: 30px;
    }
}
.carousel-item .img_boxs {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.Newproducts_s_box .img_box {
    position: relative;
    display: block;
}
.Newproducts_s_box .img_box .img_boxs {
    aspect-ratio: 1/1;
}
.Newproducts_s_box .img_box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}
.Newproducts_s_box .img_box .detail_box {
    position: relative;
    background: 0 0;
    padding-top: 0.2rem;
}
.Newproducts_s_box .img_box .product-price {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.Newproducts_s_box .img_box h2 {
    color: #333;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 300px) {
    .Newproducts_s_box .img_box .detail_box {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        background: var(--gradient-color-3);
        padding: 33px 10px 10px;
    }
    .Newproducts_s_box .img_box .product-price {
        color: #fff;
    }
    .Newproducts_s_box .img_box h2 {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
        display: block;
        max-width: 70%;
        display: -webkit-box;
        line-height: 1.4;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .Newproducts_s_box .theme-btn-1 {
        border-radius: 30px;
        padding: 5px 16px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        overflow: hidden;
    }
}
.filter_search_bar .phone_search_filter li {
    margin-top: 0;
    list-style: none;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
    position: relative;
    color: #14457b;
}
.filter_search_bar .phone_search_filter li:first-of-type {
    padding-left: 0;
}
.filter_search_bar .phone_search_filter li:last-of-type:after {
    background: 0 0;
}
.filter_search_bar .phone_search_filter li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 48%;
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background: #14457b;
}
.filter_search_bar .search_bar .search_btn {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 50px;
    line-height: 14px;
    background: #1260a2;
    color: #fff;
    padding: 17px 40px;
}
.filter_search_bar .search_bar .search_filter > p {
    font-size: 16px;
}
.filter_search_bar .search_bar .search_filter .shearch_filter_content {
    position: relative;
}
.filter_search_bar .search_bar .search_filter .shearch_filter_select {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 10px;
    background: #fff;
    border-radius: 10px;
    z-index: 20;
    min-width: 200px;
    padding: 20px;
    border: 1px solid #ddd;
    display: none;
    max-height: 270px;
    overflow-y: auto;
}
.filter_search_bar
    .search_bar
    .search_filter
    .shearch_filter_select
    input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
.filter_search_bar .search_bar .search_filter .shearch_filter_select label {
    margin-left: 10px;
}
.filter_search_bar
    .search_bar
    .search_filter
    .shearch_filter_select
    button.clearbth {
    font-size: 14px;
    text-decoration: underline;
    background: 0 0;
    color: #5c727d;
}
.filter_search_bar
    .search_bar
    .search_filter
    .shearch_filter_select
    button.submitbth {
    position: relative;
    z-index: 10;
    border-radius: 10px;
    font-size: 14px;
    padding: 2px 18px;
    background: #2490eb;
    color: #fff;
}
.filter_search_bar .search_bar .search_filter button[data-id="filter-button"] {
    background: #fff;
    padding: 5px 30px;
    border: 1px solid #ddd;
    border-radius: 30px;
    white-space: nowrap;
    color: #333;
}
.filter_search_bar .search_bar .search_filter .clear_filterAll {
    background: 0 0;
    color: #5c727d;
    text-decoration: underline;
}
@media (max-width: 1200px) {
    .filter_search_bar .phone_file_modal {
        background: #1260a2;
        padding: 0 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.4352941176);
    }
    .filterSearchModal .btn {
        padding: 12px 30px;
    }
    .filterSearchModal .modal-content {
        height: 100vh;
        border: 0;
    }
    .filterSearchModal .modal-fullscreen {
        width: 100vw;
        max-width: none;
        height: 100%;
    }
    .filterSearchModal .modal-dialog {
        max-width: 100%;
        margin: 0 auto;
    }
    .filterSearchModal .modal-header {
        align-items: center;
        padding: 1rem;
        border-bottom: 1px solid #dee2e6;
    }
    .filterSearchModal .modal-header .close {
        position: relative;
        height: auto;
        width: auto;
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
        left: auto;
        top: auto;
    }
    .filterSearchModal .modal-footer {
        margin-bottom: 9vh;
    }
}
@media (max-width: 600px) {
    .filterSearchModal .modal-footer {
        margin-bottom: 0;
    }
}
.home_content {
    z-index: 102;
    width: 100vw;
}
.home_content .CarouselShowBox .slick-arrow {
    z-index: 999;
}
.Findproducts_showImg .item {
    background: #f4f4f4;
}
@media (max-width: 768px) {
    .filter_s_content2,
    .filter_s_content4 {
        bottom: 0;
    }
}
@media (max-width: 500px) {
    .menuContent {
        margin-left: -8px;
        margin-right: -8px;
    }
    .Newproducts_s_box .img_box h2 {
        max-width: 100%;
    }
    .input-item .nice-select {
        height: 55px;
        line-height: 43px;
    }
    .filterSearchModal .input-item .nice-select {
        line-height: 52px;
    }
    .ltn__product-gutter [class*="col-"] {
        padding: 0;
    }
    .section-title-area {
        margin-bottom: 0.5rem;
    }
    .Hotproducts_s_content .img_border {
        width: 35vw;
        height: 35vw;
    }
    .Hotproducts_s_content .img_box {
        width: 30vw;
        height: 30vw;
    }
    .container-1760x {
        max-width: 80%;
    }
    .filter_s_content4 .search_bar {
        padding-bottom: 0;
    }
}
body {
    overflow-x: hidden;
}
.bg-image-format {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.phoneSearchbtn {
    width: 37px;
    height: 37px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.homelist1,
.homelist2,
.hotproductBox {
    min-height: 250px;
}
@media (max-width: 700px) {
    .phoneSearchbtn {
        display: flex;
    }
}
.shearch_filter_content {
    margin-bottom: 0.5rem;
}
.filter_s_content2 .filter_search_bar .search_bar .search_btn {
    font-size: 12px;
}
@media (max-width: 991px) {
    .ltn__utilize-menu > ul > li .sub-menu .dropdown-item {
        padding: 0;
        color: inherit;
        margin-top: 1rem;
    }
    .search_bar {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    .search_bar {
        font-size: 12px;
    }
}
