header .dropdown-item {
    transition: all ease-in-out 0.1s;
}

header .dropdown-item:hover {
    background-color: #fff8ec !important;
    color: #ff6600;
}

.login-btn,
.register-btn {
    padding-inline: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all ease-in-out 0.3s;
}

.register-btn:hover {
    background-color: #ff7f0a !important;
}

.register-btn:active {
    background-color: #e64905 !important;
}

.header-search {
    padding: 2px;
    height: 40px !important;
    background: #c92609;
    background: linear-gradient(
        158deg,
        rgba(201, 38, 9, 1) 0%,
        rgba(255, 102, 0, 1) 26%
    );
}

.header-menu-rights a {
    color: #29292b;
    text-decoration: none;
}

.brand-dropdown {
    width: 95vw !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

.card_btn svg path,
.card_btn .rounded-circle {
    transition: all ease-in-out 0.2s;
}

.card_btn:hover svg path {
    fill: #ff6600;
}

.card_btn:hover .rounded-circle {
    background-color: #0f5257 !important;
}

.nesletter-bar-input {
    font-size: 15px;
}

.nesletter-bar-input::placeholder {
    font-size: 13px;
}

.nesletter-bar-btn {
    font-size: 15px;
    font-weight: 600;
    width: 20%;
    transition: all ease-in-out 0.2s;
}

.nesletter-bar-btn:hover {
    background-color: #ff7f0a;
}

.nesletter-bar-btn:active {
    background-color: #e64905;
}

footer .copywights span {
    color: #3d3d3d !important;
    font-size: 12px;
    font-family: "Poppins-Regular";
}

footer .item-box:not(:last-child) {
    border-right: 1px solid rgba(61, 61, 61, 0.3);
}

@media only screen and (max-width: 786px) {
    footer .item-box {
        border-right: none !important;
    }
}

.btn-vendor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2672b5 !important;
    border-color: #2672b5 !important;
    height: 46px;
}

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

.prod-card:hover {
    border: 2px solid #e64905;
    box-shadow: none;
}

.prod-card .img_wrapper a:has(.main_prev) {
    display: block;
    aspect-ratio: 1;
}

.prod-card .img_wrapper img.main_prev {
    aspect-ratio: 1;
}

.prod-card .img_wrapper.isStockOff_overlay img.main_prev {
    filter: blur(2px);
}

.secondary_pics {
    left: 10px;
    bottom: 10px;
}

.secondary_pics li {
    width: 20px;
    height: 20px;
    aspect-ratio: 1 !important;
    /* opacity: .4; */
}

.secondary_pics li.active {
    width: 23px;
    height: 23px;
    border: 2px solid #e64905;
}

.secondary_pics li img {
    width: 100%;
    aspect-ratio: 1;
}

.product_options {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    right: 10px;
    top: 10px;
}
.product_options li button,
.prod-interactions {
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%;
    height: 28px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 1px 5px 0px rgba(176, 176, 176, 0.26);
    -webkit-box-shadow: -2px 1px 5px 0px rgba(176, 176, 176, 0.26);
    -moz-box-shadow: -2px 1px 5px 0px rgba(176, 176, 176, 0.26);
    /* transition: all ease-in 2s; */
}

.product_options li button span {
    width: 0px;
    display: none;
    font-size: 12px;
    font-family: "Poppins-Regular";
    /* transition: all ease-in .3s; */
}

.product_options li button:hover {
    background-color: #fff;
    aspect-ratio: auto;
    padding: 8px;
    width: auto;
}

.product_options li button:hover span {
    display: inline;
    width: auto;
}

.prod-card .brand_wrapper a {
    text-decoration: none;
    color: #828282;
}

.prod-card h4,
.prod-card h4 a {
    font-size: 16px;
    font-family: "Poppins-SemiBold";
    color: #29292b;
    text-decoration: none;
    text-transform: capitalize;
    transition: all ease-in-out 0.2s;
}

.prod-card h4 a:hover {
    color: #e64905;
}

