@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN-Bold.otf');
    font-weight: bold;
}

.footer-content {
    display: block;
}

.cart-w {
    padding-left: 0;
}

.cart-w:hover .mcart-dd-content {
    right: -20px;
    top: 55px;
}

.desktop-header {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.header__buttons {
    display: flex;
    gap: 10px;
}

.header__logo_wrapper {
    width: 100px;
    display: flex;
    align-items: center;
}

.header__logo_wrapper img {
    width: 100%;
    height: auto;
}

.header__search {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header__search_wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.header__search_bar {
    min-width: 290px;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 46px;
    border: 2px solid rgba(129, 129, 129, 0.2);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color 0.5s ease;
}

.header__search_button {
    cursor: pointer;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    background-color: #5ecbec;
    position: absolute;
    right: 0;
}

.header__search_button i {
    font-size: 20px;
    color: white;
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-w {
    background: #f7f7f7 !important;
}

.block-trust {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}

.trust-w .tr-icon {
    width: 100px;
    height: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.tr-icon svg {
    width: 48px;
    height: 48px;
}

.tr-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.home__feature_items {
    display: flex;
    flex-direction: column;
}

.home__feature_item {
    padding: 0 15px;
    margin-bottom: 20px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.home__feature_icon_wrapper,
.home__feature_icon_wrapper svg {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}

.home__feature_icon_wrapper img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.home__feature_title {
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 16px;
}

.home__feature_description {
    font-size: 14px;
}

.footer-main {
    background-color: white;
    color: #777 !important;
}

.variation-option {
    padding: 0 1rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.variation-option span {
    display: flex !important;
    align-items: center;
}

.badge-sm {
    margin-inline-start: 10px;
    display: inline-flex !important;
    min-width: 1.5rem !important;
    font-size: 0.8rem !important;
    color: white !important;
}

.variation-option:hover .badge-sm {
    color: white;
    background-color: #009ef7;
}

.badge-light-primary {
    color: white;
    background-color: #009ef7;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.notAllow {
    opacity: 0.5;
    pointer-events: none;
}

.policy__paragraph,
.terms__paragraph {
    margin-bottom: 32px;
}

.policy__paragraph h1,
.terms__paragraph h1 {
    font-size: 68px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.policy__paragraph p {
    font-size: 17.6px;
    margin-bottom: 1rem;
}

.terms__title {
    border-bottom: 2px solid rgba(119, 119, 119, 0.17);
    margin-bottom: 30px;
}

.terms__title h4 {
    display: inline-block;
    border-bottom: 2px solid #ccc;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: -2px;
}

.mcart-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mini_cart__logo_wrappers {
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
}

.terms__content ul,
.terms__content ol {
    margin-bottom: 20px;
    padding-left: 20px;
    text-align: left;
}

.terms__content ul li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}

.terms__content ul li::before {
    position: absolute;
    top: 6px;
    left: -20px;
    font-size: 8px;
    content: ">";
    font-family: woodmart-font;
}

.terms__content p {
    font-size: 16px;
}

.desktop-header-toolbar {
    display: flex;
    justify-content: space-between;
}

.header__countries {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.country-active,
.header__country_option a {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header__country_options {
    top: 30px;
    width: 150px;
    background: #eee;
    padding: 10px 20px;
    position: absolute;
    z-index: 999;
    display: none;
}

.header__countries:hover .header__country_options {
    display: flex;
    flex-direction: column;
}

.header__nav_bar {
    display: none;
    align-items: center;
    height: 52px;
}

.header__nav_bar .header__nav_item {
    display: flex;
    justify-items: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
}

.header__nav_bar .header__nav_item a {
    font-size: 13px;
    color: rgb(51, 51, 51);
    letter-spacing: 3px;
    font-weight: 600;
}

.header__nav_bar .header__nav_item a.active,
.header__nav_bar .header__nav_item a:hover {
    color: #5ecbec;
}

.country-active img,
.header__country_option a img {
    width: 30px;
    margin-right: 10px;
}

.header__categories {
    position: relative;
}

.header__most_popular_button {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: #5ecbec;
    height: 52px;
    color: #fff;
    font-size: 13px;
}

.header__popular_items {
    width: 100%;
    z-index: 999;
    position: absolute;
    display: none;
    align-items: stretch;
    flex-direction: column;
    background-color: #fff;
}

.header__categories.active .header__popular_items,
.header__categories:hover .header__popular_items {
    display: flex;
}

.header__popular_item {
    font-size: 14px;
    font-weight: 700;
    padding: 12px 18px;
    color: #333;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(129, 129, 129, 0.15);
}

.home-slidershow {
    background-color: #c8eaf6;
}

section.add-to-cart-w {
    padding-top: 0px;
}

.add-to-cart-w .atc-header {
    margin-bottom: 15px;
}

.add-to-cart-w .atc-header:before {
    bottom: 0;
}

.add-to-cart-w .atc-header .number {
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: unset;
}

.add-to-cart-w .atc-header h3 {
    font-size: 16px;
    line-height: 20px;
}

.options-list-w .cur-option-w,
.options-list-w .cur-option-w i {
    height: 30px;
    line-height: 30px;
}

.options-list-w .options-col .po-list {
    display: none;
    top: 35px;
}

.options-list-w .options-col .po-list.active {
    display: block;
    overflow: visible;
}

.box-upload .icon i.fa-check {
    font-size: 24px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    background: #64bc46;
    border: 3px solid #f0f2f3;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 8px;
}
.scroll-pane.horizontal-only {
    overflow-x: scroll !important;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.95rem;
    color: #b02a37;
}

#contact-form input {
    margin-bottom: 0px;
}

.purchase_button {
    background: #d6d6d6;
    color: #646464;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 30px;
    border-bottom: 2px solid #646464;
}

.cart-summary.no-border tr.product-detail-row td.pro_name {
    display: flex;
    align-items: center;
}

.pro_name a {
    padding-top: 0;
}

.order_details__table_wrapper {
    margin-bottom: 30px;
}

.order_details__title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.order_details__items {
    margin-bottom: 2rem;
}

.order_details__item_wrapper {
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 30px;
}

.order_details__item_card {
    padding: 2rem;
}

.order_details__items
    .order_details__item_card
    .order_details__item_card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.order_details__items .order_details__item_card .header_product_name {
    font-weight: 600;
}

.order_details__items .order_details__item_card .order_details__item_card_body {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 1rem;
}

.order_details__item_card_body .body_product_img_wrapper {
    width: 100px;
}

.order_details__item_card_body .body_product_estimated_delivery_date span {
    color: #25bce9;
    font-weight: bold;
}

.order_details__items .order_details__item_card_expand {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, box-shadow 0.3s ease;
}

.order_details__items .order_details__item_card_expand.expanded {
    max-height: 100%;
    padding: 2rem;
    border-top: 1px solid #dee2e6 !important;
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
}

.order_details__addresses {
    display: flex;
    flex-direction: column;
}

.order_details__addresses .address_card {
    padding: 2rem;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 2rem;
}

.address_card .address_card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.address_card_header .address_customer_name {
    font-weight: bold;
}

.address_card .address_card_body {
    font-size: 14px;
    font-weight: 300;
}

.address_card_body .address_details {
    margin-bottom: 1.5rem;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.order__details_table.no-border tr td {
    border-bottom: none;
}

.badge-light-success {
    color: #50cd89;
    background-color: #e8fff3;
}

.badge-light-warning {
    color: #ffc700;
    background-color: #fff8dd;
}

.badge-light-danger {
    color: #f1416c;
    background-color: #fff5f8;
}

.payment_method input[type="radio"] {
    display: none;
}

.payment_method label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 40px;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    box-sizing: border-box;
}

.payment_method input[type="radio"] + label {
    border-color: rgb(189, 189, 189);
    box-shadow: none;
}

.payment_method input[type="radio"]:checked + label {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.payment_method label img,
.payment_method label svg {
    max-width: 100%;
    width: auto;
    height: auto;
}

.coupon_and_payment_method_wrapper {
    display: flex;
    flex-direction: column;
}

.coupon-form {
    margin-bottom: 15px;
}

.coupon-form label,
.checkout_payment_methods label {
    font-weight: bold;
}

.payment_methods_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.register-page-select {
    min-width: 95%;
    max-width: 95%;
    font-size: 12px;
    color: #444444;
    border: 1px solid #e8e8e8;
    padding: 5px;
}

.col-1,
.col-2 {
    width: 50%;
}

.col-12 {
    width: 100%;
}

.col-1 {
    margin-inline-end: 10px;
}

.uploaded_media_card {
    display: flex;
    justify-content: space-between;
    padding: 1.75rem;
    align-items: center;
    border: 1px solid #c6c2c2;
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
}

.media_description {
    display: flex;
    align-items: center;
    gap: 5px;
}

.uploaded_media_card i {
    font-size: 28px;
}

.media_button {
    cursor: pointer;
}

.media_description .media_description_wrapper .media_title span {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.media_description .media_description_wrapper .media_info {
    color: rgb(156, 163, 175);
}

.media_button:hover {
    color: #007bff;
}

.atc-header {
    display: flex;
    align-items: center;
}
.add-to-cart-w .atc-header h3 {
    padding-right: 5px;
}

.product-info{
    margin-top:0;
}

.table-cart.table .product-info .product-info-col .pro-opt-value {
    overflow-wrap: break-word;
    white-space: normal;
}

.step-variations {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.step-variation-card {
    width: 100%;
    overflow: hidden;
}

.variation-radio {
    display: none;
}

.variation-radio-container {
    height: 100%;
    border: 2px solid transparent;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 15px;
    transition: border 0.3s ease;
}

.variation-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.variation-thumbnail {
    width: 100px;
    height: 100px;
    aspect-ratio: 1;
}
.variation-thumbnail img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    /* object-fit: cover; */
    border-radius: 4px;
}

.variation-details {
    width: 100%;
    flex-grow: 1;
}

.variation-name {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.variation-description {
    width: 100%;
    font-size: 14px;
    color: #777;
    margin-top: 5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.variation-radio:checked + .variation-radio-container {
    border-color: #007bff;
    background-color: #f0f8ff;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.step-variation-card.active .variation-radio-container {
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
    border-color: #007bff;
    background-color: #f0f8ff;
}

.variation-radio-container:hover {
    border-color: #007bff;
}

.modal-dialog {
    width: 1024px !important;
    max-width: 95% !important;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header h2 {
    font-weight: bold;
    font-size: 2rem;
}

.option-modal-body {
    max-height: 100%;
    overflow: scroll;
}

.announcement-container h1 {
    font-size: 24px;
    font-weight: 600;
    color: #25bce9;
    margin-bottom: 15px;
}

.announcement-container .bank-acc {
    color: black;
    font-size: 26px;
    margin-bottom: 30px;
}

.announcement-container p {
    color: #9b9b9b;
    font-weight: 500;
    font-size: 14px;
}

.loading {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.loading img {
    width: 150px;
}

.model-map-image-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.model-map-image-wrapper img {
    width: 350px;
}

.box-upload {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 1.5rem !important;
}

.selected-lead-time {
    background-color: #d9edf7;
}

.addresses {
    margin-top: 15px;
}

.addresses .address-card {
    border: 1px solid #c9c9c9;
    border-style: dashed;
    padding: 1.5rem;
}

.address-card .address_nickname {
    margin-bottom: 10px;
}

.address-card .full_address {
    margin-bottom: 10px;
}

.collapse_section {
    padding-bottom: 50px;
}

.templates_collapse {
    padding: 2rem 0;
}

.product_collapse_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 2rem;
    font-size: 20px;
    font-weight: bold;
    background: #dddd;
}

.product_collapse_button i {
    transform: rotate(0);
    transition: transform 0.3s ease;
}

.product_collapse_button-collapse.active i {
    transform: rotate(90deg);
}

.template_collapse_content_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 2rem;
    border: 1px solid #ddd;
    border-top: none;
}

.template_collapse_content_body .template_options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.template_options .template_option {
    border: 1px solid #ddd;
    border-style: dashed;
    padding: 1rem 2rem;
}

.template_option a {
    cursor: pointer;
}

.template_option .option_title {
    font-weight: bold;
    font-size: 16px;
}

.delivery_collapse_content_body {
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem;
    border: 1px solid #ddd;
    border-top: none;
}

.product-image {
    vertical-align: top;
}

.delivery-schedule-img-wrapper {
    position: relative;
    cursor: pointer;
}

.delivery-schedule-img-wrapper:hover {
    opacity: 0.7;
}

.custom-input-field {
    padding: 1.5rem 2rem;
}

.justify-content-end {
    justify-content: end;
}

.cursor-pointer {
    cursor: pointer !important;
}

.category_sidebar_item.active {
    background-color: #78d1ec;
}

.level0.parent .category_sidebar_item.active + .level0 {
    display: block;
}

.level1 a.active {
    color: #78d1ec;
}

.quantity-list {
    max-height: 200px;
    overflow-y: scroll !important;
    top: 35px !important;
}

/* .quotation-card {
    padding: 1rem;
} */

.quotation-card .quotation-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 2rem;
}
.quotation-selectors .quotation-selector {
    margin-bottom: 1.5rem;
}

.quotation-selector .selector-title {
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a;
    margin-bottom: 5px;
}

.pr-main .container .col-md-6 button:hover {
    background: #5ecbec !important;
}

.w-100 {
    width: 100% !important;
}

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

.flex-column {
    flex-direction: column !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * 0);
    margin-right: calc(-0.5 * 1.5rem);
    margin-left: calc(-0.5 * 1.5rem);
}

.col {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    max-width: 100%;
    width: 100%;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
    margin-top: var(0);
}

.product-image-action {
    overflow: visible;
}

.modal-body-product-step-variation {
    max-height: 600px !important;
}

.bg-transparent {
    background: transparent !important;
}
.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.product-step-variation-h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}

#cate_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: unset;
}

.page-item button {
    padding: 6px 12px;
}

.align-items-start {
    align-items: start !important;
}

.align-items-center {
    align-items: center;
}

.add-to-cart .add-cart-btn.btn {
    width: 220px;
    margin-bottom: 10px;
}

.col-sm-12 {
    width: 100%;
}

.home-category .block .box-left,
.home-category .block .box-right,
.home-category .block .inner-bottom,
.home-category .block .inner-top {
    display: flex;
}
.align-items-end {
    align-items: flex-end;
}

.about_us_feature {
    width: 100%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
}

.about_us_feature_img_wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.about_us_feature_img_wrapper img {
    border-radius: 50%;
    background-color: #25bce9;
    padding: 1rem;
    width: 80px;
    height: 80px;
    aspect-ratio: 1;
    object-fit: cover;
}

.about_us_feature_content_wrapper {
    padding: 0 1.5rem;
}

.about_us_feature_title,
.about_us_feature_description {
    text-align: center;
}

.about_us_feature_title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.about_us_feature_description {
    font-size: 1.2rem;
}

.about_us_title {
    text-align: center;
    font-size: 27px;
    color: #444444;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 40px;
}

.about_us span.line {
    background: url(../images/icons/ic-line.png) no-repeat center center;
    width: 100%;
    display: block;
    height: 10px;
    margin-bottom: 40px;
}

.about_us .iteamleft {
    border-right: 1px dashed #e1e1e1;
}

.about_us_description {
    padding: 0 1.5rem;
}

.about_us_description p {
    line-height: 28px;
}

#aboutus .container .col-md-12 h1 {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.about_us_team_member {
    width: 100%;
}

.director_img {
    aspect-ratio: 1;
    object-fit: cover;
    height: 300px;
    border-radius: 30px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3),
        0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    object-position: top;
}

.container .phone p a {
    font-size: 14px;
    color: #444444;
    font-family: "Roboto Regular";
}

a.product-name {
    font-weight: 400;
    color: #444444;
    font-size: 14px;
}

.category .pro-item {
    margin-bottom: 15px !important;
    width: 50%;
}

.sidebar_all span {
    letter-spacing: 3px;
    font-weight: 600 !important;
}

/* .faqs {
    padding-top: 30px;
} */

.faqs_section_title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #dedede;
}

.faq_collapse_wrapper {
    border-bottom: 1px solid #dedede;
}

.faq_collapse_button[aria-expanded="true"] i {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.faq_collapse_button[aria-expanded="false"] i {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.faq_collapse_button {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}

.faq_collapse_button span {
    color: #666;
    font-weight: 600;
    font-size: 16px;
}

.faq_collapse_content_body p {
    padding: 0 1rem 1rem 1rem;
    color: #333;
    font-size: 14px;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.me-2 {
    margin-inline-end: 0.75rem;
}

.all_news_container,
.news_container {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.news_container {
    padding: 1.5rem 2rem;
}

.news_container_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.news_container_title h3 {
    font-size: 20px;
    font-weight: bold;
}

.news_items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.news_item {
    display: flex;
    padding-bottom: 5px;
}

.border-bottom-dashed {
    border: 0;
    border-bottom: 1px solid #c6c2c2;
    border-style: dashed;
}

.news_item .news_create_date {
    margin-inline-end: 5rem;
}

.news_title a:hover {
    color: #25bce9;
}

.all_news_container h1 {
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    font-size: 30px;
    font-weight: 500;
    color: white;
    background: #25bce9;
}

.py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.news-item_title_wrapper {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
.news-item_title_wrapper span {
    font-size: 12px;
    color: gray;
}
.jusfity-content-end {
    justify-content: end;
}

.latest_news_title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
}

.latest_news_title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #25bce9;
    width: 60%;
}

.mh-500px {
    max-height: 500px;
    overflow: scroll;
}

.h-100 {
    height: 100%;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.cur-option-val {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.variation-option.selected {
    background-color: #dddd;
}

.product_details__variation_image {
    background: white;
    top: -50%;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 20%;
    box-shadow: 0px 0px 5px #ccc;
    display: none;
}

.product_details__variation_image__wrapper:hover
    .product_details__variation_image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-left: 0.25rem;
    font-weight: 600;
}

.product-details-v2__product-title-wrapper {
    margin-bottom: 1.5rem;
}

.product-details-v2__product-title {
    font-weight: 500;
    font-size: 3rem;
}
.product-details-v2__steps {
    display: flex;
    flex-wrap: wrap;
}

/* .product-details-v2__steps-title {
   
} */

.product-details-v2__steps-selector {
    justify-content: space-between;
    /* margin-bottom: 1.5rem; */
    border-radius: 0.475rem;
    display: flex;
    align-items: center;
    border: 1px solid #e1e3ea;
    padding: 0.775rem 1rem;
    line-height: 1.5;
    cursor: pointer;
}

.product-details-v2__qty_selector{
    gap : 5px;
    justify-content: center;
}

.product-details-v2__step-wrapper {
    width: 100%;
    margin-bottom: 1rem;
}

.product-details-v2__step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.product-details-v2__options-list {
    max-height: 300px;
    overflow: scroll;
    display: none;
    z-index: 99;
    top: 45px;
    position: absolute;
    background: white;
    width: 92%;
    box-shadow: 0px 0px 5px #ccc;
    color: #555;
}

.product-details-v2__step .product-details-v2__options-list.active {
    display: block;
    /* overflow: visible; */
}

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

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.product-details-v2__action_button {
    padding: 0.775rem 1rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

.me-2 {
    margin-inline-end: 0.5rem;
}

.product-details-v2__product-quantity_action {
    display: flex;
}

.product-details-v2__product-details-wrapper {
    padding: 1.5rem;
    /* background: #f0f9fb; */
    /* box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    /* border: 1px solid #ddd; */
    border-top: 0;
}

.product-details-v2__product-details-wrapper table {
    width: 100%;
    /* margin: 20px auto; */
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-details-v2__product-details-wrapper table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: center;
}

.product-details-v2__product-details-wrapper td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    color: #333;
    font-weight: 500;
}

.product-details-v2__product-details-wrapper td:first-child {
    font-weight: bold;
    color: #333;
    background-color: #f4f4f4;
}

.product-details-v2__product-details-wrapper td:empty {
    border-color: #e0e0e0;
}

/* .nav-tabs{
    border-bottom: 0;
} */

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{
    color: #555;
    cursor: default;
    background-color: #fff;
    border:0;
    border-bottom: 5px solid #25bce9 
}

.product-details-v2__lead-time-table {
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    width: 100%;
}

.product-details-v2__lead-time-table {
    border-collapse: collapse;
}

.product-details-v2__lead-time-table thead th {
    border: 1px solid #dee2e6;
}

.product-details-v2__lead-time-table tbody td {
    border: 1px solid #dee2e6;
}

.product-details-v2__lead-time-title {
    color: #5ecbec;
    padding: 1rem 0;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}

.product-details-v2__lead-time-date {
    padding: 1.5rem;
    font-weight: bold;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.product-details-v2__lead-time-price-wrapper {
    cursor:pointer;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    gap: 5px;
}

.product-details-v2__lead-time-price-td:hover ,.product-details-v2__lead-time-price-td.selected{
    background:#cdf3ff;
}

.product-details-v2__lead-time-price {
    font-size: 1.4rem;
    font-weight: bold;
}

.mt-0{
    margin-top: 0 !important;
}

.border-none{
    border:none !important;
}

.product-details-v2__upload-box{
    text-align: center;
    padding: 16px;
    border: 1px solid #dddd;
    flex-direction: column;
    align-items: center;
    border-style: dashed;
}

.product-details-v2__upload-box .icon{
    position:relative;
}

.product-details-v2__upload-box .fa-file-text-o{
    font-size: 5rem;
}

.product-details-v2__upload-box .fa-arrow-up ,.product-details-v2__upload-box .fa-check{
    font-size: 12px;
    position: absolute;
    bottom: 0%;
    left: 80%;
    background: white;
    border: 3px solid #444459;
    text-align: center;
    padding: 3px;
}

.cur-option-val-qty , .variation-option-qty{
    font-size:1.2rem;
}

.home-category .block-left .inner-bottom{
    margin-top: 14px;
}

.home-category .block-left .inner-bottom, .home-category .block-left .inner-top{
width: 100%;
}

.custom-info{
    background-color: rgba(0, 0, 0, 0.25);
    font-family: 'D-DIN';
    font-weight: normal;
    position: absolute;
    font-size: 1.6rem;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    pointer-events: none;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
}

.home-product-slider-wrapper .custom-image img{
    aspect-ratio:1;object-fit:cover
}

/* .home-product-slider-wrapper:hover .custom-info{
    display: flex;
} */

.top_up_selection{

}



.top_up_selection label {
    padding: 0 1rem;
    min-height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 100%; */
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    box-sizing: border-box;
}

.top_up_selection label img{
    max-width: 80px;
}


.top_up_selection input[type="radio"] + label {
    border-color: rgb(189, 189, 189);
    box-shadow: none;
}

.top_up_selection input[type="radio"] {
    display: none;
}

.top_up_selection input[type="radio"]:checked + label {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.top_up_title{
    font-weight: bold;
    font-size: 2rem;
}

.product-details-v2__steps-box{
    justify-content: space-between;
    border-radius: 0.475rem;
    display: flex;
    align-items: center;
    border: 1px solid #e1e3ea;
    padding: 0.775rem 1rem;
    line-height: 1.5;
}

.product-details-v2__steps-box span{
    color:#868383;
}

.media_upload_tnc_button{
    font-size: 1rem;
    font-style: italic;
    text-decoration: none !important;
}

@media only screen and (min-width: 375px) {
    .home-category .block-left .inner-bottom, .home-category .block-left .inner-top{
        width: 50%;
    }
}

@media only screen and (min-width: 425px) {
}

@media only screen and (min-width: 768px) {
    .header__search {
        display: block;
    }
    .home__feature_items {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .home__feature_item {
        width: 33%;
    }

    .col-md-20 {
        width: 20%;
    }
    .header__nav_bar {
        display: flex;
    }

    .header__most_popular_button {
        min-width: 270px;
        max-width: 320px;
    }
    .scroll-pane.horizontal-only {
        overflow: unset !important;
    }

    .coupon_and_payment_method_wrapper {
        justify-content: center;
        align-items: end;
    }

    .coupon-form,
    .checkout_payment_methods {
        width: 50%;
    }

    .step-variations {
        flex-direction: row;
        flex-wrap: wrap;
        gap: unset;
    }
    .step-variation-card {
        width: 50%;
        padding: 10px;
    }

    .variation-thumbnail {
        width: 150px;
        height: 150px;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.333%;
    }

    .col-md-8 {
        width: 66.666667%;
    }

    .trust-w .block-trust.trust-col-eco-minded {
        margin-bottom: 30px;
    }

    .about_us_feature {
        width: 50%;
    }

    .about_us_team_member {
        width: 50% !important;
    }

    .category .pro-item {
        min-height: unset;
        width: 25%;
    }

    .product_details__variation_image {
        right: 30%;
    }

    /* .product-details-v2__step-wrapper {
        width: 50%;
    } */

    .product-details-v2__step {
        flex-direction: row;
    }

    .flex-md-row {
        flex-direction: row !important;
    }
}

@media only screen and (min-width: 1024px) {
    .home__feature_item {
        width: 20%;
    }

    .order_details__addresses {
        flex-direction: row;
    }

    .addresses {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .addresses .address-card {
        width: calc(50% - 8px);
    }

    .variation-thumbnail {
        width: 200px;
        height: 150px;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .align-items-lg-center {
        align-items: center;
    }
    .trust-w .block-trust.trust-col-eco-minded {
        margin-bottom: 0;
    }

    .about_us_feature {
        width: 33.333%;
    }

    /* .product_details__variation_image {
        right: -50%;
    } */

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .col-lg-2 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5{
        width: 41.666667%;
    }

    .col-lg-6{
        width: 50%;
    }

    .col-lg-7{
        width: 58.333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9{
        max-width: 75%;
    }

    .col-lg-10{
        max-width: 83.333333%;
    }

    .desktop-header{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .mcart-icon{
        line-height: 30px !important; 
    }
}

@media only screen and (min-width: 1440px) {
    .home-slider-wrapper {
        position: relative;
        padding-left: 109px;
        padding-right: 109px;
    }

    .home-slider-wrapper .slide-show {
        margin: 0 auto;
        max-width: 900px !important;
    }

    .header__search_bar {
        min-width: 400px;
    }

    .step-variation-card {
        width: 33.333333%;
        padding: 10px;
    }

    .quotation-card {
        /* border: 1px solid #dddd; */
        /* padding: 2rem 1.5rem;
        border-radius: 5px; */
    }

    .quotation-selector .selector-title {
        font-size: 14px;
        line-height: 1.38;
        /* font-weight: 600; */
        color: #4a4a4a;
    }

    .add-to-cart .add-cart-btn.btn {
        width: 40%;
    }
    /* .product_details__variation_image {
        right: 30%;
    } */

    .flex-xl-row {
        flex-direction: row !important;
    }
}

@media only screen and (min-width: 1920px) {
}
