.btn_donwloas,
.buynow,
.div-left-menus,
.div-price,
.div_one_price_cart,
.fl-marqus,
.main-top-arqus i,
.progress-done,
.shopping-offers,
.statues-top,
a.btn-bags,
a.logout_footers,
button#applyCoupon,
nav .navbar {
    align-items: center;
    display: flex
}

#sidenav,
#sidenav.active {
    transition: .3s ease-in-out
}

.cart__footer,
.cart__header,
.cart__products,
.custom-model-wrap1 {
    box-sizing: border-box
}

.breadcrumb ul li,
.seslected-filtes li,
.tags ul li,
li {
    list-style-type: none
}

.accordion-thumb::after,
.align-middle,
.custom-model-inner,
.custom-model-inner1 {
    vertical-align: middle
}

.acc-chevron,
.acc-title-icon {
    place-items: center;
    display: grid
}

*,
.seslected-filtes ul,
.slide__image {
    margin: 0;
    padding: 0
}

:root {
    --black: #000;
    --white: #fff;
    --black-light: #1E1E1E;
    --skyblue: #00B0B5;
    --light-gray: #3A3A3A;
    --greens: #008332;
    --amaranth: Amaranth, sans-serif !important
}

body {
    font-family: Inter, sans-serif !important
}

a,
a:hover {
    text-decoration: none !important;
    cursor: pointer
}

.navbar-top {
    background-color: var(--black);
    color: var(--white);
    padding: 5px;
    font-size: var(--small-f1);
    text-align: center
}

header {
    border-bottom: 0;
    padding: 8px 6rem;
    box-shadow: 0 6px 20px 0 #0000001f;
    height: 86px;
    background: #fff !important
}

.div-left-menus {
    width: 35%;
    justify-content: flex-start
}

nav {
    height: 100%;
    z-index: 99
}

nav .navbar {
    width: 100%;
    justify-content: space-between;
    margin: auto;
    padding: 0 50px
}

nav .navbar .nav-links {
    line-height: 70px;
    height: 100%
}

marquee {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px
}

.filter-popup-overlay.active,
nav .navbar .links {
    display: flex
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: var(--black-light);
    font-size: 16px;
    font-weight: 600
}

nav .navbar .links li i {
    font-size: 23px;
    color: var(--black-light);
    padding-top: 2px
}

.accordion-item.active .accordion-header i,
.accordion-tab input:checked+.accordion-label::after,
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg)
}

nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: .3s
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 56px;
    left: 4px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 6px 17px #0000002e;
    border-radius: 6px;
    display: none;
    z-index: 2;
    width: 194px;
    border-top: 2px solid #73d4f2;
    padding-top: 9px;
    padding-bottom: 10px
}

#overlay.active,
.delivery-sec .radio .radio-button-container input:checked~.checkmark:after,
.hover_show:hover .drop-down_show,
.links li .sub-menu .more:hover .more-sub-menu,
.prod-box .action:hover .btn-add,
.prod-box .img-holder:hover .item-img-2,
.tab-content.active,
.tab-panel.active,
.xzoom-source,
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block
}

.navbar .links li .sub-menu li {
    padding: 3px 12px
}

nav .navbar .links li .sub-menu li i {
    font-size: 19px;
    color: var(--black-light);
    padding-top: 0
}

.navbar .links li .sub-menu a {
    color: var(--black-light);
    font-size: 16px;
    font-weight: 500
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 9px
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px;
    z-index: 1;
    display: none
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: .3s
}

.navbar .bx-menu,
.navbar .nav-links .sidebar-logo,
.prod-box .img-holder:hover .item-img-1,
.prod-box .item-img-2 {
    display: none
}

@media (max-width:920px) {
    nav .navbar {
        max-width: 100%
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap
    }

    nav .navbar .links li a {
        font-size: 15px
    }
}

@media (max-width:800px) {

    .navbar .bx-menu,
    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    nav .navbar .links li {
        display: block
    }

    nav .navbar .nav-links {
        width: 100%;
        transition: .5s;
        z-index: 1000
    }

    .navbar .links li .sub-menu .more-sub-menu li,
    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .navbar .bx-menu,
    .sidebar-logo .logo-name,
    .sidebar-logo i {
        font-size: 25px;
        color: #fff
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px
    }

    nav .navbar .links li .arrow {
        line-height: 40px
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none
    }

    .navbar .links li .sub-menu .more-sub-menu {
        position: relative;
        left: 0;
        display: none
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0)
    }

    .navbar .links li .sub-menu .more span {
        display: flex;
        align-items: center
    }

    .links li .sub-menu .more:hover .more-sub-menu,
    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg)
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg)
    }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%
    }
}

.accordion-tab,
.btn-more-details,
.btnGlow,
.carr_couts,
.cart_page_main h2,
.div-search,
.fancybox-inner,
.fancybox-outer,
.fancybox-wrap,
.hover_show,
.images .image,
.jaguar-accordion .highlight,
.order-dobt,
.product-highlights-images,
.search-bar-page,
.search-box .columns,
.sec-title,
.secr-bar,
.slider-reels,
.sponserships .card,
.tab-link,
.tabs-container,
.top-one,
[tooltip] {
    position: relative
}

.div-filters-optis,
.div-right-menus,
.reward_invoices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.div-search input {
    width: 100%;
    background: #e6e6e6;
    border: 1px solid #ddd;
    padding: 12px 11px;
    border-radius: 5px;
    font-size: 16px
}

.div-search input:active,
.div-search input:focus,
.div-search input:focus-visible,
.div-search input:hover {
    border: 1px solid #3e3e3e;
    outline: 0
}

.btn.btn_search-icons:focus,
.btn.btn_search-icons:focus-visible,
.btn.btn_search-icons:hover {
    color: #000;
    box-shadow: none
}

.btn.btn_search-icons {
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 20px
}

.div-search ::placeholder {
    color: #3f3f3f;
    opacity: 1
}

.div-search ::-ms-input-placeholder {
    color: #3f3f3f
}

.pop-up-content-wrap h4 {
    font-size: 19px;
    margin-bottom: 0;
    color: #00b0b5;
    margin-top: 5px
}

.pop-up-content-wrap p {
    font-size: 15px;
    margin: 3px 0 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ddd
}

.custom-model-main1 {
    text-align: right;
    overflow: hidden;
    position: fixed;
    top: 122px;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto
}

.model-open {
    z-index: 10;
    opacity: 1;
    overflow: hidden
}

.custom-model-inner1 {
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    align-items: center;
    justify-content: center
}

.custom-model-wrap1 {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px
}

.model-open .custom-model-inner1 {
    position: relative;
    z-index: 100
}

.model-open .bg-overlay,
.model-open .bg-overlay1 {
    background: #0009;
    z-index: 99
}

.bg-overlay1 {
    background: #0000;
    height: 100vh;
    margin-top: 127px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.custom-model-main h4 {
    font-family: var(--font-domine);
    font-size: 21px;
    color: #000
}

.custom-model-main p,
.error-message,
.left_bills_invoice.left_ada P,
.main-sec-count,
.products-color p span {
    font-size: 15px
}

.div_collectons_innners {
    display: inline-block;
    margin: 4px 3px
}

.disc-new {
    color: #bf0f15;
    font-size: 16px;
    background: #ffebeb;
    padding: 12px;
    border-radius: 9px;
    margin-bottom: 17px
}

.products-color p span,
a.btn-continue-sops i.ri-arrow-right-line {
    padding-left: 4px
}

p.heading-com-color {
    display: flex;
    align-items: center;
    line-height: 24px
}

.div_collectons_innners a {
    font-size: 13px;
    color: #1e1e1e;
    padding: 7px 11px;
    font-weight: 500;
    border: 1px solid #00b0b55c;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 58px
}

.div_collectons_innners a:hover {
    color: #fff;
    background-color: var(--skyblue)
}

.div_collectons_innners i {
    font-size: 17px;
    transform: rotate(310deg);
    margin-left: 1px
}

.products_type_search {
    max-height: 272px;
    overflow-y: auto;
    padding-right: 15px
}

.trendinng-secrchs {
    background: #f7f7f7e3;
    padding: 12px;
    margin-top: 25px;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.trendinng-secrchs h4 {
    font-size: 20px;
    margin-top: 6px;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px
}

.products_type_search img {
    width: 61px;
    height: 61px;
    border: 1px solid #ddd;
    border-radius: 5px;
    object-fit: cover
}

.div_Prod9cts_sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0
}

.owl-carousel .owl-item .img-holder .color-buttons img.color-image.selectedColorImg,
.prod-box .img-holder img.color-image.selectedColorImg {
    border: 2px solid #000
}

.div_Prod9cts_sec p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: .3px;
    text-transform: capitalize;
    padding-left: 15px;
    margin: 0;
    color: #141414
}

.sec-twos h2,
.tabs li {
    font-weight: 600;
    letter-spacing: 1px
}

.btn-view-alls,
.burger1 a,
.cart__title,
.comts,
.div-one-tabs-section p,
.menu>ul>li,
.search-btn,
.tabs li,
.top-one p {
    text-transform: uppercase
}

.products_type_search hr {
    background: #d2cccc
}

.common-heades {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 20px
}

.common-heades p {
    margin: 0;
    font-size: 16px;
    color: #000
}

.div-cart-right li {
    margin-left: 40px
}

.sec-twos h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 8px
}

section.category-menu-tabbs .tabs {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.tabs li {
    display: inline-block;
    border: 1px solid #000;
    cursor: pointer;
    padding: 12px 35px;
    font-size: 19px;
    color: #000;
    margin: 3px 14px 10px;
    border-radius: 11px
}

.div-one-tabs-section p {
    text-align: center;
    margin: 6px 0 0;
    font-weight: 500;
    color: #000;
    letter-spacing: .1px;
    font-size: 18px;
    opacity: 1
}

.tabs li.current,
.tabs li:hover {
    background-color: var(--skyblue);
    color: #fff;
    border: 1px solid var(--skyblue)
}

.div-one-tabs-section img {
    width: 134px;
    height: 125px;
    border-radius: 10px;
    object-fit: cover;
    object-position: top
}

.btn-buy-nows,
.courioe table,
.courioe table tbody,
.detail-image_new img,
.images,
.inner-video,
.inner-video video,
.left_address,
.menu>ul>li>ul.normal-sub>li,
.new-left,
.prod-box .action .btn,
.slick-slide img,
.sponserships .slick-slide,
.top-one img,
.top-one p,
.w-100,
.width-fuls {
    width: 100%
}

.tab-content.current {
    display: inherit;
    margin-bottom: 28px
}

section.category-menu-tabbs {
    margin: 32px 0 6px
}

.margin-highs {
    margin-top: 40px
}

.div-tabs-images {
    display: flex;
    margin: 1px;
    gap: 26px;
    align-items: center;
    justify-content: center
}

.top-one p {
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 8px;
    background: #ffffffb3;
    font-size: 23px;
    text-align: center;
    font-weight: 700;
    color: #000;
    letter-spacing: .5px
}

.searcnbars-universitys {
    background: #000000bd;
    height: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 15px;
    flex-direction: column
}

.search-univerty,
.section-univerty-downs {
    background-repeat: no-repeat;
    background-position: top
}

.searcnbars-universitys h3 {
    font-size: 40px;
    margin: 0 0 25px;
    color: #fff;
    font-family: var(--amaranth);
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: .5px
}

.search-univerty {
    border-radius: 90px 90px 12px 12px;
    background-image: url(../images/backgound-university-search.webp);
    background-size: 100%;
    margin: 3rem 35px 35px;
    padding: 80px 136px;
    position: relative
}

.btn-searchbars {
    position: relative;
    width: 86%
}

button.btn-type-secrh {
    background: #fff;
    height: 48px;
    border-top-right-radius: 41px;
    border-bottom-right-radius: 41px;
    padding: 0 14px;
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    border: 2px solid #fff
}

.search-univerty input {
    width: 100%;
    background: #000;
    border: 2px solid #fff;
    padding: 7px 14px;
    border-radius: 65px;
    font-size: 17px;
    height: 48px;
    position: relative;
    color: #fff
}

#filter-list li i,
.chat-wtspa i {
    padding-right: 8px
}

.search-univerty ::placeholder {
    color: #ccc;
    opacity: 1
}

.university-ines h4 {
    margin: 17px 0 3px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2px;
    letter-spacing: .3px;
    text-transform: uppercase
}

.chat_with,
.image-height_prod2,
.university-ines img,
.update-nlos {
    margin-top: 10px
}

.section-univerty-downs {
    background-image: url(../images/bg-pattern-ribbon.webp);
    padding: 80px 180px;
    margin-top: 50px;
    background-size: cover
}

.university-ines {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 48px
}

.location-all,
.new-arrivals-sec {
    grid-template-columns: repeat(5, 1fr)
}

.div-inner-univers {
    width: 100%;
    background: #00b0b5;
    padding: 20px;
    border-radius: 11px;
    text-align: center;
    transition: transform .3s
}

.blok-hover .color-buttons .color-4 input[type=radio],
.cross,
.cross.left,
.cross.right {
    background-color: #000
}

.search-univerty input:focus-visible {
    border: 2px solid #fff;
    outline: 0
}

#sidenav {
    max-height: 100vh;
    height: 100vh;
    max-width: 70vw;
    min-width: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate(-150%, 0);
    -webkit-transform: translate(-150%, 0);
    -ms-transform: translate(-150%, 0);
    z-index: 99
}

#sidenav.active {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    box-shadow: 0 4px 6px #0006
}

#overlay {
    width: 100vw;
    height: 100vh;
    display: none;
    animation: 5s fade;
    -webkit-animation: .5s fade;
    -moz-animation: .5s fade;
    -o-animation: .5s fade
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.burger span,
.burger1 span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px
}

#filter-list i.fa.fa-close,
#myModal .cursor,
.pointer {
    cursor: pointer
}

.close {
    width: 25px;
    height: 25px
}

.cross {
    height: 23px;
    width: 2px;
    opacity: 1;
    border-radius: 3px
}

#sidenav .close {
    opacity: 1 !important;
    position: relative;
    top: 22px;
    margin-left: 25px
}

.cross.left {
    transform: rotate(45deg)
}

.cross.right {
    transform: rotate(-45deg)
}

.burger i,
.burger1 i {
    font-size: 27px;
    color: var(--black)
}

.burger a {
    font-size: 16px;
    color: var(--black);
    padding-left: 16px;
    text-transform: uppercase;
    line-height: 21px
}

.burger a:hover,
.burger1 a:hover,
.ttitle-produvt-arivals h4 a:hover {
    color: var(--red-dark)
}

.burger,
.burger1 {
    width: 96px
}

.chat-wtspa {
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400
}

.chat-wtspa i {
    color: #25d366;
    font-weight: 600;
    font-size: 25px
}

p.main-cls-top {
    padding: 1rem;
    margin: 0
}

.mt-a1 {
    margin-top: 1rem !important
}

.category {
    width: 11%;
    margin: 1.3rem 0;
    text-align: center
}

.accordion-panel ul,
.content-category,
.footer-right ul {
    margin-top: 5px
}

.image-cateogory img {
    width: 102px;
    height: 128px;
    border-radius: 22px;
    object-fit: cover;
    object-position: top;
    padding-top: 5px
}

.content-category span {
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 1rem;
    color: #545454;
    font-weight: 500;
    padding-top: 10px
}

.single-banner-slide {
    height: 70vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2
}

.single-banner-slide span {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: var(--red-dark);
    font-style: italic
}

.single-banner-slide h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 53px;
    margin: 0;
    font-weight: 400;
    letter-spacing: .5px
}

.single-banner-slide p {
    color: #fff;
    font-size: 15px;
    max-width: 50%;
    text-align: left;
    margin-bottom: 30px
}

.single-banner-slide a {
    color: #000;
    background: #fff;
    padding: 10px 45px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
    transition: .3s
}

.single-banner-slide a:hover {
    color: #fff;
    background: #000
}

.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--zoom,
.fancybox-infobar,
.fancybox-thumbs.thumbs-mobile,
.for_mbs-spo,
.for_mobile-_bn,
.hover_show.mobile-view,
.m-d,
.main-recten-views .slick-dots,
.moblile-views,
.owl-dots,
[tooltip='']::after,
[tooltip='']::before,
li.links-menu.about-m {
    display: none !important
}

.auto-scrroll-s {
    background: #fff;
    padding: 20px;
    border-radius: 6px
}

.padding_new_divs_for_Alls {
    padding: 61px 0
}

.padding-100 {
    padding: 36px 0
}

.tags h3,
ul.bannerSlider.slick-initialized.slick-slider.slick-dotted {
    margin-top: 0
}

.section-sub-title h5 {
    font-size: 20px;
    font-weight: 200;
    color: var(--red-dark);
    position: relative;
    margin-bottom: 6px;
    margin-top: 2px;
    text-transform: uppercase
}

.sec-title_heading {
    font-weight: 500;
    line-height: 46px;
    font-size: 46px;
    text-transform: capitalize;
    margin: 0 14px;
    letter-spacing: .2px;
    font-family: var(--amaranth) !important;
    text-align: center;
    padding-bottom: 17px
}

.cart__title,
.contact-form label,
.contact-label,
h2.contact-title,
.delivery-addres h4,
.inner-sub-tags h4,
h2#swal2-title {
    font-family: var(--amaranth)
}

.com-paragraph {
    color: #464646;
    font-size: 18px;
    text-align: justify
}

.submenu-links p.sub-menu-trensz {
    font-size: 18px;
    font-weight: 600;
    margin-left: 25px;
    border-bottom: .5px dotted #b6b0b0;
    padding-top: 17px;
    padding-bottom: 17px;
    color: #1f1f1f;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0
}

.submenu-links p.sub-menu-trensz:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.submenu-links p.sub-menu-trensz a {
    color: #1f1f1f
}

.search-btn,
li.submenu-links .sub-sub-menu span {
    color: var(--black);
    font-size: 16px
}

.submenu-links .sub-sub-menu {
    margin-left: 39px;
    margin-top: 15px
}

ul.trenz-menu {
    margin-top: 2px;
    margin-bottom: 19px
}

.submenu-links p.sub-menu-trensz i {
    font-size: 13px;
    color: #000
}

.submenu-links li {
    margin-left: 11px
}

li.submenu-links {
    margin-left: 10px
}

.img-sports-innre-new,
.submenu-links li.sub-main-cateory-imnners {
    margin-bottom: 10px
}

.div-sub-innere-menu-list {
    margin-left: 16px;
    border-top: 1px solid #ddd;
    padding: 10px 0
}

.mian-mobile-secrh {
    height: 104px
}

@media(max-width:768px) {
    .search-box.search-elem {
        position: fixed !important
    }

    .m-d {
        display: block !important
    }

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

.search-box.search-elem .inner {
    width: 94%;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px
}

.search-box.search-elem label {
    color: #fff;
    font-weight: 300
}

.chat-width-whtsp,
.search-box.search-elem button.submit[disabled],
a.btn-all-sec-nrws {
    background: #000;
    color: #fff
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.search-btn {
    padding-left: 16px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    margin-left: 23px
}

.breadcrumb ul li.active,
.breadcrumb-sec ul li a,
.btn-more-details a:hover,
.inner_titl_sec_alls h4 a,
.menu-dropdown-icon a:hover,
.prod-box p,
.save_lates_carts a:hover,
.search-btn:hover,
.ttitle-produvt-arivals h4 a,
a.btn-accounts:hover,
a.size-chart:hover,
div.hb-colour-options input[type=radio]#white:checked+label:after,
div.hb-colour-options input[type=radio]#yellow:checked+label:after,
span.new-users-pns a {
    color: #000
}

.privacy-all-policy li i,
.search-btn i {
    padding-right: 6px
}

.home-demo h2 {
    color: #fff;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300
}

.prod-box {
    background-color: #fff;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 16px
}

.prod-box .img-holder {
    margin-top: 0;
    text-align: center;
    height: 100%;
    overflow: hidden;
    position: relative
}

.prod-box .img-holder img,
.slider-product-category-mains img {
    border: 1px solid #ddd
}

.prod-box .anons {
    padding: 5px;
    border-top: 1px solid #ddd
}

.prod-box p {
    margin-bottom: 5px;
    padding: 3px;
    font-size: 17px;
    font-weight: 600
}

.prod-box .title {
    font-size: 16px;
    max-height: 45px;
    overflow: hidden;
    font-family: 'Open sans', Arial
}

.prod-box .price {
    float: left;
    color: #d90000
}

.prod-box .sold {
    float: right;
    color: #999
}

.prod-box .info {
    width: 60%;
    font-size: 12px;
    color: #666;
    float: left
}

.price-wrap-1 span {
    width: 36px;
    color: #111
}

.prod-box .action {
    width: 39%;
    float: right;
    position: relative
}

.diV_secra_new_logos {
    width: 330px;
    display: flex;
    align-items: center
}

div:where(.swal2-icon).swal2-error {
    border-color: #c10808 !important;
    color: #c10808 !important
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: #c10808 !important
}

.swal2-actions {
    margin-top: 0;
    margin-bottom: 10px
}

div#swal2-html-container {
    color: #474747;
    font-size: 16px;
    width: 70%;
    font-weight: 600;
    margin: auto;
    line-height: 23px;
    padding: 10px 6px
}

button.swal2-confirm.swal2-styled {
    background: #00b0b5;
    margin-top: 10px;
    min-width: 158px;
    border: 2px solid #00b0b5
}

button.swal2-cancel.swal2-styled {
    color: #00b0b5;
    background: #fff;
    margin-top: 10px;
    border: 2px solid #00b0b5;
    min-width: 158px
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: #2e7e00 !important
}

button.swal2-confirm.swal2-styled:focus-visible {
    box-shadow: none
}

div:where(.swal2-icon).swal2-warning {
    color: #8b0000 !important;
    border-color: #8b0000 !important
}

h2#swal2-title {
    color: #000;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
    padding-top: 6px
}

.prod-box:hover .blok-hover {
    bottom: 0;
    opacity: 1
}

.blok-hover {
    position: absolute;
    bottom: -162px;
    left: 0;
    width: 100%;
    height: 108px;
    padding: 4px 10px;
    background-color: #ffffffe3;
    overflow-x: hidden;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    text-align: left;
    transition: .2s ease-in-out;
    border: 1px solid #e1e1e1
}

.addedtocart,
.banner-card,
.banner-card2,
.banner-card2 p,
.buynow,
.cart__empty,
.cart__title,
.categoyr-styles,
.categoyr-styles h2,
.categoyr-styles p,
.copyright,
.div-loc-sec,
.div-tagline-adds h1,
.menu-tab,
.policy-all,
.policy-all p,
.popup-content,
.prod-1 .button,
.size-buttons,
.team_sec,
.totasl-pr_delivery {
    text-align: center
}

.blok-hover a {
    color: inherit;
    display: inline-block;
    padding: 10px;
    font-size: 14px
}

.blok-hover a:hover {
    color: #ff0
}

.prod-box .btn {
    background-color: #ff4000;
    border-radius: 0;
    font-size: 12px;
    padding: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
    border: 0
}

.prod-box .action .btn-add {
    display: none;
    position: absolute
}

.prod-box .btn-add:hover,
.prod-box .btn-order:hover {
    background-color: #d90000;
    color: #fff
}

.blok-hover .color-buttons input[type=radio] {
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 #fff;
    cursor: pointer;
    height: 27px;
    outline: 0;
    width: 27px;
    -moz-appearance: none;
    -webkit-appearance: none
}

.blok-hover .color-buttons input[type=radio]:checked {
    background-color: #fff;
    box-shadow: inset 0 0 0 4px #fff;
    -webkit-transition: background .15s, box-shadow .1s;
    transition: background .15s, box-shadow .1s
}

.blok-hover .color-buttons .color-1 input[type=radio] {
    background-color: red
}

.blok-hover .color-buttons .color-2 input[type=radio] {
    background-color: #639
}

.blok-hover .color-buttons .color-3 input[type=radio] {
    background-color: green
}

.blok-hover .color-buttons .color-5 input[type=radio] {
    background-color: #00f
}

.blok-hover .color-buttons .color-6 input[type=radio] {
    background-color: #ff4000
}

.blok-hover .color-buttons .color-7 input[type=radio] {
    background-color: #47d1da
}

.blok-hover .color-buttons .color-8 input[type=radio] {
    background-color: #da479a
}

.size-buttons .radio__button {
    position: relative;
    display: inline-block
}

.size-buttons .radio__button label {
    cursor: pointer;
    color: #181818;
    border: 2px solid #757474;
    -webkit-tap-highlight-color: transparent;
    padding: 0 4px;
    height: 32px;
    max-width: max-content;
    overflow: hidden;
    display: block;
    min-width: 49px;
    text-align: center;
    border-radius: 0;
    margin: 2px;
    transition: 120ms ease-in-out;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    font-weight: 600
}

p.quick-add {
    margin-top: 0;
    margin-bottom: 2px
}

.size-buttons .radio__button label:before {
    content: attr(data-icon);
    font-size: 17px;
    display: block;
    line-height: 19px
}

#billing,
#myModal .modal-content a.next,
#myModal .modal-content a.prev,
#myModal .mySlides,
#shipping,
.cart__empty.hide,
.cart__product,
.forwishlist,
.innerproduct_color input[type=radio][id^=cb],
.logo-foots,
.nav-toggle-btn svg,
.new-arrivals input[type=radio],
.prod-box .img-holder .item-img-2,
.size-buttons .radio__button input[type=checkbox],
.size-buttons .radio__button input[type=radio],
.type-pro {
    display: none
}

.size-buttons .radio__button input[type=radio]:checked+label {
    border: 2px solid #00b0b5;
    box-shadow: #00b0b575 0 4px 6px -1px, #00b0b557 0 2px 4px -1px
}