.prod-card h4 {
    display: block;
    width: 97%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price_wrapper .regularPrice::after {
    content: "";
    background-color: #c9c9c9;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 40%;
    left: 0;
}

.prod-card .price_wrapper .regularPrice {
    position: relative;
    font-family: "Poppins-Medium";
    font-size: 15px;
    color: #828282;
    line-height: 17px;
    padding-inline: 4px;
}

.prod-card .price_wrapper .regularPrice .currency {
    margin-bottom: 4px;
}

.price_wrapper .regularPrice .currency path {
    fill: #828282;
}

.prod-card .price_wrapper .activePrice {
    font-family: "Poppins-SemiBold";
    font-size: 22px;
    color: #0f5257;
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.prod-card:has(.isStockOff_overlay) .price_wrapper .activePrice {
    opacity: 20%;
}

.prod-card .os_tag {
    font-family: "Poppins-Regular";
    font-size: 14px;
    font-style: italic;
    color: #3d3d3d;
}

/* .prod-card .isStockOff_overlay::after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    background-color: rgba(217, 217, 217, 0.4);
    backdrop-filter: blur(1px);
} */

.prod-card .card-img-topoptions-l1-left {
    position: absolute !important;
    left: -10px;
    top: 10px;
    height: 30px !important;
    line-height: 30px !important;
}

.gradient-progress {
    /* background-image: none !important; */
    background: #c92609;
    background: linear-gradient(
        171deg,
        rgba(201, 38, 9, 1) 0%,
        rgba(255, 102, 0, 1) 55%
    );
}

.prod-card .price_wrapper {
    position: relative !important;
    bottom: 0;
}

header .btn-close {
    filter: invert(1);
    cursor: pointer;
}

header .btn-close:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#brands_dropdown_content .table thead th {
    background-color: #fff !important;
}

.ad_banner_wrapper {
    padding: 3px;
}

.ad_banner_wrapper a {
    display: block;
    overflow: hidden;
    width: 100%;
    /* height: 100%; */
}

.ad_banner_wrapper a img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 425px) {
    #ad_bank_2_wrap {
        /* height: 31px; */
        width: 100%;
    }
    /* .ad_banner_wrapper a img {
        object-fit: contain;
    } */
}

#ad_bank_2_wrap {
    /* height: 73px; */
    width: 100%;
}

.btn {
    font-family: "Poppins-Medium";
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    border-radius: 0;
    gap: 10px;
    padding: 10px 25px 10px 25px;
}

.btn-primary {
    background-color: #ff6600 !important;
    border: none;
}

.btn-outline-light:hover svg path {
    fill: var(--bs-btn-hover-color);
}
.btn-outline-light {
    color: white !important;
}
.btn-outline-light:hover {
    color: black !important;
}
.btn-dark,
.btn-primary {
    color: white !important;
}
/* 
.btn.viewall-btn_new {
    background-color: rgba(29, 29, 29, 1);
    color: white;
    font-family: "Poppins-Medium";
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    border-radius: 0;
    gap: 10px;
    padding-inline: 20px;
} */
h3.section_title {
    font-family: "Poppins-SemiBold";
    font-size: 28px;
}

