@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500&display=swap');

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #000000;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #000000;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 133, 50 !important;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-heading-color: ;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #000000 !important;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

body {
    margin: 0px;
    padding: 0px;
    padding-top: 0.1px;
    font-family: sans-serif;
    transition: 0.7s;
}

.small_nav_text {
    font-size: 13px !important;
    font-weight: 500 !important;
}

.main_navbar {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px !important;
}

.main_nav_icons {
    font-size: 26px;
}

.center_alignment {
    display: flex;
    align-items: center;
    justify-content: center;
}

.end_alignment {
    display: flex;
    align-items: center;
    justify-content: end;
}

.start_alignment {
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
}

.nav_category_width {
    width: auto;
    padding: 0px 10px;
}
.dropdown_category{
    position: relative;
    transition: all .5s ease-in-out;
}
.dropdown_category .nav_category_dropdown_menu{
    position: absolute;
    top: 100%;
    right: 0%;
    transition: all .5s ease-out;
    width: 100%;
    visibility: hidden;
    display: none;
    z-index: 1111;
    background: #fff;
    list-style: none;
    padding: 10px;
    height: 0;
    font-size: 0px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.dropdown_category .nav_category_dropdown_menu a{
    padding: 5px;
    font-weight: 600;
    border-radius: 5px!important;
    transition: all .5s ease-in-out;
}
.nav_category_dropdown_menu a:hover{
    background: #000;
    color: #fff;
}
.dropdown_category.active .nav_category_dropdown_menu {
    position: absolute;
    top: 100%;
    right:0%;
    transition: all .5s ease-in-out;
    width: auto;
    display: block;
    visibility:visible !important;
    z-index: 1111;
    background: #fff;
    list-style: none;
    padding: 10px;
    height:auto !important;
    font-size: 14.2px !important;
}
/* .nav_category_dropdown_menu{
    display: none;
    height: 0px;
} */
.nav_category_width .nav-link {
    color: rgba(0, 0, 0, 0.712);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_category_width .nav-link :hover {
    color: #000000 !important;
    --bs-link-hover-color: #000000 !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.navbar-links.active {
    color: #000000 !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner_slider .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.swiper-pagination {
    transition: 0.7s !important;
}

.swiper-pagination-bullet-active {
    background: #000000 !important;
    width: 25px !important;
    border-radius: 10px !important;
}

.swiper-button {
    background: rgb(255, 255, 255);
    width: 50px !important;
    height: 50px !important;
    transition: 0.7s !important;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.swiper-button:hover {
    background: #000000;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.swiper-button:hover i {
    color: #fff !important;
}

.swiper-button::after {
    display: none;
}

.dark_light {
    background: #f4f6f8;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10vmin !important;
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10vmin !important;
    left: auto;
}

.banner_bottom_section_text {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.card_main_home_quality {
    padding: 5px 0px !important;
    border-radius: 15px !important;
    border: #0da487 1px dotted !important;
    padding: auto !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}

.card_main_home_quality .card_icon {
    font-size: 3rem !important;
    margin-bottom: 10px;
}

.card_main_home_quality .card_heading {
    font-size: 22px;
    line-height: 28px;
    color: #212b36;
    font-weight: 700;
    font-family: 'Baloo 2', cursive !important;
}

.card_main_home_quality .card_text {
    font-size: 15px !important;
    margin-top: 10px;
    text-align: justify;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.offcanvas_product_name{
    font-size: 18px !important;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.product_slider_holder .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -10vmin !important;
    right: auto;
}

.product_slider .swiper-slide{
   max-width: 290px !important;
}
.product_slider .product-card{
    width: 100% !important;
 }
.product_slider_holder .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -10vmin !important;
    left: auto;
}

.card_img_div_product_home {
    height: 100px !important;
}

.product_slider {
    height: 60vh;
}

.product-card {
    width: 380px;
    border-radius: 10px !important;
    overflow-y: hidden;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: 0px auto;
    background: #fafafa;
    transition: 0.7s !important;
}

.badge_home_page {
    position: absolute;
    left: 0;
    top: -10px!important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: rgb(196, 47, 47);
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px !important;
}
.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: rgb(196, 47, 47);
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 50px;
    border-radius: 10px !important;
    background: #ffffff;
    border-bottom: rgba(0, 0, 0, 0.144) 1px solid;
}

.product-card:hover .product-tumb img{
    transform: scale(1.2)!important;
}

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

.product-details {
    padding: 20px 10px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;

}

.product-details h6 a {
    font-weight: 500;
    height: 42px !important;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
  	overflow: hidden;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    /* font-size: 15px; */
    /* line-height: 22px; */
    /* margin-bottom: 18px; */
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

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



/* CSS */
.product_slider_button_cart {
    appearance: none;
    backface-visibility: hidden;
    background-color: #fcfcfc;
    border: #27ae60 solid 1px !important;
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
    box-sizing: border-box;
    color: #27ae60;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    font-family: Inter, -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}

.product_slider_button_cart:hover {
    background-color: #ffffff;
    opacity: 1;
    transform: translateY(0);
    transition-duration: .35s;
    border: rgba(0, 0, 0, 0.249) solid 1px !important;
}

.product_slider_button_cart:active {
    transform: translateY(2px);
    transition-duration: .35s;
}

.product_slider_button_cart:hover {
    box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}

.banner_slider_main-div {
    background: rgb(26, 25, 25);
}

.list_rating {
    list-style: none !important;
}

.product_card_price {
    font-size: 1.1em !important;
    font-weight: 500;
    margin-top: 20px;
    font-family: 'Baloo 2', cursive !important;
    ;
}

.cursive_text {
    font-family: 'Baloo 2', cursive !important;
    ;
}

.home_page_product_category_row {
    display: flexbox;
}

.swiper-button {
    position: absolute;
    width: 100%;
    top: 40%;
    z-index: 11;
}

.swiper-next.swiper-button {
    right: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-prev.swiper-button {
    left: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper-category-button {
    background: #ffffff;
    color: #000000;
    border: #000000 1px solid;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: 0.7s;
}

.swiper-category-button:hover {
    background: #000000;
    border: #ffffff 1px solid;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    color: #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.category_slider_card_image {
    height:100px;
    width:130px;
}

.category_slider .swiper-slide>div {
    background: #ffffff57;
    border: unset !important;
    transition: 0.7s !important;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.swiper-slide {
    text-decoration: none !important;
}

.div_category{
    padding: 100px !important;
}
.div_category img{
    max-height: 100% !important;
}
.div_category:hover {
    /* background: #a1a3a2 !important; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
}

.view_offer_category {
    height: 300px !important;
    background-size: cover !important;
    border: 0px !important;
}

.footer_social_links >li{
    width: auto !important;
}

.social_media_link {
    height: 35px;
    width: 35px;

    border: #fffcfc 1px solid;
    margin: 0px 5px;
    color: #fffdfd !important;
    border-radius: 100%;
    transition: 0.7s;
}

.social_media_link:hover {
    height: 35px;
    width: 35px;
    border: #000000 1px solid;
    margin: 0px 5px;
    background-color: #000000;
    color: #ffffff !important;
    border-radius: 100%;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 15px;
    letter-spacing: 1px;
}

.cart_btn {
    background: transparent !important;
    border: #000000 1px solid;
    height: 45px;
    width: 45px;
    border-radius: 10px;
    color: #000000;
}

.button_cart_offcanvas {
    left: -20px !important;
    top: 20% !important;
    border: #000000 2px solid;
    background: rgb(255, 255, 255) !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 100% !important;
}

.cart_offcanvas_img_product {
    height: 90px;
    width: 90px;
    padding: 10px;
    position: relative;
}

.cart_offcanvas_img_product>div {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.461);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: 0.6s !important;
}

.cart_offcanvas_product {
    border-bottom: #000000 1px dashed;
    transition: 0.7s !important;
}

.cart_offcanvas_product:hover {
    border-bottom: #000000 1px solid !important;
}

.cart_offcanvas_product:hover .cart_offcanvas_img_product>div {
    transform: scale(1) !important;
}

.button_quantity {
    background: #000000 !important;
    color: #fff !important;
    padding: 2px !important;
    border: unset !important;
    height: 30px;
    width: 30px;
}

.button_quantity:hover {
    background: #0a3e16 !important;
    color: #fff !important;
}

.input_quantity {
    padding: 2px !important;
    border: 1px solid #000000 !important;
    height: 30px;
    width: 30px;
    width: 30px;
    appearance: textfield;
    font-size: 12px;
    border-radius: 0px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.offcanvas.offcanvas-end {
    right: -20px !important;
}

.offcanvas.offcanvas-end.show {
    right: 0px !important;
}

.offcanvas_checkout_div {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
}

.banner_div_all_product {
    position: relative;
}

.banner_div_all_product>div {
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(to left, rgba(6, 23, 56, 0.6), rgba(17, 151, 68, 0.6)); */
    top: 0;
    left: 0;
}



/* Create two equal columns that floats next to each other */
.column_grid {
    float: left;
    padding: 10px;
    width: 25%;
}

/* Clear floats after the columns */
.row_grid:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the buttons */
.btn_grid {
    border: none;
    outline: none;
    background-color: #f1f1f1;
    cursor: pointer;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_grid:hover {
    background-color: #ddd;
}

.btn_grid.active {
    background-color: #000000 !important;
    color: white !important;
    border-radius: 100% !important;
}

.sort_link {
    padding-right: 0% !important;
    color: #212529 !important;
    font-weight: 500 !important;
}

.sort_link.active {
    color: #000000 !important;
    border-bottom: 2px solid #000000;
}

.all_product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    padding: 30px;
    background: #ffffff;
    position: relative;
    transition: 0.7s;
    overflow: hidden;
}

.all_product-tumb>.all_product_btn_holder {
    position: absolute;
    bottom: -40%;
    left: 0;
    height: 30%;
    width: 100%;
    transition: 0.7s;
    visibility: hidden;
}

.all_product-tumb a {
    height: 200px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.all_product_btn {
    background: #000000;
    border-radius: 100%;
    border: 0px !important;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    transition: 0.7 !important;
}

.all_product_btn:hover {
    background: #0a531b !important;
}

.all_product_card {
    transition: 0.7 !important;
}
.addtocart_btn:hover {
    background: #000000 !important;
    color: #fff !important;
}

.all_product_card:hover .all_product-tumb>.all_product_btn_holder {
    bottom: -5% !important;
    visibility: visible;
}

.all_product_card:hover .all_product-tumb a {
    padding: 0px !important;
}

.all_product-tumb img {
    max-width: 100%;
    max-height: 100%;
}
.all_product-modal_img{
    max-width: 70% !important;
    max-height: 100%;
}
.all_product-tumb a {
    padding: 10px;
}

.star_all_product {
    font-size: 13.5px !important;
    margin: 0px 2px;
}

.detail_all_product {
    font-size: 1em;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.price_all_product {
    font-size: 1.1em !important;
    font-weight: 500;
    margin-top: 0px;
    font-family: 'Baloo 2', cursive !important;
    ;
}
.price_all_product span{
    font-size: 14px !important;
}
.addtocart_btn{
    text-transform: capitalize !important;
    border: 0px !important;
    padding: 4px;
    font-weight: 600;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
    color: rgb(0, 0, 0) !important;
    background: #fff !important;
    letter-spacing: 1px;
    cursor: pointer;
}

#sync1 .auction_card_product {
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync1 .owl-item {
    display: flex !important;
    justify-content: center !important;
}

#sync2 .auction_card_product {
    background: #c9c9c9;
    /* padding: 10px 0px; */
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .owl-stage {
    display: flex !important;
    justify-content: center !important;
    width: -webkit-fill-available !important;
    transform: unset !important;
}

.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

/* animate fadin duration 1.5s */
.owl-carousel .animated {
    animation-duration: 1.5s !important;
}

/* 輪播的前後按鈕背景調大 */
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 35px !important;
    height: 55px !important;
}

#sync1 svg {
    width: 22px !important;
}

.owl-item.active.current {
    border: #0a531b 3px solid;
}

#sync2.owl-stage {
    display: flex !important;
    justify-content: center !important;
}

.product_slider_all {
    height: 400px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model_close_product_all {
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    height: 40px !important;
    width: 40px !important;
    background: #000000;
    border-radius: 100%;
    border: unset !important;
}


.value {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;

    /* optional */

    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
    top: 26px;
}

.price-range-both {
    display: none;
}

.value i {
    font-style: normal;
}

.ui-slider-horizontal {
    height: 3px !important;
}

.ui-slider .ui-slider-handle {
    width: 5px !important;
}

element.style {
    left: 48.0769%;
}

.ui-slider .ui-slider-handle {
    position: absolute !important;
    top: 50% !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: center !important;
    margin-top: -11px !important;
    margin-left: 0px !important;
    width: 5px !important;
    height: 20px !important;
    outline: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: 0 0 !important;
    background-color: #000 !important;
    cursor: ew-resize !important;
}

.ui-widget-header {
    background: #000 !important;
}

.price_slider_amount {
    align-items: center;
}

.price_slider_amount .price_label {
    font-weight: 700;
}

.ui-widget-content {
    border: unset !important;
    background: #b2b4b7 !important;
    color: #222222 !important;
}

.page-item.disabled>.page-link {
    color: rgba(0, 0, 0, 0.443) !important;
}

.Pager2 .pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: rgba(9, 148, 55, 0.432);
}

.Pager2 .pagination.pg-blue .page-item.active .page-link:hover {
    background-color: #000000;
}

.Pager2 .pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #000000;
    color: #fff;
}

.Pager2 .pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: black;
    font-size: 1.15em;
    height: 35px !important;
    width: 35px !important;
    border-radius: 3px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 3px !important;
}

.Pager2 .pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.Pager2 .page-link {
    border: none !important;
}

.Pager2 .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0;
}

.text-justify {
    text-align: justify !important;
}

.divder_hr {
    background: unset !important;
    border: 0.1px solid rgb(57 57 57 / 27%) !important;
}

.addtocart {
    appearance: none;
    background-color: #000000;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
}

.addtocart:disabled {
    pointer-events: none;
}

.addtocart:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.addtocart:active {
    box-shadow: none;
    transform: translateY(0);
}

.product_detail_slider_all {
    height: 450px;
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auction_card_product_image {
    height: 40px;
    width: 40px !important;
}


.services-slider {
    display: flex;
}

.slick-slider {
    touch-action:none !important;
}

.nav-container .slick-current img {
    box-shadow: 0 0 4px 2px rgba(108, 232, 220, 0.9);
}

.slider-main {
    width: 100%;
}

.main-container {
    width: 100%;
}

.nav-container img {
    max-height: 135px;
}

.nav-container .slick-slide {
    max-height: 135px;
    margin-bottom: 18px;
}

.slick-list {
    overflow: hidden !important;
}

.slick-list.draggable {
    overflow: hidden !important;
}

@media (min-width: 1000) {
    .slider-nav {
        display: none !important;
    }
}

.slick-list.draggable {
    /* overflow: hidden !important; */
    padding: 0px !important;
}

.slide_product_image_main .slick-current .slick-active {
    display: block !important;
}

.slide_product_image_main {
    display: none;
}

.banner_product_detail {
    height: 12vh;
}
.slide_product_image_main > .auction_card_product{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 500px;
    background: rgba(222, 222, 222, 0.324);
}
/* .slider_nav_img_div{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100px !important;
    width: 100% !important;
    background: rgba(222, 222, 222, 0.356);
} */

div.slider_nav_img_div {
    float: left;
    border: 1px solid #ccc;
    width: 100% !important;
    height: 100px !important;
    margin-right: 10px;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    padding:5px;
}


.slider_nav_img_div img {
    max-width: 100%;
    max-height: 100%;
}

.nav-container .slick-current  {
    box-shadow: 1px solid #0dcaf0!important;
}
.nav-container .slick-current img {
    box-shadow: unset !important;
}

.button_quantity_detail {
    background: #202020 !important;
    color: #fff !important;
    padding: 2px !important;
    border: unset !important;
    height: 35px;
    width: 35px;
}

.button_quantity_detail:hover {
    background: #000000 !important;
    color: #fff !important;
}

.input_quantity_detail {
    padding: 2px !important;
    border: 1px solid #000000 !important;
    height: 35px;
    width: 35px;
    appearance: textfield;
    font-size: 12px;
    border-radius: 0px
}

.contain {
    position: absolute;
    right: 0%;
    top: 0%;
    width:100%;
    height:100%;
}
.slide_product_image_main :hover .img{
    visibility: hidden !important;
}

.nav-desh p{
    letter-spacing: 1px ;
    text-align: justify;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    line-height: 1.8rem !important;
    color: #4a5568 !important;
}
.information-box ul{
    line-height:1.9rem !important;
    letter-spacing: 1px ;
    text-align: justify;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    line-height: 1.8rem !important;
    color: #4a5568 !important;
    list-style: circle;
}
.review_text{
    letter-spacing: 1px ;
    text-align: justify;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    line-height: 1.8rem !important;
    color: #242831 !important;
}
.nav_product_details{
    font-size: 1.2em !important;
    border:none !important;
    padding-inline:1.5em !important;
    padding-block:0.7em !important;
    border-radius: 20% 20% 0% 0% !important;
}
.nav_product_details.active{
    border:none !important;
    background: rgba(209, 209, 209, 0.295) !important;
}
.nav_product_details:hover{
    border:none !important;
    background: rgba(153, 153, 153, 0.452) !important;
    color:  rgb(39, 39, 39) !important;
}
.product-detail_cart >ul{
    list-style: none !important;
}
.product-detail_cart .text-title{
    font-weight: 500;
}
.product-detail_cart .text-content{
    font-weight: 400 !important;
    margin-top: 3px;
    font-size: .9em;
}
.product-box-contain{
    border-bottom: 1px solid #29292946;
}
.table-title{
    font-size: 1.1em;
}
table tbody tr td h5{
    font-weight: 500;
    font-size: calc(19px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.theme-color{
    color: #0da487;
}

.quantity .cart_qty button{
    width: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
    height: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background-color: #e3e0e0;
    border-radius: 100% !important;
    padding: 0;
}
.quantity .cart_qty input{
    width: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
    height: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding: 0;
}
.cart_bg{
    background: #f8f8f8 !important;
}
.dropdown-menu  a{
    font-size: 14px !important;
    font-weight: 600;
    color: #000!important;
    display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
  	overflow: hidden;
}
.dropdown-menu{
    border-radius: 0% !important;
    position: absolute;
    left: -10%;
    border-radius: 6px !important;
}
.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0 !important;
 }

 .page-item .page-link{
    height: 35px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 14px !important;
    box-shadow: unset !important;
 }

 .active>.page-link, .page-link.active{
background-color: #121e44 !important;
border: #121e44 solid !important;
 }

.password_div{
    position: relative;
}
.toggle-password{
    position: absolute;
    top: 30%;
    right: 10px;
}
.input_div_login{
    position: relative;
    padding-block:5px ;
}

.input_div_login > label{
    position: absolute;
    z-index: 111;
    top: -8px !important;
    left: 10px !important;
    padding:  0px 10px;
    background: #fff;
    letter-spacing: 1px;
}

.input_div_login  input{
    border: #000 solid 1px !important;
}

/* CSS */
.login_button {
  appearance: button;
  width: 100%;
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0,#000 4px 4px 0 1px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 5px 10px 0;
  overflow: visible;
  padding: 8px 40px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.login_button:focus {
  text-decoration: none;
}

.login_button:hover {
  text-decoration: none;
}

.login_button:active {
  box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
  outline: 0;
}

.login_button:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .login_button {
    padding: 8px 50px;
  }
}
.eight h4 {
    text-align:center;

    text-transform:uppercase;
     letter-spacing:1px;
    font-size: 13px !important;
    align-items: center !important;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;
}

.eight h4:after,.eight h4:before {
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
    background-color:#f8f8f8;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color:#000000;
}
.message_text{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight:600;
}
.dropdown-menu{
    --bs-dropdown-link-active-bg:#000!important;
}
.dropdown_user:hover .dropdown-menu{
    display: block!important;
    left:-20px !important;
    background:rgb(252, 252, 252);
    border-radius: 15px !important;
    border-top: 0px!important;
    box-shadow: rgba(38, 57, 77, 0.384) 0px 20px 30px -10px !important;
}
.dropdown_user .dropdown-item{
    font-weight: 500 !important;
    padding: 5px 30px;
}
.dropdown_user>button{
    font-weight: 600 !important;
    background: none !important;
}
.dropdown_user:hover{
    border: 0px !important;
}
.navbar_nav_ul {
    justify-content: end !important;
}

.navbar_row {
    justify-content: center !important;
}

.category_offcanvas {
    width: 250px !important;
    background: rgb(5, 5, 5) !important;
    color: aliceblue !important;
}

.category_offcanvas .nav-item>a {
    color: aliceblue !important;
    background: rgb(10, 10, 10) !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 3px;
    padding: 6px !important;
}

.category_offcanvas .sub_link {
    color: aliceblue !important;
    background: rgb(22, 22, 22) !important;
    width: 100% !important;
    text-align: start !important;
    margin-bottom: 3px;
    padding: 3px 10px !important;
}

.category_over_button {
    display: none !important;
}
.mainbanner_div{
    height: 80vh;
}
.product_cart_image{
    max-height: 150px;
    min-height: 70px;
}
.checkout_pro_list{
    list-style: none;
    padding-left: 0%;
}
.check_out_pro_name{
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    /* -webkit-box-orient: vertical;  */
}



.labl {
    display : block;
    width: 400px;
    position: relative;
}
.labl > input{ /* HIDE RADIO */
    position: absolute;
    top: 30px ; /* Remove input from document flow */
    left:30px;
}
.labl > input + div{ /* DIV STYLES */
    cursor:pointer;
    border:1px solid #0a531b4d;
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    background-color: #37b19d26;
    border: 1px solid #aef5f100;
}
.delivery-address-detail{
    list-style: none!important;
}


.button_quantity_checkout {
    background: #202020 !important;
    color: #fff !important;
    padding: 2px !important;
    border: unset !important;
    height: 30px;
    width: 30px;
}

.button_quantity_checkout:hover {
    background: #000000 !important;
    color: #fff !important;
}

.input_quantity_checkout {
    padding: 2px !important;
    border: 1px solid #000000 !important;
    height: 30px;
    width: 30px;
    appearance: textfield;
    font-size: 12px;
    border-radius: 0px
}
.checkout_button_address {
    align-items: center;
    appearance: none;
    color: white !important;
    width: 100%;
    background-color: #000000;
    border-radius: 4px;
    border-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
  }
  .address_input_div{
    position: relative;
    padding: 10px;
  }
  .address_input_div > label{
    position: absolute;
    top: -5px;
    left: 25px;
    padding: 0px 10px;
    background: #fff;
    font-weight: 500;
  }
.address_input_div input{
    border:black 1px solid;
}
.address_input_div textarea{
    border:black .5px solid;
}
.address_input_div select{
    border:black .5px solid;
}
textarea{
    resize: none !important;
}

.delivery_opt {
    display : block;
    width: 400px;
    position: relative;
}
.delivery_opt > input{ /* HIDE RADIO */
    position: absolute;
    top: 25px ; /* Remove input from document flow */
    left:30px;
}
.delivery_opt > input + div{ /* DIV STYLES */
    cursor:pointer;
    border:1px solid #0a531b4d;
}
.delivery_opt > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    background-color: #37b19d26;
    border: 1px solid #aef5f100;
}
::-moz-selection { /* Code for Firefox */
    color: white;
    background: #2d91f5 !important;
  }

  ::selection {
    color: white;
    background: #2d91f5 !important;
  }
.setting_img_top{
    height: 180px;
    object-fit: cover;
}
.sidebar_setting_user{
    position: relative;
}
.input-preview{
    height: 120px;
    width: 120px;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    top: -70px;
    border: 4px solid #f8f9fa;
}
.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #0882fc;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom:1px solid rgba(211, 211, 211, 0.932) !important;
    width: 100% !important;
}
/* .nav-tabs button.active{
    width: 100%;
    text-align: start !important;
    background: rgba(211, 211, 211, 0.932) !important;
    border-left: 5px solid #000 !important;
    margin-bottom: 3px !important;
    border-radius: 5px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 600;
} */
.product_nav_detail  button{
    border-radius: 20px 20px 0px 0px !important;
}
.nav-tabs button{
    width: 100%;
    text-align: start !important;
    margin-bottom: 0px !important;
    color: #000 !important;
    font-weight: 500;
}
.product_modal_summary{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.thumbnails-track{
    position: relative;
}
.previous-button.slick-arrow{
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 11;
}
.next-button.slick-arrow{
    position: absolute;
    top: 5px;
    right: 0;
}
.swiper_main.slide_detail{
    padding: 0% !important;
    width: 100% !important;
}
.btn_slider_thumb{
    background: rgba(0, 0, 0, 0.61);
    color: #fff;
    border-radius: 0px !important;
    height: 90px !important;
    border:0px !important;
    transition: 0.7s !important;
    border-radius: 5px !important;
}
.btn_slider_thumb:hover{
    background:#212529;
    color: #fff;
    border-radius: 0px !important;
    height: 90px !important;
    border:0px !important;
    border-radius: 5px !important;
}
.produt_slider_current_holder{
    min-height: 400px !important;
    background: #ededed54;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.current-image.produt_slider_current{
    /* height: 400px !important; */
    width: 55% !important;

}
.thumb_image_holder{
    width: 100px !important;
    height: 100px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.thumb_image_holder [aria-current="true"]{
    border: #000 2px dotted !important;
}

.thumb_image_holder >button{
    height: 100px !important;
    width: 100%;
}

.thumb_nail_img{
    max-height: 90px !important;
}
.swiper_thumb.slide_detail{
    padding: 10px 0px!important;
    width: 70% !important;
}
.swiper-wrapper{
    align-items: center !important;
}
.swiper_main {
    padding: 10px ;
    height: 80%;
    width: 100%;
  }

  .swiper_thumb {
    padding: 10px ;
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .swiper_thumb .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .swiper_thumb .swiper-slide-thumb-active {
    opacity: 1;
  }

  /* .swiper-slide img {
    display: block;
    width: 70%;
    height: 100%;
    object-fit: cover;
  } */
  .cart_offcanvas{
    z-index: 11111111 !important;
  }
.select_sort_mobile{
    border: 0px !important;
    border-bottom: #000 solid 1px !important;
    border-radius: 0% !important;
    background: none !important;
    box-shadow: none !important;
    padding:3px !important;
}
*:focus {
    outline: none;
}
option.selected{
    background-color: black !important;
    color: #fff !important;
}
option:hover {
    background-color: black !important;
    color: #fff !important;
  }
.sidebar_menu{
    transition: .7s !important;
    background: #fff;
    list-style: unset !important;
    padding: 10px !important;
}




/* CSS */

.offcanvas_nav_btn {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85) !important;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 100% !important;
}

.offcanvas_nav_btn:hover,
.offcanvas_nav_btn:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.offcanvas_nav_btn:hover {
  transform: translateY(-1px);
}

.offcanvas_nav_btn:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}
.thumb_image_holder{
    height: 100px;
    width: 100px;
}
.zoom-box{
    position: relative;
}
.zoom-box img{
    vertical-align: bottom;
}
.zoom-box .zoom-selector{
    position: absolute;
    background-image: url("images/selector.png");
    background-repeat: repeat;
    display: none;
    cursor: crosshair;
}
.zoom-box .viewer-box{
    position: absolute;
    border: 1px solid rgb(239,237,240);
    display: none;
    overflow: hidden;
}
.zoom-box .viewer-box>img{
    position: absolute;
    left: 0;
    top: 0;
    width:unset !important;
    height:unset !important;
}

.viewer-box{
    left: 100% !important;
    z-index: 11;
    background: #fff;
}
.summary_text_main{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
            line-clamp: 5;
    -webkit-box-orient: vertical;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation{
    backdrop-filter: blur(2px);
}
.swal2-container{
    z-index:1570 !important;
}
.input_pc_search_bar{
    /* border-radius: 100px 0% 0% 100px !important; */
    border:1px solid #000 !important;
    border-right:0px solid #000 !important;
    box-shadow: none !important;
}
.input_pc_search_button{
    /* border-radius: 0px 100px 100px 0px !important; */
    color: white !important;
    background: #000 !important;
    border:2px solid #000 !important;
    box-shadow: none !important;
}
.modal{
    z-index:1111 !important;

}
.modal-content{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important;
}
.product_img_holder_auction{
    max-height: 200px;
    box-sizing: border-box;
}
.auction_title_div_product{
    max-height: 55px !important;
    min-height: 55px !important;
    margin-bottom: 5px;
}
.auction_title_product{
    font-size: 15px !important;
    letter-spacing: 1px !important;;
    font-weight: 500 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
            line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

/* CSS */
.category_product_auction {
    text-transform: uppercase !important;
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #49636a 0, #000000 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.category_product_auction:focus {
  box-shadow: #1c1e2b 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #1c1e2b 0 -3px 0 inset;
}

.category_product_auction:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #1c1e2b 0 -3px 0 inset;
  transform: translateY(-2px);
  color: #fff !important;
}
.category_product_auction.active {
    background-image: radial-gradient(100% 100% at 100% 0, #49636a 0, #198754 100%)!important;
    box-shadow: #1c1e2b 0 3px 7px inset;
  transform: translateY(4px);
    color: #fff !important;
  }

.category_product_auction:active {
  box-shadow: #1c1e2b 0 3px 7px inset;
  transform: translateY(2px);
}

.badge_auction_date{
    position: inherit !important;
    font-size: 13px !important;
    padding: 8px !important;
    margin-top: 5px !important;
}
.badge_auction_offer{
    z-index: 111111111;
    left: 20px;
}
.input_auction_page{
    border:none !important;
    border-bottom:2px solid rgb(17, 16, 16) !important;
    background: rgba(0, 0, 0, 0) !important;
    width: 70% !important;
    font-size: 1.1rem;
}
.slick-arrow {
    height: 30px;
    width: 30px;
    border: 1px solid #000;
    border-radius: 100px;

}
.search_input_phone{
    border:1px solid rgba(49, 48, 48, 0.363)!important;
    border-radius: 10px 0px 0px 10px !important;
    padding: 8px 20px !important;
    text-transform: capitalize !important;
}
.search_btn_phone{
    border:1px solid rgba(49, 48, 48, 0.363)!important;
    background:rgba(0, 0, 0, 0.795)!important;
    border-radius: 0px 10px 10px 0px !important;
    padding: 0px 15px !important;
}


.footer-section {
    background: #151414;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #fff;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 140px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #fff;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
    color: #fff;
  }
  .footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #fff;
      padding: 13px 20px;
      border: 1px solid #fff;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a{
    color: #fff;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #fff;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }

  .table_frontend{
    border-radius: 20px !important;
    box-shadow: rgb(0 0 0 / 47%) 0px 1px 7px !important;
  }
  .table_frontend td{
    padding: 8px !important;
    font-size: 17px;
    font-weight: 600;
    font-family: system-ui;
  }
  .table_frontend th{
    padding: 15px !important;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
  }
  .table_frontend thead{
    background: #dbdbdb29 !important;
  }
.card_img_home{
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.7s !important;
}
.card_img_home:hover{
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0px !important;
}
#datatable_filter{
    margin-bottom: 10px !important;
}
table.dataTable.no-footer{
    border: unset !important;
}
.profile_nav_tab.active{
    background: rgb(31, 30, 30) !important;
    color: #fff !important;
}
.profile_nav_tab{
    display: flex !important;
    align-items: center;
}

.tab_side_close{
    position: absolute;
    top: 25px;
    right: -20px;
    border-radius: 100px !important;
    height: 40px !important;
    width: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: #fff 0px solid !important;
    border-top: #fff 2px solid !important;
    border-bottom: #fff 2px solid !important;
    border-right: #fff 2px solid !important;
}
.category_offcanvas{
    border-right: #fff 2px solid !important;
}
.category_button_tablet {
    border: rgb(255, 254, 254) 2.5px solid !important ;
    background: rgb(27, 27, 27) !important;
    text-decoration: none !important;
    color: rgb(255, 250, 250)!important;
    height: 40px;
    width: 40px;
    padding: 5px 7px;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.badge_in_auction{
    z-index: 111;
    background: rgb(248, 66, 66);
    border-radius: 4px;
    color: #fff !important;
    font-size: 10px !important;
    padding: 4px !important;
    top: -3px;
    left: -3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.badge_in_auction_phone{
    z-index: 111;
    background: rgb(248, 66, 66);
    border-radius: 4px;
    color: #fff !important;
    font-size: 8px !important;
    padding: 4px !important;
    top: -4px;
    right: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.profile_dropdown{
    position: relative!important;
    background-color: #fff !important;
}
#profile_dropdown{
    min-width: 160px;
}
.profile_dropdown_menu{
    position: absolute;
    top: 45px!important;
    left: 0px;
    list-style:  none !important;
    background: rgb(255, 255, 255);
    width: 100%;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px !important;
}
.profile_dropdown_menu a{
    font-weight: 500 !important;
}
.profile_dropdown_menu button{
    font-weight: 500 !important;
}

.about_us_banner{
    background-image:url(../image/cover-img.jpg);
    background-position: center;
    background-size: cover;
}
.div_inner_ab_banner{
    background: rgba(0, 0, 0, 0.589);
    height: 20vh !important;
    align-items: center;
}
.about_us_why{
    background-image:url(../image/gallery2.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bg_local_vocal{
    background-image:url(../image/grapics.png);
    background-position: bottom;
    background-repeat: no-repeat !important;
    background-size: cover;
}
.dropdown-item strong{
    font-weight: 300 !important;
}
.typeahead.dropdown-menu a{
    font-size: 17px !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
}
.typeahead.dropdown-menu{
    width: inherit !important;
    border-radius: 0px 0px 10px 10px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 15px,rgba(0, 0, 0, 0.05) 0px 5px 10px !important;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #0000002e !important;
}
/* .tab-pane.active{
    background: #fff !important;
    border-radius: 0px 0px 10px 10px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 15px,rgba(0, 0, 0, 0.05) 0px 5px 10px !important;
} */
.swiper_btn_prev_preview{
    left: 0px !important;
    height: 40px !important;
    width: 40px !important;
    box-shadow: unset !important;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_btn_next_preview{
    right: 0px !important;
    height: 40px !important;
    width: 40px !important;
    box-shadow: unset !important;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_btn_prev_preview::after{
   content: "" !important;
}
.swiper_btn_next_preview::after{
    content: "" !important;
}
.menu_btn_user{
    transition: 0.7s !important;
}
.menu_btn_user:hover{
    background: rgb(26, 20, 20) !important;
    color: #fff !important;
}

.four h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.four h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}
.four h1 em {
    font-style: normal;
    font-weight: 600;
}

.four h1 {
    text-align: center;
    padding-bottom: 0.7em;
}
.four h1 span {
    font-weight: 300;
    word-spacing: 3px;
    line-height: 2em;
    letter-spacing: 1px !important;
    font-size: 0.4em !important;
    color: #fff!important;
}
.four h1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    content: "";
    left: 50%;
    margin-left: -30px;
    background-color: rgb(255, 255, 255);
}

.product_winner_card{
    min-height: 250px !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border: 0.1px solid rgb(211, 211, 211) !important;
    border-radius: 30px !important;
}

.product_img_holder_winner{
    top: 15%;
    left: -30%;
    overflow: hidden;
    padding: 10px !important;
    position: absolute !important;
    height: 170px !important;
    width: 170px !important;
    background: rgb(255, 255, 255);
    border-radius: 6px !important;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1px solid rgb(211, 211, 211);
    border-radius: 30px !important;
}
.product_img_holder_winner img{
    max-width: 70%;
}


.auction_result_haeding h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #000000;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.auction_result_haeding h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}
.auction_result_haeding h1 em {
    font-style: normal;
    font-weight: 600;
}

.auction_result_haeding h1 {
    text-align: center;
    padding-bottom: 0.7em;
}
.auction_result_haeding h1 span {
    font-weight: 300;
    word-spacing: 3px;
    line-height: 2em;
    letter-spacing: 1px !important;
    font-size: 0.4em !important;
    color: rgb(0, 0, 0)!important;
}
.auction_result_haeding h1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    content: "";
    left: 50%;
    margin-left: -30px;
    background-color: rgb(0, 0, 0);
}
.swiper-slide .swiper-slide-active{
    display: block !important;
}
/* .swiper-slide{
    display: none;
} */
.swiper_btn_prev_auction{
    left: 0px !important;
    height: 40px !important;
    width: 40px !important;
    box-shadow: unset !important;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_btn_next_auction{
    right: 0px !important;
    height: 40px !important;
    width: 40px !important;
    box-shadow: unset !important;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_btn_prev_auction::after{
   content: "" !important;
}
.swiper_btn_next_auction::after{
    content: "" !important;
}
.winner_div{
    background-image:url(../image/congrats2.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top;
}


/* width */
body::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  body::-webkit-scrollbar-thumb {
    background: rgb(0, 0, 0);
  }

  /* Handle on hover */
  body::-webkit-scrollbar-thumb:hover {
    background: rgb(10, 10, 10);
  }

























.contact-info {
display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
background: #18222e;
padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
color: #18222e;
text-transform: capitalize;
font-size: 22px;
font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
padding-left: 0;
}
.contact-page-form.contact-form input {
margin-bottom: 5px;
}
.contact-page-form.contact-form textarea {
height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
background: #18222e;
width: 150px;
border-color: #18222e;
}
.contact-info-icon i {
font-size: 48px;
color: #ff5f50;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
color: #fff;
font-size: 22px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 10px;
}
.contact-info-text span {
color: #999999;
font-size: 16px;
font-weight: ;
display: inline-block;
width: 100%;
}

.contact-page-form input {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
margin-bottom: 20px;
padding: 12px 16px;
width: 100%;
border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
width: 100%;
height: 120px;
padding: 12px 16px;
border-radius: 4px;
}
.single-input-fieldsbtn button {
background: #ff5f50 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-weight: 600;
padding: 10px 0;
text-transform: capitalize;
width: 150px;
margin-top: 20px;
font-size: 16px;
border: 0px solid #000 !important;
}
.single-input-fieldsbtn button:hover{background:#18222e;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
color: #464646;
text-transform: capitalize;
font-size: 14px;
}
.contact-page-form {
display: inline-block;
width: 100%;
margin-top: 30px;
}

.contact-page-map {
margin-top: 36px;
}
.contact-page-form form {
padding: 20px 15px 0;
}
.sidebar_menu{
    height: 80vh !important;
    overflow-y: auto !important;
    list-style: none !important;
}
.sidebar_menu ul{
    list-style: none !important;
}
.sidebar_menu .dropdown-item{
    padding: 6px;
    margin-bottom: 2px;
    border-radius: 5px;
    background: rgb(29, 29, 29);
    /* width: fit-content; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#user_auction_history tr {
    vertical-align: middle;
}
.offcanvas{
    z-index: 1111!important;
}

.refer_code_div{
    border: #0000007e 2px dashed !important;
    border-radius: 5px !important;
    background: #dee2e6;
    letter-spacing: 2px !important;
    font-weight: 600;
    cursor: pointer;
}
.btn_share{
    height:40px !important;
    width:40px !important;
    margin:4px !important;
    display: inline-flex !important;
    line-height: unset !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    border-radius: 100px !important;
}


.btn_share:hover {
    opacity: 0.7;
}
.bg-whatsapp{
    background: #56cb5b !important;
}
.bg-twitter{
    background: #64ccf0 !important;
}
.bg-facebook{
    background: #507cbf !important;
}
.bg-telegram{
    background: #005a88 !important;
}
.bg-copy{
    background: #303030 !important;
}
.bg-message{
    background: #303030 !important;
}
.bg-mail{
    background: #ee3b44 !important;
}
.wallet_bg{
    background-image: url(../image/bg_wallet.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg_point{
    background-image: url(../image/bg_point.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.glass_card{
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    background-color: rgba(47, 54, 70, 0.397) !important;
    border-radius: 12px !important;
    border: 0px solid rgba(255, 255, 255, 0.125) !important;
}
.table_wallet_history td{
    font-size: 14px !important;
}
.table_wallet_history th{
    font-size: 14px !important;
}
#datatable_point_history_wrapper .dataTables_length{
    color: #fff !important;
}
#datatable_point_history_wrapper .dataTables_filter{
    color: #fff !important;
}







.form-check{
    padding: 0% !important;
}
.form-check-input{
    transition: 0.7s !important;
    display: none !important;
}
    .form-check-input:checked + .radio_label {
    transform: scale(1.25);
    border-radius: 5px !important;
    border: rgb(36, 36, 36) 2px solid;
    }
  .radio_label {
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
    margin-right: 0px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 5px 15px;
    border: #000 0.5px solid;
    border-radius: 5px !important;
  }
  .radio_label:hover{
    transform: scale(1.25)!important;
  }
  .radio_label {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease-in-out;
  }
  .radio_label span.red {
    background: #db2828;
  }
  .btn_view_detail_modal{
    background: rgb(27, 27, 27) !important;
    color: #fff !important;
    height: 50px !important;
    border-radius: 10px;
    text-decoration: wavy;
    border: 1px solid rgb(27, 27, 27) !important;
  }

  .more_dropdown_item{
    padding: 5px 10px!important;
    border-radius: 3px !important;
    transition: .7s !important;
    font-weight: 600 !important;
  }
  .more_dropdown_item:hover{
    background: #000 !important;
    color: #fff !important;
  }
  /* .dropstart:hover .dropdown-menu{
    display: block !important;
    position: unset;
    top: 0px;
} */

.detail_breadcrumb{
    height: 80px !important;
}
.user_sidebar{
    background: #212529 !important;
    z-index: 1 !important;
}
.user_sidebar_links{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rounded-end-xl{
    border-radius: 0px 30px 30px 0px
}
.rounded-start-xl{
    border-radius: 30px 0px 0px 30px
}
.sidebar_nav > a{
    width: 75%;
    /* border: 1px solid #fff; */
    display: grid;
}
.sidebar_nav > a >i{
    font-size: 20px !important;
}
.sidebar_nav{
    display: flex;
    flex-direction: column!important;
    align-content: center;
    align-items: center;
}
.light_bg{
    background: #F2F5FA;
}
.sidebar_nav > a >span{
    font-size: 14px !important;
}


.avatar {
    /* Rounded border */
    border-radius: 50%;

    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;

    /* Size */
    height: 5rem;
    width: 5rem;

    background: #4d5154;
    border: #fff dashed 1px;
}

.avatar__image {
    /* Size */
    height: 50%;
    width: 50%;
}
.small_text_card{
    text-align: center;
    font-size: 11.5px;
    margin-bottom: 0px;
}
.amount_text{
    text-align: center;
    font-size: 12px;
    margin-bottom: 0px;
}
.order_product_detail > .other_detal{
    font-size: 14px !important;
    line-height: 17px  !important;
}
.color_logo{
    color:#ff5f50 !important;
}
.label_profile_detail{
    position: absolute;
    top: -22px;
    font-size: 13px !important;
    background: #fff;
    padding-inline: 10px !important;
    letter-spacing: 1px !important;
    font-weight: 600;
    border: rgb(209, 209, 209) 1px solid;
    border-radius: 3px;
    line-height: 20px !important;
}

.div_start_brr{
    border-radius: 10px 0% 0% 10px;
}
.div_end_brr{
    border-radius: 0px 10px 10px 0px;
}
.all_product_banner_img{
    height: 300px !important;
    object-fit: cover;
}



.uk-timeline .uk-timeline-item .uk-card {
	max-height: 300px;
}

.uk-timeline .uk-timeline-item {
    display: flex;
    position: relative;
}

.uk-timeline .uk-timeline-item::before {
    background: #dadee4;
    content: "";
    height: 100%;
    left: 19px;
    position: absolute;
    top: 20px;
    width: 2px;
		z-index: -1;
}

.uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
		margin-top: 20px;
    width: 40px;
    height: 40px;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1rem;
}
.text_red{
    color: #000000 !important;
    font-weight: 600 !important;
}


.btn-home-view-auction {
  background-color: #111827;
  border: 1px solid transparent;
  border-radius: .75rem;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 4px  25px!important;
  text-align: center;
  text-decoration: none #6B7280 solid;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
}

.btn-home-view-auction:hover {
  background-color: #ffe550;
  color: rgb(0, 0, 0);
}

.btn-home-view-auction:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .btn-home-view-auction {
    padding: .75rem 1.5rem;
  }
}

.image_div{
    height: 200px !important;
    /* background: #000 !important; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.image_div img{
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.auction_product_card_home{
    border: unset !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    padding: 10px !important;
}
.auction_product_card_home .card-title{
    display: -webkit-box;
	-webkit-line-clamp: 2;
    font-size: 18px !important;
    min-height: 48px !important;
    /* background: #071c34; */
    margin-bottom: 0px !important;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
  	overflow: hidden;
}

.active_auction_slider .swiper-wrapper{
    height: unset !important;
}

.auction_product_card_home > span {
    left: 70% !important;
}

/* PROMOTIONAL PAGE */
.template-item{
    cursor: pointer;
    border : 1px solid var(--bs-border-color)
}
.template-item.selected{
    border : 1px solid var(--bs-dark);
}
#deleteAddedPromoContactRow {
    cursor: pointer;
}
.template-wrapper{
    max-height: 300px;
    overflow-y: auto;
}