.divs_no_produtcs img {
    width: 358px;
    margin: auto
}

.divs_no_produtcs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.divs_no_produtcs p {
    font-size: 17px;
    margin: 0 0 25px
}

.divs_no_produtcs h3 {
    font-size: 22px;
    margin-top: -22px
}

.size-buttons .radio__button input[type=radio]:disabled+label {
    cursor: not-allowed;
    color: #ccc;
    background: #f5f5f5;
    border: 1px solid #e7e7e7
}

input#couponCode {
    width: 100%;
    height: 38px
}

.colo_and_size_carts,
.div_input_coupons {
    width: 100%;
    position: relative
}

button#removeCoupon:active,
button#removeCoupon:focus,
button#removeCoupon:focus-visible,
button#removeCoupon:hover {
    background-color: transparent;
    color: red;
    box-shadow: none;
    border: none;
    outline: 0
}

button#removeCoupon:hover {
    background-color: transparent
}

button#removeCoupon {
    padding: 0;
    color: red;
    font-size: 14px;
    background: 0 0;
    border: none
}

input#couponCode:focus {
    box-shadow: none;
    border: 1px solid #ddd
}

.btn.submit:focus,
button#applyCoupon:focus {
    box-shadow: none
}

.custom-radios,
.div_one_price_cart.new_disv_soupons_tw {
    display: flex;
    flex-direction: column
}

button#applyCoupon {
    background: #000;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 18px;
    height: 38px;
    justify-content: center
}

.conetnt-products h4 {
    min-height: 51px;
    margin-top: 3px
}

.blok-hover .color-buttons input[type=radio] {
    border: 1px solid #cecece
}

.conetnt-products h4 a {
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 500
}

.conetnt-products .category-color {
    font-size: 17px;
    text-transform: capitalize;
    color: var(--dark);
    margin: 0;
    padding: 0
}

.conetnt-products .category-name {
    margin: 0 0 6px;
    padding-left: 0;
    font-size: 16px;
    color: #3a3a3a
}

.div-price {
    justify-content: space-between;
    margin: 2px 0
}

#SearchProductSection .col-md-3,
.new_prodile_dashbors .col-md-3 {
    padding-right: 0
}

span.offers {
    font-size: 16px;
    letter-spacing: 0;
    color: #006a28;
    font-weight: 600
}

.div-price span.discount-price {
    font-size: 16px;
    color: var(--light-gray);
    text-decoration: line-through;
    font-weight: 500;
    padding-right: 4px;
    padding-left: 3px
}

.div-price span.actual-price {
    font-size: 20px;
    color: var(--black);
    font-weight: 700;
    padding-left: 0
}

.btn-add-to-cart button {
    font-size: 15px;
    color: #fff;
    border: 1.4px solid #000;
    padding: 10px 11px;
    font-weight: 500;
    background: #000;
    text-transform: capitalize;
    width: 100%;
    margin: 11px 0 0
}

.category-styles {
    background-color: #eee;
    padding: 80px 0
}

.btn-add-to-cart button:hover {
    background-color: #00b0b5;
    border: 1px solid #00b0b5;
    color: #fff
}

.mt_new_secrahs {
    margin: 20px 30px
}

.div_news_cards_cateoyrs_search {
    margin: 0 30px 22px
}

.btn-add-to-cart i {
    padding-right: 4px;
    font-size: 14px;
    margin-bottom: 5px
}

.mt_new_secrahs h3 {
    padding: 0;
    color: #111;
    margin: 0 0 8px
}

.div_news_cards_cateoyrs_search ul {
    margin: 0;
    display: inline-flex
}

.div_news_cards_cateoyrs_search ul li {
    list-style-type: none;
    font-size: 15px;
    color: #212529;
    padding-right: 15px
}

.div_news_cards_cateoyrs_search ul li a {
    color: #212529;
    text-decoration: underline !important
}

.div_news_cards_cateoyrs_search h4 {
    font-size: 18px;
    color: #111;
    margin-top: 0
}

.item_sec_new_divs {
    margin: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 5px
}

.conetnt-products {
    margin-right: 0;
    padding: 14px
}

.height-width {
    position: relative;
    height: 100%;
    width: 100%
}

.height-width video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.mmt-2 {
    margin-top: .5rem
}

#SearchProductSection .prod-box .img-holder img {
    width: 100%;
    max-width: 100%;
    height: 590px;
    object-fit: cover;
    max-height: 100%
}

#SearchProductSection .item {
    margin-bottom: 40px
}

.top-bar-products .offers {
    background-color: #e31e25;
    font-size: 14px;
    margin-top: 4px;
    margin-left: 9px;
    font-weight: 600;
    color: #fff;
    padding: 3px 9px;
    border-radius: 33px;
    border: 1px solid #e31e25;
    letter-spacing: .5px
}

#outOfStockMsg.text-danger {
    display: block;
    background: #fff2f2;
    border: 1px solid #ffbcbc;
    padding: 3px 12px;
    font-weight: 600;
    margin: 0;
    width: 100%;
    font-size: 13px;
    border-radius: 4px
}

.top-bar-products .wishlist-p {
    background-color: #ffffff8c;
    -webkit-backdrop-filterr: blur(7px);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.top-bar-products .wishlist-p i {
    color: #000;
    font-weight: 600
}

.owl-carousel .owl-nav button.owl-next span:before {
    content: "\f054";
    font-size: 15px;
    font-weight: 500;
    font-family: FontAwesome
}

.owl-nav {
    position: absolute;
    top: auto;
    right: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    bottom: -54px !important;
    width: 100%
}

.section-sub-title {
    margin: 10px 20px
}

.slick-prev:before {
    content: "\f053" !important;
    font-weight: 500;
    font-family: FontAwesome !important
}

.slick-next:before {
    content: "\f054" !important;
    font-weight: 500;
    font-family: FontAwesome !important
}

.owl-carousel .owl-nav button.owl-prev span:before {
    content: "\f053";
    font-size: 15px;
    font-weight: 500;
    font-family: FontAwesome
}

section.products-shop {
    margin-bottom: 60px;
    padding-top: 50px
}

.owl-carousel .owl-nav span {
    font-size: 0 !important;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.products-shop .owl-carousel .owl-nav button.owl-next,
.right_conts {
    margin-left: 7px
}

.owl-carousel .owl-item {
    margin-bottom: 15px
}

.products-shop .owl-carousel .owl-nav button.owl-prev {
    margin-right: 7px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #fff !important;
    width: 41px;
    height: 41px;
    color: #fff;
    line-height: 33px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #000 !important
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 8px
}

.acc-item.open .acc-title,
.acc-trigger:hover .acc-title,
.banner-card:hover p,
.category-menus li:hover a,
.div-one-tabs-section:hover p,
.menu-tab.active,
.menu-tab:hover,
.slider-product-category-mains .div-category-womens:hover h4,
a.continue_shoping:hover,
span.new-users-pns a:hover {
    color: #00b0b5
}

.owl-carousel .owl-nav button.owl-next {
    margin-left: 8px
}

.category-listing-new .tab-content,
.my-slider {
    padding: 0
}

.slick-initialized .slick-slide {
    background-color: #fff;
    color: #fff;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.slick-next:before,
.slick-prev:before {
    font-size: 17px !important;
    color: #000 !important;
    opacity: 1;
    z-index: 99
}

.slick-next,
.slick-prev {
    z-index: 9;
    border-radius: 50%;
    width: 41px !important;
    height: 41px !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    top: auto !important;
    outline: 0;
    position: absolute !important;
    background: #fff0 !important;
    border: 2px solid #000 !important;
    bottom: -90px !important
}

.slick-prev {
    left: 47% !important
}

.slick-next {
    right: 47% !important
}

.categoyr-styles img {
    width: 100%;
    border: 1px solid #ddd;
    transition: transform .5s, filter .5s
}

.categoyr-styles h2 {
    font-size: 31px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #000;
    margin: 16px 0 0
}

.categoyr-styles p {
    color: var(--black-light);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 17px;
    margin: 4px 0 26px
}

.sec-twos {
    position: absolute;
    bottom: 31px;
    margin: 27px
}

a.shop-now-btn:hover {
    background: 0 0;
    border: 2px solid #000;
    color: #000;
    font-weight: 600
}

a.shop-now-btn {
    background: #000;
    padding: 9px 15px;
    border: 2px solid #000;
    font-size: 15px;
    color: #fff;
    letter-spacing: .4px
}

.scrolled .bg-overlay1 {
    margin-top: 84px
}

.custom-model-main1.scrolled {
    top: 82px
}

.slick-initialized .slider-product-category-mains .div-category-womens img {
    width: 31px !important
}

.slider-product-category-mains .div-category-womens h4 {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin: 0;
    font-family: var(--amaranth) !important;
    letter-spacing: .5px
}

.cart_page_main h2.contact-title::after {
    display: none;
}

.accordion-body li a,
.addedtocart,
.banner-card p,
.banner-card2 p,
.bottom-left-footers h2,
.breadcrumb ul li,
.btn.submit,
.buynow,
.category-menus li a,
.chat-width-whtsp,
.chat_with a.chat_with_us,
.coins_sections p span,
h2.contact-title,
.custom-radios label,
.cart_page_main h2::after .div-products-speciality p,
.div-tagline-adds h1,
.drop-down_show li a,
.filtes-orders .form-controls h5,
.inner-sub-tags h4,
.list_account_mobile li a,
.location_page_one p,
.menu-dropdown-icon a,
.morefilters .form-group label,
.name-clo,
.new-sports-images p,
.order-placed h3,
.policy-all p,
.popupk h4,
.privacy-all-policy h5,
.product-h3,
.sec-title_heading2,
.sec-title_heading3,
.sidebarx h3,
.single-contact-address-box h3,
.statues-top .comts,
.ttitle-produvt-arivals p,
.wishlists span,
a.btn-all-sec-nrws,
a.btn-all-stores,
a.btn_order_go,
a.div-continue,
a.toggle-sub,
li.submenu-links span,
span.instags,
span.name-clo {
    text-transform: capitalize
}

footer.footer-section {
    padding: 40px 150px 22px;
    background-color: #000
}

.footer-section img.logo-white {
    width: 317px
}

.inner-war {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.btn-view-alls:hover,
.btn_changes-btn:hover,
.copyright a,
.copyright a:hover,
.footer-right h3 a,
.mail-scoaila a:hover,
.shop-btn-category:hover,
.single-contact-address-box a,
.single-contact-address-box a:hover,
a.btn-all-sec-nrws:hover,
a.btn-all-stores:hover,
a.btn-checkouts:hover,
a.btn-continue-sops:hover,
a.btn-large-map:hover,
a.btn-logins:hover,
a.btn_cance_ords:hover,
a.btn_order_go:hover,
a.logout-sec:hover,
a.logout_footers:hover,
a.no_cancel_ord:hover,
a.view-all:hover,
a.view_orders:hover {
    color: #fff
}

.inner-war h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 10px;
    letter-spacing: .6px;
    margin: 0;
    line-height: 25px
}

.bottom-left-footers {
    margin-left: 37px
}

.app-logo a {
    margin-right: 15px
}

.inner-left-btns p {
    margin: 0 0 26px;
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    padding-right: 54px
}

.social-icons {
    margin-top: 21px
}

.footer-warranty {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 14px;
    border-bottom: 2px solid #717171;
    padding-bottom: 25px
}

.bottom-left-footers h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 0
}

.mail-scoaila {
    font-size: 20px;
    margin: 11px 0 12px;
    color: #fff;
    font-weight: 400
}

.mail-scoaila a {
    color: #fff;
    text-decoration: underline !important
}

.dvi-tnm-sec {
    padding-top: 12px;
    border-top: 2px solid #717171;
    margin-top: 15px
}

.copyright,
.dvi-tnm-sec p {
    margin: 0;
    font-size: 16px;
    color: #fff
}

.div-right-coms {
    margin-left: 0
}

.dvi-tnm-sec p {
    font-weight: 400;
    width: 71%;
    line-height: 26px
}

.copyright {
    padding: 0;
    font-weight: 300;
    letter-spacing: .3px
}

.dvi-tnm-sec h4 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 7px
}

.footer-right h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px
}

.footer-right li {
    padding: 5px 0
}

.footer-right li a {
    font-size: 17px;
    color: #fff;
    font-weight: 300
}

.bottom-left-footers h4 {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 16px;
    margin-top: 29px
}

.app-logo {
    margin-bottom: 22px
}

.div-category-womens {
    display: flex;
    align-items: center;
    margin: 11px 14px;
    justify-content: space-between
}

.slider-product-category-mains {
    background-color: #fff !important;
    border: 1px solid #b5b5b5;
    border-radius: 24px;
    padding: 12px;
    position: relative
}

.cart,
.cart__header,
.sticky {
    top: 0;
    background: #fff
}

.slider-product-category-mains img {
    width: 100%;
    border: none
}

section.product-type-sections {
    background: #f2f2f2;
    margin-top: 45px;
    padding-bottom: 80px
}

.owl-carousel .owl-item .img-holder img,
.prod-box .img-holder img {
    width: 100%;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    max-height: 100%;
    object-position: top;
    cursor: pointer
}

.color-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 4px
}

.owl-carousel .owl-item .img-holder .color-buttons img,
.prod-box .img-holder .color-buttons img {
    width: 38px;
    height: 47px;
    object-fit: cover;
    margin: 3px;
    border: 1px solid #a9a9a9
}

.banner,
.bannerSlider .slide .slide__image img,
.for_dt-spo,
.for_mbs-spo,
.main-recten-views .slick-initialized .slick-slide img {
    border-radius: 0
}

.color-buttons img.selected {
    border: 1px solid #000;
    box-shadow: none
}

.product-highlight-two,
.sponserships,
.trenz-section {
    padding-bottom: 0
}

#homepageBanner .slick-slider,
.blog-listings ul {
    margin-bottom: 0
}

.sponserships .slick-initialized .slick-slide img {
    border-radius: 0 !important;
    height: 600px;
    object-fit: cover
}

.slick-initialized .slick-slide img {
    border-radius: 10px;
    width: 100%;
    transition: transform .5s, filter .5s
}

.product-highlights-images:hover a.btn_shop_now,
.top-one:hover p,
a.btn-sign-regits:hover,
a.div-continue:hover {
    background-color: #000;
    color: #fff
}

.slider-product-category-mains .content-category-list:after {
    content: "";
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 0, transparent 75%, #000000e8);
    opacity: .8;
    bottom: 0
}

.slider-product-category-mains .content-category-list h4 {
    letter-spacing: .6px;
    position: absolute;
    bottom: 31px;
    color: #fff;
    z-index: 9;
    font-size: 21px;
    text-transform: capitalize;
    padding: 5px 19px;
    width: 100%
}

.slider-product-category-mains .content-category-list .shop-category {
    position: absolute;
    bottom: 0;
    left: 20px;
    margin-bottom: 17px
}

.shop-btn-category {
    position: relative;
    z-index: 9;
    color: #fff;
    padding: 0;
    border-radius: 47px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .7px
}

.shop-btn-category:after {
    content: "";
    width: 49px;
    height: 3px;
    background-color: var(--red-dark);
    position: absolute;
    bottom: 10px;
    margin-left: 5px
}

.extra-padding {
    padding-bottom: 3rem
}

.inner_product_high_one,
.store_nwes {
    margin-bottom: 30px
}

.testimonial-area img {
    width: 65%;
    margin: auto
}

.btn-view-alls,
.inner_product_high_one.new_bottoms {
    margin-bottom: 20px
}

.card-slider {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    border: none;
    color: #000
}

@media screen and (max-width:1024px) {
    .card-slider {
        width: 100%
    }
}

.sponserships .slick-initialized .slick-slide {
    color: #000;
    border: none;
    margin: 0 !important
}

.inner-sponsorship {
    padding: 0 6rem
}

.sponserships p {
    font-size: 22px;
    margin-top: -6px;
    line-height: 39px;
    color: #fff;
    letter-spacing: .9px
}

.price,
a.btn-all-stores {
    letter-spacing: .3px;
    font-weight: 600
}

.card.slick-slide {
    height: 600px
}

.col-md-12.p-0.inner-video {
    height: 551px
}

.images img {
    height: 389px;
    object-fit: cover;
    width: 100%
}

.images .first {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: z-index .2s, transform .2s
}

.images .image:hover .first {
    z-index: 9;
    transform: scale(1)
}

.new-arrivals-sec {
    display: grid;
    gap: 20px
}

.new-arrivals input[type=radio]:checked+label span,
.new-arrivals label:hover span {
    transform: scale(1.25)
}

.new-arrivals input[type=radio]:checked+label .red {
    border: 2px solid #711313
}

.new-arrivals input[type=radio]:checked+label .orange {
    border: 2px solid #873a08
}

.new-arrivals input[type=radio]:checked+label .yellow {
    border: 2px solid #816102
}

.new-arrivals input[type=radio]:checked+label .olive {
    border: 2px solid #505a0b
}

.new-arrivals input[type=radio]:checked+label .green {
    border: 2px solid #0e4e1d
}

.new-arrivals input[type=radio]:checked+label .teal {
    border: 2px solid #003633
}

.new-arrivals input[type=radio]:checked+label .blue {
    border: 2px solid #103f62
}

.new-arrivals input[type=radio]:checked+label .violet {
    border: 2px solid #321a64
}

.new-arrivals input[type=radio]:checked+label .purple {
    border: 2px solid #501962
}

.new-arrivals input[type=radio]:checked+label .pink {
    border: 2px solid #851554
}

.new-arrivals label {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    cursor: pointer;
    margin-bottom: 0 !important
}

.new-arrivals .color {
    margin: 12px 0
}

.new-arrivals label span {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .2s ease-in-out;
    border-radius: 50%
}

.new-arrivals label span.red {
    background: #db2828
}

.new-arrivals label span.orange {
    background: #f2711c
}

.new-arrivals label span.yellow {
    background: #fbbd08
}

.new-arrivals label span.olive {
    background: #b5cc18
}

.new-arrivals label span.green {
    background: #21ba45
}

.new-arrivals label span.teal {
    background: #00b5ad
}

.new-arrivals label span.blue {
    background: #2185d0
}

.new-arrivals label span.violet {
    background: #6435c9
}

.new-arrivals label span.purple {
    background: #a333c8
}

.new-arrivals label span.pink {
    background: #e03997
}

.ttitle-produvt-arivals h4 {
    color: #000;
    font-size: 16px;
    line-height: 21px
}

.ttitle-produvt-arivals p {
    margin: -3px 0 12px;
    font-size: 18px;
    color: #363636
}

.div-priceand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%
}

.price {
    font-size: 17px;
    color: #000
}

.prod-1 {
    position: relative;
    margin: 30px 0 40px
}

.div-wish-arivals {
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0
}

.div-cart-cions .icon-bsg i {
    font-size: 16px;
    color: #000;
    width: 44px;
    height: 35px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.div-wish-arivals i {
    font-size: 21px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
    justify-content: center
}

.desktop-view,
.fancybox-thumbs.thumbs-desk,
.for_deskotp-_bn,
.for_dt-spo {
    display: block !important
}

.hover_show.desktop-view {
    display: inline-block !important
}

.prod-1 .button {
    float: left;
    margin: 0 4px 0 0;
    width: 39px;
    height: 34px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border: 1px solid #000
}

.prod-1 .button input,
.prod-1 .button label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: none;
    cursor: pointer
}

.prod-1 .button input[type=radio] {
    opacity: .011;
    z-index: 100
}

.prod-1 .button input[type=radio]:checked+label {
    background: #000;
    border-radius: 0;
    color: #fff
}

.prod-1 .button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em
}

.div-icon-with,
.inner-order-two,
.order-menu-sec-1 ul,
.size-arrivals,
a.twitters {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.about-us_new video,
.sponserships .card.slick-slide,
.swiper,
.swiper-slide img {
    height: 100%;
    width: 100%
}

a.btn-all-stores {
    background: #000;
    padding: 11px 33px;
    font-size: 18px;
    color: #fff;
    margin: 10px
}

.btn-view-alls {
    margin-top: 20px
}

.location-all {
    display: grid;
    grid-gap: 32px;
    margin: 30px 0 5px
}

body.open .cart {
    left: 0;
    transform: translateX(0)
}

.cart {
    position: fixed;
    width: 556px;
    max-width: 100%;
    height: 100%;
    left: 0;
    box-shadow: -2px 0 4px #0003;
    overflow: hidden;
    transform: translateX(-100%);
    transition: transform 250ms ease-in-out;
    z-index: 100000
}

.cart__header {
    position: absolute;
    width: 100%;
    padding: 15px;
    left: 0;
    overflow: hidden;
    z-index: 2;
    border-bottom: 2px solid #fffd;
    justify-content: center;
    display: flex
}

.cart__header .cart__text {
    float: right
}

.cart__title {
    font-size: 26px;
    line-height: 54px;
    margin: 0;
    background-color: #fff;
    float: left;
    padding-bottom: 9px;
    color: #000;
    font-weight: 700;
    border-bottom: 2px dotted #00b0b5;
    width: 100%;
    letter-spacing: .2px
}

.color_one_carts,
.size_one_cart {
    color: var(--black-light);
    font-size: 14px
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 10
}

.cart__text .button i {
    color: #710000;
    font-weight: 600
}

.cartPopupHtml .progress_sec {
    margin: 0 0 22px;
    background: #f1f1f1;
    padding: 10px 14px 20px
}

.cartPopupHtml .content_ciso p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}

a.btn-bags.checks,
i.ri-shopping-cart-2-line {
    background: #00b0b5;
    color: #fff;
    font-weight: 500;
    font-size: 18px
}

i.ri-shopping-cart-2-line {
    padding-left: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-left: 9px;
    display: flex;
    align-items: center;
    justify-content: center
}

i.ri-arrow-right-long-line {
    font-size: 24px;
    padding-left: 5px;
    padding-top: 5px
}

a.btn-bags.checks {
    border: 2px solid #00b0b5
}

.btn-bags span {
    font-size: 15px;
    padding-top: 9px;
    padding-left: 2px
}

.actives,
.content_sec_detaillss span,
a.btn-bags:hover,
a.btn-bags:hover i {
    font-weight: 600
}

.cart__products {
    position: absolute;
    width: 100%;
    height: 88%;
    padding: 93px 0 142px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1
}

.cart__products article {
    padding: 15px;
    border-bottom: 1px dotted #ccc
}

.content_location_details span i,
span.sale_price {
    padding-right: 5px
}

.cart__products article h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0
}

.cart__products article p {
    font-size: 14px;
    margin: 0
}

.cart__products article p a,
div#ajaxResultSection {
    color: red
}

.cart__empty {
    padding: 30px 15px;
    margin: 0;
    font-style: italic
}

.cart__footer {
    position: absolute;
    background: #f4f4f4;
    width: 100%;
    padding: 15px;
    left: 0;
    border-top: 1px dashed #00b0b5;
    bottom: 0;
    z-index: 2;
    text-align: right
}

.menu>ul,
.menu>ul>li>ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    list-style: none
}

.accordion-body ul,
.bannerSlider .slide,
.cart__text,
.category-listing-new .item,
.content_ciso p,
.main-recten-views .slick-initialized .slick-slide,
.section-didebars h3,
.team_sec p,
.title-reviews h4 {
    margin: 0
}

.cart__text .button {
    padding: 9px;
    line-height: 0;
    width: 29px;
    height: 29px;
    border: 1px solid #00000075;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 25px
}

.lightbox {
    position: fixed;
    background: #000;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: opacity 250ms ease-in-out, width 0s ease-in-out 250ms
}

body.open .lightbox {
    width: 100%;
    opacity: .8;
    transition: opacity 250ms ease-in-out, width ease-in-out
}

.button--light.js-toggle-cart img {
    width: 25px
}

.imgae_cart_sections {
    margin-right: 15px;
    width: 161px;
    border: 1px solid #9f9f9f;
    height: 154px;
    padding: 4px;
    border-radius: 6px
}

.imgae_cart_sections img {
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%
}

.main_cart_inner_section {
    display: flex;
    align-items: stretch;
    margin: 5px 14px 5px 5px
}

.corss i.ri-delete-bin-2-line {
    color: #c00000;
    font-size: 19px;
    background: #fff;
    cursor: pointer
}

.corss {
    width: auto;
    margin-left: 14px;
    text-align: end
}

.corss img {
    width: 17px;
    cursor: pointer
}

.content_inner_carts {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.div_cart_title-Inners,
.new_grid_sec {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%
}

.inner_titl_sec_alls h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 5px
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid #2e0000 !important
}

span.discpunt-price {
    font-size: 16px;
    color: #515151;
    font-weight: 500;
    padding-right: 5px;
    text-decoration: line-through
}

span.sale_price {
    font-size: 16px;
    color: #000;
    font-weight: 700
}

.coins_sections span.fa.fa-star {
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c49c5e;
    border: 1px solid #c49c5e;
    margin-right: 5px
}

.coins_sections p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 8px 0
}

.quantiy_icon_sec .quantity {
    display: flex;
    border-radius: 41px;
    overflow: hidden;
    max-width: 118px;
    background: #fff
}