h4.section_title {
    font-family: "Poppins-SemiBold";
    font-size: 20px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.clearance-section {
    min-height: auto !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.brand_logo-holder {
    display: inline-block;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    text-align: center;
}

.brand_logo-holder img {
    text-align: center;
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
}

.brand_logo-holder:hover img {
    filter: none;
}

.swiper-cta img {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    object-fit: cover;
    text-align: right;
}

.swiper-cta .carousel_content {
    position: relative;
    padding: 7rem 4rem 7rem 4rem;
    background: #000000;
    background: linear-gradient(
        166deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(255, 255, 255, 0) 55%
    );
}

.deals-section {
    min-height: auto !important;
}

h2.section_title {
    font-family: "Poppins-SemiBold";
    font-size: 30px;
    color: #29292b;
}

h1.section_title {
    font-family: "Poppins-SemiBold";
    font-size: 32px;
    color: #29292b;
}

.cart-drawer {
    border: 1px solid #ff6600 !important;
}

.breadcrumb li {
    font-family: "Poppins-Regular";
    font-size: 14px;
}

.breadcrumb li a {
    text-decoration: none;
    color: #bfc2c4;
    transition: all ease-in 0.2s;
}

.breadcrumb li.active a {
    color: #3d3d3d;
}

.breadcrumb li a:hover {
    color: #29292b;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}

.product_details > * {
    font-family: "Poppins-Regular";
}

.product_details .prod-mark-img {
    height: 32px !important;
}

.product_details .vendor_name {
    text-decoration: none;
    color: #29292b;
    opacity: 0.7;
    font-size: 15px;
    transition: all ease-in.2s;
}

.product_details .vendor_name:hover {
    opacity: 1;
}

.product_details .prod-cat {
    font-family: "Poppins-Medium";
    font-size: 12px;
    padding: 4px 12px 4px 12px;
    height: auto !important;
    line-height: inherit !important;
    width: auto !important;
}

.product_details .prod-interactions {
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%;
    height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 1px 5px 0px rgba(176, 176, 176, 0.26);
    -webkit-box-shadow: -2px 1px 5px 0px rgba(176, 176, 176, 0.26);
    -moz-box-shadow: -2px 1px 5px 0px rgba(176, 176, 176, 0.26);
    /* transition: all ease-in 2s; */
}

h1.productTitle {
    font-family: "Poppins-SemiBold";
    font-size: 28px;
    color: #29292b;
}

.write-review-btn {
    font-size: 14px;
    color: #29292b;
}

/* .description_wrapper {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
} */

.product_details .description_wrapper,
.product_details .description_wrapper > * {
    font-family: "Poppins-Regular" !important;
    font-size: 15px !important;
    color: #29292b !important;
    opacity: 0.85 !important;
    caret-color: inherit !important;
}

.product_details .description_wrapper ul {
    padding-left: 20px !important;
}

.product_details .description_wrapper ul,
.product_details .description_wrapper p {
    margin-bottom: 15px !important;
}

.price_wrapper .regularPrice {
    position: relative;
    font-family: "Poppins-SemiBold";
    font-size: 26px;
    color: #c9c9c9;
    line-height: 28px;
    padding-inline: 4px;
}

.price_wrapper .activePrice {
    position: relative;
    font-family: "Poppins-SemiBold";
    font-size: 30px;
    color: #0f5257;
    line-height: 32px;
    padding-inline: 4px;
    display: inline-flex;
    align-items: center;
}

.price_wrapper .activePrice .price_unit {
    font-size: 24px;
    text-transform: capitalize;
}

.radio-card {
    display: inline-flex;
    align-items: center;
    border: 2px solid #bfc2c4;
    cursor: pointer;
    gap: 12px;
    transition: all 0.2s ease;
}

.radio-card:hover {
    border-color: #ff6600;
    /* box-shadow: 0 0 10px rgba(13, 110, 253, 0.2); */
}

input[type="radio"]:checked + .radio-card {
    border-color: #ff6600;
    background-color: #fff8f6;
}

.radio-card img {
    height: 32px;
    width: auto;
}

.radio-card p {
    max-width: 220px;
    font-family: "Poppins-SemiBold";
    font-size: 13px;
    line-height: 15px;
    color: #212121;
}

.details_section_title {
    font-family: "Poppins-SemiBold";
    font-size: 17px;
    color: #212121;
}

.product_attributes {
    list-style: none;
    padding-left: 0;
}

.product_attributes li {
    display: flex;
    align-items: center;
}

.product_attributes li h5 {
    font-family: "Poppins-SemiBold";
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 0;
    width: 33%;
}

.product_attributes li span {
    font-family: "Poppins-Regular";
    font-size: 15px;
    color: #3d3d3d;
}

.activePrice.outOfStock {
    opacity: 0.5;
}

h2 {
    font-family: "Poppins-SemiBold";
    font-size: 17px;
}

h2.isLimitedTime {
    color: #212121;
}

.price_wrapper h2.isOutOfStockTag {
    color: #0f5257;
    font-style: italic;
}

p.notify_me_text {
    font-family: "Poppins-Regular";
    font-size: 14px;
    color: #3d3d3d;
    opacity: 0.5;
}

a.primary_link {
    color: #ff7f0a;
    font-family: "Poppins-Regular";
    font-size: 14px;
}

span.search_details {
    display: block;
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #29292b;
}

b.keywork_holder {
    color: #e64905;
    font-family: "Poppins-Medium";
}

.pagination .page-item {
    font-family: "Poppins-SemiBold";
    font-size: 14px;
}

.pagination .page-link,
.page-item.disabled .page-link {
    color: #29292b !important;
    background-color: transparent;
    border: none !important;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

.pagination .page-link:hover {
    color: #ff6600 !important;
}

.active > .page-link,
.page-link.active {
    border: 2px solid #ff7f0a !important;
    color: #ff6600 !important;
}

a.menu-link {
    font-family: "Poppins-SemiBold";
    font-size: 18px;
    color: #3d3d3d;
    display: flex;
    border: 2px solid #eeeeee;
    background-color: white;
    flex-direction: column;
    align-items: start;
    text-decoration: none;
    padding: 20px;
    gap: 10px;
    transition: all ease-in-out 0.2s;
}

a.menu-link:hover,
a.menu-link.active {
    color: #ff6600 !important;
    border: 2px solid rgba(235, 98, 27, 1) !important;
}

a.menu-link:hover .icon_wrapper,
a.menu-link.active .icon_wrapper {
    background: #c92609;
    background: linear-gradient(
        118deg,
        rgba(201, 38, 9, 1) 0%,
        rgba(255, 102, 0, 1) 88%
    );
}

a.menu-link .icon_wrapper {
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    background-color: #0f5257;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 40px;
    transition: all ease-in-out 0.2s;
}

.form-control {
    color: #29292b !important;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

.shop.nav-tabs .nav-item .nav-link.active {
    /* background-color: #ff6600 !important; */
    color: white !important;
}

/* .btn-secondary-base, .btn-soft-secondary-base:hover, .btn-outline-secondary-base:hover, .btn-secondary-base:hover{
    background-color: #ff6600;
    border-color: #ff6600;
    text-align: center !important;
    border-radius: 0 !important;
    justify-content: center;
}

.text-primary, .hov-text-primary:hover {
    color: var(--bs-danger) !important;
}

.nav-tabs .nav-item .nav-link.active{
    background-color: #ff6600 !important;
    color: white !important;
}

.btn-info{
    background-color: #2672b5;
    border-color: #2672b5;
}

.orange-text{
    color: #ff6600 !important;
} */

.prod-img-compare {
    border-radius: 50px;
    color: white !important;
    font-size: 13px !important;
}

.keyword_holder {
    color: #e64905;
}

.prod-mark-icon {
    top: auto;
    left: auto;
}

#productTab.nav-fill .nav-item .nav-link,
#productTab.nav-justified .nav-item .nav-link {
    font-family: "Poppins-Regular";
    font-size: 16px;
}

iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}

label {
    font-family: "Poppins-Regular";
}

.filters_wrapper input,
.filters_wrapper select {
    border-radius: 0 !important;
    border: 1px solid #bfc2c4;
    font-family: "Poppins-Regular";
    font-size: 15px;
}

.order_details-wrapper {
    font-family: "Poppins-Regular";
}

.order_details-wrapper .orderCard_header h3 {
    font-family: "Poppins-SemiBold";
    font-size: 18px;
    color: #29292b;
}

.order_details-wrapper .orderCard_header span.ord_date {
    font-size: 14px;
    color: #3d3d3d;
}

.order_details-wrapper .orderCard_footer p {
    font-size: 14px;
    color: #3d3d3d;
}

.order_details-wrapper .orderCard_tacking p {
    font-size: 14px;
    color: #3d3d3d;
}

.alert.status-alert {
    font-family: "Poppins-Medium";
    font-size: 11px !important;
    border-radius: 50px !important;
    padding: 5px 10px 5px 10px;
}

.title_wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.title_wrapper h2.section_title {
    font-size: 20px;
    margin-bottom: 0;
}

.title_wrapper i {
    color: #ff6600;
    font-size: 22px;
}

.card p {
    font-family: "Poppins-Regular";
    font-size: 14px;
    color: #29292b;
}

.mission_stats {
    background-color: #f9fafb;
    text-align: center;
}

.mission_stats h4 {
    color: #ff6600;
    font-family: "Poppins-Bold";
    font-size: 22px;
}

.mission_stats p {
    color: #4a5565;
    font-size: 13px;
    font-family: "Poppins-Regular";
}

.shop_cover {
    background-color: rgba(0, 0, 0, 0.9);
    min-height: 300px;
    background-size: cover;
    background-position: center center;
}

.shop_cover h1 {
    font-family: "Poppins-SemiBold";
    font-size: 26px;
    color: #fff;
}

.shop_cover span.verif_badge {
    background: #c92609;
    background: linear-gradient(
        171deg,
        rgba(201, 38, 9, 1) 0%,
        rgba(255, 102, 0, 1) 88%
    );
    font-family: "Poppins-Medium";
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 6px 12px 6px 12px;
}

.shop_cover p {
    font-family: "Poppins-Regular";
    font-size: 15px;
    color: #fff;
}

.shop_cover ul {
    color: #fff;
}

ul.contact_list li {
    margin-bottom: 12px;
}

ul.contact_list strong {
    font-family: "Poppins-SemiBold";
    font-size: 16px;
    color: #1d1d1d;
}
ul.contact_list span {
    font-family: "Poppins-Regular";
    font-size: 14px;
    color: #3d3d3d80;
}
ul.contact_list i {
    font-size: 18px;
}

.cartificat_badge {
    background-color: #f0fdf4;
    margin-bottom: 12px;
}

.cartificat_badge strong {
    font-family: "Poppins-Regular";
    font-size: 14px;
    color: #0a0a0a;
}

.cartificat_badge span {
    font-family: "Poppins-Regular";
    font-size: 10px;
    color: #4a5565;
}

.cartificat_badge i {
    color: #00a63e;
    font-size: 18px;
}

.mawad-link {
    font-family: "Poppins-SemiBold";
    color: #ff6600 !important;
    font-size: 15px;
    transition: all ease-in 0.2s;
}

.mawad-link:hover {
    color: #29292b !important;
}

.btn-outline-primary {
    border-color: #bfc2c4;
    color: #ff6600 !important;
    transition: all ease-in 0.2;
}

.btn-outline-primary:hover {
    border-color: #ff6600;
    background-color: #ff6600 !important;
    color: #ffffff !important;
}

.project_wrapper .section_title {
    font-size: 17px;
    color: #3d3d3d;
}

.project_wrapper p {
    font-size: 14px;
}

.project_wrapper strong {
    font-size: 12px;
    font-family: "Poppins-Regular";
    color: #3d3d3d80;
}

.project_wrapper span {
    font-size: 14px;
    font-family: "Poppins-Regular";
    color: #00a63e;
}

.btn-outline-secondary:hover {
    /* border-color: #BFC2C4; */
    background-color: #fff8ec;
}
.btn-outline-secondary {
    border-color: #bfc2c4;
}

.order_summary li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.order_summary li strong {
    font-family: "Poppins-Regular";
    font-size: 14px;
    color: #3d3d3d;
}

.order_summary li span {
    font-family: "Poppins-Regular";
    font-size: 13px;
    color: #3d3d3d;
}

#productTab .nav-item .nav-link {
    font-family: "Poppins-Regular";
    font-size: 20px;
    color: #bfc2c4;
}

#productTab .nav-item .nav-link:hover {
    border-top: none;
    border-left: none;
    border-right: none;
}

#productTab .nav-item .nav-link.active {
    font-family: "Poppins-Medium";
    color: #e64905 !important;
    border-top: none;
    border-left: none;
    border-right: none;
}

