.product__badge--items {
    width: 3rem;
    height: 3rem;
    /* background: var(--secondary-color); */
    color: var(--white-color);
    font-size: 1rem;
    line-height: 3rem;
    border-radius: 50%;
    -webkit-clip-path:none;
    margin-top:10px
}
.header__topbar--inner {
position:relative;
}
    .header__topbar--inner .language__currency {
        position: absolute;
        background: var(--primary-color);
        right: 0px;
        padding-right: 5px;
        padding-left: 5px;
    }
/* Marquee styles */
.marque-header__shipping {
    width: 100%
}
.marquee {
    --gap: 1rem;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}


.enable-animation .marquee__content {
    animation: scroll 25s linear infinite;
}

@keyframes scroll-abs {
    from {
        transform: translateX(calc(100% + var(--gap)));
    }

    to {
        transform: translateX(0);
    }
}

/* Marque Style End */
.main__header .main__header--inner, .banner__items, .blog__items, .blog__thumbnail, .hero__slider--inner,
.footer__bg {
    border-radius: 15px;
}
.main__header .main__header--inner {
    background-color: #f5f5f5;
    padding: 0px 30px;
}

.product__items {
    border: 1px solid #CA001E;
    border-radius: 15px;
    height: 500px;
}.product__items--content{
    border: 0px solid black !important;
    min-height:130px;
    max-height:130px;
}
.product__items--price {
    border-bottom: 1px solid #808080;
    min-height: 52px;
    align-items: flex-end
}
.footer__bg {
    margin-top: 20px;
}
.blog__thumbnail--img{
    height:auto
}
.checkout__product--table {
    max-height: 300px;
    overflow-y: scroll;
}
.primary__btn{
    border-radius:30px
}


.product__details--media{
    display:flex;
}
.product__media--nav .swiper__nav--btn {
    display: none !important;
}

.product__media--nav .swiper-slide {
height:fit-content !important;
}
.product__media--preview {
    width: 79%;
    max-height: 400px;
    padding-inline-start: 5px
}
.product__media--nav {
    margin-top:0px;
    width: 20%;
    height: 100% ;
    padding-top: 10px;
    margin-inline-end:5px;
    
}
.product__media--preview__items {
    height: 100%;
}
.product__media--preview__items--img {
    height: 100%;
    object-fit: contain;
}
.product__media--preview__items--link {
    height: 100%;
}
    .product__media--nav .swiper-wrapper {
    flex-direction: row;
}

.product__media--nav__items {
    border-radius: 15px;
}
.swiper-slide-thumb-active .product__media--nav__items {
   
    border-color: var(--secondary-color);
}

.product__media--nav .swiper-slide {
    width: 25%;
    flex-flow: row nowrap;
    height: 100%;
    opacity: 0.75;
    cursor: pointer;
}

.product__media--nav .swiper-slide-thumb-active {
    opacity: 1;
}


.autocomplete-items div {
    padding: 10px 5px;
    border: 1px solid #0000002e;
    text-align: left
}


.autocomplete-items *{
  cursor:default
}
.autocomplete-items div:hover {
    background-color: #0000002e;
}
.predictive__search--button {
height:48px
}

div:where(.swal2-container) div:where(.swal2-popup) {
width:40em !important;
}
img.swal2-image {
    object-fit: contain;
}