.main_col_quant_wishlist {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.quantiy_icon_sec .quantity button {
    background-color: #f2f2f2;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 19px;
    width: 34px;
    height: auto;
    text-align: center;
    transition: background-color .2s
}

.removeItem i {
    font-size: 31px;
    cursor: pointer
}

span.removeItem:hover {
    color: #e31e25;
    border-bottom: 1px solid #e31e25
}

span.removeItem {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #000;
    cursor: pointer
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
    box-shadow: none !important
}

span.price-unit-new {
    font-size: 15px;
    color: #212121;
    font-weight: 500;
    padding-right: 0
}

span.price-unit-new.wihtseconds {
    font-size: 17px
}

.carst a,
.contact-info a,
span.price-actuals-new.pp-seconds,
span.price-unit-new.unti-2 {
    font-size: 18px
}

.unit-price-aquantities.two-quants {
    margin-right: 39px
}

span.price-actuals-new {
    font-size: 17px;
    margin: 0 0 0 13px;
    font-weight: 600;
    color: #000
}

.add_divs_new-iteme_prics {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0
}

.quantiy_icon_sec .input-box {
    width: 41px;
    text-align: center;
    border: none;
    padding: 5px 1px;
    font-size: 16px;
    outline: 0;
    background: 0 0;
    font-weight: 600
}

.quantiy_icon_sec .input-box::-webkit-inner-spin-button,
.quantiy_icon_sec .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cartPopupHtml .progress,
.grid-item img {
    display: block;
    width: 100%
}

.coins_sections p span {
    font-size: 15px;
    color: #3d3b3b;
    line-height: 22px
}

.main_col_quant_wishlist .size_one_cart {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    padding: 0;
    line-height: 14px;
    font-weight: 600;
    color: var(--light-gray);
    margin-bottom: 12px
}

.cartPopupHtml .div_cart_empty {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.breadcrumb ul li a,
.size_one_cart {
    font-weight: 500
}

.cart_section_page {
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 25px
}

.color_one_carts {
    display: flex;
    align-items: center;
    font-weight: 600
}

.color_one_carts i {
    font-size: 16px;
    border: 2px solid #b5b3b3;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 4px
}

.edit_icon_carts {
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 100%
}

.edit_icon_carts img {
    width: 29px
}

.save_lates_carts a {
    color: #000;
    font-weight: 500
}

.popupk {
    display: none;
    position: fixed;
    padding: 34px;
    width: 29%;
    left: 38%;
    background: #fff;
    z-index: 20;
    margin: auto;
    box-shadow: 0 4px 12px #0000002e;
    border-radius: 20px;
    text-align: center
}

#popupk:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0000009d;
    z-index: -2
}

#popupk:before,
.btnGlow:after,
.btnGlow:before {
    z-index: -1;
    position: absolute
}

#popupk:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff
}

.save_lates_carts .button {
    background: 0 0;
    border: none;
    font-size: 16px;
    font-weight: 500
}

.popupk img {
    width: 22px
}

.close-popup-new {
    background-color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    right: -10px;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center
}

.close-popup-new:hover {
    color: #ffff
}

.popupk i.fa.fa-heart-o {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    color: #000
}

.popupk h4 {
    font-size: 30px;
    margin: 9px 0 0
}

.popupk p {
    font-size: 16px;
    text-align: center;
    margin: 11px auto;
    width: 95%
}

.popupk .div-btn-wis-popup-alls {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 40px 0 20px
}

a.btn-accounts,
a.btn-logins {
    width: 40%;
    align-items: center;
    font-size: 17px;
    padding: 6px 9px;
    height: 49px;
    display: flex
}

a.btn-logins {
    background: #000;
    justify-content: center;
    color: #fff;
    border: 2px solid #000;
    border-radius: 27px
}

a.btn-accounts {
    background: #fff;
    justify-content: center;
    color: #000;
    border: 2px solid #000;
    border-radius: 27px
}

a.btn-bags,
a.btn-checkouts {
    background: #000;
    margin: 5px;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    text-align: center
}

.div-all-checkout-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column
}

a.btn-checkouts {
    height: 52px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    font-size: 20px;
    font-weight: 600
}

i.ri-shopping-bag-2-line {
    font-size: 20px;
    padding-left: 4px
}

a.btn-bags {
    justify-content: center;
    border-radius: 1px;
    font-size: 18px;
    height: 54px;
    font-weight: 400;
    border: 2px solid #000
}

a.btn-bags:hover {
    color: #000;
    background: #fff;
    border: 2px solid #000
}

a.btn-bags.checks:hover {
    color: #00b0b5;
    background: #fff;
    border: 2px solid #00b0b5
}

.page_wishlist {
    margin-left: auto
}

.edit_icon_carts.edit-page_carts {
    left: 80px
}

.cart_page_main h2::after,
.tab-link::after {
    height: 3px;
    left: 50%;
    position: absolute;
    content: ''
}

i.ri-shopping-cart-line {
    font-size: 19px;
    font-weight: 200;
    padding-right: 6px
}

.cart_page_main h2,
.cart_total_items h3 {
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--amaranth)
}

.cart_page_main h2 {
    text-align: center;
    margin: 20px 0 60px;
    font-size: 40px;
    color: #000
}

.cart_page_main h2::after {
    bottom: -12px;
    transform: translateX(-50%);
    width: 16%;
    background: linear-gradient(to right, transparent, #00b0b5, transparent);
    border-radius: 50px
}

.delivery-new-ads {
    border: 1px dashed #bfbcbc;
    padding: 4px 12px
}

.summary-catr-page {
    padding: 15px
}

.cart_total_items {
    background-color: #fff;
    width: 100%
}

.cart_total_items h3 {
    font-size: 24px;
    background: #00b0b5;
    margin: 0;
    color: #fff;
    padding: 11px
}

.div_one_price_cart {
    justify-content: space-between;
    margin: 13px 0
}

.contact-address-area {
    background-color: #f2f2f2
}

.div-products-speciality.cart-page-spoes {
    background: #e2e2e28c;
    padding: 12px 11px;
    border-top: 2px solid #eae9e9;
    border-bottom: 2px solid #eae9e9
}

.div-products-speciality.cart-page-spoes p {
    font-size: 14px;
    line-height: 19px
}

.div_one_price_cart p {
    margin: 0;
    font-size: 15px;
    color: var(--black-light);
    font-weight: 600
}

.div_one_price_cart.add-secons-items-totals {
    background: #f5f5f5;
    padding: 15px
}

.div_one_price_cart h4 {
    font-size: 20px;
    margin: 0;
    color: #111
}

.div_one_price_cart h4 span {
    font-size: 13px;
    margin: 0
}

.checkout_process_cart_btn {
    width: 100%;
    background: #000;
    text-align: center;
    margin: 20px 0;
    height: 58px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

.navbar-top .element,
.tab-link {
    font-size: 16px;
    text-transform: capitalize
}

.checkout_process_cart_btn:hover {
    background: #00b0b5;
    border: 1px solid #00b0b5;
    color: #fff
}

.checkout_process_cart_btn i.ri-arrow-right-long-line {
    font-size: 18px;
    padding-left: 1px;
    padding-top: 4px
}

.point_cart_sec_points span.fa.fa-star {
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c49c5e;
    border: 1px solid #c49c5e;
    margin-right: 5px
}

p.point_cart_sec_points {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    font-size: 14px;
    color: #454545;
    font-weight: 600
}

.tabs-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: #fff;
    overflow: hidden
}

.tabs {
    padding: 10px 0 15px
}

.tab-links {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #f0f0f0
}

.tab-link {
    background: 0 0;
    border: none;
    font-weight: 500;
    padding: 14px;
    color: #7a7a7a;
    cursor: pointer;
    transition: color .3s
}

.tab-link.active,
.tab-link:hover {
    color: #191919
}

.tab-link i {
    margin-right: 10px
}

.tab-link::after {
    width: 0;
    bottom: -1px;
    background: #191919;
    transition: .4s
}

.tab-link.active::after {
    width: 100%;
    left: 0
}

.tab-content {
    display: none;
    animation: .5s fadeInUp;
    padding: 5px 10px 15px
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media screen and (max-width:600px) {
    .tab-links {
        flex-direction: column;
        align-items: center
    }

    .tab-link {
        text-align: center;
        width: 100%;
        padding: 15px 0
    }
}

.navbar-top .slick-initialized .slick-slide {
    background-color: #000;
    height: auto
}

.product-highlights-images {
    width: 100%;
    height: 100%
}

.product-highlights-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right
}

.hidghlidt-sec-all {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 31px;
    margin-left: .5rem
}

.div_highlight img {
    width: 100%;
    border: 1px solid #ededed;
    height: 360px;
    object-fit: cover;
    margin-bottom: 12px
}

.div_highlight h4 {
    color: var(--black);
    margin: 9px 0;
    text-transform: capitalize;
    font-size: 18px
}

.div_highlight h5 {
    color: var(--all-com-color);
    font-weight: 500;
    margin: 12px 0
}

.divprice {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

a.btn_shop_now {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 9px 17px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 1.2px
}

a.btn_shop_now:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.product-highlight-two .inner_product_high_one .image-height_prod img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border: 1px solid #ddd
}

.sponserships .card h3 {
    position: absolute;
    top: 0;
    text-align: center;
    background: #000;
    margin: 0;
    padding: 8px 20px;
    width: 100%;
    font-size: 44px;
    font-weight: 200;
    color: #fff;
    font-family: cornero !important;
    border-bottom: 1px solid #dddddd87;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-2,
.category-listing-new,
.sponserships {
    padding-top: 0
}

.product-highlight-two .inner_product_high_one h3 {
    color: var(--black);
    text-transform: capitalize;
    margin-bottom: 20px
}

.col-new-images-gallery img,
.height-width img,
.product-highlight-two .inner_product_high_one .image-height_prod2 img,
.zoomable__img,
img.demo.cursor {
    width: 100%;
    object-fit: cover;
    object-position: top
}

.product-highlight-two a.btn_pro-high_2_btn {
    padding: 10px 24px;
    background: #fff0;
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: capitalize
}

.product-highlight-two a.btn_pro-high_2_btn:hover {
    padding: 10px 24px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px
}

.inner-sales-banners img {
    border-radius: 10px;
    width: 100%
}

.main_sales_sec .inner_conts {
    background: #00000047;
    box-shadow: 0 0 10px #ffffffa8;
    border-radius: 10px;
    width: 61%;
    padding: 52px
}

.main_sales_sec .inner_conts p {
    font-size: 19px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.main_sales_sec .inner_conts h3 {
    margin: 0;
    font-size: 45px;
    font-weight: 800;
    color: #fff
}

.seo,
.shop_by_sports,
div.hb-colour-options input[type=radio]#white+label:before {
    background: #fff
}

.carousel {
    width: 100%;
    margin: 0 auto
}

.main_product_delivery,
.slick-slide {
    margin: 10px
}

.shop_by_sports .slick-initialized .slick-slide {
    height: auto;
    background-color: transparent;
    position: relative
}

.shop_by_sports .slick-initialized .slick-slide h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    background: #000000b3;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px
}

.testimonial-area .owl-dots {
    margin-top: 4px;
    display: block !important
}

.inner_blog_sections img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.cancel_orders a:hover,
.inner_blog_sections .btn_all_blogs:hover,
.returns:hover,
.sec-title-style1 .text.clr-yellow p {
    color: #e31e25
}

.inner_blog_sections h4 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #000
}

.inner_blog_sections p {
    font-size: 16px;
    color: var(--all-com-color);
    line-height: 24px;
    margin: .5rem 0
}

.inner_blog_sections .btn_all_blogs {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 24px
}

.blog_section_index {
    background: #fff;
    margin-bottom: 19px
}

.testimonial-area .owl-dots button.owl-dot {
    display: inline-flex !important
}

.testimonial-area .owl-dots button.active {
    width: 13px;
    height: 13px;
    background-color: #000 !important
}

.testimonial-area .owl-dots button {
    width: 13px;
    height: 13px;
    background-color: #a5a5a5 !important
}

.div-loc-sec h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 12px 1px
}

.div-loc-sec p {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: var(--all-com-color)
}

.navbar-top .element img {
    width: 25px;
    margin-right: 8px
}

.menu-dropdown-icon a,
.navbar-top .slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.trenz-section h5 {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-family: "Magica W01 Regular" !important
}

.trenz-section h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 12px;
    letter-spacing: .5px;
    font-family: var(--empera) !important
}

a.btn-trenzs {
    font-size: 19px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .8px;
    border: 1px solid #fff;
    padding: 13px 25px
}

.category-listing-new .mt-w2,
.mt-top {
    margin-top: 2rem
}

.btnGlow {
    z-index: 1
}

.btnGlow:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0
}

a.view-all {
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.btnGlow:before {
    content: '';
    background: linear-gradient(45deg, #4ad5e6, #39a6b3, #297780, #19474d, #102f33, #19474d, #297780, #39a6b3, #4ad5e6);
    top: -2px;
    left: -2px;
    background-size: 400%;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: 20s linear infinite glowing;
    transition: opacity .3s ease-in-out
}

.primaryBtn {
    font-size: 18px;
    outline: 0;
    color: #fff !important;
    background-color: #000;
    padding: 12px 32px;
    display: inline-block;
    cursor: pointer
}

@keyframes glowing {

    0%,
    100% {
        background-position: 0 0
    }

    50% {
        background-position: 400% 0
    }
}

.sec-title {
    margin-bottom: 50px;
    padding-bottom: 15px
}

.testimonial-area {
    background: #fff;
    padding: 77px 0
}

.testimonial-area .owl-nav button {
    margin: 5px
}

.single-testimonial i.fa.fa-user {
    font-size: 25px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #dc312a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc312a
}

.space-new {
    margin: 24px 10px
}

.single-testimonial.text-center {
    background: #fff;
    padding: 30px 12px
}

.scrollbar {
    height: 140px;
    overflow-y: auto
}

.all-h4heading {
    font-size: 30px
}

.padding-50 {
    padding: 50px 10px
}

.bg-lights {
    background-color: #f7f7f7
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #3434341a;
    border-radius: 10px;
    background-color: #ddd;
    margin-left: 10px
}

#style-1::-webkit-scrollbar {
    width: 5px;
    background-color: #ddd
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #3434341a;
    background-color: #555
}

span.fa.fa-star {
    color: #ffb302;
    font-size: 23px
}

.client-info span {
    font-size: 17px;
    font-weight: 600;
    color: #5a5a5a
}

.stra {
    text-align: left;
    margin: 21px 0 6px
}

.owl-dots button {
    background: #000 !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: .3s
}

.owl-dots {
    text-align: center;
    margin-top: 50px
}

.owl-dots button.active {
    width: 30px
}

.owl-carousel .owl-item .client-video img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center
}

.search-bar-page {
    margin: 20px auto
}

.search-bar-page i.fa.fa-search {
    font-size: 18px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    color: #333;
    padding-left: 11px;
    padding-right: 11px;
    right: 0;
    top: 0;
    cursor: pointer
}

.search-bar-page i.fa.fa-map-marker,
button#close-button {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0
}

.search-bar-page input#lsearch:focus-visible {
    border: none;
    outline: 0
}

.drop-down_show li:last-of-type,
.filtes-orders .checkbox:last-of-type,
.search-bar-page button {
    border: none
}

.secr-bar {
    width: 100%;
    margin: auto;
    height: 48px
}

.search-bar-page i.fa.fa-map-marker {
    font-size: 24px;
    justify-content: center;
    width: auto;
    height: 100%;
    color: #ef1e2d;
    padding-left: 11px;
    padding-right: 11px;
    left: 0
}

.search-bar-page input#lsearch {
    width: 100%;
    margin: auto;
    text-align: left;
    padding: 12px 37px;
    background: #ececec;
    color: #000;
    border: none
}

button#close-button {
    right: 40px;
    font-size: 25px;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    width: 35px;
    background: #ececec
}

.mai-stoore-locatoes h4 {
    font-size: 21px;
    margin-left: 14px
}

.inner-div-locations,
.location-main_div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px 25px
}

.content_location_details {
    background: #f4f4f4bd;
    padding: 16px 30px;
    border-radius: 10px
}

.inner-div-locations img {
    height: 270px;
    width: 100%;
    object-fit: cover
}

.location_page_one {
    background: #f4f4f4bd;
    padding: 16px;
    border-radius: 10px
}

.div-cart-des,
.div-chart-with-size,
.location_page_one .div-flex,
.popup-sizesec {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.location_page_one p {
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0 0;
    color: var(--black)
}

.breadcrumb ul li,
.breadcrumb ul li a,
.location_page_one p span,
.products-color p span {
    color: var(--all-com-color)
}

.location_page_one p span,
.new_dis_rref_divs span {
    font-size: 16px
}

.div_locates,
.testimonial-area .single-testimonial {
    padding: 14px
}

.inner_locate {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 3rem;
    margin-bottom: 2rem
}

.store-locate {
    padding: 20px;
    border-radius: 20px
}

.innre_detail-store-loa img {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top
}

.div_inner_sub_location img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: 100%;
    border-radius: 30px
}

.div_inner_sub_location {
    background: #f4f4f4bd;
    border-radius: 20px
}

.div_inner_sub_location h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 10px
}

.content_location_details p,
.content_location_details span {
    margin: 0;
    color: var(--all-com-color);
    line-height: 25px;
    font-weight: 600;
    font-size: 16px
}

.div-timig,
.products-color {
    margin: 1.5rem 0
}

a.btn-large-map {
    background: #000;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .5px
}

section.product-details {
    padding: 29px
}

.breadcrumb ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent
}

.breadcrumb {
    background-color: transparent !important
}

.breadcrumb ul li {
    font-size: 16px;
    font-weight: 600;
    padding: 0 2px
}

.product-h3 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    line-height: 32px;
    margin: 0 0 9px
}

.right-side-product {
    padding-left: 20px
}

.quantiy_icon_sec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #e7e7e7a6;
    color: #000;
    padding: 6px 14px;
    font-weight: 600;
    border-radius: 40px
}

.div-products-speciality {
    background: #efefef4d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 11px;
    border-bottom: 2px solid #eae9e9
}

.div-products-speciality p {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500
}

.div-products-speciality img {
    background: #f4ffff;
    padding: 7px;
    border: 1px solid #00b0b5;
    border-radius: 6px;
    margin-right: 11px
}

.div-one-specials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 6px
}

.both-quants {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #eae9e9
}

.innerproduct_color {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 5px;
    flex-wrap: wrap;
    gap: 7px 5px
}

a.size-chart {
    font-size: 15px;
    font-weight: 500;
    color: #00878b;
    border-bottom: 1px solid #00878b
}

.innerproduct_color img {
    width: 62px;
    height: 77px;
    object-fit: cover;
    object-position: top;
    padding: 3px;
    border-radius: 6px
}

.innerproduct_color a {
    border: 1px solid #bcbcbc;
    border-radius: 6px
}

.innerproduct_color .active-color {
    border: 2px solid var(--skyblue)
}

p.heading-com-color {
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1e;
    margin: 0 0 0 -4px
}

.burger1 a {
    font-size: 16px;
    color: var(--black);
    padding-left: 16px;
    line-height: 26px
}

#return-to-top {
    position: fixed;
    bottom: 18px;
    right: 20px;
    background: #000;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: .3s linear;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 9;
    align-items: center;
    justify-content: center
}

#return-to-top i {
    color: #fff;
    margin: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    align-items: center;
    padding: 7px;
    font-size: 34px
}

.grid-item,
.grid-sizer {
    width: 50%;
    padding: 8px
}

.fancybox-wrap {
    left: 0;
    top: 0;
    z-index: 8020
}

.fancybox-opened {
    z-index: 99999
}

.acc-body-inner,
.banner,
.fancybox-inner,
.single-contact-address-box.main-branch .inner ul {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.addedtocart,
.buynow {
    height: 59px
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

.fancybox-close:before {
    position: absolute;
    content: "\f00d";
    font-family: FontAwesome
}

.fancybox-prev,
.sec-title-style1 .decor span,
.sec-title-style1 .text .decor-right:before {
    left: 0
}

.fancybox-next,
.sec-title-style1 .decor:before,
.sec-title-style1 .text .decor-left:before {
    right: 0
}

.fancybox-nav:hover span,
.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock,
.fancybox-lock body,
.search-box.search-elem.search-open .new-hides {
    overflow: hidden !important
}

.delivery-sec .radio input,
.fancybox-lock {
    width: auto
}

a.fancybox-item.fancybox-close {
    position: fixed;
    top: 26px;
    right: 39px;
    color: #fff;
    font-size: 15px;
    background: #000;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    z-index: 8010
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    background-color: #fff
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: #000c;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000c
}

#fancybox-thumbs {
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0 !important
}

#fancybox-thumbs.bottom {
    bottom: 20px
}

#fancybox-thumbs.top {
    top: 0
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    left: 0 !important
}

#fancybox-thumbs ul li {
    padding: 1px;
    opacity: 1;
    width: auto
}

#fancybox-thumbs ul li.active {
    opacity: 1;
    padding: 0;
    border: 1px solid #fff
}

#fancybox-thumbs ul li:hover,
.checkbox_profile_blade input[type=checkbox]:hover,
.close-btn:hover,
button.new_tool:hover span {
    opacity: 1
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    outline: 0
}

#fancybox-thumbs ul li img {
    display: block !important;
    position: relative;
    border: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    z-index: 999
}

.zoomContainer {
    z-index: 100000
}

.size-buttons .radio__button.detail-2 label {
    height: 40px;
    min-width: 65px;
    margin: 9px 2px 4px;
    font-weight: 500;
    border-radius: 5px
}

.size-buttons .radio__button.detail-2 label:hover {
    background-color: var(--skyblue);
    color: #fff;
    border-color: #00b0b5
}

.off-price {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #af2300;
    padding: 4px 11px;
    letter-spacing: .4px;
    clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%)
}

.inner_titl_sec_alls.two-wisth-secons-dir {
    width: 65%
}

.price_cart_ictems {
    margin-bottom: 12px
}

.quantiy_icon_sec.two-qusntity-divs .input-box {
    width: 41px;
    text-align: center;
    border: none;
    padding: 0 1px;
    font-size: 15px;
    outline: 0;
    background: #f2f2f2;
    font-weight: 600;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.r3emove-s i {
    font-size: 19px;
    font-weight: 400;
    background: #ffe7e7;
    width: 35px;
    color: #9b0000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border: 1px solid #9b0000;
    border-radius: 6px
}

.menu>ul>li>ul>li>ul>li a,
span.removeItem.r3emove-s {
    border: 0
}

.quantiy_icon_sec.two-qusntity-divs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f1f1f1a6;
    color: var(--light-gray);
    padding: 0;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 17px;
    width: max-content
}

.detail-price-amount span.discount-price {
    font-size: 18px;
    color: #535353;
    font-weight: 600;
    padding-left: 10px
}

.corss.cross-twos {
    width: 30%
}

#stock-availability {
    color: #00b0b5;
    font-weight: 600
}

p.price-main-amount {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin: 0
}

.addedtocart,
.buynow,
.div_items p,
.div_orde_toasl span,
.quant-with-wish i,
.wishlists span,
button.continue_order {
    font-size: 17px;
    font-weight: 600
}

.btn_product_sec_radio {
    border-bottom: 2px solid #eae9e9;
    padding-bottom: 22px
}

.quant-with-wish {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.4rem 0
}

.quant-with-wish i {
    text-align: center;
    border: 2px solid #000;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.wishlists .wishlistsInner a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000
}

.ad-to-cahrts,
.addedtocart {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center
}

.wishlists span {
    color: var(--all-com-color);
    padding-left: 9px
}

.quant-with-wish .quantiy_icon_sec .quantity button {
    font-size: 18px;
    width: 34px;
    font-weight: 700;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: #00b0b5
}

.addedtocart {
    background: #00b0b5;
    margin: 12px 0;
    border: 1px solid #00b0b5;
    border-radius: 9px;
    color: #fff;
    letter-spacing: .6px
}

.btn-addtocarts {
    margin-right: 11px
}

i.ri-shopping-cart-2-fill {
    font-size: 23px;
    font-weight: 500
}

#stickyCartBox {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 5px 0
}

.addedtocart:hover {
    border-color: #000;
    background-color: #000
}

.buynow:hover {
    background-color: #00b0b5;
    color: #fff
}

.buynow {
    width: 100%;
    background: #fff;
    margin: 12px 0;
    justify-content: center;
    border-radius: 9px;
    color: #000;
    border: 2px solid #00b0b5
}

.availability p,
.blog-details ul,
.tags ul {
    margin: 10px 0
}

.shopping-offers {
    margin: 1rem 0;
    background: #efefef4d;
    padding: 2px 10px;
    border-top: 2px solid #eae9e9;
    border-bottom: 2px solid #eae9e9;
    justify-content: space-between
}

.policy-all p {
    font-size: 15px;
    padding: 5px;
    margin: auto;
    line-height: 22px;
    font-weight: 500;
    color: #1e1e1e
}

.about_us_tow ul li,
.accordion-panel ul li,
.accordion-panel ul li i,
.shopping-offers span,
.team_sec p {
    font-size: 16px;
    color: var(--all-com-color);
    font-weight: 500
}

.policy-all img {
    width: 46px;
    margin: auto
}

.policy-all {
    margin: 8px 0;
    width: 32%;
    position: relative
}

.shopping-offers span {
    padding-left: 11px
}

.accordion {
    margin: 1rem 0;
    padding: 0;
    list-style: none
}

.accordion-thumb img {
    margin-right: 5px
}

.accordion-thumb {
    margin: 0;
    padding: 18px 20px 18px 11px;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 400;
    color: var(--black-light)
}

.accordion-thumb::after {
    content: '\f078';
    font-family: FontAwesome;
    display: inline-block;
    transition: transform .2s ease-out;
    position: absolute;
    right: 28px;
    font-size: 12px;
    font-weight: 200;
    opacity: .8
}

.accordion-panel {
    margin: 0;
    display: none;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 0 15px;
    background: #fcfcfc;
    border-top: 0
}

li.accordion-item {
    background: #f4f4f4;
    margin-bottom: 14px
}

.accordion-item.is-active .accordion-thumb::after {
    content: "\f077"
}

.about-h3-p {
    margin-top: 30px
}

