.btn-primary {
    --bs-btn-color: #fff; /* white text color */
    --bs-btn-bg: #fe4c1c; /* background color */
    --bs-btn-border-color: #fe4c1c; /* border color */
    --bs-btn-hover-color: #fff; /* white text color on hover */
    --bs-btn-hover-bg: #ed4313; /* slightly darker background color on hover */
    --bs-btn-hover-border-color: #e63d0f; /* slightly darker border color on hover */
    --bs-btn-focus-shadow-rgb: 254, 76, 28; /* focus shadow color */
    --bs-btn-active-color: #fff; /* white text color on active state */
    --bs-btn-active-bg: #e63d0f; /* darker background color on active state */
    --bs-btn-active-border-color: #dc370c; /* darker border color on active state */
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); /* active state shadow */
    --bs-btn-disabled-color: #fff; /* white text color on disabled state */
    --bs-btn-disabled-bg: #fe4c1c; /* background color on disabled state */
    --bs-btn-disabled-border-color: #fe4c1c; /* border color on disabled state */
}

.btn-outline-primary {
    --bs-btn-color: #fe4c1c;
    --bs-btn-border-color: #fe4c1c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fe4c1c;
    --bs-btn-hover-border-color: #fe4c1c;
    --bs-btn-focus-shadow-rgb: 254, 76, 28; /* This value is manually calculated based on #fe4c1c */
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fe4c1c;
    --bs-btn-active-border-color: #fe4c1c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fe4c1c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fe4c1c;
    --bs-gradient: none;
}

.btn.btn-link{
    color: #fe4c1c;
}

.form-check-input:checked {
    background-color: #fe4c1c;
    border-color: #fe4c1c;
}

.form-check-input:focus {
    border-color: #fe4c1c;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(254, 76, 28, .25);
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    opacity: 1;
    pointer-events: auto;
}
.form-check-input[type="radio"] + label{
    padding: 0 !important;
}
.form-check-input[type="radio"] + label::before,
.form-check-input[type="radio"] + label::after{
    display: none;
}

.form-group.has-error :is(input, select, textarea){
    border-color: #dc3546;
}
/*.form-group.has-error :is(input, select, textarea)::placeholder{*/
/*    color: #dc3546;*/
/*}*/
.form-group.has-error > label:first-child{
    color: #dc3546;
}
.form-group.has-error > .input-feedback{
    color: #dc3546;
    font-size: 0.85rem;
    font-weight: 300;
    text-transform: lowercase;
}

.widget-categories ul li.active a{
    color: #fe4c1c;
    font-weight: 600;
}
[type=email], [type=number], [type=tel], [type=url] {
    direction: inherit;
}
/**********/
[class^=irs]{
    transition: none !important;
}
.irs--round .irs-handle {
    border: 4px solid #fa0000 !important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
    background-color: #fe4c1c !important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-top-color: #fe4c1c !important;
}
.irs--round .irs-bar {
    background-color: #fe4c1c !important;
}
/**********/
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-color: rgba(0, 0, 0, 0.2);
    /*border: 0;*/
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
/**********/