/*acordion css*/
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

    .accordion .accordion-item button[aria-expanded='true'] {
        border-bottom: 1px solid var(--secondary-color);
        border:none
    }

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    color: #7288a2;
 
    border: none;
    background: none;
    outline: none;
}

    .accordion button:hover,
    .accordion button:focus {
        cursor: pointer;
        color: var(--secondary-color);
    }

        .accordion button:hover::after,
        .accordion button:focus::after {
            cursor: pointer;
            color: var(--secondary-color);
            border: 1px solid #03b5d2;
        }

    .accordion button .accordion-title {
        padding: 1em 1.5em 1em 0;
    }

    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

        .accordion button .icon::before {
            display: block;
            position: absolute;
            content: '';
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            background: currentColor;
        }

        .accordion button .icon::after {
            display: block;
            position: absolute;
            content: '';
            top: 5px;
            left: 9px;
            width: 2px;
            height: 10px;
            background: currentColor;
        }

    .accordion button[aria-expanded='true'] {
        color: var(--secondary-color);
    }

        .accordion button[aria-expanded='true'] .icon::after {
            width: 0;
        }

        .accordion button[aria-expanded='true'] + .accordion-content {
            opacity: 1;
            max-height: 50em;
    padding-top: 15px;
    padding-bottom: 15px;
            transition: all 200ms linear;
            will-change: opacity, max-height;
        }

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;

}
.accordion-item:last-child {
    border: none;
}
/*    .accordion .accordion-content p {
        font-size: 1rem;
        font-weight: 300;
        margin: 2em 0;
    }*/


.flex {
display:flex;
}
.justify-between {
    justify-content: space-between
}

.tec-spec div {
padding-top:12px;
padding:12px 5px 0 5px;
}
.tec-spec div:nth-child(odd) {
    background-color: #F5F5F5;
}
.language__text.active {
    background-color: #dbdbdb;
    color:var(--primary-color);
    cursor:not-allowed;
}

.tec-spec table {
    width: 100% !important;
    border: none !important;
    border-collapse: collapse;
}
.tec-spec table {
    border: none !important;
}
    .tec-spec table td {
        width: 50% !important;
        border: none !important;
        padding:15px 10px;
    }

.tec-spec tr:nth-child(odd) td {
    background-color: #F5F5F5;
}
.tec-spec tr td:nth-child(1) {
    text-align : left;
}
.tec-spec tr td:nth-child(2) {
    text-align: right;
}





.w-100 {
    width:100% !important;
}

.title-header, .section__heading--maintitle,h2,h1 {
    text-transform: uppercase;
}

.action-list {
    display: flex;
    column-gap: 7%;
}
    .action-list .variant__wishlist--icon svg {
        margin: 0;
    }
        .action-list .variant__wishlist--icon svg * {
            margin: 0;
            fill: #9f1313;
            stroke: #9f1313;
        }
    .action-list .variant__wishlist--icon {
        padding: 10px;
        border-radius: 50%;
        background-color: white;
        border: 2px solid #9f1313;
    }
        .action-list .variant__wishlist--icon.active svg * {
            margin: 0;
            fill: #fff;
            stroke:#FFF
        }

        .action-list .variant__wishlist--icon.active {
            background-color: #9f1313
        }

.parent-category {
font-weight:bolder;
}
.sub-category {
    font-weight: bold;
}
.sub-sub-category {
    font-weight: lighter;
    padding-left: 30px !important;
}


.custom-preloader {
position:fixed;
top:0;
left:0;
width:100vw;
height:100vh;
 background:#00000080;
 z-index:999;
}
  

    .custom-preloader div {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        position: absolute;
        border: 1px solid #CA001E;
        animation: up 1s;
        animation-iteration-count: infinite;
        transition: 2s;
        border-bottom: none;
        border-right: none;
        animation-timing-function: linear;
        margin-left: -70px;
        margin-top: -70px;
        left: 50%;
        top: 50%;
    }

@keyframes up {
    from {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-preloader #img2 {
    width: 90px;
    height: 90px;
    left: 50.35%;
    top: 50.7%;
    animation-delay: .2s;
}

.custom-preloader #img3 {
    width: 80px;
    height: 80px;
    left: 50.70%;
    top: 51.4%;
    animation-delay: .4s;
}

.custom-preloader #img4 {
    width: 70px;
    height: 70px;
    left: 51.05%;
    top: 52.1%;
    animation-delay: .6s;
}