.accordion-panel p.descripts {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.accordion-panel p {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    text-align: justify;
    color: #1e1e1e
}

.accordion-panel ul li i {
    padding-right: 9px
}

.accordion-panel ul li {
    line-height: 25px;
    padding: 3px 0
}

.tags ul li {
    display: inline-block;
    margin: 8px 3px
}

.tags ul li a {
    padding: 7px 9px;
    background: #e5e5e5;
    border: 1px solid #ededed;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #1e1e1e
}

.availability {
    margin: 1rem 0;
    background: #f4f4f4;
    padding: 7px 14px
}

.detail-reviews img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.detail-reviews {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px 12px 15px 0;
    border-bottom: .5px dotted #c3c3c3
}

.detail-reviews .content-details {
    margin-left: 17px;
    margin-bottom: 14px
}

.blog-details p,
.title-reviews p {
    margin: 6px 0
}

.div-conentet {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 6px
}

.div-conentet .date {
    font-size: 15px;
    font-weight: 600;
    color: #444
}

.content-details p {
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0
}

.scrolling-facts {
    overflow-y: auto;
    height: 300px
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    object-fit: cover
}

.filter-menus .size-buttons .radio__group {
    justify-content: flex-start
}

i.ri-delete-bin-2-line {
    font-size: 17px;
    font-weight: 500
}

a#clear-filters {
    color: #a71010;
    text-decoration: none;
    font-weight: 600;
    background: #fff;
    padding: 0;
    border: 0;
    border-radius: 6px;
    margin-left: 6px;
    font-size: 15px
}

.filter-all-new ul.filter-universities {
    margin-top: 0 !important;
    padding: 16px;
    background: #e5e5e5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.filter-all-new img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #e5e5e5
}

.filter-all-new {
    padding: 0;
    background: #f4f3f3;
    border-radius: 9px;
    margin-top: 30px;
    margin-bottom: 0
}

.filter-all-new ul {
    padding: 19px;
    margin: 0
}

.filter-all-new li {
    display: inline-block;
    font-size: 16px
}

.filter-all-new li a {
    color: #2a2a2a;
    font-weight: 500
}

.btn-more-details:after {
    content: "";
    position: absolute;
    top: 12px;
    background-color: var(---dark-red-2);
    height: 3px;
    width: 47px;
    left: 89px
}

.btn-more-details a {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.inner-category-products {
    margin: 20px 0
}

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9
}

.menu-mobile {
    display: none;
    padding: 20px
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 19px;
    padding: 0 0 0 11px;
    position: relative;
    top: 50%;
    color: #393939;
    transform: translateY(-25%);
    font-weight: 400
}

.menu-dropdown-icon:before {
    content: "\f078";
    font-family: FontAwesome;
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
    box-sizing: border-box
}

.menu>ul:after,
.menu>ul:before,
.menu>ul>li>ul:after,
.menu>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after,
.menu>ul>li>ul>li>ul:before {
    content: "";
    display: table
}

.menu>ul:after,
.menu>ul>li>ul:after,
.menu>ul>li>ul>li>ul:after {
    clear: both
}

.menu>ul>li {
    float: left;
    padding: 0;
    margin: 3px 8px;
    border-radius: 5px;
    font-size: 15px;
    color: var(--all-com-color);
    font-weight: 600
}

li.filter-names.filters-categoyr i {
    font-size: 20px;
    padding-left: 0;
    padding-right: 7px;
    color: #000
}

.menu>ul>li:hover a {
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.menu>ul>li a {
    text-decoration: none;
    padding: 5px 14px;
    display: flex;
    line-height: 25px;
    align-items: center;
    background: #f4f4f466;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 4px
}

.menu>ul>li:hover,
.menu>ul>li>ul {
    background: #f0f0f0
}

.menu>ul>li i {
    font-size: 20px;
    color: #191919;
    font-weight: 200;
    padding-left: 3px
}

.menu>ul>li>ul,
.menu>ul>li>ul.normal-sub {
    padding: 20px;
    width: 100%;
    left: 0
}

.menu-dropdown-icon a {
    font-size: 16px;
    color: #191919;
    font-weight: 500;
    letter-spacing: 0
}

.menu>ul>li>ul {
    display: none;
    position: absolute;
    z-index: 99;
    margin: 0;
    box-sizing: border-box
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: 0 0;
    float: left
}

.menu>ul>li>ul>li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0
}

@media only screen and (max-width:959px) {

    .menu>ul>li a,
    ul.show-on-mobile {
        background: #f9f9f9
    }

    .menu-dropdown-icon:before,
    .menu-mobile,
    .menu>ul>li,
    .menu>ul>li a {
        display: block
    }

    .menu-container,
    .menu>ul>li>ul.normal-sub {
        width: 100%
    }

    .menu>ul {
        display: none
    }

    .menu>ul>li a {
        border-bottom: 1px dotted #0000004d;
        padding: 1.5em;
        width: 100%
    }

    .menu>ul>li {
        width: 100%;
        float: left
    }

    .menu>ul>li>ul,
    .menu>ul>li>ul>li>ul {
        position: relative
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px
    }

    .menu>ul>li>ul>li:first-child {
        margin: 18px 0 18px 14px
    }

    .menu>ul>li>ul>li>ul>li {
        float: none
    }

    .menu .show-on-mobile {
        display: block;
        margin-left: -3px;
        position: absolute;
        z-index: 99;
        background: #fff;
        padding-bottom: 28px;
        padding-top: 17px
    }

    .tab-link {
        font-size: 14px !important
    }

    .tab-links {
        display: contents;
        width: 100%;
        display: contents
    }

    .category-listing-new .pd-s {
        padding-left: 0;
        padding-right: 0
    }
}

.filter-menus a img {
    width: 22px;
    padding-right: 1px
}

.filter-menus {
    margin: 40px 0 25px
}

.filter-menus .radio__button label {
    height: 34px;
    min-width: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 0;
    margin-left: 12px;
    border-radius: 4px
}

.hb-colour-options {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

div.hb-colour-options input[type=radio] {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0
}

div.hb-colour-options input[type=radio]+label {
    position: relative;
    width: 39px;
    height: 39px;
    margin: 10px 57px 12px 34px;
    text-indent: 38px;
    font-size: 15px;
    display: flex;
    text-transform: capitalize;
    align-items: center;
    justify-content: space-between
}

div.hb-colour-options input[type=radio]+label:before {
    content: "";
    display: block;
    position: absolute;
    height: 32px;
    width: 32px;
    background: #e4e4e4;
    border: 1px solid #ccc;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center
}

div.hb-colour-options input[type=radio]#green+label:before {
    background: #359457
}

div.hb-colour-options input[type=radio]#yellow+label:before {
    background: #ffcd2f
}

div.hb-colour-options input[type=radio]#orange+label:before {
    background: #f27930
}

div.hb-colour-options input[type=radio]#red+label:before {
    background: #c1284a
}

div.hb-colour-options input[type=radio]#light-purple+label:before {
    background: #8562a7
}

div.hb-colour-options input[type=radio]#light-blue+label:before {
    background: #279fd7
}

a.no_cancel_ord,
div.hb-colour-options input[type=radio]#black+label:before {
    background: #000
}

div.hb-colour-options input[type=radio]#purple+label:before {
    background: #65318f
}

div.hb-colour-options input[type=radio]#blue+label:before {
    background: #006d94
}

div.hb-colour-options input[type=radio]:checked+label:after {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    content: '\f00c';
    font-size: 19px;
    color: #fff;
    z-index: 99;
    text-indent: 0;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%
}

.morefilters .form-group {
    display: block;
    display: flex;
    margin: 0;
    min-width: fit-content;
    padding: 10px 0
}

.morefilters .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.morefilters .form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 12px;
    font-weight: 600;
    color: #111;
    width: max-content;
    letter-spacing: 0
}

.morefilters .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #00b0b5;
    box-shadow: 0 1px 2px #0000000d inset 0 -15px 10px -12px #0000000d;
    padding: 11px;
    display: flex;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 5px
}

.category-listing-new,
.section-breadcrumb {
    padding-left: 40px;
    padding-right: 40px
}

.morefilters .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 14px;
    border: solid #00afb4;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4px;
    left: 22px
}

#list_gPP::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #3434341a;
    border-radius: 10px;
    background-color: #ddd;
    margin-left: 10px
}

#list_gPP::-webkit-scrollbar {
    height: 6px;
    background-color: #ddd
}

#list_gPP::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #3434341a;
    background-color: #555
}

#filter-list li {
    color: #fff !important
}

.heading-com-color input[type=radio] {
    border: 1px solid #757575
}

.filter-price {
    width: 100%;
    border: 0;
    padding: 0 14px 9px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column-reverse
}

.price-title {
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400
}

.price-field {
    position: relative;
    width: 96%;
    height: 6px;
    box-sizing: border-box;
    background: #690000;
    padding-top: 0;
    padding-left: 0;
    border-radius: 3px;
    margin-left: 0
}

.price-field input[type=range] {
    position: absolute
}

.div-one-color input[type=checkbox]:checked {
    opacity: 1;
    border: 3px solid
}

.div-one-color input[type=checkbox] {
    position: relative;
    border: 1px solid #f0f0f000;
    background: 0 0;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    -webkit-appearance: none;
    opacity: 0
}

.div-one-color input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 64%;
    width: 5px;
    height: 10px;
    border: solid #3b3b3b;
    border-width: 0 2px 2px 0;
    margin: -2px -1px 0;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 99
}

.price-field input[type=range] {
    width: 100%;
    height: 6px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
    opacity: 1
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
    outline: 0
}

.price-field input[type=range]::-ms-track {
    border: 0 transparent;
    outline: 0;
    box-sizing: border-box;
    pointer-events: none;
    color: transparent
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    -webkit-appearance: none;
    margin: -4px 0 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background-color: #690000;
    cursor: pointer;
    pointer-events: all;
    z-index: 100
}

.price-field input[type=range]::-moz-range-thumb {
    position: relative;
    appearance: none;
    margin: -5px 0 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background-color: #690000;
    cursor: pointer;
    pointer-events: all;
    z-index: 100
}

.price-field input[type=range]::-ms-thumb {
    position: relative;
    appearance: none;
    margin: -5px 0 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background-color: #690000;
    cursor: pointer;
    pointer-events: all;
    z-index: 100
}

.price-field input[type=range]::-webkit-slider-runnable-track {
    width: 188px;
    height: 6px;
    cursor: pointer;
    background: #690000;
    border-radius: 5px
}

.price-field input[type=range]::-moz-range-track {
    width: 188px;
    height: 6x;
    cursor: pointer;
    background: #690000;
    border-radius: 5px
}

.price-field input[type=range]::-ms-track {
    width: 188px;
    height: 6px;
    cursor: pointer;
    background: #690000;
    border-radius: 5px
}

.price-wrap_line {
    margin: 0 10px
}

.price-wrap label {
    text-align: right;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111
}

.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 .5px #fff;
    transition-duration: .3s
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 .5px #fff;
    transition-duration: .3s
}

.price-wrap-1 {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    justify-content: center
}

.accordion-tab .price-wrap input {
    background: 0 0;
    border: none;
    margin-left: auto;
    text-align: left;
    font-weight: 600;
    width: 60px;
    display: flex;
    opacity: 1;
    position: relative;
    align-items: center;
    justify-content: center
}

.dash_new_line {
    margin-left: 2px;
    margin-right: 15px
}

div.color-alls {
    border: 2px solid #7d7d7d;
    height: 24px;
    margin-right: 3px;
    display: grid;
    width: 24px;
    margin-bottom: 0;
    border-radius: 5px
}

.name-clo {
    font-size: 14px;
    padding-left: 5px;
    font-weight: 600;
    color: #111;
    width: max-content
}

.div-one-color {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 14px;
    margin-right: 18px
}

span.name-clo {
    font-size: 15px;
    font-weight: 600;
    color: #282828
}

.red-bg {
    background-color: var(---dark-red-2)
}

.red {
    color: var(---dark-red-2)
}

.seslected-filtes h5 {
    font-size: 16px;
    text-align: left;
    margin: 0 14px 5px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #000
}

.seslected-filtes p {
    margin: 0 0 5px
}

.seslected-filtes li {
    display: inline-block;
    padding: 6px 14px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    margin-right: 3px;
    border-radius: 24px;
    letter-spacing: 0;
    background: #00b0b5;
    margin-bottom: 5PX
}

.div-ml-flites {
    text-align: right;
    margin-top: 24px
}

.seslected-filtes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 6px 6px 4px;
    flex-wrap: wrap
}

.seslected-filtes li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00d";
    top: 4px;
    left: 8px;
    margin-right: 16px;
    font-size: 12px;
    font-weight: 200;
    color: #585858;
    cursor: pointer
}

.privacy-all-policy {
    padding: 20px 40px;
    border-radius: 10px;
    border: 1px solid var(--skyblue);
    box-shadow: 0 0 1.25rem #83272930
}

.xzoom-lens,
.xzoom-preview {
    box-shadow: 0 0 10px #00000080
}

.privacy-all-policy h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--black)
}

.privacy-all-policy h3 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: Inter;
    font-style: normal
}

.privacy-all-policy .MsoNormal,
.privacy-all-policy blockquote {
    font-size: 17px;
    font-weight: 400;
    color: #141414;
    margin-top: 8px;
    text-align: justify;
    line-height: 27px;
    letter-spacing: .2px;
    opacity: 1;
    font-style: normal;
    font-family: Inter
}

.privacy-all-policy li {
    list-style-type: disc !important;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.cartPopupHtml .cart__footer {
    padding: 0 15px 15px
}

.privacy-all-policy ul {
    padding-left: 25px
}

.inner-order-tracking {
    background: #f5f5f5;
    padding: 50px;
    min-height: 328px
}

.sn-modal__content img {
    width: auto;
    margin: auto
}

.inner-order-tracking label {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    margin-top: 12px
}

.inner-order-tracking input {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #bababa;
    border-radius: 5px;
    margin-bottom: 10px
}

.inner-order-tracking input:focus,
.inner-order-tracking input:focus-visible {
    border: 1px solid #bababa;
    outline: 0
}

.inner-order-tracking button.order-tracks {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    background: #000;
    padding: 6px 20px;
    letter-spacing: .6px;
    margin-top: 8px;
    margin-bottom: 8px
}

ul.list-reset.h5 {
    margin-top: 0;
    margin-bottom: 3px;
    text-align: end
}

.search-btn span {
    line-height: 25px
}

.reels-insta video {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 70%;
    border-radius: 10px
}

.div-content-reels {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 10px;
    width: 100%;
    z-index: 9
}

.slick-initialized .slick-slide .div-content-reels img {
    width: 65px;
    margin-right: 20px;
    height: 90px;
    border-radius: 10px;
    box-shadow: #fff3 0 7px 29px 0
}

.div-content-reels .content-hs {
    margin-left: 19px;
    font-size: 19px;
    line-height: 24px;
    margin-right: 11px;
    font-family: "Magica W01 Regular" !important
}

.slider-reels:after {
    content: "";
    position: absolute;
    z-index: 3;
    height: 24%;
    width: 100%;
    background: linear-gradient(359deg, #000 0, #0000003d 75%, #00000000);
    opacity: .9;
    bottom: 6px;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.itne-inner-page-listings {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    margin-bottom: 2rem
}

.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    width: 100%
}

span.Counter_carts {
    position: absolute;
    top: -7px;
    background: #00b0b5;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    right: -16px;
    opacity: 1
}

.page-link:hover {
    color: #000 !important
}

.page-link:focus {
    box-shadow: none !important
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important
}

.page-link {
    color: #111 !important
}

.sidebar {
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 11%
}

.col-new-images-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    cursor: pointer
}

.col-new-images-gallery img {
    height: 560px;
    max-height: 100%;
    border: 1px solid #d5d5d5
}

img.demo.cursor {
    height: 107px;
    border: 2px solid #fffefe;
    border-radius: 12px
}

.tags {
    background: #fafafa;
    padding: 19px 14px 3px;
    border: 1px dashed #bcbcbc;
    border-radius: 4px
}

.zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform .15s linear;
    height: 96vh;
    max-height: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 12px
}

.zoomable {
    overflow: hidden;
    width: 600px;
    height: 100%;
    margin: auto
}

.zoomable--zoomed .zoomable__img {
    cursor: zoom-in;
    transform: scale(var(--zoom, 2))
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000
}

#myModal .modal-content {
    position: relative;
    background-color: #000000d6;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 100%
}

#myModal .close,
.img-sthumbs {
    position: absolute;
    display: flex
}

#myModal .close {
    color: #fff;
    top: 10px;
    right: 24px;
    font-size: 32px;
    font-weight: 400;
    z-index: 99;
    opacity: 1;
    background: red;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    padding: 0;
    margin: 0
}

#myModal .close:focus,
#myModal .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1
}

#myModal .modal-content {
    border: none !important
}

#myModal .active,
#myModal .demo:hover {
    opacity: 1;
    border: 3px solid #00b0b5
}

.img-sthumbs {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 26%;
    margin-left: 60px
}

.xzoom-hidden,
.xzoom-source {
    position: static;
    float: none;
    clear: both
}

.img-sthumbs .column {
    width: 82px;
    margin: 3px 4px
}

.xzoom-lens img,
.xzoom-preview img,
.xzoom-source img {
    display: block;
    max-width: none;
    max-height: none
}

.xzoom-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 16px 0 20px
}

.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px
}

.xzoom,
.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #ddd
}

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
    border: 1px solid #cecece;
    margin-left: 5px;
    margin-bottom: 10px
}

.xzoom-hidden {
    display: block;
    overflow: hidden
}

.xzoom-preview {
    border: 1px solid #888;
    background: #2f4f4f
}

.xzoom-lens {
    border: 1px solid #555;
    cursor: zoom-in
}

.xzoom-loading {
    border-radius: 100%;
    opacity: .7;
    background: url(../images/xloading.gif) center no-repeat;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%)
}

.xactive {
    box-shadow: 0 0 3px 0 #4aa9d2;
    border: 1px solid #4aaad2
}

.xzoom-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    text-align: left
}

.xzoom-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: .75em;
    font-weight: 700;
    padding: 10px
}

.delivery-addres h4,
.delivery-sec .radio label {
    color: #000;
    text-transform: capitalize;
    letter-spacing: .3px
}

.main-recten-views .slick-slide .slide-content {
    border-radius: 0;
    margin: 10px
}

.xzoom-container a {
    width: 100% !important;
    max-width: 100% !important
}

.breadcrumb-wsishlist {
    background-image: url(../images/wishlists.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 250px 0;
    background-size: cover;
    border-bottom: 2px solid #2e2e2e
}

.billing_new_add_div {
    margin: 5px 14rem;
    background: #fff;
    padding: 40px;
    box-shadow: #64646f33 0 7px 29px 0;
    border-radius: 15px
}

.delivery-addres h4 {
    font-size: 38px;
    padding: 0 0 14px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    border-bottom: 2px dotted #00b0b5
}

.delivery-addres {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
}

.inner-section-address {
    background: #fff;
    padding: 0;
    width: 100%;
    margin-top: 20px
}

.delivery-sec {
    padding: 0 22px 17px
}

.delivery-sec label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 16px
}

.delivery-sec input,
.delivery-sec select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #bebebe;
    padding: 6px 10px;
    font-size: 15px
}

.delivery-sec input:focus-visible,
.delivery-sec select:focus-visible {
    border: 1px solid #bebebe;
    outline: 0
}

.payment-sec {
    padding: 0;
    background: #fff;
    border-radius: 15px
}

.rozorpay {
    border: 1px solid #b4b4b4
}

.upper-sec-pays {
    padding: 20px;
    text-align: center
}

.upper-sec-pays span {
    font-size: 15px;
    line-height: 24px
}

.delivery-sec .radio label {
    background: #fff;
    padding: 20px 17px;
    width: 100%;
    margin: 12px 0 0;
    border: 1px solid #ffc3c5;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer
}

#billing .inner-section-address {
    margin-top: -14px;
    padding: 21px
}

.new_checkouts {
    width: 74%;
    margin: auto
}

.imain-summary {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1px;
    padding: 25px 4px;
    border-bottom: 1px dashed #ddd
}

.imain-summary .img-summays {
    width: 80px;
    height: 86px;
    position: relative
}

.sidebarx h3 {
    font-size: 25px;
    margin: 1px 1px 16px;
    border-bottom: 0;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 14px;
    border-radius: 4px
}

.sidebarx {
    background: #f1f1f1;
    padding: 15px;
    border: 1px solid #aaa;
    border-radius: 15px
}

.imain-summary .img-summays img {
    width: 100%;
    object-fit: cover;
    border: 1px solid #777;
    padding: 3px;
    border-radius: 3px;
    height: 100%;
    object-position: top
}

.sec-title-style1 .decor span,
.sec-title-style1 .text .decor-left span,
.sec-title-style1 .text .decor-right span {
    top: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #e31e25;
    margin: 2px 0;
    position: absolute
}

.ontent-sumarsy {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-left: 20px
}

.div-I_summary p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 6px
}

.div-size-color span {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.div-size-color .circle-sec {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: red;
    border: 1px solid #787878;
    margin-right: 7px
}

span.size_oredr_items {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px
}

p.price-summary-prop {
    margin: 0;
    font-size: 17px;
    color: #353535;
    font-weight: 600;
    text-align: end
}

.carst a,
.carst a:hover {
    color: #444
}

.div-size-color i {
    font-size: 16px;
    border: 1px solid #afafaf;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    padding: 9px;
    margin-top: 0
}

.blog-listings li,
.btn.submit,
.div_content_delivery_order,
.div_expected,
.headr-sec,
.invoice_sec,
.items-news,
.search-filed,
.social-medias a,
.social-medias li,
.subcategory-list .submenu-links .menu-inners li a,
button.btn_search_add {
    display: flex;
    align-items: center
}

.items-news {
    position: absolute;
    top: -5px;
    right: -7px;
    background: #2a2a2a;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    justify-content: center
}

.summary-products {
    padding-top: 17px;
    margin-right: 0;
    padding-right: 18px
}

.div-II_summary {
    width: 40%
}

.div-I_summary {
    width: 55%;
    margin-right: 20px
}

.headr-sec {
    justify-content: space-between;
    width: 100%;
    padding-top: 11px;
    margin: auto
}

.carst a {
    font-weight: 600;
    text-transform: uppercase
}

h2.contact-title {
    background: #00b0b5;
    color: #fff;
    padding: 14px 20px;
    text-align: center;
    font-size: 24px;
    border-radius: 6px 6px 0 0;
    font-weight: 500;
    margin: 0
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 0;
    margin-top: 17px;
    margin-bottom: 17px;
    padding-left: 15px;
    padding-right: 15px
}

form#contactForm {
    background: #fff;
    padding: 30px
}

.contact-box {
    background: #fff;
    border: 0;
    padding: 32px;
    text-align: center;
    border-left: 2px solid #9d9f9f38;
    border-bottom: 2px solid #9d9f9f38;
    min-height: 241px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.sec-title-style1 .decor:after,
.sec-title-style1 .decor:before,
.sec-title-style1 .text .decor-left:after,
.sec-title-style1 .text .decor-left:before,
.sec-title-style1 .text .decor-right:after,
.sec-title-style1 .text .decor-right:before {
    top: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #e31e25;
    border-radius: 50%;
    content: "";
    position: absolute
}

.contact-icon {
    font-size: 43px;
    color: #00b0b5;
    margin-bottom: 0;
    display: inline-block
}

.contact-label {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    margin-top: 0
}

.contact-info,
.contact-info a,
.contact-info a:hover {
    color: var(--black-light)
}

.sec-title_heading2,
.sec-title_heading3 {
    font-family: var(--amaranth) !important;
    text-align: center
}

.contact-section {
    background: #fff;
    padding-bottom: 15px
}

.sec-title-style1 .text p,
.sec-title-style1 .title {
    color: #131313;
    font-weight: 700;
    text-transform: uppercase
}

.contact-info {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 26px;
    padding-top: 7px
}

.sec-title-style1 .title {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 46px
}

.sec-title-style1 .decor {
    position: relative;
    display: block;
    width: 70px;
    height: 5px;
    margin: 19px 0 0
}

.sec-title-style1 .decor:after,
.sec-title-style1 .text .decor-left:after {
    right: 10px
}

.sec-title-style1 .text {
    position: relative;
    display: block;
    margin: 7px 0 0
}

.sec-title-style1 .text p {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 16px;
    margin: 0
}

.sec-title-style1 .text .decor-left,
.sec-title-style1 .text .decor-right {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: 0 0
}

.sec-title-style1 .text .decor-left span {
    left: 0;
    content: ""
}

.sec-title-style1 .text .decor-right span {
    right: 0;
    content: ""
}

.sec-title-style1 .text .decor-right:after {
    left: 10px
}

.sec-title-style1 .bottom-text {
    position: relative;
    display: block;
    padding-top: 16px
}

.sec-title-style1 .bottom-text p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0
}

.contact-address-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.single-contact-address-box {
    position: relative;
    display: flex;
    background: #ededed;
    padding: 25px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.single-contact-address-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #353434;
    line-height: 24px
}

.single-contact-address-box .icon-holder span:before {
    font-size: 75px
}

.single-contact-address-box h3 {
    color: #000;
    margin: 0 0 16px;
    font-size: 26px
}

.single-contact-address-box.main-branch {
    background: #000;
    padding: 53px 30px 51px;
    margin-top: -20px;
    margin-bottom: -20px
}

.single-contact-address-box.main-branch h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 29px;
    text-transform: capitalize;
    text-align: center
}

.single-contact-address-box.main-branch .inner ul li {
    position: relative;
    display: block;
    padding-left: 120px;
    border-bottom: 1px solid #737373;
    padding-bottom: 23px;
    margin-bottom: 24px
}