a[disabled], button[disabled]{
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

 /* Chrome, Safari, Edge, Opera */
[data-numeric-input] input::-webkit-outer-spin-button,
[data-numeric-input] input::-webkit-inner-spin-button,
input.form-product[type=number]::-webkit-outer-spin-button,
input.form-product[type=number]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
[data-numeric-input] input[type=number], input.form-product[type=number] {
    -moz-appearance: textfield;
}

.cart-table thead th:first-letter {
    text-transform: uppercase;
}

.navbar-nav .dropdown-toggle::after {
    font-size: 0.9rem;
    margin-left: 0.355em;
    border: none;
    content: '\f107';
    vertical-align: inherit;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu{
    left: calc(100% + 18px);
    top: -25%;
}
.navbar-nav .dropdown-menu a.dropdown-toggle {
    display:block;
    width: 100%;
}
.navbar-nav .dropdown-menu .dropdown-toggle::after {
    rotate: -90deg;
    position: absolute;
    right: 0;
    left: auto;
}

[data-cart-items=""]:before, [data-cart-items="0"]:before{
    display: none;
}
.banner .banner-slider {
    min-height: 468px;
}
.banner .banner-slider .item[data-bg-img] {
    background-position: center;
}
.banner .banner-slider .item h1{
    text-shadow: 0px 0px 2.5px rgb(41 41 41 / 96%);
}
.card .btn-wishlist{
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-nav :is(a,button) i{
    font-size: 26px;
    color: #042825;
}
.right-nav :is(a,button){
    position: relative;
}
.right-nav :is(a,button) i.dropdown-arrow{
    position: absolute;
    bottom: -1px;
    left: 50%;
    translate: -50%;
    opacity: 0;
    transform: none !important;
    scale: 0.5 0.5;
    transition: all 0.3s ease-in-out;
}
.right-nav :is(a,button):hover i.dropdown-arrow{
    bottom: -10px;
    opacity: 0.8;
}


.user-dropdown .dropdown-menu a{
    color: #000000 !important;
    padding: 0.5rem;
    display: flex;
    align-items: center;
}
.user-dropdown .dropdown-menu a:hover {
    padding-left: 0.5rem;
}
.user-dropdown .dropdown-menu a i{
    padding-right: 5px;
}
.user-dropdown .dropdown-menu a:hover i{
    padding-right: 10px;
}
.user-dropdown .dropdown-menu a i:hover{
    transform: inherit;
}

.images-list-preview .image-preview-container{
    overflow: hidden;
    aspect-ratio: 1.5;
    width: 100%;
    height: 100%;
    position: relative;
}
.images-list-preview .image-preview-container :is(.list-next, .list-prev){
    position: absolute;
    top:50%;
    translate: 0 -50%;
    scale: 2;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.images-list-preview:hover :is(.list-next, .list-prev){
    opacity: 1;
}
.images-list-preview .image-preview-container .list-prev{
    left: 0;
}
.images-list-preview .image-preview-container .list-next{
    right: 0;
}
.images-list-preview .images-list-container ul{
    display: flex;
    gap: 0.5rem;
    padding-top: 0.5rem;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
}
.images-list-preview .images-list-container ul li{
    opacity: 0.5;
}
.images-list-preview .images-list-container ul li.active{
    opacity: 1;
}
.images-list-preview .images-list-container ul li:hover{
    opacity: 0.8;
}

.images-list-preview .images-list-container ul li img{
    width:100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}

.btn.btn-coupon{
    height: 48px;
    width: 48px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-success-form{
    max-width: 600px;
    width: calc(100% - 15px);
    margin: 2rem auto 2rem;
    background: #fafafa;
    padding: 1.25rem;
}
.checkout-success-form .btn-resend{
    font-size: 0.8rem;
}
.radio-as-icons{
    padding: 0;
}
.radio-as-icons .form-check-input[type="radio"]{
    display: none;
}
.radio-as-icons .form-check-input[type="radio"] + label{
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
}
.radio-as-icons .form-check-input[type="radio"]:not(:checked) + label{
    color: #042825;
}
.radio-as-icons .form-check-input[type="radio"]:checked + label{
    color: #fe4c1c;
}

/* start categories style */
.department-item .dep-icon{
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    height: 165px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
}

.department-item .dep-icon img{
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s all ease-in-out;
}
.department-item .dep-icon:hover img{
    scale: 1.05;
}

.form-search-select{
    border: none;
    background: #f5f9fc;
    flex-grow: unset !important;
    width: -moz-fit-content !important;
    /*width: -webkit-fit-content;*/
    width: fit-content !important;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

img.comment-avatar{
   width: 75px;
   height: 75px;
   border-radius: 100%;
}

.product-badges{
    position: absolute;
    top: -50px;
    left: 0;
    padding: 0.75rem;
}

.product-badges.badges-align-right{
    /*right:0;*/
    /*left: auto;*/
    direction: rtl;
    right: 0;
}
.product-badges.badges-w-100{
    width: 100%;
    left: 0;
    right: 0;
}

.product-badges .product-badge-item{
    position: absolute;
    background-color: #000000;
    color:#ffffff;
    padding: 0.25rem 0.5rem;
    font-size: 15px;
    font-weight: 300;
    width: max-content;
    border-radius: 0.375rem / 0.7rem;
}
.product-badges .product-badge-item.badge-align-right {
    right:0.5rem;
    left:auto;
}
.product-badges .product-badge-item.badge-align-left {
    left:0.5rem;
    right:auto;
}

.rating-input {
    display: inline-block;
}

.rating-input input {
    display: none;
}

.rating-input label {
    float: right;
    cursor: pointer;
    color: #ccc;
    transition: color 0.3s;
}

.rating-input label:before {
    content: '\2605';
    font-size: 30px;
}

.rating-input input:checked ~ label,
.rating-input label:hover,
.rating-input label:hover ~ label {
    color: #f0ad4e;
    transition: color 0.3s;
}


/* testimonials css*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
#testimonial-area {
    .section-heading h2 {
        font-size: 48px;
        line-height: 58px;
    }
}

.testi-wrap {
    position: relative;
    height: 725px;
    margin-top: -80px;
}

.client-single {
    margin-top: 20px;
    text-align: center;
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.client-info,
.client-comment {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.client-single {
    &.inactive {
        .client-comment,
        .client-info {
            display: none;
        }
        .client-comment,
        .client-info {
            opacity: 0;
            visibility: hidden;
        }
    }
    &.position-1 {
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }
    &.position-2 {
        left: -40px;
        top: 105px;
    }
    &.position-3 {
        left: -60px;
        top: 240px;
        -webkit-transform: scale(0.4) !important;
        transform: scale(0.4) !important;
    }
    &.position-4 {
        left: 55px;
        top: 380px;
    }
    &.position-5 {
        top: 30px;
        right: 55px;
    }
    &.position-6 {
        top: 225px;
        right: -40px;
    }
    &.position-7 {
        top: 400px;
        right: 45px;
        -webkit-transform: scale(0.4) !important;
        transform: scale(0.4) !important;
    }
    &.active {
        top: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
        width: 70%;
        .client-comment,
        .client-info {
            -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
        }
    }
    &:not(.active) {
        -webkit-transform: scale(0.55);
        transform: scale(0.55);
        z-index: 99;
    }
    &.active .client-img {
        width: 160px;
        height: 160px;
        margin: 0 auto 24px;
        position: relative;
        &:before {
            border-radius: 100%;
            content: "";
            background-image: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    from(rgb(157, 91, 254)),
                    to(rgb(56, 144, 254))
            );
            background-image: linear-gradient(
                    180deg,
                    rgb(157, 91, 254) 0%,
                    rgb(56, 144, 254) 100%
            );
            padding: 5px;
            width: 160px;
            height: 160px;
            top: -4px;
            left: 0px;
            position: absolute;
            z-index: -1;
        }
    }
    .client-img img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 8px solid #d1e9ff;
        cursor: pointer;
    }
    &.active .client-img img {
        max-width: 160px;
        margin: 0 auto 24px;
        border: 0;
    }
}

.client-comment {
    padding: 0 30px;
    h3 {
        font-size: 22px;
        line-height: 32px;
        color: #505b6d;
    }
    span i {
        font-size: 60px;
        color: #0084ff;
        margin: 40px 0 24px;
        display: inline-block;
    }
}

.client-info {
    h3 {
        color: #000;
        font-weight: 600;
        margin-bottom: 4px;
    }
    p {
        color: #0084ff;
        text-transform: uppercase;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
    }
    .client-comment h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .client-single.active {
        width: 60%;
    }
    .client-single:not(.active) {
        -webkit-transform: scale(0.55);
        transform: scale(0.35);
    }
    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.3) !important;
        transform: scale(0.3) !important;
    }
    .client-single.active .client-img img {
        max-width: 100px;
    }
    .client-single.active .client-img::before {
        padding: 5px;
        width: 108px;
        height: 108px;
        top: -4px;
        left: 6px;
    }
    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }
    .testi-wrap {
        height: 580px;
    }
    #testimonial-area {
        padding: 100px 0 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
    }
    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
    }
    .client-single.active {
        width: 60%;
    }
    .client-comment span i {
        font-size: 40px;
    }
    .client-single:not(.active) {
        -webkit-transform: scale(0.55);
        transform: scale(0.35);
    }
    .client-single.position-5,
    .client-single.position-7 {
        right: 0;
    }
    .client-single.position-4 {
        left: 0;
    }
    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.3) !important;
        transform: scale(0.3) !important;
    }
    .client-single.active .client-img img {
        max-width: 80px;
    }
    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
    }
    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }
    .testi-wrap {
        height: 630px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
    }
    .client-single.active {
        width: 80%;
    }
    .client-comment span i {
        font-size: 40px;
    }
    .client-single:not(.active) {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }
    .client-single.position-5,
    .client-single.position-7,
    .client-single.position-6 {
        right: -70px;
    }
    .client-single.position-4 {
        left: -60px;
    }
    .client-single.position-3 {
        left: -75px;
    }
    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.25) !important;
        transform: scale(0.25) !important;
    }
    .client-single.active .client-img img {
        max-width: 80px;
        height: 80px;
    }
    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
    }
    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }
    .testi-wrap {
        height: 600px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
    }
    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
    }
    .client-single.active {
        width: 80%;
    }
    .client-comment span i {
        font-size: 40px;
    }
    .client-single:not(.active) {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }
    .client-single.position-5,
    .client-single.position-7,
    .client-single.position-6 {
        right: -70px;
    }
    .client-single.position-4 {
        left: -60px;
    }
    .client-single.position-3 {
        left: -75px;
    }
    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.25) !important;
        transform: scale(0.25) !important;
    }
    .client-single.active .client-img img {
        max-width: 80px;
    }
    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
    }
    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }
    .testi-wrap {
        height: 550px;
    }
}



.item .card  img{
    height: 484px;
    width: 518px;
    object-fit: cover;
    object-position: center;
}
.product-card img{
    height: 484px;
    width: 518px;
    object-fit: cover;
    object-position: center;

}


/* partners */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
    display: none;
}


/*start footer*/

footer .navbar-nav li{
    margin-bottom: 1rem !important;


}
footer .navbar-nav li a{
    color: rgb(140, 152, 164);
    font-weight: 500;
    padding: 0 !important;
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
}

footer .navbar-nav li a:hover{
    color: white;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.iframe-popup-container > .popup{
    --spacing: 4rem;
    position: fixed;
    top: calc(50% - var(--spacing));
    bottom: auto;
    right: auto;
    left: calc(50% - var(--spacing));
    z-index: 999;
    translate: -50% -50%;
    width: calc(100% - var(--spacing));
    background: #ffffff;
    max-width: 800px;
    max-height: 600px;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin: var(--spacing);
    /*height: calc(100% - var(--spacing));*/
    box-shadow: 1px 1px 5px 1px #696969;
    display:flex;
    flex-direction: column;
    overflow: scroll;
    height:auto;
}

.iframe-popup-container > .popup header {
    height: 30px;
    border-bottom: 1px solid #ccc;
    background: #ff4c1d;
    color: #ffffff;
    padding-inline-start: 0.5rem;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
}

.iframe-popup-container > .popup header button, .iframe-popup-container > .popup header .button{
    background: white;
    border: 0;
    border-radius: 5px;
    margin-inline: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iframe-popup-container  > .popup iframe, .iframe-popup-container > .popup .popup-content{
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding-top: 0.5rem;
    height:auto;
}

.iframe-popup-container .backdrop{
    background: hsl(0deg 0% 0% / 50%);
    position: fixed;
    inset: 0;
    z-index: 999;
}

div[id^=zoid-paypal-buttons-]{
    min-height: 215px;
}
#paypal-button-container:empty{
    display: none;
}

.product-info .images-list-preview .image-preview-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}