.custom-preloader #img5 {
    width: 60px;
    height: 60px;
    left: 51.40%;
    top: 52.8%;
    animation-delay: .8s;
}
aside.tescoma-aside {
    position: fixed;
    top: 200%;
    right: 0;
    left: auto;
    height: 100%;
    min-width: 320px;
    max-width:500px;
    width:90%;
    background: #e9e9e9;

}

    aside.tescoma-aside.show {
        top: 0;
        z-index: 99;
    }

        aside.tescoma-aside.show:after {
            content: "";
            background: #00000090;
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index:9999
        }
    aside.tescoma-aside .filter-content {
    height:100%;
    width:100%;
    background: white;
    padding :0 20px;
    position:absolute;
    z-index:99999
    }
#tescoma-menu-close {
    margin-bottom: 10px;
    margin-top: 7px;
    background: none;
    border: none;
    font-size:larger;
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 20px;
}

    .price-range-slider .range-value {
        margin: 0;
    }

        .price-range-slider .range-value input {
            width: 100%;
            background: none;
            color: #000;
            font-size: 16px;
            font-weight: initial;
            box-shadow: none;
            border: none;
            margin: 20px 0 20px 0;
        }

    .price-range-slider .range-bar {
        border: none;
        background: #000;
        height: 3px;
        width: 96%;
        margin-left: 8px;
    }

        .price-range-slider .range-bar .ui-slider-range {
            background: var(--secondary-color);
        }

        .price-range-slider .range-bar .ui-slider-handle {
            border: none;
            border-radius: 25px;
            background: #fff;
            border: 2px solid var(--secondary-color);
            height: 17px;
            width: 17px;
            top: -0.52em;
            cursor: pointer;
        }

            .price-range-slider .range-bar .ui-slider-handle + span {
                background: var(--secondary-color);
            }
aside.tescoma-aside .filter-content .price__filter--btn.primary__btn {
    width:100%;
}
.filter-open-btn {
    background: none;
    color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    padding: 7px 10px;
    float: right;
}
.refund-modal {
width:100%;
min-width:320px;
max-width:500px;
}
    .refund-modal .quickview__header {
    position:relative;
    width:100%;
    display:flex;
    justify-content:space-between;

    }