.single-contact-address-box.main-branch .inner ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.single-contact-address-box.main-branch .inner ul li .title {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block
}

.contact-form,
.single-contact-address-box.main-branch .inner ul li .text {
    display: block;
    position: relative
}

.single-contact-address-box.main-branch .inner ul li .text p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0
}

.single-contact-address-box.main-branch .inner ul li .title h4 {
    margin: 0;
    color: #fff;
    font-size: 18px
}

.contact-form {
    background: #fff;
    padding: 61px 38px;
    -webkit-box-shadow: 0 3px 8px 2px #ededed;
    box-shadow: 0 3px 8px 2px #ededed;
    z-index: 3
}

.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=text],
.contact-form textarea {
    position: relative;
    display: block;
    background: #f2f2f2;
    border: 0 solid #d2d2d2;
    width: 100%;
    height: 48px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    transition: .5s
}

.contact-form textarea,
.wrapper .slick-initialized .slick-slide .div-category-womens img {
    height: auto
}

.contact-form label {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    letter-spacing: .3px;
    margin-bottom: 4px
}

.contact-address-box img {
    width: 57px;
    margin: auto auto 1rem
}

.width-ns {
    padding: 0 2rem
}

.chat-width-whtsp {
    font-size: 17px;
    font-weight: 500;
    padding: 9px;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    border-radius: 49px
}

i.ri-send-plane-fill {
    font-size: 20px;
    font-weight: 200;
    padding-left: 5px
}

.btn.submit {
    width: 100%;
    color: #fff !important;
    font-size: 19px;
    font-weight: 600;
    padding: 9px 6px;
    margin: 15px 0 0;
    justify-content: center;
    border-radius: 6px;
    letter-spacing: .2px;
    height: 54px;
    background: #00b0b5;
    border: 2px solid #00b0b5
}

.alert {
    position: relative;
    padding: 10px;
    margin-bottom: 1rem;
    border: 1px solid #ff636363;
    border-radius: .25rem;
    background: #fff2f5
}

.bud h3::after,
.contact-info-area {
    background-color: #fff
}

.common-heades:hover p,
.div_cart_empty p.ph-unive:hover,
.drop-down_show li:hover,
.navbar .links li .sub-menu a:hover {
    color: var(--skyblue)
}

.contact-form form input[type=email]:focus-visible,
.contact-form form input[type=tel]:focus-visible,
.contact-form form input[type=text]:focus-visible,
.contact-form form textarea:focus-visible {
    background: #fff;
    border: 1px solid #d2d2d2;
    outline: 0
}

.innerproduct_color label {
    cursor: pointer;
    margin-bottom: 0;
    border: 1px solid #fff
}

.innerproduct_color :checked+label {
    border: 1px solid #000
}

.bg-contacts-news {
    background-color: #00b0b5;
    padding-bottom: 66px;
    margin-top: 9rem
}

section.contact-info-area {
    padding: 72px 0
}

section.contact-info-area .contact-form {
    padding: 30px
}

.inner-sub-tags {
    background: url(../images/bg-pattern-ribbon.webp) center center/cover no-repeat;
    padding: 66px;
    margin-top: -49px;
    border-radius: 14px;
    box-shadow: #00000026 0 5px 15px 0
}

.btn-mars {
    margin-top: 25px
}

a.btn-all-sec-nrws {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 17px
}

.inner-sub-tags img {
    width: 67px;
    margin-bottom: 14px
}

.inner-sub-tags h4 {
    font-size: 25px;
    margin-top: 0;
    text-align: left;
    font-weight: 500;
    color: #000
}

.blog-listings,
.div_innerOblogs {
    background: #fff;
    box-shadow: 0 2px 7px #9191912b;
    padding: 19px
}

.breadcrumbs {
    background-image: url(../images/news-and-announcement.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0
}

.about_shivnaresh,
.set-arparts {
    padding: 60px 0;
    position: relative;
    overflow: hidden
}

.breadcrumbs h2 {
    font-size: 41px;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: "Magica W01 Regular" !important
}

.blog-listingss .inner_blog_images {
    width: 100%;
    height: 250px
}

.about_shivnaresh::after,
.about_shivnaresh::before {
    filter: blur(24px);
    width: 325px;
    content: "";
    position: absolute
}

.blog-listingss .inner_blog_images img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.breadcrumbs h5 {
    font-size: 21px;
    margin: 0;
    padding: 10px 0;
    line-height: 30px;
    color: #484848;
    font-weight: 500
}

.blog-listings h4 {
    margin: 0;
    padding: 8px 0 10px;
    font-size: 24px;
    border-bottom: 1px dotted #000
}

.blog-listings li {
    padding: 14px 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-bottom: 1px solid #ddd
}

.blog-listings li a {
    color: var(--dark)
}

.blog-listings li:last-of-type {
    border-bottom: 0 solid #ddd
}

.blog-listings li i {
    font-size: 18px;
    font-weight: 500;
    color: #e31e25;
    padding-right: 7px
}

.listing-inners-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.div_innerOblogs h5 {
    font-size: 14px;
    color: #e31e25;
    margin: 0;
    padding: 10px 0
}

.div_innerOblogs h3 {
    margin: 0;
    font-size: 19px;
    line-height: 25px
}

.div_innerOblogs h3 a {
    color: var(--black)
}

.div_innerOblogs span.date_sec {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark);
    margin: 0;
    padding: 10px 0 6px
}

.inner_blog_images {
    margin-top: 1rem
}

.product-details .breadcrumb {
    padding-left: 0
}

.detail-image_new h3 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 8px
}

.detail-image_new p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--all-com-color);
    text-align: justify
}

h3.abou-s {
    margin: 0;
    font-size: 37px;
    font-weight: 700
}

.about_us_tow {
    position: relative;
    background-color: #efefef;
    margin: 50px 0
}

.image-Under_about {
    position: relative;
    top: -80px
}

p.pars_about_sn {
    font-size: 16px;
    color: var(--black-light);
    line-height: 27px;
    font-weight: 500;
    letter-spacing: .1px
}

.about_shivnaresh::after {
    background: linear-gradient(25deg, #700, #b10000, #980000);
    height: 253px;
    top: 12px;
    right: -14%
}

.about_shivnaresh::before {
    background: linear-gradient(102deg, #920000, #9c0000, red);
    height: 100px;
    z-index: 8;
    bottom: -59px;
    left: 0
}

.set-arparts {
    background: #0a0000
}

.set-arparts::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -173px;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, #000, #000);
    filter: blur(70px);
    height: 100px;
    width: 633px
}

.set-arparts img {
    width: 120px
}

.about-us-two {
    background: 100%/cover no-repeat #f4f4f4;
    padding: 80px 0
}

.sec-title_heading3::after {
    position: absolute;
    top: 101px;
    width: 89px;
    height: 3px;
    background-color: #00b0b5;
    content: "";
    right: auto;
    left: 38%
}

.about_us_tow:after,
.about_us_tow:before {
    width: 100%;
    background: #efefef;
    content: "";
    position: absolute;
    height: 50px
}

.twi-yus h4 {
    line-height: 31px;
    font-size: 32px;
    font-family: var(--amaranth);
    margin: 0
}

.twi-yus i {
    font-size: 25px;
    padding-top: 5px;
    padding-right: 7px;
    color: #00b0b5
}

.twi-yus li {
    font-size: 18px;
    line-height: 25px;
    padding: 8px 0;
    font-weight: 500;
    color: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.sec-title_heading3 {
    font-weight: 500;
    line-height: 64px;
    font-size: 55px;
    letter-spacing: .2px;
    margin: 0 0 0 auto;
    position: relative;
    width: 54%
}

.div-two-fl-temas-abous {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.twi-yus {
    background: #dff6f7;
    padding: 100px 72px;
    border-top-left-radius: 41px;
    border-bottom-left-radius: 41px
}

p.clas-twos {
    font-size: 20px;
    color: #fff
}

.temas-sec_inners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.bud {
    margin-left: 2rem
}

.bud h3 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    position: relative
}

.bud h3::after {
    position: absolute;
    left: 17%;
    bottom: 42%;
    content: "";
    width: 43px;
    height: 2px
}

.div-two-fl-temas-abous {
    margin: 29px 31px
}

.bud p {
    color: #fff;
    letter-spacing: .2px
}

.right-backdown {
    margin-left: 5rem
}

.right-backdown li {
    padding: 10px;
    font-size: 18px
}

.right-backdown li i {
    font-size: 18px;
    padding-bottom: 0;
    line-height: 22px;
    color: #00b0b5;
    padding-right: 5px
}

.thir-secation-about-teams h4 {
    line-height: 26px;
    font-size: 17px
}

.sec-title_heading2 {
    font-weight: 500;
    line-height: 46px;
    font-size: 46px;
    letter-spacing: .2px;
    margin: 0
}

.thir-secation-about-teams li {
    list-style-type: none;
    font-size: 17px;
    line-height: 26px;
    padding: 9px 0;
    display: flex;
    align-items: center
}

.thir-secation-about-teams i {
    font-size: 22px;
    padding-right: 8px;
    color: #00b0b5;
    font-weight: 600
}

.temas-sec_innerss {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.temas-sec_inners img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    border: 1px solid #dcdcdc
}

.temas-sec_inners.new-team-men_divs .team_sec {
    width: 24%
}

.team_sec h4 {
    font-size: 21px;
    margin-bottom: 15px
}

.about_us_tow:before {
    clip-path: polygon(0 80%, 100% 0, 100% 79%, 0 100%);
    top: -36px
}

.about_us_tow:after {
    clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
    bottom: -19px
}

.about_us_tow ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

.about_us_tow ul li img {
    width: 42px;
    margin-right: 10px
}

.temas-sec_innerss img {
    width: 144px
}

.temas-sec_innerss .team_sec {
    padding: 32px
}

.xzoom {
    width: 100% !important
}

.top-headers {
    background: #fff;
    padding: 3px 0;
    margin-bottom: 20px;
    height: 71vh;
    box-shadow: 0 2px 7px #0000003d;
    margin-top: 0;
    border-radius: 6px
}

.div-sec-users {
    background: linear-gradient(#f5ffff, #e2fafc);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.title-alls {
    margin: -20px 0 0;
    padding: 18px 80px 18px 40px;
    box-shadow: #00000014 0 4px 8px 0;
    background: #00b0b5;
    text-align: center
}

.title-alls h4 {
    margin: 0;
    font-size: 20px;
    color: #fff
}

.page-title-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    margin: 40px 21px;
    padding: 44px;
    border-radius: 5px
}

.user-details h4 {
    margin: 0;
    font-size: 17px
}

.user-details p {
    margin: 8px 0 0
}

.div-sec-users img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #00b0b5;
    padding: 5px;
    margin-right: 14px;
    object-fit: cover;
    object-position: top
}

.breadcrumb-sec {
    background: #f0fefe;
    padding: 15px 32px;
    border-bottom: 2px solid #00b0b5;
    margin-bottom: 0;
    text-align: center
}

.breadcrumb-sec ul li {
    display: inline-block;
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 600;
    padding: 5px
}

.div_collectons_innners P {
    color: #b70007
}

.inner-sidebar-headers ul li {
    font-size: 17px;
    color: #101010;
    font-weight: 500;
    padding: 16px 27px;
    border-bottom: 1px solid #00b0b58f;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.inner-sidebar-headers ul li a {
    color: #2e2e2e;
    display: flex;
    align-items: center
}

.inner-sidebar-headers i {
    padding-right: 5px;
    font-size: 20px
}

.left-about-ys {
    margin-right: 7rem
}

.left-about-ys h5 {
    color: #00767a
}

.left-about-ys h2 {
    margin: 0;
    padding-bottom: 0
}

.image-border-ras img {
    border-radius: 30px
}

a.logout-sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009296;
    padding: 13px;
    border-radius: 7px;
    color: #fff;
    font-size: 19px;
    font-weight: 500
}

a.logout-sec i {
    margin-right: 4px;
    font-size: 24px
}

.inner-sidebar-headers li.active {
    background: #ebf8fb;
    border-left: 5px solid #00b0b5;
    color: #00b0b5
}

.main-sec-right_user_dash {
    padding: 0 0 2rem;
    text-align: center;
    background: #fff;
    height: 100%;
    margin-left: 0
}

.inner-sidebar-headers {
    height: 82vh
}

.main-sec-right_user_dash i.ri-user-fill {
    background: #f7f7f7;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #00b0b5;
    font-size: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 0;
    border: 2px solid #00b0b5;
    text-align: center;
    line-height: 28px
}

.new-left,
.order-detail {
    align-items: flex-start;
    display: flex
}

.main-sec-right_user_dash .page-title-wrapper h2 {
    margin: 0;
    text-align: left
}

.all-inner-padinsgs {
    padding: 15px 20px
}

.dashboard {
    margin-left: 24px
}

.page-title-wrapper p {
    width: 80%;
    text-align: left;
    font-size: 17px;
    color: #2a2a2a;
    line-height: 26px;
    margin-right: auto;
    margin-top: 2px;
    font-weight: 500;
    margin-bottom: 0
}

.main-sec-right_user_dash .app-main__inner h3 {
    background: #f3f3f3;
    color: #000;
    padding: 15px 12px;
    margin-bottom: 2rem;
    border-radius: 5px;
    border: 2px solid #d2cfcf;
    font-size: 20px
}

.app-main__inner label {
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding-bottom: 5px;
    letter-spacing: .3px;
    color: #2a2a2a;
    margin-top: 6px;
    font-weight: 500
}

.app-main__inner .form-control {
    width: 100%;
    height: auto;
    padding: 11px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #393939;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: 1px solid #ddd;
    margin-bottom: 5px
}

button.btn.btnUpdate {
    background: #009296;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 12px 24px;
    margin: 22px 0 20px;
    width: 20%
}

.main-sec-right_user_dash .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border: 1px solid #00b0b6
}

button.btn.btnUpdate:focus,
button.btn.btnUpdate:focus-visible {
    box-shadow: none
}

.app-main__inner .text-danger,
.new_dis_rref_divs {
    text-align: left
}

.app-main__inner {
    padding-top: 20px
}

.new-left .one-divs {
    width: 80%
}

.secong-img_divs {
    width: 20%;
    margin: 11px auto auto 17px;
    text-align: left
}

.secong-img_divs img {
    border: 1px solid #dadada;
    padding: 6px;
    width: 90px;
    height: 90px;
    object-fit: cover
}

.orders h3 {
    background: #f3f3f3;
    color: #000;
    padding: 15px 12px;
    margin-bottom: 2rem;
    border-radius: 5px;
    border: 2px solid #d2cfcf;
    font-size: 20px;
    text-align: center
}

.checkbox .checkbox-input,
.radio .radio-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.checkbox .checkbox-control,
.radio .radio-control {
    position: relative;
    width: 21px;
    height: 22px;
    min-width: 24px;
    min-height: 24px;
    border: 2px solid #00b0b5;
    transition: all .25s var(--transition-timing)
}

.filtes-orders .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 11px
}

.filtes-orders .form-group {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.filtes-orders .checkbox {
    position: relative;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    align-items: center;
    padding-bottom: 14px;
    gap: 8px;
    cursor: pointer;
    margin: 0
}

.checkbox .checkbox-control {
    border-radius: 6px
}

.checkbox .checkbox-control::after,
.checkbox .checkbox-control::before {
    content: "";
    position: absolute;
    transition: transform .25s var(--transition-timing), opacity .25s var(--transition-timing);
    will-change: transform, opacity
}

.checkbox .checkbox-control::before {
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    background-color: #646cff4d;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0)
}

.checkbox .checkbox-control::after {
    left: 50%;
    top: 45%;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    opacity: 0
}

.checkbox .checkbox-input:checked~.checkbox-control {
    background-color: #00b0b5;
    border-color: #00b0b5
}

.one-delivery:last-of-type,
.statues-top {
    border-right: none
}

.checkbox .checkbox-input:checked~.checkbox-control::before {
    animation: 240ms linear ripple
}

.checkbox .checkbox-input:checked~.checkbox-control::after {
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
    opacity: 1
}

.checkbox .checkbox-input:focus-visible~.checkbox-control {
    box-shadow: 0 0 0 var(--focus-ring-size) #646cff4d
}

.checkbox .checkbox-label {
    font-size: 16px;
    user-select: none;
    color: var(--text-color-rest);
    transition: color .25s var(--transition-timing)
}

.checkbox .checkbox-input:checked~.checkbox-label {
    color: var(--text-color-active);
    animation: label-check .3s var(--transition-timing)
}

.bg-light-s {
    background-color: #fafafa
}

.filtes-orders {
    background-color: #fff;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 7px #0000003d
}

.clears a {
    color: #ff0a00;
    font-size: 15px;
    background: #fff;
    padding: 7px;
    border-radius: 4px
}

.new_prodile_dashbors main.form-controls {
    padding: 0 16px 19px
}

.clears a:hover {
    color: #cf241d
}

.filtes-orders h4 {
    font-size: 20px;
    margin: 0;
    color: #fff
}

.main-filter-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 10px 20px;
    border-bottom: 1px dashed #b8b8b8;
    background: #00b0b5
}

.clears {
    font-size: 14px;
    font-weight: 600;
    color: #056388
}

.filtes-orders .form-controls h5 {
    font-size: 18px;
    margin: 21px 0 6px
}

.inner-sec-order {
    margin-top: 15px
}

.inner-sec-order input {
    width: 100%;
    border: 2px solid #00b0b5;
    background: #fff;
    padding: 8px 19px;
    border-radius: 35px;
    color: #000
}

.app-main__inner p.text-danger {
    background: #fff0f0;
    color: red;
    text-align: center;
    padding: 6px 12px;
    border: 1px solid #de3545;
    border-radius: 4px
}

.inner-sec-order input:focus,
.inner-sec-order input:focus-visible {
    border: 2px solid #ddd;
    outline: 0
}

button.btn_search_add i {
    font-size: 18px;
    padding-right: 5px
}

button.btn_search_add {
    background: #00b0b5;
    padding: 9px 21px;
    border: none;
    outline: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    justify-content: center;
    height: 45px;
    border-radius: 29px;
    margin-left: -88px
}

.statues-top {
    background-color: #f9f9fa;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid #e9e9e9
}

.div_inners {
    border: 1px solid #e9e9e9;
    margin-bottom: 2rem;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px
}

.result-f {
    font-size: 18px;
    color: #e31e25;
    padding: 9px 9px 24px;
    text-align: left
}

.comts,
.statues-top .comts {
    font-weight: 600;
    color: #3a3a3a
}

.comts a {
    text-decoration: underline !important;
    color: #262626 !important;
    font-size: 17px
}

.statues-top .comts a {
    color: #000;
    text-decoration: none !important
}

.statues-top .comts {
    font-size: 17px;
    margin-left: 4px;
    width: auto;
    margin-right: 0;
    text-align: left
}

.statues-top {
    justify-content: space-between;
    padding: 20px
}

.order-detail {
    box-shadow: none;
    background-color: #fff;
    padding: 25px 20px;
    margin-bottom: 0;
    justify-content: space-between
}

.bill-ships,
.btn_donwloas {
    box-shadow: #0003 0 2px 2px -1px
}

.one-cont-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #959595
}

.one-cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.comts {
    font-size: 19px;
    margin-left: 10px;
    margin-right: auto
}

.order-one {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 50%
}

span.cancel-orders {
    font-size: 15px;
    font-weight: 500;
    color: #313131
}

.btn-items-detaisls a {
    background: #00b0b5;
    padding: 10px 14px;
    border-radius: 5px;
    color: #fff
}

.btn-items-detaisls a:hover {
    background-color: #00b0b5;
    opacity: .8;
    color: #fff
}

.statues-top p {
    margin: 0;
    font-size: 17px;
    color: #262626
}

.messa-reqs,
.oredre-revis i {
    font-size: 14px
}

.oredre-revis {
    margin: 0;
    width: 28%;
    text-align: end
}

.messa-reqs {
    color: #e38d00;
    line-height: 18px
}

i.fa.fa-file-text-o {
    color: #00b0b5;
    font-size: 24px;
    padding-right: 6px
}

.rates-sec {
    color: #056397;
    font-weight: 600;
    font-size: 15px
}

i.bx.bxs-star {
    padding-right: 5px;
    font-size: 13px
}

.btn_donwloas {
    background: #fff;
    padding: 16px;
    justify-content: space-between
}

.order-places {
    margin: 20px 0;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    background: #f9f9f9bf
}

.circle {
    margin-left: 75px
}

.order-placed {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3fbfb;
    padding: 11px;
    border-radius: 10px
}

.order-placed .lefts {
    margin-right: 3px
}

.order-placed .lefts img {
    width: 70px
}

.order-placed h3 {
    margin-bottom: 0;
    color: #000;
    margin-top: 0;
    font-size: 21px
}

.order-placed p {
    margin: 0;
    padding: 8px 0
}

.call-section-right h4 {
    margin: 0;
    font-size: 18px;
    padding-bottom: 5px
}

.call-section-right span {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: #6c6c6c
}

.btn-got-order {
    margin-top: 11px
}

a.btn_order_go {
    background: #a60006;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 7px;
    font-weight: 600
}

.order-main_deliverys {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.cancel_orders a,
.cancel_orders i,
.chat_with a.chat_with_us,
.div_btn_rewars {
    display: flex;
    display: flex
}

.div-left-sec-s {
    background: #fff;
    padding: 20px
}

.btn_changes-btn {
    color: #fff;
    background: #044572;
    font-size: 14px;
    padding: 6px 8px;
    border-radius: 5px;
    font-weight: 600
}

.one-delivery h4 {
    font-size: 15px;
    margin-top: 25px;
    margin-left: 4px;
    color: #00b0b5
}

.div-n-ds {
    background: #f9f9f9;
    padding: 14px
}

.rewards i,
.rewards i.bx.bxs-star {
    font-size: 27px;
    color: #f99944
}

.left_address p {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 0 0 5px
}

i.fa.fa-home,
i.fa.fa-user {
    font-size: 17px;
    padding-right: 5px;
    color: #141414
}

.left_address span {
    font-size: 15px;
    line-height: 24px;
    color: #424242;
    font-weight: 500
}

.btn_chnages,
.subcategory-list .submenu-links .child-list {
    margin-top: 8px
}

.div_btn_rewars {
    align-items: flex-start
}

.rwars-COnts p {
    font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
    margin: 0
}

.btn_in_down,
.rwars-COnts span {
    font-size: 14px;
    font-weight: 600
}

.btn_in_down {
    color: #fff;
    background: #044572;
    padding: 5px 9px;
    border: none;
    outline: 0;
    border-radius: 8px
}

.rwars-COnts span {
    color: #585858
}

.div_content_delivery_order .imges {
    width: 63px;
    height: 78px;
    object-fit: cover;
    border: 1px solid #c8c0c0;
    margin-right: 6px;
    object-position: top
}

.chat_with a.chat_with_us {
    font-size: 15px;
    border-radius: 8px;
    color: #005d5f;
    font-weight: 600;
    background: #f0fefe;
    padding: 8px 15px;
    border: 1px solid;
    align-items: center;
    justify-content: flex-start;
    width: 55%
}

.chat_with a.chat_with_us:hover {
    color: #005d5f;
    border: 1px solid
}

.div_content_delivery_order .imges img {
    max-width: 100%;
    border: 1px solid #ddd;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top
}

.div_content_delivery_order p {
    font-size: 20px;
    font-weight: 600;
    padding-left: 4px
}

i.bx.bxs-truck {
    font-size: 34px;
    color: #e31e25;
    padding-right: 6px
}

.order-two_places p {
    margin: 4px 0 5px;
    font-size: 17px;
    font-weight: 600;
    color: #3f3f3f
}

.cancel_orders a {
    align-items: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #e31e25;
    margin-bottom: 6px
}

.cancel_orders i {
    background: #e31e25;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    font-size: 11px
}

a.chat_with_us {
    font-size: 17px;
    border-radius: 8px;
    color: #141414;
    font-weight: 600
}

a.chat_with_us:hover {
    color: #141414
}

.bill-ships {
    background: #fff;
    padding: 16px;
    margin-top: 14px
}

.h5_totals_orders {
    font-size: 18px;
    color: #a60006;
    margin: 0
}

.chat_with_us i {
    font-size: 21px;
    padding-right: 2px
}

.order-places.seconf-order-place {
    background: #fff;
    padding: 0;
    margin-bottom: 0
}

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000bf;
    z-index: 999
}

.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 6px #000;
    border-radius: 3px;
    background: #fff
}

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    transition: .25s;
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: #b50000;
    text-align: center;
    line-height: 100%
}

.image_cancel,
.imagess {
    width: 70px;
    object-fit: cover
}

.popup-close:hover {
    background: #000;
    text-decoration: none;
    color: #fff
}

.image_cancel {
    height: 70px
}

.div_popup_cancell {
    display: flex;
    align-items: center;
    background: #efefef;
    padding: 11px
}

.div_popup_cancell p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
    padding-left: 10px
}

a.btn_cance_ords,
a.no_cancel_ord {
    color: #fff;
    padding: 5px 11px;
    border-radius: 6px;
    margin-right: 1rem
}

.canre-Lrears {
    font-size: 19px;
    margin: 0;
    padding: 19px 0 12px;
    text-align: left;
    color: #000;
    font-weight: 600
}

.order-delivery-sucess,
a.btn_cance_ords,
a.no_cancel_ord {
    font-size: 15px;
    font-weight: 600
}

.imagess,
input#imageInput {
    padding: 3px
}

.btn_can_div_two {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 1rem 0
}

a.btn_cance_ords {
    background: #e31e25
}

.div_items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-block: 10px
}

