.search_result_wrap {
    width: 910px;
    position: relative;
    display: none;
    transition: all .3s ease-in-out;
    visibility: hidden;
    position: absolute;
    z-index: 99;
    background: #fff;
    top: 68px;
	left:-70px;
}

.search_result_inner {
    display: flex;
    flex-wrap: wrap;
}

.search_wrap {
    width: calc(100% - 610px);
    border-right: 1px solid #ccc;
    padding: 32px 15px 32px 32px;
}

.recomanded_wrap {
    max-width: 610px;
	width: 100%;
    padding: 32px 15px 32px 40px;
    position: relative;
}
span#search_btn svg {
    width: 20px;
}
.savior_search_wrap {
    width: 350px;
    position: relative;
    display: inline-block;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
.search_wrap h4 {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #0D0D0D;
	margin-bottom: 10px;
}
input#search_product {
    width: 100%;
    border: none;
    border-bottom: 1px solid #B3B3B3;
    border-radius: 0;
	background-color: transparent;
	padding: 0;
	font-family: 'Roboto Condensed';
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
}
div#savior_loader.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    background: rgb(220 220 220 / 16%);
    justify-content: center;
    align-items: center;
    cursor: not-allowed;
}
.savior_loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    position: relative;
    background: #fff;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    box-sizing: border-box;
    animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
    33% {
        background: #FFF;
        box-shadow: -24px 0 #FF3D00, 24px 0 #FFF;
    }
    66% {
        background: #FF3D00;
        box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    }
    100% {
        background: #FFF;
        box-shadow: -24px 0 #FFF, 24px 0 #FF3D00;
    }
}
.child_category_wrapper .sub_category_list {
    display: none;
}
.product_item {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: row;
    align-items: center;
}

.pro_image {
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin-right: 10px;
}

.pro_image img {
    object-fit: cover;
    height: 100%;
}

.pro_content {
    display: flex;
    flex-direction: column;
    flex-basis: 70%;
}

.pro_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: top;
    width: 100%;
}

.pro_category {
    display: inline-block;
}

.pro_category span{
    padding: 2px 15px;
    border-radius: 40px;
    color: #808080;
    background-color: #f7f7f7;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;

}

a.product_item_link {
    background: #ffffff;
    text-decoration: none;
    width: 100%;
    display: block;
    margin-bottom: 32px;
    border: 1px solid transparent;
    transition: all .1s ease-in;
	position: relative;
}
.savior_slide-top {
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.pro_title_wrap h3 {
    color: #0D0D0D;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
a.product_item_link:not(:last-child)::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #F7F7F7;
    position: absolute;
    bottom: -16px;
    left: 0;
}
h3.pro_price {
    color: #0D0D0D;
    font-weight: 400;
    margin-bottom: 0px !important;
    padding-right: 0px;
    width: auto;
}

@media(max-width: 767px){
    .search_result_inner{
        flex-direction: column-reverse;
    }
}
a.product_item_link:hover .pro_title {
    color: #FF671F;
}
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}
.categories_list a {
    display: block;
    color: #0D0D0D;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s ease-in;
}
.recomanded_wrap h4 {
    font-family: 'Roboto Condensed';
    font-weight: 600;
    font-size: 18px;
    color: #0D0D0D;
    line-height: 22px;
    margin-bottom: 15px;
}
.categories_list a:hover {
    color: #ff6900;
    transform: translateX(10px);
}
.search_result_wrap.active_result_wrap {
    display: block;
    visibility: visible;
}


.recomanded_wrap {
    max-height: 520px;
    overflow-y: auto;
 /*   scrollbar-width: auto;
    scrollbar-color: #B3B3B3 #F7F7F7;*/
}

/* Chrome, Edge, and Safari */
.recomanded_wrap::-webkit-scrollbar {
    width: 5px;
}

.recomanded_wrap::-webkit-scrollbar-track {
    background: #dcd6d6;
}

.recomanded_wrap::-webkit-scrollbar-thumb {
    background-color: #ba04e7;
    border-radius: 5px;
    border: 1px solid #787878;
}
.savior_search_wrap .search_field_wrap {
    display: flex;
    align-items: center;
}
.savior_search_wrap .search_field_wrap #search_btn {
    font-size: 24px;
    color: #fff;
	cursor: pointer;
}


/** DASHBOARD PAYMENTS PAGE CSS START **/

.elementor .elementor-element.payment-cards-shortcode .container_saved_card {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3,1fr);
}
.card_inner {
	width: 400px;
    display: flex;
    border: 1px solid #ccc;
}
.elementor .elementor-element.payment-cards-shortcode .container_saved_card .card_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background-image: url(/wp-content/uploads/2023/02/card-bg.png);
    background-size: cover;
	background-color: #808080;
	width: auto;
}
.elementor .elementor-element.payment-cards-shortcode .container_saved_card .card_inner.primary{
	background-color: #FF671F;
}
.elementor .elementor-element.payment-cards-shortcode .container_saved_card .card_inner .options {
    display: flex;
    justify-content: space-between;
	position: relative;
	width: 100%;
	align-items: center;
}
span.circle {
    width: 5px;
    height: 5px;
    background: transparent;
    display: inline-block;
    border-radius: 50px;
    border: solid 1px rgba(255,255,255,0.5);
}
.elementor .elementor-element.payment-cards-shortcode .container_saved_card .card_inner .card-number {
    width: 100%;
    margin-top: 32px;
}
.elementor .elementor-element.payment-cards-shortcode .container_saved_card .card_inner .card-number h3 {
    margin-bottom: 0;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}
.elementor .elementor-element.payment-cards-shortcode .container_saved_card .card_inner .details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.elementor .elementor-element.payment-cards-shortcode .container_saved_card .card_inner .details h4 {
    margin-bottom: 0;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.elementor .elementor-element.payment-cards-shortcode .container_saved_card .card_inner .details p {
    margin-bottom: 0;
}
.toggle {
    width: 30px;
    cursor: pointer;
}
.elementor .elementor-element.payment-cards-shortcode .container_saved_card .card_inner .details .expire-date p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.elementor .elementor-element.payment-cards-shortcode .container_saved_card .card_inner .details .expire-date p span {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.toggle_wrap {
	display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 185px;
    top: 31px;
    margin-top: 4px;
    right: -15px;
}

.toggle_wrap a {
    display: block;
    text-decoration: none !important;
}

.toggle_wrap::before {
    content: '';
    display: block;
    clear: both;
    width: 20px;
    height: 20px;
    background: white;
    transform: rotate(45deg);
    position: absolute;
    top: -9px;
	right:27px;
}
span.icon_card {
    margin-right: 10px;
}
.toggle:hover ~ .toggle_wrap, .toggle_wrap:hover {
    display: block;
}
 a#set_default, a#delete_item {
    color: #808080;
}
.toggle_wrap a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
.toggle_wrap a:hover {
    color: #000 !important;
}
.elementor .elementor-element.payment-cards-shortcode .container_saved_card .card_inner .options .provider {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.elementor .elementor-element.payment-cards-shortcode .no-card-found p {
    margin-bottom: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #0D0D0D;
}


/** DASHBOARD PAYMENTS PAGE CSS END **/