.cart-drop-inside li.list-group-item {
    width: 90%;
    margin: 0 auto;
}

.user_photo_wrapper .profile-img {
    width: 98px;
    height: 98px;
}

ul.user_info_list {
    font-family: "Poppins-Regular";
    color: #29292b;
    font-size: 14px;
}

ul.user_info_list li {
    margin-bottom: 12px;
    display: flex;
    gap: 20px;
}

ul.user_info_list li strong {
    font-family: "Poppins-SemiBold";
    width: 128px;
    display: block;
}

.cart-drop-inside {
    max-height: 80% !important;
}

.orderCard_items img {
    width: 86px;
    aspect-ratio: 1;
}

.orderCard_items h5,
.product_content h5 {
    font-family: "Poppins-SemiBold";
    font-size: 16px;
    color: #29292b;
    text-transform: capitalize;
}

.orderCard_items p.product_vendor {
    font-size: 13px;
    color: #828282;
}

.orderCard_items span {
    color: #3d3d3d;
    font-family: "Poppins-Regular";
    font-size: 12px;
}

.product_content p {
    font-size: 14px;
    color: #29292b99;
    width: 75% !important;
}

.cartCard .product_prev img {
    width: 220px;
    aspect-ratio: 1;
}

.explore_more_wrapper {
    border: 2px solid #ff7f0a;
    background-color: #fff8ec;
}

.explore_more_wrapper h5 {
    font-family: "Poppins-SemiBold";
    color: #212121;
    font-size: 18px;
}

.explore_more_wrapper h5 {
    font-family: "Poppins-Bold";
}

.is_highlited {
    color: #ff6600 !important;
}

/* TEMP HIDE */
.carousel-indicators {
    display: none !important;
}