.div_items p {
    margin: 0;
    color: #030303;
    padding-bottom: 2px
}

.imagess {
    height: 92px;
    border: 2px solid #cecece;
    object-position: top
}

.order-places_order {
    margin: 20px 50px 20px 0;
    background: #fff;
    box-shadow: #959da533 0 8px 24px;
    padding: 23px
}

.div-oredr_dot,
.order-line {
    background: #08b600;
    position: absolute
}

.order-places_order h3 {
    background: #ddd;
    padding: 12px 17px
}

.calcel_order_details select,
textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 11px;
    border-radius: 7px
}

.calcel_order_details select:focus,
.calcel_order_details select:focus-visible,
.calcel_order_details select:hover,
.calcel_order_details textarea:focus,
.calcel_order_details textarea:focus-visible,
.calcel_order_details textarea:hover {
    border: 1px solid #ddd;
    outline: 0
}

.calcel_order_details label {
    margin-bottom: 4px
}

.div_orde_toasl {
    width: 70%
}

button.continue_order {
    background: #000;
    color: #fff;
    padding: 6px 14px;
    border: 0;
    margin-top: 1.4rem;
    margin-bottom: 1rem;
    border-radius: 4px
}

.div_orde_toasl span {
    color: #4f4f4f
}

.div-oredr_dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: -6px
}

.order-line {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    top: -1px;
    left: 4px
}

.main-order-div p {
    font-size: 13px;
    font-weight: 600;
    color: #575555
}

.courioe p,
.courioe table td {
    color: #555;
    margin: 5px 0;
    font-weight: 600
}

.main-order-div .order-sates_sec_p {
    font-size: 13px;
    font-weight: 500;
    color: #575757;
    margin: 2rem 0 .5rem
}

.courioe {
    border-top: 1px solid #ddd;
    width: 78%;
    margin-top: 11px
}

.one-ordre {
    display: inline-block;
    width: 32.33%
}

.div-oredr_dot_red {
    width: 12px;
    height: 12px;
    background: #d2161e;
    border-radius: 50%;
    top: -6px;
    position: absolute
}

.courioe p {
    font-size: 13px
}

.courioe table td {
    font-size: 12px;
    padding-right: 50px
}

.order-delivery-sucess i {
    font-size: 26px;
    padding-right: 5px;
    color: #08b600
}

.order-delivery-sucess {
    display: flex;
    align-items: center;
    color: #333
}

.rate_review_a {
    font-size: 16px;
    font-weight: 600;
    color: #044572
}

.rate_review_a:hover {
    color: #044572
}

.rate_review {
    margin-bottom: 11px
}

.close1 {
    position: absolute;
    right: 36px;
    background: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: #000;
    outline: 0;
    top: 50px;
    transform: translateY(-50%)
}

.search-box.search-elem input[type=text] {
    padding: 6px 12px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #c4c4c4;
    transition: border .3s;
    border-radius: 7px;
    width: 100%;
    background: #fff9
}

.search-box.search-elem input[type=text]:focus {
    border: 2px solid #ddd;
    outline: 0
}

.search-box.search-elem button.submit {
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    padding: 0;
    background: #000;
    font-size: 19px;
    color: #fff;
    width: 65px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 10px;
    border: none
}

.auto-scrolis {
    height: 85%;
    overflow-y: scroll;
    padding-bottom: 50px
}

.search-open .new-hides::-webkit-scrollbar {
    display: none;
    overflow: hidden !important
}

.search-box.search-elem {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    background: red;
    transition: .3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.search-box.search-elem.search-open {
    margin-top: 0;
    height: 100% !important;
    width: 100% !important;
    background: #fff
}

.inner_main_sec_delivery_twos {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0
}

.one_detail-pro_delivery {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between
}

.inner_day_delivery {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.content_sec_detaillss h4 a {
    color: #141414;
    font-size: 16px
}

.imgages img {
    width: 68px;
    border: 1px solid #ccc;
    padding: 0;
    object-fit: cover;
    border-radius: 5px;
    height: 81px;
    object-position: top
}

.content_sec_detaillss {
    margin-left: 14px
}

.inner_main_sec_delivery_twos h4 {
    font-size: 18px;
    font-weight: 600;
    color: #292929;
    margin-top: 0;
    margin-bottom: 4px
}

p.color_selections_delibery {
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 600;
    color: #353535;
    padding: 2px 8px;
    border-radius: 7px;
    display: inline-block;
    margin: 5px 0;
    line-height: 25px
}

p.last_section_delivery {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    letter-spacing: .4px;
    margin-top: 3px;
    font-weight: 500;
    color: #141414
}

.rs-sec_detail_delivery span,
.totasl-pr_delivery span {
    font-size: 19px;
    font-weight: 600
}

.content_sec_detaillss span del {
    color: #616161
}

.totasl-pr_delivery span {
    color: #404040
}

a.btn-continue-sops,
a.div-continue {
    color: #fff;
    align-items: center;
    width: max-content;
    display: flex
}

.deliveryssss,
.rs-sec_detail_delivery {
    text-align: center;
    width: 49%
}

.cartPopupHtml .div_cart_empty h2,
.div_cart_empty h2 {
    font-size: 38px;
    margin-top: 15px;
    font-family: var(--amaranth);
    font-weight: 600;
    margin-bottom: 5px
}

.cartPopupHtml .div_cart_empty h3 {
    font-size: 16px;
    margin: auto;
    color: #414141;
    font-weight: 500;
    width: 70%;
    line-height: 23px
}

.cartPopupHtml .div_cart_empty img.cart_no_emp {
    width: 170px;
    margin: auto
}

.div_cart_empty {
    margin: auto;
    text-align: center;
    width: 100%;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

.cartPopupHtml .div_cart_empty p {
    width: 100%;
    font-size: 14px
}

.btn-new-mts {
    margin-top: 20px;
    margin-bottom: 50px
}

.div_cart_empty.erre0emptys h2 {
    font-size: 42px
}

.div_cart_empty img.cart_no_emp {
    width: 226px;
    margin: auto
}

.div_cart_empty.erre0emptys {
    padding-top: 35px;
    padding-bottom: 46px
}

a.btn-continue-sops {
    background: #000;
    padding: 10px 13px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    margin: auto;
    line-height: 22px;
    letter-spacing: .2px
}

.menu>ul>li.filter-names.filters-categoyr:hover {
    background: 0 0
}

.menu>ul>li.filter-names.filters-categoyr:hover a {
    border-radius: 5px;
    border: 1px solid transparent
}

.div_cart_empty img.cart_no_emp1 {
    width: 270px;
    margin: auto
}

.div_cart_empty.erre0emptys h5 {
    font-size: 16px;
    color: #3b3b3b;
    width: 29%;
    margin: 8px auto 20px;
    font-weight: 500;
    line-height: 25px
}

.cart_page_main {
    background-color: #f2f2f2a6
}

a.div-continue {
    background: #00b0b5;
    text-align: center;
    margin: 2px auto;
    border: 1px solid #00b0b5;
    border-radius: 9px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .3px;
    padding: 6px 21px;
    justify-content: center
}

.div_cart_empty h3 {
    font-size: 17px;
    margin: auto;
    color: #414141;
    font-weight: 500;
    width: 70%;
    line-height: 23px
}

.div_cart_empty p {
    background: #ebffeb;
    padding: 10px;
    width: 70%;
    margin: 29px auto;
    border: 1px dotted green;
    font-size: 17px;
    color: #000;
    border-radius: 5px
}

@media (max-width:1280px) {
    .div_cart_empty {
        width: 100%
    }
}

@media (min-width:992px) and (max-width:768px) {
    .category {
        width: 15% !important
    }
}

.checkbox_profile_blade input[type=checkbox] {
    position: relative;
    border: 2px solid #00b0b5;
    border-radius: 2px;
    background: 0 0;
    cursor: pointer;
    line-height: 8;
    margin: 0 3px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    opacity: .5
}

p.checkbox_profile_blade {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.checkbox_profile_blade label {
    width: auto;
    font-size: 16px;
    text-align: left;
    padding-bottom: 0;
    letter-spacing: .3px;
    color: #2a2a2a;
    margin-top: 0;
    font-weight: 500;
    line-height: 39px;
    margin-bottom: 0;
    padding-left: 4px
}

.checkbox_profile_blade input[type=checkbox]:checked {
    background-color: #00b0b5;
    opacity: 1
}

.comts a:hover {
    color: #101010
}

.checkbox_profile_blade input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -2px -1px 0;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2
}

.drop-down_show {
    position: absolute;
    padding: 10px;
    margin: 0;
    top: 55px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    max-width: 285px;
    right: -74px;
    width: 285px;
    box-shadow: 0 4px 16px 0 #0003;
    display: none;
    z-index: 100;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden
}

.drop-down_show h4 {
    font-size: 20px;
    color: #00b0b5;
    font-weight: 500;
    margin: 14px 8px;
    border-bottom: 1px dashed #b9b9b9;
    padding-bottom: 11px;
    text-align: left
}

a.login_sign,
div#ModalSlide a.login_sign {
    margin: 12px 2px;
    background: azure;
    color: #00b0b5
}

.Sing_2_logins,
a.login_sign {
    align-items: center;
    padding: 14px 2px;
    display: flex
}

.Sing_2_logins:hover {
    background-color: #00b0b5;
    color: #fff;
    opacity: .8
}

a.login_sign:hover {
    border: 2px solid #00b0b5;
    color: #fff;
    background-color: #00b0b5
}

.search-sec {
    width: 68%
}

a.login_sign {
    justify-content: center;
    border-radius: 9px;
    border: 2px solid #00b0b5;
    font-size: 17px
}

.Sing_2_logins {
    justify-content: center;
    margin: 10px 2px;
    background: #00b0b5;
    border-radius: 9px;
    color: #fff;
    font-size: 18px
}

.drop-down_show li a {
    font-size: 16px;
    padding: 3px 0 3px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 26px;
    color: #2f2f2f
}

.drop-down_show li i {
    padding-right: 7px
}

li.logout_sec_2 a {
    background: #bfbfbf;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 3px;
    padding: 8px;
    color: #000;
    font-size: 17px
}

span.new-users-pns {
    padding: 8px 12px;
    background: #f2f2f2;
    color: #000;
    font-weight: 600;
    border-radius: 5px
}

.drop-down_show li {
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
    margin-left: 0
}

#ModalSlide .modal-header {
    background: #fff;
    width: 100%;
    padding: 15px 1px;
    align-items: center;
    box-shadow: none;
    justify-content: center;
    border-bottom: 2px dashed #00b0b5
}

.modal-dialog {
    max-width: 100%;
    margin: 0
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1)
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
    margin: 0
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden
}

#ModalSlide .modal-footer {
    position: fixed;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: inline-block;
    box-shadow: none;
    border-top: 0;
    width: 100%;
    padding: 0
}

div#ModalSlide {
    padding: 0;
    margin: 0
}

button.btn_icons_arroer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    padding: 5px;
    position: absolute;
    left: 0
}

div#ModalSlide .Sing_2_logins,
div#ModalSlide a.login_sign {
    padding: 14px 2px;
    border-radius: 9px;
    display: flex;
    font-weight: 600;
    font-size: 21px
}

button.btn_icons_arroer i {
    font-size: 30px;
    margin-left: 0;
    color: #920000
}

div#ModalSlide h4 {
    margin: 0;
    padding-left: 0;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    font-family: Amaranth;
    font-weight: 600
}

div#ModalSlide .Sing_2_logins {
    margin: 10px 2px;
    align-items: center;
    justify-content: center;
    background: #00b0b5;
    color: #fff
}

div#ModalSlide a.login_sign {
    align-items: center;
    justify-content: center;
    border: 2px solid #00b0b5
}

.progress,
.progress-done {
    border-radius: 8px;
    position: relative
}

.list_account_mobile li {
    padding: 15px 0;
    border-bottom: 1px dashed #00b0b5
}

.list_account_mobile li:last-of-type {
    border-bottom: 0
}

@media (max-width:1700px) {
    .top-headers {
        height: 78vh
    }

    .inner-sidebar-headers {
        height: 87vh
    }
}

.list_account_mobile li a {
    font-size: 17px;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 26px;
    color: #111;
    font-weight: 600
}

ul.list_account_mobile {
    margin-top: 2px
}

ul.list_account_mobile li i {
    padding-right: 7px;
    font-size: 23px;
    color: #00b0b5;
    font-weight: 400
}

a.logout_footers {
    justify-content: center;
    width: 100%;
    background: #00b0b5;
    padding: 11px 10px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .6px;
    margin: 0;
    box-shadow: none
}

.progress-bar-wrap {
    padding: 3px 0
}

.progress {
    background-color: #a5cf3733;
    margin: 15px auto;
    height: 18px;
    width: 100%;
    max-width: 100%
}

.progress-done {
    background: #8cac89;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s .3s
}

.progress-value {
    position: absolute;
    right: -40px;
    top: 100%;
    color: #8cac89;
    font-size: 28px;
    line-height: 34px;
    padding-top: 20px;
    font-weight: 600
}

.progress-thumb {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -20px;
    border-radius: 50%
}

.returns,
button.new_tool {
    height: 41px;
    font-weight: 600
}

.progress-thumb:before {
    content: "\f06b";
    font-family: fontAwesome;
    font-size: 45px;
    color: #8cac89;
    padding: 0;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.content_ciso {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0
}

.progress_sec {
    margin: 10px 0 35px
}

.blog-details h4 {
    font-size: 20px
}

.blog-details h3 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 8px;
    margin-top: 16px
}

.blog-details h2 {
    font-size: 30px;
    margin: 10px 0 8px
}

.blog-details ul li {
    line-height: 25px;
    padding: 7px 8px
}

.oredre_mains_conf {
    background: #fff;
    box-shadow: #64646f33 0 7px 29px 0;
    padding: 47px;
    border-radius: 10px;
    text-align: center
}

.inner_order_cinfirmations {
    padding: 30px;
    border: 2px solid #e5e5e5;
    border-radius: 10px
}

.inner_order_cinfirmations img {
    width: 35%;
    margin: auto
}

.inner_order_cinfirmations h2 {
    margin: 25px 0 5px;
    font-size: 45px;
    color: #052e2e;
    text-align: center
}

.inner_order_cinfirmations p {
    font-size: 20px;
    font-weight: 600;
    color: #111
}

a.continue_shoping,
a.view_orders {
    padding: 11px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 17px;
    letter-spacing: .6px;
    min-width: 205px;
    display: flex
}

.btn_view_order {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.4rem 0
}

a.view_orders {
    align-items: center;
    justify-content: center;
    background: #00b0b5;
    color: #fff;
    font-weight: 500
}

a.continue_shoping {
    align-items: center;
    justify-content: center;
    border: 2px solid #00b0b5;
    color: #00b0b5;
    font-weight: 600
}

.delivery-sec .radio .radio-button-container,
button.new_tool {
    display: block;
    position: relative;
    font-size: 18px;
    cursor: pointer
}

button.new_tool {
    margin: 0;
    padding: 0;
    border: none;
    width: 30px;
    overflow: hidden;
    color: #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #ddd
}

.new_tool span {
    position: absolute;
    color: #000;
    background-color: #ebebeb;
    width: 183px;
    font-size: 15px;
    padding: 14px 6px;
    font-weight: 500;
    line-height: 19px;
    opacity: 0
}

button.new_tool:hover {
    overflow: visible
}

.new_tool span::after {
    content: "";
    position: absolute;
    border: 10px solid transparent
}

.btn_toolis_retuns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0
}

.returns {
    background: 0 0;
    color: #e31e25;
    font-size: 16px;
    border: 1px solid #aaa;
    padding: 7px 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

button.new_tool[data-position=top] span {
    top: -76px;
    left: -130px
}

button.new_tool[data-position=top] span::after {
    border-top-color: #ebebeb;
    left: 122px;
    bottom: -19px
}

button.new_tool[data-position=left] span {
    top: 10px;
    left: -150px
}

button.new_tool[data-position=left] span::after {
    border-left-color: #000;
    right: -20px;
    bottom: 5px
}

button.new_tool[data-position=bottom] span {
    bottom: -45px;
    left: -10px
}

button.new_tool[data-position=bottom] span::after {
    border-bottom-color: #000;
    left: 50px;
    top: -20px
}

button.new_tool[data-position=right] span {
    top: 10px;
    right: -150px
}

button.new_tool[data-position=right] span::after {
    border-right-color: #000;
    left: -20px;
    bottom: 5px
}

.order-places_order.replacemenst {
    margin: 60px
}

.main_iplodas {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 1px 0 10px
}

.main_iplodas img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 1px solid #ddd;
    margin: 6px 0 8px
}

.dashboard h2 {
    font-size: 27px
}

.delivery-sec .radio .radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.delivery-sec .radio .radio-button-container {
    color: #111;
    padding-left: 45px;
    line-height: 25px;
    margin-bottom: 12px;
    margin-left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.delivery-sec .radio .radio-button-container input:checked~.checkmark {
    background-color: #0000;
    border-color: #e31e25
}

.checkmark {
    position: absolute;
    top: 20px;
    left: 13px;
    height: 24px;
    width: 24px;
    background-color: #0000;
    border-radius: 50%;
    border: 2px solid #00000040;
    transition: .3s
}

.delivery-sec .radio .radio-button-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e31e25
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

@media(max-width:1445px) {
    .breadcrumb-wsishlist {
        padding: 190px 0
    }

    .order-places {
        margin: 20px 0;
        padding: 18px
    }

    .filtes-orders {
        margin: 1rem 0
    }

    .left_bills_invoice h3 {
        font-size: 23px
    }

    .Left_in_deta p {
        font-size: 20px
    }

    .Invoice_order {
        padding: 40px 0
    }

    .left_bills_invoice p {
        font-size: 15px;
        line-height: 26px
    }

    .line {
        left: 91px
    }

    .order-two_places p {
        font-size: 17px;
        line-height: 30px
    }

    .left_address {
        width: 99%
    }

    .order-places_order h3,
    .rs-sec_detail_delivery span {
        font-size: 18px
    }

    .div_content_delivery_order p {
        font-size: 18px;
        padding-left: 0
    }

    .inner_main_sec_delivery_twos h4 {
        font-size: 17px
    }

    a.chat_with_us {
        font-size: 14px;
        margin-top: 10px
    }

    .order-places_order.replacemenst {
        margin: 46px
    }

    .div_content_delivery_order .imges img {
        border: 1px solid #929292
    }

    .div_orde_toasl span {
        font-size: 16px
    }

    .order-places_order {
        margin: 20px 20px 20px 0
    }
}

.imagess img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top
}

@media (max-width:1024px) {
    .div_cart_empty img.cart_no_emp {
        width: 160px;
        margin: auto
    }

    .div_cart_empty p {
        padding: 8px;
        margin: 22px auto;
        font-size: 14px;
        width: 100%
    }

    .div_cart_empty h2 {
        font-size: 23px
    }

    .oredre_mains_conf img {
        width: 267px;
        margin: auto
    }

    span.text-order_cancel-dics {
        line-height: 21px;
        color: #ee9100;
        font-size: 16px
    }

    .div_items {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-block: 10px;
        flex-direction: column-reverse
    }

    .order-places hr {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .div_orde_toasl {
        width: 100%;
        margin-top: 10px
    }

    .Invoice_order .col-lg-11 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bill_ship_invoices {
        padding: 16px
    }

    .dashboard h2,
    .left_bills_invoice h3 {
        font-size: 22px
    }

    .Invoice_order {
        padding: 24px 0
    }

    .invoice_order_inners {
        padding: 20px
    }

    .order-places {
        margin: 17px 0;
        padding: 17px
    }

    .call-section-right span {
        font-size: 14px;
        line-height: 23px
    }

    .order-places .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .chat_with a.chat_with_us,
    .main-order-div p {
        font-size: 13px !important
    }

    .line {
        left: 87px !important
    }

    .container.mt-5 {
        padding: 0
    }

    .progress-tracker {
        margin-right: auto !important;
        margin-left: 0
    }

    .mt-5 {
        margin-top: 1rem !important
    }

    .order-places .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0
    }

    .new_grid_sec {
        width: 66%
    }

    a.chat_with_us {
        font-size: 13px;
        margin-top: 10px
    }

    .left_address p {
        font-size: 15px;
        font-weight: 600;
        color: #1f1f1f;
        margin: 0
    }

    .one-delivery {
        margin-right: 0
    }

    .left_address span {
        font-size: 14px;
        line-height: 21px
    }

    a.btn_order_go {
        font-size: 13px
    }

    .order-placed p {
        padding: 4px 0;
        font-size: 14px
    }

    .call-section-right h4 {
        font-size: 17px;
        padding-bottom: 7px
    }

    .order-placed .lefts img {
        width: 72px
    }

    .order-placed h3 {
        font-size: 18px
    }

    .page-title-wrapper p {
        width: 80%;
        font-size: 16px;
        line-height: 21px;
        margin-top: 7px
    }

    .oredre-revis {
        width: 47%
    }

    .title-alls {
        padding: 14px 12px 12px 14px
    }

    .order-one {
        width: 45%
    }

    .comts a {
        font-size: 17px
    }
}

@media (max-width:992px) {
    .page-title-wrapper p {
        width: 99%
    }

    .oredre_mains_conf h2 {
        font-size: 26px;
        margin-bottom: 5px
    }

    a.view_orders {
        font-size: 15px;
        min-width: 174px;
        letter-spacing: .4px
    }

    .oredre_mains_conf p {
        margin: 4px
    }

    a.continue_shoping {
        padding: 9px 11px;
        font-size: 15px;
        letter-spacing: 0;
        min-width: 174px
    }

    .rs-sec_detail_delivery {
        text-align: left
    }

    .one_detail-pro_delivery {
        grid-template-columns: repeat(1, 1fr)
    }

    .inner_day_delivery {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%
    }
}

@media(max-width:1280px) {
    .order-places_order.replacemenst {
        margin: 15px 0
    }

    .main-order-div p {
        font-size: 12px
    }

    button.continue_order {
        font-size: 15px
    }

    .line {
        left: 88px
    }

    .chat_with a.chat_with_us {
        width: 59%
    }
}

span.text-war_msg_divs {
    font-size: 14px;
    text-align: right
}

@media(max-width:992px) {
    .row_add_sides_divs .col-md-6 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .section-didebars .row.new_prodile_dashbors {
        flex-direction: column
    }

    .filtes-orders h4 {
        font-size: 17px;
        margin: 0
    }

    .checkbox .checkbox-control,
    .radio .radio-control {
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px
    }

    .filtes-orders .form-controls h5 {
        font-size: 16px
    }

    .checkbox .checkbox-label {
        font-size: 15px
    }

    .inner-sidebar-headers i.bx.bx-chevron-right,
    .page-title-icon br {
        display: none
    }

    .mald_lsdts {
        margin-left: 0
    }

    .main-sec-right_user_dash i.bx.bx-user {
        background: #f7f7f7;
        width: 54px;
        height: 54px;
        font-size: 25px;
        margin-right: auto !important;
        border: 1px solid #8f8f8f;
        text-align: left;
        line-height: 21px;
        margin-left: 0
    }

    .page-title-wrapper {
        background: #fff;
        padding: 14px;
        border: 1px solid #ddd;
        border-radius: 0;
        text-align: left
    }

    .main-sec-right_user_dash {
        padding: 0;
        margin-bottom: 44px
    }

    .page-title-wrapper p {
        font-size: 15px;
        line-height: 22px;
        text-align: left
    }

    .row.new_prodile_dashbors .col-lg-3.col-md-6.col-sm-12.p-0,
    .row.new_prodile_dashbors .col-lg-9.col-md-6.col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .inner-sidebar-headers ul li {
        width: 47%;
        display: inline-block;
        border: 1px solid #ddd;
        margin: 6px
    }

    .inner-sidebar-headers li.active {
        border-left: 0;
        background: #efefef
    }

    .top-headers {
        background: #fff;
        padding: 0 6px;
        margin-bottom: 34px
    }

    .dashboard h2 {
        font-size: 19px
    }
}

@media(max-width:850px) {
    .new_prodile_dashbors .popup-inner {
        font-size: 20px
    }

    .top_details_in {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin: .5rem 0 1rem;
        flex-direction: column-reverse;
        gap: 12px
    }

    .right_cint_invoice img {
        width: 72%;
        margin: auto
    }

    .row_add_sides_divs .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }

    .canre-Lrears {
        font-size: 17px;
        padding: 10px 0 9px;
        font-weight: 600
    }

    .order-detail {
        padding: 17px 14px
    }

    .result-f {
        font-size: 14px
    }

    .order-one {
        width: 41%
    }

    .oredre-revis {
        width: 50%
    }
}

@media(max-width:780px) {
    .div_items {
        flex-direction: row-reverse
    }

    button.btn_search_add i {
        font-size: 16px;
        padding-right: 0
    }

    .inner-sidebar-headers i.ri-arrow-right-line {
        display: none
    }

    .div-left-sec-s {
        padding: 12px
    }

    .bill_ship_invoices {
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 7px;
        flex-direction: column;
        padding: 10px 3px
    }

    .app-main__inner.container-fluid {
        padding: 0 2px
    }

    .div_orde_toasl {
        width: 100%;
        margin-top: 0;
        margin-left: 11px
    }

    .left_bills_invoice {
        margin: 0 6px
    }

    .div_items {
        align-items: center
    }

    .one-delivery.add_new_divs_border {
        border-right: 0
    }

    .order-places_order {
        margin: 0 0 31px
    }

    .totasl-pr_delivery {
        text-align: left;
        border-top: 1px solid #ddd;
        margin: 15px 0;
        padding: 13px 0;
        border-bottom: 1px solid #ddd
    }

    .totasl-pr_delivery.deliveryssss {
        text-align: left;
        border-top: 0;
        margin: 0;
        padding: 0;
        border-bottom: 0
    }

    .container.mt-5 {
        padding: 0;
        margin: 3px;
        margin-top: 12px !important
    }

    .line {
        left: 88px !important
    }

    .app-main__inner .container-fluid {
        padding: 0 4px
    }

    .call-section-right {
        padding-top: 13px;
        padding-bottom: 10px
    }

    .btn_donwloas {
        margin-top: 24px;
        font-size: 17px
    }

    .order-places {
        margin: 2px 0
    }

    .one-delivery {
        margin-right: 12px
    }

    .order-main_deliverys {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .div_content_delivery_order {
        padding-left: 12px
    }

    .order-placed {
        border-right: none;
        width: 100%;
        padding-bottom: 14px
    }

    .chat_with a.chat_with_us {
        width: 49%
    }
}

.image_cancel img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #a7a7a7
}