.search-result-area .custom-preloader {
    width: 100%;
    height: fit-content;
    position: relative;
    top: auto;
    left: auto;
    height: 200px;
    background: none;
}
.search-result-area {
padding-top:20px;
max-height:80vh;
overflow-y:scroll;
}
.offCanvas__minicart .minicart__content {
    height: 92%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.offCanvas__minicart .minicart__product {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.offCanvas__minicart .minicart__product--remove {
/*    line-height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
    border: solid 1px #9f1313;
    border-radius: 50%;
    padding-bottom: 18px;
    text-decoration: none;
    color: #9f1313;*/

    border: none;
    font-size: 12px;
    position: relative;
    width: fit-content;
    margin: 0;
    top: 0;
    left: 0;
}
.offCanvas__minicart .minicart__product--items {
position:relative;
}
.custom-d-none {
    display: none !important;
}
.offcanvas__menu_li, .offcanvas__sub_menu_li {
    border-bottom: none !important;
    border-top: none;
}
.header__sticky.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background:none;
    left: 0;
    z-index: 99;
    /* -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15); */
     box-shadow: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.main__header .main__header--inner {
border-radius:50px;}
.hero__slider--items__inner {
    min-height: 500px;
}
.offcanvas-custom-header {
   padding:5px 20px;
}
.predictive__search--button,.predictive__search--button:hover {
    background: none;
color: #808080;
}
.predictive__search--input {
    border-radius: 30px;
}
.justify-content-end {
justify-content:end !important
}
.product__items--header .product__badge--items {
    background: #FFE241;
    color:#000;
}.product__items--header {
    padding: 5px 10px 0 10px;
    position: relative
}
    .product__items--header .product__items--action__btn:hover {
        background: none;
        color: var(--text-gray-color);
    }
.product__items--img {
height:300px;
object-fit:contain;
}
.product__items--img {
    height: 200px;
    object-fit: contain;
    padding: 20px;
}
.footer__payment--visa__card {
max-height:40px;
}
.breadcrumb__bg {
    background: none;
}
.parent-category-item > .offcanvas__sub_menu_toggle {
    width: 100%;
}
.parent-category-item>.offcanvas__sub_menu_toggle::after, .parent-category-item >.offcanvas__sub_menu_toggle::before {
    background-color: #ffffff00 !important;
}
.product__items--price {
    text-align: end;
}
    .product__items--price:not(:has(.old__price)) .current__price {
        color: black
    }
    .product__items--price:has(.old__price) .old__price {
        color:black
    }
    .product__items--price:has(.old__price) .current__price {
        color: var(--secondary-color);
    }
.product__media--nav__items {
    padding: 10px;
    height:80px !important;
    width:80px !important;
}
.product__media--preview__items {
padding:50px;
}
.quantity__value {
    background: #fff;
}
.row-center-content {
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction:column
}
.col-center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}
.quantity-word{

    margin-right: 40px;
}
.ad-section {
    padding: 0;
    margin: 60px 0 45px 0;
    width: 100%;
    height: 40px;
    background-size: auto 100%;
    border-radius: 100px;
    /*margin-top: 20px;*/
}
/*    .ad-section.second-ad {
        margin: 0 0 45px 0;
    }*/
.product__items--action__btn.quickview-btn {
background:none !important;
}
/* width */
.product__details--media ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.product__details--media ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.product__details--media ::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .product__details--media ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
.offcanvas__sub_menu_toggle {
    opacity: 0 !important
}
@media (min-width: 480px) {
    .product__media--nav .swiper-wrapper {
        flex-direction: column;
    }

    .product__media--nav {
        width: 20%;
        max-height: 500px;
        padding: 0;
        padding-right: 20px;
        overflow-y: auto;
    }
}

@media (min-width: 992px) {
    .product__media--nav .swiper-slide {
        flex-flow: column nowrap;
        width: 100%;
        height: 100px;
    }

        .product__media--nav .swiper-slide img {
            object-fit: contain
        }

    .main__header .main__header--inner {
        margin: 10px 0;
    }
}


@media (max-width: 992px) {
    .product__media--nav {
        display: none !important;
    }

    .product__media--preview {
        width: 100%;
        padding-inline-start: 0;
    }
    .offcanvas__sub_menu_toggle {
        opacity: 1 !important
    }

}

@media (min-width: 768px) {
    .mobileAccordion {
        display: none;
    }
}

@media (max-width: 768px) {

    .DesktopAccordion {
        display: none;
    }
}
.category__items {
    -webkit-box-shadow: none !important;
}
.quantity__value {
    border: none
}
input.quantity__number{
    border-top:none!important;
    border-bottom:none!important
}

.product__media--nav__items{
    overflow:hidden
}
.pagination__item{
    border:none !important;
    background:none!important;
    color:gray
}
.pagination__item:hover {
   
    color: black
}
.pagination__item--current{
    color:black;
}
.offcanvas__menu_ul{
    height:100%
}
.old__price {
text-decoration:none !important;
}
.product__items--action__cart--btn.disabled {
    background: #808080;
    cursor: not-allowed;
    pointer-events: none;
}
.disabled {
    background: #808080 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}
.promotionSpan {
    float: inline-start;
    font-size: 13px;
    text-decoration: underline;
}
.d-block
{
    display:block
}

.minicart__text {
    display: flex;
    justify-content:space-between;
}
.minicart-right-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.minicart-left-content {
    justify-content: center;
    display: flex;
    flex-direction: column;

}
.quantity__box input {
    background: transparent;
}
.minicart__amount {
font-weight:700px;
}
.minicart__button {
margin-top:10px;
}