span.text-order_cancel-dics {
    line-height: 20px;
    color: #ee9100
}

.inner-sidebar-headers ul li:hover {
    background: #ebf8fb;
    color: #00b0b5
}

.btn-logout {
    margin: 12px
}

.section-didebars {
    background: #f8f8f8
}

.iiners {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 71%;
    flex-direction: column
}

.inner-sidebar-headers ul li:hover a {
    background: #e31e25;
    color: #fff
}

@media(max-width:576px) {
    .new_prodile_dashbors .popup-inner {
        padding: 15px
    }

    .app-main__inner .col-md-12,
    .row.new_prodile_dashbors .col-md-12,
    .row.row_add_sides_divs .col-md-3 {
        padding: 0 6px
    }

    .row.new_prodile_dashbors .col-md-12.update-nlos {
        padding: 0 14px
    }

    .iiners {
        height: 40%
    }

    .inner-sidebar-headers {
        height: 100%
    }

    .top-headers {
        height: 100%;
        margin-top: 12px
    }

    .oredre_mains_conf img {
        width: 187px;
        margin: 10px auto auto
    }

    .title-alls h4 {
        margin: 0;
        font-size: 22px;
        color: #009296
    }

    .page-title-heading {
        margin: 0;
        padding: 15px;
        border-radius: 5px
    }

    .dashboard {
        margin-left: 10px
    }

    .inner-sidebar-headers ul li {
        font-size: 14px;
        padding: 16px 2px;
        margin: 4px 1px
    }

    .title-alls {
        border-top: 2px solid #009296;
        background: 0 0
    }

    .inner-sidebar-headers li.active,
    .inner-sidebar-headers ul li:hover {
        background: #009296;
        color: #fff
    }

    input#imageInput {
        padding: 3px;
        font-size: 14px
    }

    .btn_view_order {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: .7rem 0;
        flex-direction: column
    }

    a.view_orders {
        font-size: 14px;
        margin-bottom: 12px
    }

    .calcel_order_details select,
    .calcel_order_details textarea,
    .div_orde_toasl span,
    a.continue_shoping,
    button.continue_order,
    textarea {
        font-size: 14px
    }

    .oredre_mains_conf h2 {
        font-size: 24px
    }

    .oredre_mains_conf p {
        font-size: 15px;
        font-weight: 500
    }

    .calcel_order_details select,
    .order-places_order.replacemenst label,
    textarea {
        margin-bottom: 4px;
        font-size: 15px
    }

    span.text-order_cancel-dics {
        line-height: 19px;
        font-size: 14px
    }

    .imagess {
        height: 74px
    }

    .section-didebars h3 {
        margin: 10px 0;
        font-size: 17px
    }

    .order-places_order {
        padding: 14px
    }

    .app-main__inner .calcel_order_details label {
        padding-left: 2px;
        font-size: 15px
    }

    .app-main__inner .calcel_order_details input,
    .row.new_prodile_dashbors .calcel_order_details .col-md-12 {
        padding-left: 14px;
        padding-right: 14px
    }

    .div_items p {
        font-size: 17px;
        padding-bottom: 0
    }

    .btn_search_add i.bx.bx-search,
    .new_prodile_dashbors .popup-inner h2 {
        font-size: 18px
    }

    .div_popup_cancell p {
        font-size: 14px;
        padding-left: 0
    }

    .Left_in_deta .date,
    .authority b,
    a.btn_cance_ords,
    a.btn_order_go,
    a.no_cancel_ord {
        font-size: 12px
    }

    .popup-close {
        width: 25px;
        height: 25px;
        font-size: 14px
    }

    .canre-Lrears {
        font-size: 14px;
        padding: 8px 0 1px
    }

    .order-places {
        margin: 11px 0;
        padding: 10px
    }

    .invoice_order_inners {
        padding: 8px
    }

    .inner-sidebar-headers ul li a,
    a.go-backs {
        font-size: 13px
    }

    .left_bills_invoice {
        width: 100%;
        margin: 8px 0
    }

    .left_bills_invoice h3 {
        font-size: 19px
    }

    .table_method_invoice h2 {
        font-size: 20px;
        margin: 16px 0
    }

    .table_method_invoice td {
        padding: 6px;
        font-size: 13px;
        line-height: 19px
    }

    .table_method_invoice th {
        padding: 4px 5px;
        font-size: 13px
    }

    button.btn.prints {
        background: #e31e25;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .4px;
        padding: 6px 18px;
        margin: 0 0 1rem
    }

    .left_bills_invoice.left_ada P {
        line-height: 24px;
        font-size: 14px
    }

    .bill_ship_invoices {
        padding: 10px
    }

    .Left_in_deta p,
    .returns {
        font-size: 15px
    }

    .order-placed h3 {
        font-size: 17px;
        margin-top: 8px
    }

    .order-main_deliverys {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

    .progress-tracker {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        margin-left: 0;
        overflow: hidden;
        margin-top: 20px;
        min-height: 286px
    }

    .circle,
    .status-label {
        margin-top: -5px
    }

    .step {
        text-align: left;
        width: 80%
    }

    .circle {
        left: -56.8%;
        top: -15px;
        margin-right: 50%
    }

    .left_address span {
        font-size: 14px;
        line-height: 22px
    }

    .line {
        height: 2px;
        margin-left: 16px;
        left: -22% !important;
        transform: rotate(90deg);
        width: 21%
    }

    .main-order-div p,
    span.item_add_divs {
        font-size: 14px !important
    }

    p.date-label {
        position: absolute;
        color: #5e5e5e;
        font-size: 12px !important;
        margin-bottom: 0;
        top: 11px
    }

    a.chat_with_us {
        font-size: 12px;
        margin-top: 10px;
        padding: 6px 9px
    }

    .order-two_places p {
        font-size: 15px;
        line-height: 20px;
        margin: 14px 0 10px
    }

    .order-places .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .one-delivery:last-of-type {
        border-right: none;
        border-bottom: 0
    }

    .one-delivery h4,
    .totasl-pr_delivery span {
        font-size: 17px
    }

    .one-delivery {
        margin-right: 12px;
        border-right: 0;
        border-bottom: 1px dashed #ddd;
        padding: 6px 0
    }

    .div_btn_conts {
        margin-right: 6px;
        margin-bottom: 8px
    }

    .call-section-right h4 {
        font-size: 16px;
        padding-bottom: 3px
    }

    .app-main__inner {
        padding-bottom: 20px
    }

    .inner-sec-order input {
        margin: auto;
        width: 100%;
        border: 1px solid #00b0b5;
        background: #fff;
        padding: 7px 12px;
        border-radius: 35px;
        color: #000;
        font-size: 14px
    }

    .oredre-revis {
        width: 100%;
        margin-top: 16px;
        line-height: 20px
    }

    .order-detail {
        flex-direction: column;
        width: 100%;
        padding: 11px 10px
    }

    button.btn_search_add {
        padding: 0;
        height: 37px;
        width: 37px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        margin-left: -38px
    }

    .filtes-orders {
        margin: 1rem 0 10px
    }

    .inner-sec-order {
        margin-top: 5px
    }

    .statues-top {
        padding: 9px
    }

    .btn-items-detaisls a {
        background: #00b0b5;
        padding: 7px 6px;
        border-radius: 5px;
        color: #fff;
        font-size: 13px
    }

    .statues-top p {
        margin: 0;
        font-size: 16px
    }

    .app-main__inner p.text-danger,
    .messa-reqs,
    .one-divs span {
        font-size: 13px
    }

    .one-cont-img {
        object-position: top
    }

    .messa-reqs {
        line-height: 16px !important;
        color: #e38d00
    }

    .comts a,
    .rs-sec_detail_delivery span {
        font-size: 16px
    }

    span.cancel-orders {
        font-size: 13px;
        font-weight: 600;
        color: #2a2a2a
    }

    .order-one {
        width: 99%
    }

    .new-left,
    .new-left .one-divs {
        width: 100%
    }

    .new-left {
        display: flex;
        align-items: flex-start;
        flex-direction: column
    }

    .inner-sidebar-headers i {
        padding-right: 3px;
        font-size: 16px
    }

    .secong-img_divs img {
        border: 2px solid #dadada;
        padding: 6px;
        width: 92px;
        height: 92px;
        object-fit: cover;
        border-radius: 50%
    }

    .main-sec-right_user_dash .page-title-wrapper h2 {
        margin: 0 0 5px
    }

    .inner-breadcrumb-sec1 ul,
    .main_product_delivery {
        margin: 0
    }

    .row.new_prodile_dashbors .col-lg-9.col-md-6.col-sm-12 {
        padding-left: 8px;
        padding-right: 8px
    }

    .breadcrumb-sec ul li {
        font-size: 14px;
        padding: 0
    }

    a.logout-sec {
        padding: 10px;
        font-size: 15px
    }

    .main-sec-right_user_dash .app-main__inner h3 {
        padding: 10px 12px;
        font-size: 17px
    }

    .app-main__inner label {
        font-size: 14px
    }

    .app-main__inner .form-control {
        padding: 8px 10px;
        font-size: 14px
    }

    .toggle-password {
        margin-right: 10px !important;
        margin-top: -32px !important;
        font-size: 14px !important
    }

    button.btn.btnUpdate {
        font-size: 15px;
        padding: 9px 22px;
        margin: 9px 0 20px;
        letter-spacing: .6px
    }

    .secong-img_divs {
        width: 46%;
        margin: 7px auto 20px 0;
        text-align: left
    }

    .main-sec-right_user_dash {
        padding: 0 0 .5rem
    }

    .page-title-wrapper p {
        font-size: 14px;
        line-height: 21px
    }

    .row.new_prodile_dashbors .col-md-12.update-nlos,
    .row.new_prodile_dashbors .col-md-12.update-nlos p.checkbox_profile_blade {
        margin-top: 0
    }

    .breadcrumb-sec {
        padding: 20px 9px
    }

    .content_sec_detaillss {
        margin-left: 12px
    }

    p.color_selections_delibery {
        font-size: 12px;
        margin: 4px 0;
        line-height: 22px
    }

    p.last_section_delivery {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 0;
        letter-spacing: 0;
        margin-top: 1px;
        font-weight: 600
    }

    .inner_main_sec_delivery_twos h4 {
        font-size: 15px;
        margin-bottom: 2px;
        margin-top: 0
    }

    .inner_main_sec_delivery_twos {
        padding: 10px 0
    }

    .totasl-pr_delivery {
        text-align: left;
        border-top: 1px solid #ddd;
        margin: 11px 0;
        padding: 8px 0;
        border-bottom: 1px solid #ddd
    }

    .totasl-pr_delivery.deliveryssss {
        text-align: right
    }

    span.text-war_msg_divs {
        font-size: 12px !important;
        text-align: right
    }

    .btn_toolis_retuns {
        justify-content: flex-end
    }

    .order-places_order.replacemenst {
        margin: 15px 0
    }

    .line.new_LS.active-line.cancelled-line {
        margin-left: 30px !important;
        width: 63% !important;
        top: 9px !important;
        left: -47% !important
    }
}

.price-wrap input:focus,
.price-wrap input:focus-visible {
    border: none;
    outline: 0
}

@media (max-width:450px) {
    .circle {
        margin-right: 48%;
        margin-top: -5px
    }

    .line {
        top: -2px
    }

    .line.new_LS.active-line.cancelled-line {
        width: 65% !important;
        top: 11px !important;
        left: -47% !important;
        margin-left: 28px !important
    }
}

@media (max-width:399px) {
    .line {
        top: 5px
    }

    .line.new_LS.active-line.cancelled-line {
        width: 71% !important;
        top: 11px !important;
        left: -47% !important;
        margin-left: 16px !important
    }

    .circle {
        left: -33.3%;
        top: -15px;
        margin-right: 49%;
        margin-top: -5px
    }
}

@media (max-width:420px) {
    .circle {
        left: -97px
    }
}

@media (max-width:576px) and (min-width:421px) {
    .circle {
        left: -103px
    }
}

@media (max-width:375px) and (min-width:300px) {
    .circle {
        left: -94.4px
    }
}

@media (max-width:354px) {
    .line {
        top: 7px;
        width: 26% !important;
        margin-left: 12px
    }

    .circle {
        left: -53.8%;
        top: -15px;
        margin-right: 49%;
        margin-top: -4px
    }
}

@media (max-width:310px) {
    .line {
        width: 20% !important;
        margin-left: 16px !important
    }
}

@media (max-width:768px) {
    .div_cart_empty h2 {
        font-size: 36px !important
    }

    .div_cart_empty img.cart_no_emp {
        width: 108px !important
    }

    .team_sec p,
    a#clear-filters {
        font-size: 13px
    }

    p.checkbox_profile_blade {
        margin: 12px 0;
        align-items: flex-start;
        justify-content: flex-start
    }

    .checkbox_profile_blade label {
        line-height: 20px;
        letter-spacing: 0;
        width: fit-content
    }

    .checkbox_profile_blade input[type=checkbox] {
        height: 19px;
        width: 19px;
        -webkit-appearance: none
    }

    .temas-sec_inners .team_sec h4 {
        font-size: 15px
    }

    .team_sec p {
        margin-bottom: 10px
    }

    .diV_secra_new_logos {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center
    }

    nav {
        width: auto
    }

    img.mobile {
        width: 119px
    }

    span#applyCouponError {
        font-size: 13px;
        padding-left: 4px;
        padding-top: 3px
    }

    img.punjab-football-club_news {
        width: 100%;
        height: 100% !important;
        object-position: 87% !important;
        object-fit: cover
    }

    .bg-sec_for_footballs {
        margin: 0 !important;
        padding: 0 !important;
        background-color: #fff !important
    }

    .price-field input[type=range] {
        width: 97%
    }

    .price-field {
        width: 96%
    }
}

.banner-card img,
.banner-card2 img {
    object-position: top;
    object-fit: cover
}

@media(max-width:1445px) {
    img.punjab-football-club_news {
        width: 100% !important;
        height: 308px !important
    }

    .bg-sec_for_footballs {
        margin: 0 !important;
        padding: 0 !important;
        background-color: #fff !important
    }
}

@media(max-width:992px) {
    img.punjab-football-club_news {
        width: 100% !important;
        height: 100% !important
    }
}

span#applyCouponError {
    font-size: 15px;
    padding-top: 3px;
    padding-left: 2px
}

a.twitters img {
    width: 16px;
    margin-right: 7px
}

@media(max-width:1366px) {
    .corss {
        width: 30%;
        margin-left: 14px;
        text-align: end
    }
}

@media(max-width:768px) {
    .add_divs_new-iteme_prics {
        flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        justify-content: space-between;
        width: 100%;
        flex-direction: row
    }

    .cart_page_main .div_cart_title-Inners {
        align-items: baseline;
        flex-direction: column
    }

    .cart_page_main .corss {
        width: 100%;
        margin-left: auto;
        display: flex;
        align-items: end;
        flex-direction: column-reverse
    }

    span.removeItem {
        font-size: 11px
    }

    .corss {
        margin-left: 0
    }

    .widget .label {
        color: #fff;
        margin-right: 0 !important;
        font-size: 0 !important;
        font-weight: 500
    }
}

@media(max-width:450px) {
    .add_divs_new-iteme_prics {
        flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        justify-content: space-between;
        width: 100%;
        flex-direction: row
    }

    .div-left-sec-s {
        padding: 0
    }

    .order-placed .lefts img {
        width: 56px
    }

    .cart_page_main .div_cart_title-Inners {
        align-items: baseline;
        flex-direction: column
    }

    .order-placed h3 {
        font-size: 18px;
        margin-top: 8px
    }

    .chat_with a.chat_with_us {
        width: 56%
    }

    .div_content_delivery_order .imges {
        margin-bottom: -9px
    }

    .div_content_delivery_order p {
        font-size: 18px
    }

    .div_content_delivery_order {
        padding-left: 22px;
        display: flex;
        align-items: flex-start;
        flex-direction: column
    }

    .cart_page_main .corss {
        width: 100%;
        margin-left: auto;
        display: flex;
        align-items: end;
        flex-direction: column-reverse
    }

    span.removeItem {
        font-size: 11px
    }

    span.price-unit-new {
        font-size: 15px
    }

    span.price-actuals-new {
        font-size: 14px;
        margin: 0 0 0 9px;
        font-weight: 600;
        color: #272727
    }
}

.new_dis_rref_divs p {
    font-size: 18px;
    font-weight: 600;
    margin: 4px 0
}

div:where(.swal2-container) {
    z-index: 999999 !important
}

.radio__group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap
}

.total-new-cart-popu-sec {
    padding: 0 6px;
    border: 0;
    margin-bottom: 0
}

.shopping-offers span.replacement_prodt_details {
    display: flex;
    background: #00b0b5;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-left: 0;
    line-height: 31px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -19px;
    right: 49px
}

[tooltip]::after,
[tooltip]::before {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0
}

[tooltip]::before {
    content: '';
    border: 10px solid transparent;
    z-index: 1001;
    top: -5px
}

[tooltip]::after {
    overflow: hidden;
    text-overflow: ellipsis;
    content: attr(tooltip);
    text-align: left;
    padding: 10px 12px;
    border-radius: 6px;
    box-shadow: 0 8px 20px #00000059;
    background: #333;
    color: #fff;
    z-index: 1000;
    width: max-content;
    max-width: 280px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .3px;
    font-weight: 400
}

[tooltip]:hover::after,
[tooltip]:hover::before {
    display: block !important;
    opacity: 1
}

[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
    bottom: calc(100% + 5px)
}

[tooltip]:not([flow])::after,
[tooltip]:not([flow])::before,
[tooltip][flow^=up]::after,
[tooltip][flow^=up]::before {
    left: 42%;
    transform: translate(-50%, -.5em)
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0)
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%)
    }
}

[tooltip][flow^=up]:hover::after,
[tooltip][flow^=up]:hover::before {
    animation: .3s ease-out forwards tooltips-vert
}

@media only screen and (max-width:1550px) and (min-width:1445px) {
    .line {
        left: 75px !important
    }
}

.new-sports-images img {
    width: 90px;
    margin: 0;
    text-align: center
}

.new-sports-images {
    display: flex;
    flex-wrap: wrap;
    text-align: center
}

.new-sports-images p {
    margin: 0;
    font-size: 14px;
    color: #d42519;
    font-weight: 600
}

.shopping-offers2 {
    padding: 12px 17px;
    margin: 14px 0;
    width: 100%;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    border-radius: 56px;
    background: #00b0b5;
    background: linear-gradient(90deg, #c4feff82 30%, #cefeff87 20%);
    border: 1px solid #028b8f
}

.size-chart-cont {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border: none;
    background: 0 0;
    color: #00b0b5;
    text-decoration: underline
}

.close-btn,
.toggle-child,
.toggle-main,
.toggle-sub {
    align-items: center
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    display: inline-block;
    width: max-content;
    margin: 30px auto;
    max-width: 97%
}

.custom-model-wrap {
    display: block;
    width: 99%;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 25px 25px;
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    border-top: 0
}

.products_type_search h4 {
    font-size: 20px;
    margin-top: 25px;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px
}

a.toggle-sub,
li.submenu-links span {
    font-size: 17px;
    padding-left: 4px;
    font-weight: 600
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999
}

.bg-overlay {
    background: #0000;
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background .15s linear;
    -o-transition: background .15s linear;
    transition: background .15s linear
}

.close-btn {
    z-index: 99;
    background: var(--red-dark);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    border-radius: 50%
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
        height: 100%
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px
    }

    .close-btn {
        position: absolute;
        right: -5px;
        top: -18px;
        cursor: pointer;
        z-index: 99;
        color: #fff;
        background: var(--red-dark);
        font-size: 19px;
        width: 29px;
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%
    }
}

.child-list,
.grandchild-list,
.subcategory-list {
    margin-left: 0 !important
}

.rotate {
    transition: transform .3s;
    font-size: 14px;
    transform: rotate(90deg) !important
}

.subcategory-list .submenu-links {
    list-style: none;
    border-top: 1px dashed #aaa;
    padding-top: 14px;
    margin-left: 0 !important;
    margin-top: 17px;
    padding-left: 9px
}

.subcategory-list .submenu-links a .child-list {
    color: #343a40
}

li.links-menu i {
    transform: rotate(0)
}

li.links-menu i.rotate {
    transform: rotate(180deg) !important
}

li.links-menu i.fa.fa-chevron-down {
    font-size: 14px;
    color: #262626
}

i.fa.fa-chevron-down {
    font-size: 14px !important;
    color: #262626 !important
}

li.submenu-links span {
    color: #df2317
}

a.toggle-sub {
    color: #df2317 !important
}

.subcategory-list .submenu-links .child-list a {
    color: #343a40 !important
}

.submenu-links ul {
    margin-top: 14px
}

.links-menu i.bx.bx-chevron-down {
    font-size: 24px;
    color: #363636
}

.toggle-child,
.toggle-child:hover,
.toggle-main,
.toggle-main:hover,
.toggle-sub,
.toggle-sub:hover {
    color: #1a1a1a
}

.subcategory-list li a {
    font-size: 16px;
    color: #2d2d2d
}

.trending-only li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 1px 3px 11px
}

.subcategory-list li i.bx.bx-chevron-right {
    font-size: 23px;
    color: #2d2d2d
}

.subcategory-list .submenu-links .child-list li {
    color: #343a40 !important;
    display: flex;
    align-items: center;
    font-size: 15px
}

.subcategory-list .submenu-links .child-list li a,
.submenu-links .menu-inners li a {
    color: #343a40 !important;
    font-size: 15px !important
}

.subcategory-list .submenu-links .child-list li i.bx.bx-chevron-right,
.subcategory-list .submenu-links .menu-inners li i.bx.bx-chevron-right {
    font-size: 21px;
    color: #343a40 !important;
    padding: 0
}

a.new-label-test {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7db;
    padding: 12px
}

.new-angs {
    font-size: 14px;
    font-weight: 600;
    color: #e31e25;
    margin-bottom: 0
}

.order-menu-sec-1 ul li a {
    font-size: 16px;
    padding-left: 6px;
    color: #1a1a1a
}

.order-menu-sec-1 ul li {
    width: 50%;
    padding: 10px;
    border: 1px solid #a4a4a4;
    margin: 2px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.accordion-item .accordion-body i,
.order-menu-sec-1 ul li i {
    font-size: 19px
}

.stucky-sec-socila-btn {
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    box-shadow: 0 -2px 7px #0000001a;
    padding: 20px
}

.stucky-sec-socila-btn a.new-s {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 34px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 15px;
    padding: 12px
}

.social-menu-sec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}

.social-menu-sec ul li a.twitters,
.social-menu-sec ul li i {
    width: 37px;
    height: 37px;
    border: 2px solid #e31e25;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #e31e25;
    font-size: 20px
}

.social-menu-sec li {
    margin: 7px
}

.social-menu-sec ul li a.twitters img {
    width: 14px;
    margin-right: 0
}

.inner-nav-divs {
    width: 100%;
    height: 75%;
    overflow-y: auto;
    overflow-x: hidden
}

@media(max-width:1440px) {
    .inner-nav-divs {
        height: 69%
    }

    .chat_with a.chat_with_us {
        font-size: 14px
    }

    .totasl-pr_delivery {
        text-align: end
    }
}

.social-menu-sec img {
    width: 35px;
    margin: auto
}

@media (max-width:1600px) {
    .section-didebars .col-md-9.col-sec-md {
        flex: 0 0 90% !important;
        max-width: 90% !important
    }
}

@media (max-width:1024px) {
    .corss {
        width: 40%
    }

    .section-didebars .col-md-9.col-sec-md {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .div-sec-users {
        padding: 12px
    }

    .user-details h4 {
        margin: 0;
        font-size: 16px
    }

    .user-details p {
        margin: 3px 0 0;
        font-size: 14px
    }

    .inner-sidebar-headers ul li {
        font-size: 15px;
        padding: 16px 12px
    }

    .div-sec-users img {
        width: 60px;
        height: 60px;
        padding: 4px;
        margin-right: 9px
    }

    a.logout-sec {
        padding: 9px;
        font-size: 17px
    }
}

@media (max-width:350px) {
    .inner-sidebar-headers i {
        display: none
    }
}

@media (max-width:768px) {
    span.price-actuals-new {
        margin-left: 5px !important;
        font-size: 15px
    }

    .cartPopupHtml .add_divs_new-iteme_prics {
        flex-direction: column;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end
    }

    .cartPopupHtml span.price-unit-new {
        font-size: 16px;
        color: var(--dark);
        font-weight: 600;
        padding-right: 1px
    }

    .cartPopupHtml span.sale_price {
        font-size: 16px;
        padding-right: 5px
    }

    .cartPopupHtml .div_cart_title-Inners {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        flex-direction: column
    }

    .cartPopupHtml .corss {
        width: 100%
    }

    .cartPopupHtml .add_divs_new-iteme_prics {
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin-top: 4px;
        justify-content: space-between
    }

    .cartPopupHtml span.price-actuals-new {
        font-size: 16px;
        margin-left: 2px !important
    }

    .cartPopupHtml .imgae_cart_sections {
        margin-right: 11px !important
    }

    li.links-menu.about-m {
        display: block !important
    }

    .new_prodile_dashbors .col-md-3 {
        width: 98%;
        max-width: 98%
    }

    .order-one {
        width: 75%
    }

    .table_method_invoice table {
        width: 100%;
        overflow: auto;
        display: grid
    }
}

@media (max-width:450px) {
    .inner-sidebar-headers ul li {
        font-size: 15px;
        padding: 16px 6px
    }

    .order-one {
        width: 100%
    }

    .invoice_order_inners p {
        font-size: 14px !important
    }

    .Left_in_deta p {
        font-size: 13px !important;
        line-height: 23px
    }

    .all-inner-padinsgs {
        padding: 11px
    }

    .left_bills_invoice p {
        font-size: 14px;
        line-height: 23px
    }

    .table_method_invoice h2 {
        font-size: 17px;
        margin: 16px 0
    }

    .one_detail-pro_delivery {
        flex-direction: column;
        margin-bottom: 17px
    }

    .order-places .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-two_places {
        padding-left: 24px
    }

    .new_grid_sec {
        padding: 0 17px
    }

    .totasl-pr_delivery.deliveryssss {
        margin-top: -28px
    }

    .one-delivery {
        border-bottom: 0;
        margin-right: 0
    }

    .bill-ships {
        padding: 16px 11px;
        margin-top: 14px
    }

    .h5_totals_orders {
        padding-bottom: 15px
    }

    .one-delivery h4 {
        font-size: 17px;
        margin-top: 10px
    }

    .div_content_delivery_order {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        margin-bottom: 13px
    }

    .inner_day_delivery {
        padding-left: 7px
    }

    button.btn.btnUpdate {
        width: auto
    }
}

@media (max-width:576px) {
    .temas-sec_inners.new-team-men_divs .team_sec {
        width: 100%
    }

    .temas-sec_inners.new-team-men_divs {
        flex-direction: column
    }

    .new_dis_rref_divs p {
        font-size: 16px;
        margin: 4px 0
    }

    .new_grid_sec {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        flex-direction: column
    }

    .totasl-pr_delivery.deliveryssss {
        text-align: right;
        width: 100%
    }

    .new_dis_rref_divs span {
        font-size: 13px !important
    }

    .new_dis_rref_divs {
        text-align: left;
        margin-top: 20px;
        border-top: 1px dashed #ddd;
        padding: 10px 0
    }

    .top-headers {
        height: 100% !important
    }

    p.warning {
        width: 100% !important;
        margin-bottom: 0
    }

    .decative {
        padding: 17px 10px 32px
    }
}

@media (max-width:380px) {
    .top-headers {
        height: 100% !important
    }
}

#customSearchInput {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box
}

.custom-search-popup {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 636px;
    top: 48px;
    left: 22px;
    z-index: 999;
    box-shadow: 0 4px 10px #0000001a;
    border-radius: 0 0 8px 8px;
    padding: 20px
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0009;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.popup-content {
    background: #fff;
    padding: 20px;
    width: 400px;
    max-width: 90%;
    border-radius: 10px;
    position: relative
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #333
}

#openPopupBtn {
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer
}

#openPopupBtn:hover {
    background: #0056b3
}

.main-top-arqus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px
}

.main-top-arqus i {
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 6px;
    color: #fff
}

.fl-marqus {
    justify-content: center;
    font-size: 15px
}

.order-confirmations img {
    width: 166px;
    margin: auto
}

.order-confirmations h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: Amaranth;
    letter-spacing: 0;
    margin: 29px 2px 7px;
    color: #000
}

.order-confirmations p {
    font-size: 19px;
    font-weight: 500;
    margin: 0
}

.erre0emptys h4 {
    font-size: 25px;
    font-weight: 600;
    margin: 1px
}

.div_cart_empty .div-unive-inners img.cart_no_emp1 {
    width: 101px;
    margin: auto;
    border: 2px solid #00b0b538;
    border-radius: 50%;
    padding: 0;
    background: #fff;
    box-shadow: #00000026 0 5px 15px 0
}

.div-icons-unverus {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem
}

.div_cart_empty p.ph-unive {
    background: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin: 1px;
    padding: 8px 20px
}

.div-inner-univers:hover {
    transform: translateY(-5px)
}

.div-inner-univers {
    box-shadow: 0 2px 2px 0 #00000024 0 3px 1px -2px #0000001f 0 1px 5px 0 #0003
}

#accordionMain {
    color: #c5c5c5;
    border: 1px solid;
    border-radius: .5rem;
    overflow: hidden
}

.accordion-tab input {
    position: absolute;
    opacity: 0
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: .35s
}

#accordionPara4 .size-buttons .radio__button input[type=checkbox]:checked+label {
    color: #fff;
    border: 1px solid #000;
    background: #00b0b5
}

.accordion-tab input:checked~.accordion-content {
    max-height: 20rem
}

.accordion-label {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    font-weight: 600;
    background: #fff;
    color: #111;
    cursor: pointer;
    margin-bottom: 0;
    border: 1px solid #ddd
}

.accordion-label::after {
    content: "\ea4e";
    text-align: center;
    color: #3b3b3b;
    font-size: 15px;
    font-family: remixicon;
    top: 19px;
    position: absolute;
    right: 11px
}

.accordion-content p {
    margin: 0;
    padding: 1rem
}

.category-listing-new .col-lg-9 {
    flex: 0 0 80%;
    max-width: 80%
}

.category-listing-new .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%
}

li.filter-names.filters-categoyr {
    padding: 10px;
    background: #f4f3f3;
    color: #111;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .2px
}

.filter-dropdownq {
    width: 208px;
    padding: 10px 35px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    color: #111;
    font-weight: 500;
    outline: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><path fill='gray' d='M7 10l5 5 5-5z'/></svg>") right 10px center/16px no-repeat #fff;
    margin-top: 15px
}

.filter-dropdownq:focus {
    border-color: #00b0b5;
    box-shadow: 0 0 5px #00b0b580
}

.hamburger-btn {
    font-size: 28px;
    cursor: pointer;
    padding: 10px
}

.side-drawer {
    position: fixed;
    top: 0;
    width: 600px;
    left: -600px;
    height: 100%;
    background: #fff;
    z-index: 999;
    transition: .3s;
    overflow: hidden;
    padding: 34px 0;
    box-shadow: 2px 0 6px #0003
}

.logo-header-meuns img {
    width: 198px
}

.logo-header-meuns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px;
    margin-top: 14px;
    padding: 0 15px
}

.side-drawer.active {
    left: 0;
    overflow: hidden
}

.side-drawer .close-btn {
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    padding: 17px 23px 5px 11px;
    display: block;
    text-align: right;
    background: #960303;
    color: #fff;
    top: -22px;
    right: -19px
}

a.btn-sign-regits {
    background: #e2e2e2;
    padding: 10px 15px;
    font-weight: 600;
    color: #111;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #b9b9b9
}

.menu-tabs {
    display: flex;
    border-bottom: 0;
    justify-content: space-around;
    padding: 19px;
    margin-bottom: 10px;
    box-shadow: 0 4px 4px 0 #00b0b54f
}

.menu-tab {
    flex: 1;
    cursor: pointer;
    color: #111;
    font-size: 20px;
    font-weight: 600
}

.accordion-body,
.tab-panel {
    display: none;
    padding: 10px
}

.tab-panel h3 {
    margin-top: 0;
    margin-left: 6px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #000
}

.over-flow-sdas {
    overflow-y: auto;
    height: 74vh
}

ul.category-menus {
    margin: 0;
    padding: 0 15px
}

.category-menus li {
    padding: 12px 0;
    border-top: 1px solid #eee
}

.category-menus li a {
    font-size: 17px;
    font-weight: 600;
    color: #181818
}

i.ri-menu-fill {
    font-size: 31px;
    color: #111;
    font-weight: 600;
    margin-right: 13px
}

.div-tagline-adds h1 {
    background: #00b0b5;
    padding: 9px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-right: 5px;
    margin-left: 0;
    margin-bottom: 2px
}

.accordion-body li a,
.banner-card p {
    font-size: 15px;
    font-weight: 500
}

.banner-section {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 6px 0 27px;
    align-items: center;
    justify-content: center
}

.banner-section::-webkit-scrollbar {
    display: none
}

.banner-card {
    min-width: 85px
}

.banner-card img {
    width: 85px;
    height: 85px;
    border-radius: 8px
}

.banner-card p {
    margin: 5px 0 0;
    color: #111
}

.banner-2 h3 {
    padding-left: 15px
}

.banner-section2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: nowrap;
    margin-left: 15px;
    overflow-x: auto
}

.banner-card2 {
    min-width: 126px;
    background: #e6e6e6;
    border-radius: 7px
}

.banner-card2 img {
    width: 100px;
    height: 100px;
    border-radius: 7px
}

.banner-card2 p {
    font-size: 12px;
    font-weight: 600;
    color: #111;
    background: #f2f2f2;
    margin: 0;
    padding: 7px 8px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.accordion-item,
.category-menus li:last-of-type {
    border-bottom: 1px solid #eee
}

.accordion-header {
    padding: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    border-top: 1px solid #eee;
    margin-top: 17px
}

.accordion-header i {
    transition: transform .3s;
    font-size: 19px
}

.category-menus li i {
    padding-right: 4px
}

.accordion-item.active .accordion-body {
    display: block;
    padding-top: 0
}

.accordion-body li a {
    color: #2a2a2a;
    display: flex;
    align-items: center
}

.accordion-body li {
    padding: 8px
}

.bets-andarrivals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 22px 0
}

a.best-selles {
    background: #00b0b5;
    color: #fff;
    border: 1px solid #00b0b5;
    font-size: 18px;
    font-weight: 600;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 7px;
    border-radius: 5px;
    box-shadow: #00000026 0 5px 15px 0
}

a.best-selles:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

ul.social-medias {
    margin: 0;
    padding: 4px 11px
}

.insta-text {
    position: relative;
    flex-direction: column;
    padding: 0 10px;
    margin-left: 0;
    text-align: left;
    line-height: 22px
}

.insta-text small {
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    color: #000;
    padding-top: 0;
    letter-spacing: .4px
}

span.instags {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding-bottom: 0
}

.insta-btn i {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: -1px;
    background: #fff;
    color: #00b0b5;
    font-size: 27px;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0009;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 998
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible
}

.wrapper .slick-initialized .slick-slide img {
    border-radius: 18px;
    height: 400px
}

.btn-view-alls {
    padding: 15px 32px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .8px;
    box-shadow: #000 0 2px 8px
}

.filter-popup-overlay {
    position: fixed;
    inset: 0;
    background: #00000080;
    display: none;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 1000
}

.filter-popup {
    background: #fff;
    width: 100%;
    max-height: 70%;
    border-radius: 16px 16px 0 0;
    overflow-y: auto;
    animation: .3s slideUp
}

@keyframes slideUp {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.custom-radios label {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 3px;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
    flex-direction: row-reverse
}

.custom-radios input[type=radio] {
    margin-right: 0;
    font-size: 19px;
    width: 22px;
    height: 18px;
    accent-color: #00a2a7
}

.mobile-filter-toggle {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 999;
    margin: 0
}

.mobile-filter-toggle button {
    flex: 1;
    padding: 12px;
    border: 1px solid #686868;
    background: #f4f3f3;
    cursor: pointer;
    border-radius: 0;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.mobile-filter-toggle button i {
    margin-right: 6px;
    font-size: 18px
}

@media (max-width:768px) {
    .mobile-filter-toggle {
        display: block;
        text-align: left
    }

    .div-ml-flites {
        text-align: right;
        margin-top: 0;
        margin-bottom: 18px
    }

    #filtersBox {
        position: fixed;
        bottom: -100%;
        border-radius: 0;
        left: 0;
        right: 0;
        height: 80%;
        background: #fff;
        overflow-y: auto;
        z-index: 999;
        box-shadow: 0 -4px 10px #0003;
        transition: bottom .4s ease-in-out
    }

    #filtersBox.active {
        bottom: 0;
        height: 100%;
        margin: 0
    }

    .mobile-filters-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
        border-bottom: 1px solid #888;
        background: #f1f1f1;
        position: sticky;
        top: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .filter-btncllas {
        font-size: 18px;
        font-weight: 600;
        font-family: Inter;
        color: #000;
        letter-spacing: .3px
    }

    .accordina-news-ads {
        padding: 8px 19px 20px;
        position: relative;
        z-index: 99
    }

    .mobile-filters-header .close-btn {
        background: 0 0;
        border: none;
        font-size: 15px;
        cursor: pointer;
        color: #a00;
        position: absolute;
        top: 11px;
        font-weight: 600;
        right: 29px;
        text-transform: uppercase
    }

    .popup-header h3 i {
        font-size: 19px;
        padding-right: 5px
    }

    button#closeFilterBtn {
        color: #c30000;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .2px;
        border: 0;
        outline: 0
    }

    .custom-radios {
        padding: 0 20px 12px
    }

    .popup-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        background: #ededed;
        border-bottom: 1px solid #b3b3b3;
        padding: 17px
    }

    .popup-header h3 {
        margin: 0;
        font-size: 17px;
        font-weight: 600;
        color: #000;
        text-transform: capitalize
    }

    .cn-none,
    li.filter-names.filters-categoyr {
        display: none
    }

    .main-top-arqus {
        display: block;
        overflow: hidden;
        position: relative;
        height: 32px
    }

    .fl-marqus {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 0;
        opacity: 0;
        animation: 16s ease-in-out infinite slideMarqus
    }

    .fl-marqus:first-child {
        animation-delay: 0s
    }

    .fl-marqus:nth-child(2) {
        animation-delay: 4s
    }

    .fl-marqus:nth-child(3) {
        animation-delay: 8s
    }

    .fl-marqus:nth-child(4) {
        animation-delay: 12s
    }

    .dektop-v {
        display: none !important
    }

    .mobile-vs {
        display: block !important
    }
}

@media (max-width:767px) {
    #filterBySelect {
        display: none
    }

    #openFilterBtn {
        display: block
    }
}

@media (min-width:768px) {
    #filterBySelect {
        display: inline-block
    }

    #openFilterBtn {
        display: none
    }
}

@media(min-width:768px) {
    .mobile-filter-toggle {
        display: none
    }
}

@keyframes slideMarqus {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    10%,
    25% {
        opacity: 1;
        transform: translateY(0)
    }

    35% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 0
    }
}

@media only screen and (max-width:1276px) and (min-width:1100px) {
    .university-ines h4 {
        font-size: 17px !important
    }

    .div-inner-univers {
        padding: 19px 14px !important
    }
}

@media only screen and (max-width:992px) and (min-width:770x) {
    .university-ines h4 {
        font-size: 16px !important
    }
}

@media (min-width:770px) {
    .mobile-vs {
        display: none !important
    }
}

.div-search {
    width: 72%;
    margin: auto
}

.custom-model-inner1 {
    width: 35%
}

.custom-model-wrap {
    margin-left: 42px
}

@media (max-width:1800px) {
    .div-search {
        width: 86%;
        margin: auto
    }

    .custom-model-inner1 {
        width: 44% !important
    }

    .logo img {
        width: 100% !important;
        min-width: 318px !important
    }

    .custom-model-wrap {
        margin-left: 74px !important
    }
}

.morefilters {
    max-height: 281px;
    overflow-y: auto
}

@media(max-width:450px) {
    span.Counter_carts {
        width: 17px;
        height: 17px;
        font-size: 9px;
        right: -15px
    }

    .logo img {
        width: 100% !important;
        min-width: 277px !important
    }
}

@media(max-width:400px) {
    .order-menu-sec-1 ul li a {
        font-size: 15px
    }

    .order-menu-sec-1 ul li {
        width: 50%;
        padding: 7px;
        margin: 2px 5px 0 0
    }

    span.Counter_carts {
        width: 17px;
        height: 17px;
        font-size: 9px;
        right: -15px
    }

    .logo img {
        width: 100% !important;
        min-width: 220px !important
    }
}

.jaguar-section {
    position: relative;
    background: var(--blue);
    overflow: hidden;
    padding: 40px;
    margin: 20px 56px;
    border-radius: 6px;
    z-index: 2
}

.jaguar-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 50px, #d4af3708 50px, #d4af3708 100px), repeating-linear-gradient(-45deg, transparent, transparent 50px, #ffffff05 50px, #ffffff05 100px)
}

@keyframes slidePattern {
    100% {
        transform: translate(100px, 100px)
    }
}

.jaguar-accordion .content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.jaguar-accordion .main-heading {
    font-size: 35px;
    font-weight: 700;
    color: var(--light);
    margin-bottom: 0;
    text-align: center
}

.jaguar-accordion .highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, var(--jaguar-gold), transparent);
    opacity: .3
}

.jaguar-accordion .description {
    font-size: 16px;
    line-height: 1.7;
    color: #f8f6f0e6;
    padding: 10px 0 0
}

.jaguar-accordion .decorative-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--jaguar-gold), transparent)
}

.jaguar-accordion .accordion-header {
    padding: 0;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-top: 0 solid #eee;
    margin-top: 0
}

@media (max-width:768px) {
    .custom-model-wrap {
        margin-left: 0 !important
    }

    .custom-model-inner1 {
        width: 100% !important
    }

    i.ri-menu-fill {
        margin-right: 5px !important
    }

    .jaguar-section {
        margin: 12px 8px;
        padding: 14px
    }

    .jaguar-accordion .description {
        font-size: 13px;
        line-height: 1.7;
        color: #fff;
        text-align: justify;
        font-weight: 400;
        letter-spacing: .2px;
        padding: 6px 0 0
    }

    .jaguar-accordion .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        gap: 12px
    }

    .jaguar-accordion .accordion-chevron {
        transition: transform .35s;
        display: flex
    }

    .jaguar-accordion .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height .45s
    }

    .jaguar-accordion.active .accordion-content {
        max-height: 1000px
    }

    .jaguar-accordion.active .accordion-chevron {
        transform: rotate(180deg)
    }

    .jaguar-accordion .main-heading {
        font-size: 19px;
        text-align: left
    }
}

@media (min-width:769px) {

    .jaguar-accordion .accordion-chevron,
    .mobile-filter-toggle,
    .mobile-filters-header {
        display: none
    }

    .jaguar-accordion .accordion-content {
        max-height: none !important;
        overflow: visible
    }
}

.app-popup {
    position: fixed;
    bottom: 20px;
    right: -380px;
    width: 322px;
    padding: 19px;
    border-radius: 18px;
    backdrop-filter: blur(14px);
    background: #fff;
    box-shadow: 0 20px 40px #00000040;
    color: #fff;
    z-index: 9999;
    transition: .6s;
    overflow: hidden;
    border: 3px solid #00b0b570
}

.product-overlay,
.store-overlay {
    left: 0;
    bottom: 0;
    text-align: center
}

.acc-item:first-of-type,
.seo {
    border-top: 1px solid #ddd8d0
}

.app-popup.show {
    right: 20px
}

.app-popup::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -40%;
    width: 200px;
    height: 200px;
    background: #ffffff1a;
    border-radius: 50%
}

.close-btn {
    position: absolute;
    top: 4px;
    right: 3px;
    font-size: 17px;
    cursor: pointer;
    opacity: .8;
    color: #000;
    font-weight: 800
}

.app-popup h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-top: 9px
}

.app-popup p {
    margin: 5px 0 16px;
    font-size: 14px;
    opacity: .9;
    color: #000
}

.store-buttons {
    display: flex;
    gap: 12px
}

.store-buttons a {
    flex: 1
}

.store-buttons img {
    width: 100%;
    height: 45px;
    object-fit: contain;
    transition: .3s
}

.store-buttons img:hover {
    transform: scale(1.08)
}

@media(max-width:480px) {
    .app-popup h3 {
        font-size: 17px;
        padding-top: 0
    }

    .app-popup {
        padding: 15px;
        width: 68%;
        right: -100%
    }

    .product-overlay {
        padding: 8px
    }

    .product-overlay h2 {
        font-size: 24px
    }

    .product-overlay p {
        font-size: 17px
    }

    .social-icons {
        margin-bottom: 14px
    }

    .app-popup.show {
        right: 5%
    }

    .store-buttons {
        margin-top: 13px
    }

    .app-popup p {
        display: none
    }
}

.store-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px
}

.insta-icon,
.store-overlay {
    position: absolute;
    color: #fff
}

.store-card img {
    width: 100%;
    height: 340px;
    display: block;
    border-radius: 18px;
    object-fit: cover
}

.store-overlay {
    width: 100%;
    padding: 12px 14px;
    background: #000000d4;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px
}

.store-overlay h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: .5px;
    margin-top: 0
}

.store-overlay span {
    background: #fff;
    color: #000;
    padding: 3px 8px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0
}

.store-overlay p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto;
    padding-top: 3px;
    width: 95%
}

.insta-icon {
    top: 12px;
    right: 21px;
    width: 38px;
    height: 38px;
    background: #0009;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 2;
    transition: .3s
}

.insta-icon:hover {
    background: #00b0b5;
    color: #fff;
    transform: scale(1.1)
}

.product-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 16px;
    overflow: hidden
}

.product-card img {
    width: 100%;
    height: auto;
    display: block
}

.product-overlay {
    position: absolute;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: linear-gradient(to top, #000000e3, #000000ad, #0000005e)
}

.product-overlay h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase
}

.product-overlay p {
    font-size: 21px;
    font-weight: 500;
    margin: 0
}

.social-icons a {
    margin-left: -12px
}

.seo__inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 3rem 2rem 2.5rem
}

.seo__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 2rem;
    align-items: center;
}

.seo__intro h2 {
    font-size: 30px;
    font-weight: 600;
    color: #0d0d0d;
    line-height: 45px
}

.seo__intro h2 em {
    color: #00b0b5;
    font-style: italic
}

.seo__intro p {
    font-size: 14px;
    line-height: 1.85;
    color: #2a2a2a;
    text-align: justify
}

.seo__label {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #787878;
    margin-bottom: 0
}

.acc-title,
.seo__why-title {
    font-weight: 500;
    display: flex
}

.seo__why-title {
    font-size: 25px;
    color: #000;
    margin-bottom: 1.5rem;
    align-items: center;
    gap: 1rem;
    font-family: var(--amaranth) !important;
    letter-spacing: .7px;
    margin-top: 7px
}

.seo__why-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ddd8d0
}

.acc-item {
    border-bottom: 1px solid #ddd8d0
}

.acc-trigger {
    width: 100%;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.05rem 0;
    text-align: left;
    gap: 1rem
}

.acc-title {
    font-size: .95rem;
    color: #222;
    transition: color .2s;
    align-items: center;
    gap: .75rem
}

.acc-title-icon {
    width: 36px;
    height: 36px;
    background: #c0fdff61;
    border-radius: 50%;
    font-size: .75rem;
    flex-shrink: 0;
    border: 1px solid #00b0b545
}

.acc-chevron {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #78716c;
    transition: transform .3s, color .2s
}

.acc-item.open .acc-chevron {
    transform: rotate(180deg);
    color: #00b0b5
}

.acc-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s
}

.acc-item.open .acc-body {
    grid-template-rows: 1fr
}

.acc-content {
    padding: 0 0 1.1rem 3.25rem;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    letter-spacing: .2px;
    margin-top: 0
}

.acc-content a {
    color: #00b0b5;
    border-bottom: 1px solid #b4530940;
    transition: border-color .2s
}

.acc-content a:hover {
    border-color: var(--accent)
}

.acc-title-icon i {
    font-size: 15px;
    color: #00b0b5
}

.pagination li {
    display: inline-block;
    border: 0px solid #000;
    cursor: pointer;
    padding: 0;
    font-size: 12px;
    color: #000;
    margin: 3px 3px 10px;
    border-radius: 11px;
}

.pagination li.current,
.pagination li:hover {
    border: 0px solid var(--skyblue);
}

.pagination-wrapper nav {
    z-index: 1;
}

@media (max-width:768px) {
    .store-overlay h4 {
        font-size: 16px
    }

    .store-overlay p {
        font-size: 11px
    }

    .testimonial-area .owl-dots button.owl-dot {
        display: none !important
    }

    .store-card img {
        width: 100%;
        height: 300px
    }

    .store-overlay {
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px
    }

    .product-overlay h2 {
        font-size: 28px
    }

    .product-overlay p {
        font-size: 18px
    }

    .seo__intro {
        grid-template-columns: 1fr;
        gap: 0.2rem;
        margin-top: 1rem;
    }

    .seo__inner {
        max-width: 100%;
        margin: 0 auto;
        padding: 0rem 1rem 1.5rem;
    }
}

@media (max-width:480px) {
    .seo__inner {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .seo__intro h2 {
        font-size: 21px;
        line-height: 32px;
    }

    .seo__intro {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }

    .seo__intro p {
        font-size: 14px;
        line-height: 1.85;
        margin-top: 0;
    }

    .seo__intro {
        padding-bottom: 1.5rem;
        margin-bottom: 1rem;
    }

    .acc-content {
        padding: 0 0 1.1rem 1rem;
        font-size: 13px;
        line-height: 23px;
        color: #222;
        letter-spacing: .2px;
        margin-top: 0;
    }

    .acc-title {
        gap: .65rem;
    }

    .seo__why-title {
        font-size: 21px;
        margin-bottom: 0;
    }
  .div-tagline-adds h1 {
        font-size: 14px;
        font-weight: 500;
    }
}