* {
    margin: 0;
    padding: 0;
}

:root {
    --black: #000;
    --white: #ffffff;
    --black-light: #1E1E1E;
    --skyblue: #00B0B5;
    --light-gray: #3A3A3A;
    --greens: #008332;
    --amaranth: "Amaranth", sans-serif !important;
}


body {
    font-family: "Inter", sans-serif !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

li {
    list-style-type: none;
}


.navbar-top {
    background-color: var(--black);
    color: var(--white);
    padding: 5px;
    font-size: var(--small-f1);
    text-align: center;
}


/*header*/
header {
    border-bottom: 0;
    padding: 8px 6rem;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 12%);
    height: 86px;
}

/*menu-css*/
.div-left-menus {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .navbar .links {
    display: flex;
}

nav {
    height: 100%;
    z-index: 99;
}

nav .navbar {
    width: 100%;
    display: flex;
    align-items: center;
    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: 0.5px;
    padding-top: 4px;
}

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;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 56px;
    left: 4px;
    line-height: 40px;
    background: #ffffff;
    box-shadow: 0 6px 17px rgb(0 0 0 / 18%);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    width: 194px;
    border-top: 2px solid #73d4f2;
    border-radius: 6px;
    padding-top: 9px;
    padding-bottom: 10px;
}

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 .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.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: all 0.3s ease;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    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 {
        display: block;
    }

    nav .navbar .nav-links {
        width: 100%;
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        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 {
        display: block;
    }

    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 {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .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%;
    }
}


/*search*/
.div-search {
    position: relative;
}

.div-right-menus {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}

.div-search input {
    width: 100%;
    background: #E6E6E6;
    border: 0;
    padding: 12px 11px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #ddd;
}

.div-search input:hover,
.div-search input:focus,
.div-search input:focus-visible,
.div-search input:active {
    border: 1px solid #3e3e3e;
    outline: none;
}

.btn.btn_search-icons:hover,
.btn.btn_search-icons:focus,
.btn.btn_search-icons:focus-visible {
    color: #000000;
    box-shadow: none;
}

.btn.btn_search-icons {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    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;
    padding-bottom: 9px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.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: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner1 {
    display: inline-block;
    vertical-align: middle;
    width: 589px;
    margin: 0 auto 0;
    max-width: 100%;
    margin-right: 15%;
}

.custom-model-wrap1 {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    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-overlay1 {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay1 {
    background: rgba(0, 0, 0, 0);
    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 {
    font-size: 15px;
}

.div_collectons_innners {
    display: inline-block;
    margin: 4px 3px;
}

.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: #000000;
    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 {
    border: 2px solid #000000;
}

.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;
}

.products_type_search hr {
    background: #d2cccc;
}


/*search*/

/*haeder-new-css*/
.common-heades {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.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;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/*tabbing category*/
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;
    margin-left: -1px;
    padding: 12px 35px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 3px 14px 10px;
    border-radius: 11px;
    letter-spacing: 1px;
}

.div-one-tabs-section p {
    text-align: center;
    margin: 6px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.1px;
    font-size: 18px;
    opacity: 1;
}


.tabs li:hover {
    background-color: var(--skyblue);
    color: #fff;
    border: 1px solid var(--skyblue);
}

.tabs li.current {
    background-color: var(--skyblue);
    color: #fff;
    border: 1px solid var(--skyblue);
}

.tab-content {
    display: none;
}

.div-one-tabs-section img {
    width: 134px;
    height: 125px;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

.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 {
    position: relative;
}

.top-one img {
    width: 100%;
}

.top-one p {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px;
    background: #ffffffb3;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
    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;
}

.searcnbars-universitys h3 {
    font-size: 40px;
    margin: 0;
    color: #fff;
    font-family: var(--amaranth);
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: .5px;
    margin-bottom: 25px;
}

.search-univerty {
    background-image: url(../images/backgound-university-search.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin: 0 35px 35px;
    padding: 80px 136px;
    position: relative;
}

.btn-searchbars {
    position: relative;
}

.btn-searchbars {
    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;
}

.search-univerty ::placeholder {
    color: #cccccc;
    opacity: 1;
}

.university-ines h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2px;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.section-univerty-downs {
    background-image: url(../images/bg-pattern-ribbon.webp);
    padding: 80px 180px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-top: 50px;
    background-size: cover;
}

.university-ines {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.div-inner-univers {
    width: 100%;
    background: #00b0b5;
    padding: 20px;
    border-radius: 11px;
    text-align: center;
}

.search-univerty input:focus-visible {
    border: 2px solid #fff;
    outline: 0;
}

/*haeder-new-css*/

/*menu-css*/
#sidenav {
    max-height: 100vh;
    height: 100vh;
    max-width: 70vw;
    min-width: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .3s ease-in-out;
    transform: translate(-150%, 0px);
    -webkit-transform: translate(-150%, 0px);
    -ms-transform: translate(-150%, 0px);
    z-index: 99;

}

#sidenav.active {
    transition: all .3s ease-in-out;
    transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .4);
}

#overlay {
    width: 100vw;
    height: 100vh;
    display: none;
    animation: fade 5s;
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
}

#overlay.active {
    display: block;
}

@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 {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
}

.pointer {
    cursor: pointer;
}

.close {
    width: 25px;
    height: 25px;
}

.cross {
    height: 23px;
    width: 2px;
    opacity: 1;
    background-color: #000;
    border-radius: 3px;
}

#sidenav .close {
    opacity: 1 !important;
    position: relative;
    top: 22px;
    margin-left: 25px;
}

.cross.left {
    transform: rotate(45deg);
    background-color: #000;
}

.cross.right {
    transform: rotate(-45deg);
    background-color: #000;
}

.align-middle {
    vertical-align: middle;
}

.burger 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 {
    color: var(--red-dark)
}

.burger {
    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;
    padding-right: 8px;
}

p.main-cls-top {
    padding: 1rem;
    margin: 0;
}

.mt-a1 {
    margin-top: 1rem !important;
}


/*category-section*/
.category {
    width: 11%;
    margin: 1.3rem 0px;
    text-align: center;
}


.content-category {
    margin-top: 5px;
}

.image-cateogory img {
    width: 102px;
    height: 128px;
    border-radius: 22px;
    object-fit: cover;
    object-position: top;
    padding-top: 5px;
    /* margin-bottom: .5rem; */
    /* border: 1px solid #d5d5d5; */
}

.content-category span {
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 1rem;
    color: #545454;
    font-weight: 500;
    padding-top: 10px;
}

/*banner-slider*/
.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: 0.3s;
}

.single-banner-slide a:hover {
    color: #fff;
    background: #000;
}

.owl-dots {
    display: none !important;
}

.padding_new_divs_for_Alls {
    padding: 61px 0px;
}

.padding-100 {
    padding: 36px 0px;
}

.w-100 {
    width: 100%;
}

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;
}

/* 
.sec-title_heading span {
    position: relative;
    font-style: italic;
    display: inline-block;
    font-family: var(--font-lora);
    text-transform: lowercase;
    z-index: 1;
}

.sec-title_heading span::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 8px;
    right: 0px;
    z-index: -1;
    height: 10px;
    border-radius: 50px;
    background: var(--red-dark);
    background: linear-gradient(to top, var(--red-dark) 0%, #ffffff00 100%);
} */

.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-bottom: 14px;
    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;
}


.submenu-links .sub-sub-menu {
    margin-left: 39px;
    margin-top: 15px;
}

ul.trenz-menu {
    margin-top: 2px;
    margin-bottom: 19px;
}

li.submenu-links .sub-sub-menu span {
    color: var(--black);
    font-size: 16px;
}

.submenu-links p.sub-menu-trensz i {
    font-size: 13px;
    color: #000000;
}

.submenu-links li {
    margin-left: 11px;
}

li.submenu-links {
    margin-left: 10px;
}

.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;
}

/*searchbar*/
/* .close1 {
    position: absolute;
    right: 36px;
    background: none;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    background: white;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
} */

.mian-mobile-secrh {
    height: 104px;
}

@media(max-width:768px) {
    .search-box.search-elem {
        position: fixed !important;
    }
}

/* 
.search-box.search-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    background: rgb(255 255 255);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
} */
/* 
.search-box.search-elem .inner {
    width: 40%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
} */

.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: white;
    font-weight: 300;
}

/* .search-box.search-elem input[type="text"]:focus {
    border: 1px solid #ddd;
    outline: none;
} */
/* 
.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 0px;
    height: 40px;
    padding: 10px 2rem;
    background: #000000;
    font-size: 16px;
    color: white;
    padding: 0;
    width: 48px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 10px;
    border: none;
} */

.search-box.search-elem button.submit[disabled] {
    background: #000000;
    color: #ffffff;
}

/* 
.search-box.search-elem input[type="text"] {
    padding: 6px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    transition: border 0.3s;
    border-radius: 0;
    border: 1px solid #c4c4c4;
    width: 100%;
    background: #dddddd99;
    border-radius: 7px;
} */

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-size: 16px;
    color: var(--black);
    padding-left: 16px;
    text-transform: uppercase;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    margin-left: 23px;
}

.search-btn:hover {
    color: #000000;
}

.search-btn i {
    padding-right: 6px;
}

.div-search {
    width: 100%;
}

.search-box .columns {
    position: relative;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}


/* --------- prod box ---------- */
.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 .item-img-2 {
    display: none;
}

.prod-box .img-holder:hover .item-img-2 {
    display: block;
}

.prod-box .img-holder:hover .item-img-1 {
    display: none;
}

.slider-product-category-mains img {
    border: 1px solid #ddd;
}

.prod-box .img-holder img {
    max-height: 100%;
    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: 35px;
}

.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: #212529;
    font-size: 16px;
    width: 70%;
    margin: auto;
    line-height: 23px;
    padding: 10px 6px;
}

button.swal2-confirm.swal2-styled {
    background: #000;
    margin-top: 10px;
    min-width: 156px;
}

button.swal2-cancel.swal2-styled {
    background: #2e7e00;
    margin-top: 10px;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: #2e7e00 !important;
}

h2#swal2-title {
    color: #111;
    font-size: 26px;
    text-transform: capitalize;
}

.prod-box:hover .blok-hover {
    bottom: 0px;
    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;
    /* z-index: 99; */
    text-align: left;
    transition: all 200ms ease-in-out 0s;
    border: 1px solid #e1e1e1;
}

.blok-hover a {
    color: inherit;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
}

.blok-hover a:hover {
    color: yellow
}

.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 {
    width: 100%;
}

.prod-box .action .btn-add {
    display: none;
    position: absolute;
}

.prod-box .action:hover .btn-add {
    display: block
}

.prod-box .btn-order:hover {
    background-color: #d90000;
    color: #fff;
}

.prod-box .btn-add:hover {
    background-color: #d90000;
    color: #fff;
}

/*form-desgn*/

.blok-hover .color-buttons input[type="radio"] {
    border: 0.0625em solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 white;
    cursor: pointer;
    height: 27px;
    outline: none;
    width: 27px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.blok-hover .color-buttons input[type="radio"]:checked {
    background-color: white;
    box-shadow: inset 0 0 0 4px #ffffff;
    -webkit-transition: background 0.15s, box-shadow 0.1s;
    transition: background 0.15s, box-shadow 0.1s;
}

.blok-hover .color-buttons .color-1 input[type="radio"] {
    background-color: red;
}

.blok-hover .color-buttons .color-2 input[type="radio"] {
    background-color: rebeccapurple;
}

.blok-hover .color-buttons .color-3 input[type="radio"] {
    background-color: green;
}

.blok-hover .color-buttons .color-4 input[type="radio"] {
    background-color: black;
}

.blok-hover .color-buttons .color-5 input[type="radio"] {
    background-color: blue;
}

.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-sections*/
.size-buttons .radio__button {
    position: relative;
    display: inline-block;
}

.size-buttons .radio__button label {
    cursor: pointer;
    color: var(--black);
    user-select: none;
    border: 1px solid #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    padding: 0px 4px;
    height: 32px;
    max-width: max-content;
    overflow: hidden;
    display: block;
    min-width: 49px;
    text-align: center;
    border-radius: 4px;
    margin: 2px 2px;
    transition: all 120ms ease-in-out;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    font-weight: 600;
}

p.quick-add {
    margin-top: 0px;
    margin-bottom: 2px;
}

.size-buttons .radio__button label:before {
    content: attr(data-icon);
    font-size: 17px;
    display: block;
    line-height: 19px;
}

.size-buttons .radio__button input[type="radio"] {
    display: none;
}

.size-buttons .radio__button input[type="radio"]:checked+label {
    color: #fff;
    border: 1px solid #000;
    background: #000;
}

.divs_no_produtcs img {
    max-width: 566px;
    margin: auto;
}

.divs_no_produtcs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.size-buttons .radio__button input[type="radio"]:disabled+label {
    cursor: not-allowed;
    color: #ccc;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
}

input#couponCode {
    width: 100%;
}

.div_input_coupons {
    width: 100%;
    position: relative;
}

button#removeCoupon:hover,
button#removeCoupon:active,
button#removeCoupon:focus,
button#removeCoupon:focus-visible {
    background-color: transparent;
    color: red;
    box-shadow: none;
    border: none;
    outline: none;
}

button#removeCoupon:hover {
    background-color: transparent;
}

button#removeCoupon {
    padding: 0;
    color: red;
    font-size: 14px;
    background: transparent;
    border: none;
}

input#couponCode:focus {
    box-shadow: none;
    border: 1px solid #ddd;
}

button#applyCoupon:focus {
    box-shadow: none;
}

.div_one_price_cart.new_disv_soupons_tw {
    display: flex;
    flex-direction: column;
}

input#couponCode {
    height: 38px;
}

button#applyCoupon {
    background: #000;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 18px;
    height: 38px;
    display: flex;
    align-items: center;
    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;
    /* border-left: 3px solid #000; */
    padding-left: 0;
    font-size: 16px;
    color: #3a3a3a;
    margin-bottom: 6px;
}

.div-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2px 0;
}

#SearchProductSection .col-md-3 {
    padding-right: 0px;
}

span.offers {
    font-size: 16px;
    letter-spacing: 0;
    color: var(--greens);
    font-weight: 500;
}

.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: #ffffff;
    border: 1.4px solid #000;
    padding: 10px 11px;
    font-weight: 500;
    background: #000;
    text-transform: capitalize;
    width: 100%;
    margin: 11px 0px 0;
}

.category-styles {
    background-color: #EEEEEE;
    padding: 80px 0;
}

.btn-add-to-cart button:hover {
    background-color: #000;
    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;
    margin-bottom: 8px;
}

.div_news_cards_cateoyrs_search ul {
    margin: 0px 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: 0px;
    padding: 14px;
}

/* .item {
    margin: 10px;
} */

.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: 0.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: #ffffff;
    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;
    backdrop-filter: 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 span {
    font-size: 0 !important;
}

.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-size: 15px;
    font-weight: 500;
    font-family: 'FontAwesome' !important;
}

.slick-next:before {
    content: "\f054" !important;
    font-size: 15px;
    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;
}

.owl-carousel .owl-nav span {
    color: #000;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-shop .owl-carousel .owl-nav button.owl-next {
    margin-left: 7px;

}

.slick-next:before,
.slick-prev:before {
    color: #000;
}

.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: #ffffff !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: 113px;
}

.owl-carousel .owl-nav button.owl-next {
    margin-left: 113px;
}

/*shop-by-products*/
/* .wrapper {
    overflow-x: hidden;
} */

.my-slider {
    padding: 0 0px;
}

.slick-initialized .slick-slide {
    background-color: #fff;
    color: #FFF;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-next:before,
.slick-prev:before {
    font-size: 17px !important;
}

.slick-next:before,
.slick-prev:before {
    color: #000000 !important;
    opacity: 1;
}

.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: #ffffff;
    top: auto !important;
    outline: 0;
    position: absolute !important;
    background: #ffffff00 !important;
    border: 2px solid #000 !important;
    bottom: -90px !important;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
    z-index: 99;
}

.slick-prev {
    left: 47% !important;
}

.slick-next {
    right: 47% !important;
}

.categoyr-styles img {
    width: 100%;
    border: 1px solid #ddd;
}

.categoyr-styles h2 {
    text-align: center;
    font-size: 31px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #000;
    margin: 7px 0 0 0;
}

.categoyr-styles {
    text-align: center;
}

.categoyr-styles p {
    color: var(--black-light);
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    font-size: 17px;
    margin: 4px 0 20px;
}

.sec-twos {
    position: absolute;
    bottom: 31px;
    margin: 27px;
}

a.shop-now-btn:hover {
    background: transparent;
    border: 2px solid #000;
    color: #000;
    font-weight: 600;
}

a.shop-now-btn {
    background: #000;
    padding: 9px;
    border: 2px solid #000;
    font-size: 16px;
    color: #fff;
    letter-spacing: .3px;
}

.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;
}

footer.footer-section {
    padding: 76px 150px 22px;
    background-color: #000;
}

.footer-section img.logo-white {
    width: 317px;
}

.inner-war {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.inner-war h4 {
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 10px;
    letter-spacing: .6px;
    margin: 0;
}

.bottom-left-footers {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.bottom-left-footers .inner-left-btns {
    margin-right: 30px;
    width: 50%;
}

.inner-left-btns p {
    margin: 0;
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    padding-right: 54px;
    margin-bottom: 26px;
}

.social-icons {
    margin-top: 34px;
}

.footer-warranty {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 36px 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;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.mail-scoaila {
    font-size: 20px;
    margin: 11px 0 12px;
    color: #fff;
    font-weight: 400;
}

.mail-scoaila a {
    color: #fff;
    text-decoration: underline !important;
}

.mail-scoaila a:hover {
    color: #fff;
}

.footer-right ul {
    margin-top: 5px;
}

.dvi-tnm-sec {
    padding-top: 12px;
    border-top: 2px solid #717171;
    margin-top: 15px;
}

.div-right-coms {
    margin-left: 42px;
}

.dvi-tnm-sec p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    width: 71%;
    margin: 0;
    line-height: 26px;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #fff;
}

.copyright {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    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: 18px;
    color: #fff;
    font-weight: 400;
}

.bottom-left-footers h4 {
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 19px;
}

.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;
}

.slider-product-category-mains img {
    width: 100%;
    border: none;
}

/* .hedding-new {
    margin: 2px 5px;
} */

section.product-type-sections {
    background: #F2F2F2;
    margin-top: 45px;
    padding-bottom: 80px;
}

.prod-box .img-holder .item-img-2 {
    display: none;
}


.owl-carousel .owl-item .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 0px;
}

.owl-carousel .owl-item .img-holder .color-buttons img {
    width: 38px;
    height: 47px;
    object-fit: cover;
    margin: 3px;
    border: 1px solid #a9a9a9;
}

.for_mbs-spo {
    border-radius: 0px;
}

.color-buttons img.selected {
    border: 1px solid #000;
    box-shadow: none;
}

.for_dt-spo {
    border-radius: 0px;
}

.sponserships {
    padding-bottom: 0;
}

#homepageBanner .slick-slider {
    margin-bottom: 0;
}

.sponserships .slick-initialized .slick-slide img {
    border-radius: 0 !important;
    height: 600px;
    object-fit: cover;
}

.slick-initialized .slick-slide {
    /* height: 430px; */
    width: 100%;
}

.slick-initialized .slick-slide img {
    border-radius: 10px;
    width: 100%;
}

.slider-product-category-mains {
    position: relative;
}

.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: 0.8;
    bottom: 0;
}


.slider-product-category-mains .content-category-list h4 {
    letter-spacing: .6px;
    color: #000;
    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: #ffffff;
    padding: 0;
    border-radius: 47px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .7px;
}

.shop-btn-category:hover {
    color: #fff;
}

.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;
}

/* .main_sales_sec {
    margin-top: 20px;
    margin-bottom: 20px;
} */

.store_nwes {
    margin-bottom: 30px;
}

.testimonial-area img {
    width: 65%;
    margin: auto;
}

.inner_product_high_one.new_bottoms {
    margin-bottom: 20px;
}

/*sponsorship-slider*/
.card-slider {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    border: none;
}

.card-slider {
    color: #000;
}

@media screen and (max-width: 1024px) {
    .card-slider {
        width: 100%;
    }
}

.sponserships .slick-initialized .slick-slide {
    color: #000;
}

.sponserships .slick-initialized .slick-slide {
    border: none;
}

.inner-video {
    width: 100%;
}

.inner-video video {
    width: 100%;
}

.inner-sponsorship {
    padding: 0 6rem;
}

.sponserships .slick-initialized .slick-slide {
    margin: 0 !important;
}

.sponserships .slick-slide {
    width: 100%;
}

.sponserships p {
    font-size: 22px;
    margin-top: -6px;
    line-height: 39px;
    color: #fff;
    letter-spacing: .9px;
}

.card.slick-slide {
    height: 600px;
}

.col-md-12.p-0.inner-video {
    height: 551px;
}

/*new arrivals*/
.images img {
    width: 100%;
    height: 389px;
    object-fit: cover;
}

.images img {
    width: 100%;
}



.images {
    width: 100%;
}

.images .image {
    position: relative;
}

.images .first {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: z-index .2s ease, transform .2s ease;
}

.images .first {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: z-index .2s ease, transform .2s ease;
}



.images .image:hover .first {
    z-index: 9;
    transform: scale(1.0);
}

.images .image {
    position: relative;
}

.new-arrivals-sec {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}


/* Centering */
.new-arrivals input[type="radio"] {
    display: none;
}

.new-arrivals input[type="radio"]:checked+label 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 label:hover span {
    transform: scale(1.25);
}

.new-arrivals .color {
    margin: 12px 0;
}

.new-arrivals label span {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.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 h4 a {
    color: #000;
}

.ttitle-produvt-arivals h4 a:hover {
    color: var(--red-dark);
}

.ttitle-produvt-arivals p {
    margin: -3px 0 12px;
    font-size: 18px;
    color: #363636;
    text-transform: capitalize;
}

.div-priceand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
}

.price {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    letter-spacing: .3px;
}

.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 {
    display: block !important;
}

.hover_show.desktop-view {
    display: inline-block !important;
}

.hover_show.mobile-view {
    display: none !important;
}

.moblile-views {
    display: none !important;
}

/*arrivals-sizes*/
.prod-1 .button {
    float: left;
    margin: 0px 4px 0 0;
    width: 39px;
    height: 34px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-align: center;
    border: 1px solid #000;
}

.prod-1 .button label,
.prod-1 .button input {
    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: 0.011;
    z-index: 100;
}

.prod-1 .button input[type="radio"]:checked+label {
    background: #000000;
    border-radius: 0px;
    color: #fff;
}

.prod-1 .button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
}

.size-arrivals {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.sponserships .card.slick-slide {
    height: 100%;
    width: 100%;
}


/*stores-location*/

a.btn-all-stores {
    background: #000;
    padding: 11px 33px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .3px;
    margin: 10px;
}

a.btn-all-stores:hover {
    color: #fff;
}

.btn-view-alls {
    margin-top: 20px;
}

.location-all {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 32px;
    margin: 30px 0 5px;
}

.div-loc-sec {
    text-align: center;
}


/*cart-icon-index*/


body.open .cart {
    right: 0;
}

.cart {
    position: fixed;
    background: #fff;
    width: 650px;
    max-width: 100%;
    height: 100%;
    top: 0;
    right: -172px;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: translate(500px, 0);
    transition: transform 250ms ease-in-out;
    z-index: 20;
}

body.open .cart {
    transform: translate(0, 0);
}

.cart__header {
    box-sizing: border-box;
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 15px 15px;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cart__header .cart__text {
    float: right;
}

.cart__title {
    font-size: 20px;
    line-height: 40px;
    margin: 0;
    float: left;
}

.cartPopupHtml .progress_sec {
    margin: 37px 0 35px;
}

.cartPopupHtml .content_ciso p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cart__products {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 88%;
    padding: 70px 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.cart__products article {
    padding: 15px;
    border-bottom: 1px dotted #ccc;
}

.cart__products article h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.cart__products article p {
    font-size: 14px;
    margin: 0;
}

.cart__products article p a {
    color: #f00;
}

.cart__product {
    display: none;
}

.cart__empty {
    padding: 30px 15px;
    margin: 0;
    font-style: italic;
    text-align: center;
}

.cart__empty.hide {
    display: none;
}

.cart__footer {
    box-sizing: border-box;
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 15px;
    left: 0;
    bottom: 0;
    z-index: 2;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
    text-align: right;
}

.cart__text {
    margin: 0;
}

.cart__text .button {
    padding: 15px;
    line-height: 35px;
}

.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 0ms ease-in-out 250ms;
}

body.open .lightbox {
    width: 100%;
    opacity: 0.8;
    transition: opacity 250ms ease-in-out, width 0ms ease-in-out;
}

.button--light.js-toggle-cart img {
    width: 25px;
}

.imgae_cart_sections {
    flex-basis: 192px;
    margin-right: 15px;
    width: 252px;
    border: 1px solid #ddd;
    height: 218px;
}

.imgae_cart_sections img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.main_cart_inner_section {
    display: flex;
    align-items: stretch;
    margin: 5px 14px 5px 5px;
}

.corss {
    width: 36%;
    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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.inner_titl_sec_alls h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-top: 0px;
    margin-bottom: 5px;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid rgb(46 126 0) !important;
}

.inner_titl_sec_alls h4 a {
    color: #000;
}

span.discpunt-price {
    font-size: 17px;
    color: var(--price-light);
    font-weight: 600;
    padding-right: 5px;
    text-decoration: line-through;
}

span.sale_price {
    font-size: 17px;
    color: var(--dark);
    font-weight: 600;
    padding-right: 5px;
}

.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-increaes*/
.quantiy_icon_sec .quantity {
    display: flex;
    border: 1px solid #000;
    border-radius: 4px;
    overflow: hidden;
    border-radius: 62px;
}

.quantiy_icon_sec .quantity button {
    background-color: #ffffff;
    color: #000000;
    border: none;
    cursor: pointer;
    font-size: 19px;
    width: 34px;
    height: auto;
    text-align: center;
    transition: background-color 0.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: 17px;
    color: var(--dark);
    font-weight: 600;
    padding-right: 5px;
}

span.price-actuals-new {
    font-size: 19px;
    margin: 0;
    font-weight: 600;
    color: #272727;
    margin-left: 17px;
}

.add_divs_new-iteme_prics {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 12px;
}

.quantiy_icon_sec .input-box {
    width: 48px;
    text-align: center;
    border: none;
    padding: 6px 6px;
    font-size: 16px;
    outline: none;
}

.quantiy_icon_sec .input-box::-webkit-inner-spin-button,
.quantiy_icon_sec .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



.main_col_quant_wishlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.cartPopupHtml .progress {
    display: block;
    width: 95%;
}

.coins_sections p span {
    font-size: 15px;
    color: #3d3b3b;
    line-height: 22px;
    text-transform: capitalize;
}

.main_col_quant_wishlist .size_one_cart {
    width: 44px;
    height: 44px;
    background: #000;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    border: 2px solid #fff;
    padding: 7px;
    line-height: 12px;
    font-weight: 600;
}

.cartPopupHtml .div_cart_empty {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.color_one_carts i {
    font-size: 41px;
    border: 2px solid #ddd;
    width: 41px;
    height: 41px;
    /* border-radius: 50%;
    position: absolute;
    left: 34px;
    top: -39px; */

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.color_one_carts {
    /* width: 38px;
    height: 38px;
    background: red;
    border-radius: 50%;
    border: 2px solid #cdcdcd; */
    position: absolute;
    top: 0;
    left: 29px;
    z-index: -1;
}

.colo_and_size_carts {
    width: 100%;
}

.colo_and_size_carts {
    position: relative;
}

.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;
}

.save_lates_carts a:hover {
    color: #000;
}

/* add to wishlist poupp */
.popupk {
    display: none;
    position: fixed;
    padding: 34px;
    width: 29%;
    left: 38%;
    /* height: 180px; */
    /* top: 50%; */
    background: #FFF;
    z-index: 20;
    /* transform: translate(50%, 50%); */
    margin: auto;
    box-shadow: 0 4px 12px #0000002e;
    border-radius: 20px;
}

#popupk:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.616);
    z-index: -2;
}

#popupk:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
}

.save_lates_carts .button {
    background: transparent;
    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 {
    text-align: center;
}

.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;
    text-transform: capitalize;
}

.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-logins {
    width: 40%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #000;
    font-size: 17px;
    padding: 6px 9px;
    border-radius: 27px;
    height: 49px;
}

a.btn-logins:hover {
    color: #fff;
}

a.btn-accounts {
    width: 40%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border: 2px solid #000;
    font-size: 17px;
    padding: 6px 9px;
    border-radius: 27px;
    height: 49px;
}

a.btn-accounts:hover {
    color: #000000;
}

.div-all-checkout-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

a.btn-checkouts:hover {
    color: #fff;
}

a.btn-checkouts {
    width: 100%;
    background: #000;
    text-align: center;
    margin: 5px;
    height: 52px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

a.btn-bags {
    width: 100%;
    background: #ffffff;
    text-align: center;
    margin: 5px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    color: #000000;
    font-size: 20px;
    height: 47px;
    border: 1px solid #000;
    font-weight: 600;
    text-transform: capitalize;
}

a.btn-bags:hover {
    color: #000;
}

.page_wishlist {
    margin-left: auto;
}

.edit_icon_carts.edit-page_carts {
    left: 80px;
}

.cart_page_main h1 {
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 4rem;
}


.cart_total_items {
    background-color: #fafafa;
    padding: 30px;
    width: 100%;
}

.cart_total_items h3 {
    font-size: 24px;
}

.div_one_price_cart {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 12px 0px;
}

.div_one_price_cart p {
    margin: 0;
    font-size: 15px;
    color: var(--black);
}


.div_one_price_cart h4 {
    font-size: 19px;
    margin: 0;
}

.div_one_price_cart h4 span {
    font-size: 12px;
    margin: 0;
}

.checkout_process_cart_btn {
    width: 100%;
    background: #000;
    text-align: center;
    margin: 5px;
    height: 52px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 25px 0;
}

.checkout_process_cart_btn:hover {
    background: #00000000;
    border: 1px solid #000;
    color: #000000;
}

.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;
}

p.point_cart_sec_points {
    font-size: 14px;
    color: #454545;
    font-weight: 600;
}

/*cart-tabbing-page*/
.tabs-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: white;
    overflow: hidden;
    position: relative;
}

.tabs {
    padding: 10px 20px 15px 20px;
}

.tab-links {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #f0f0f0;
}

.tab-link {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 14px;
    color: #7a7a7a;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
    text-transform: capitalize;
}

.tab-link.active,
.tab-link:hover {
    color: #191919;
}

.tab-link i {
    margin-right: 10px;
}

.tab-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    left: 50%;
    background: #191919;
    transition: all 0.4s ease;
}

.tab-link.active::after {
    width: 100%;
    left: 0;
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;
    padding: 5px 10px 15px 10px;
}

.tab-content.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media screen and (max-width: 600px) {
    .tab-links {
        flex-direction: column;
        align-items: center;
    }

    .tab-link {
        text-align: center;
        width: 100%;
        padding: 15px 0;
    }
}

/*top-bar-header*/
.navbar-top .slick-initialized .slick-slide {
    background-color: #000;
    height: auto;
}

.navbar-top .element {
    text-transform: capitalize;
    font-size: 16px;
}

/*product-highlight-one*/
.product-highlights-images {
    width: 100%;
    height: 100%;
    position: relative;
}

.product-highlights-images img {
    width: 100%;
    height: 98%;
    object-fit: cover;
    object-position: right;
}

.hidghlidt-sec-all {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 31px;
    margin-left: 0.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: transparent;
    padding: 9px 17px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #ffffff;
    color: #fff;
    letter-spacing: 1.2px;
}

a.btn_shop_now:hover {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
}

/*product-highlight-two*/

.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 {
    position: relative;
}

/* .sponserships .card h3 {
    position: absolute;
    bottom: 46%;
    text-align: center;
    background: #ffffffb3;
    margin: 0;
    padding: 11px 20px;
    width: 40%;
    color: #000;
    font-size: 44px;
    font-weight: 600;
    color: #000000;
    font-family: "cornero" !important;
    transform: rotate(270deg);
    left: -18%;
} */
.sponserships .card h3 {
    position: absolute;
    top: 0;
    text-align: center;
    background: #000000;
    margin: 0 0;
    padding: 8px 20px;
    width: 100%;
    color: #000;
    font-size: 44px;
    font-weight: 200;
    color: #ffffff;
    font-family: 'cornero' !important;
    border-bottom: 1px solid #dddddd87;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_product_high_one {
    margin-bottom: 30px;
}

.product-highlight-two {
    padding-bottom: 0;
}

.trenz-section {
    padding-bottom: 0;
}

.sponserships {
    padding-top: 0;
}

.product-highlight-two .inner_product_high_one h3 {
    color: var(--black);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.btn-view-alls {
    margin-bottom: 20px;
}

.image-height_prod2 {
    margin-top: 10px;
}

.product-highlight-two .inner_product_high_one .image-height_prod2 img {
    width: 100%;
    /* height: 462px; */
    object-fit: cover;
    object-position: top;
}

.product-highlight-two a.btn_pro-high_2_btn {
    padding: 10px 24px;
    background: #ffffff00;
    border: 1px solid #000;
    color: #000000;
    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: #000000;
    border: 1px solid #000;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}

/*sales-section*/

/* .main_sales_sec .bennre_1 {
    background-image: url(../images/OFFER-UPTO-40_OFF.webp);
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 90px;
    border-radius: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

/* .main_sales_sec .bennre_2 {
    background-image: url(../images/OFFER-UPTO-40_-OFF-1.webp);
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 90px;
    border-radius: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.inner-sales-banners img {
    border-radius: 10px;
    width: 100%;
}

.main_sales_sec .inner_conts {
    background: rgb(0 0 0 / 28%);
    box-shadow: 0px 0px 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: 0px;
    font-size: 45px;
    font-weight: 800;
    color: #fff;
}


/*shop by sports*/
.shop_by_sports {
    background: #fff;
}

.carousel {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
}

.shop_by_sports .slick-initialized .slick-slide {
    height: auto;
    background-color: transparent;
    position: relative;
}

.shop_by_sports .slick-initialized .slick-slide h4 {
    color: #ffffff;
    font-size: 21px;
    /* text-align: left; */
    /* text-decoration: underline; */
    font-weight: 400;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .7);
    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;
}

.wrapper .slick-initialized .slick-slide img {
    border-radius: 0;
}

.testimonial-area .owl-dots {
    margin-top: 4px;
}

/* .inner_blog_sections img {
  
    width: 100%;
    object-fit: cover;
    object-position: center;
} */

.inner_blog_sections img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.inner_blog_sections .btn_all_blogs:hover {
    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: #ffffff;
    margin-bottom: 19px;
}

.testimonial-area .owl-dots button.owl-dot {
    display: inline-flex !important;
    /* align-items: center; */
    /* justify-content: center; */
}

.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;
}

.navbar-top .slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.for_mobile-_bn {
    display: none !important;
}

.for_deskotp-_bn {
    display: block !important;
}

.for_dt-spo {
    display: block !important;
}

.for_mbs-spo {
    display: none !important;
}

.trenz-section {
    /* background-image: url(../images/TrenzSectiondesktop.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 730px;
    background-size: cover; */
    /* position: relative;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto; */
    /* width: 100%; */
}

/* 
.trenz-section:before {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background-color: #00000073;
} */


.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;
}

.mt-top {
    margin-top: 2rem;
}

.btnGlow {
    position: relative;
    z-index: 1;
}

.btnGlow:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
}

a.view-all:hover {
    color: #fff;
}

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);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
}

.primaryBtn {
    font-size: 18px;
    outline: none;
    color: #fff !important;
    background-color: #000;
    padding: 12px 32px;
    display: inline-block;
    cursor: pointer;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

/*testimonial-lsider*/
.sec-title {
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
}

.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;
}

/*scrolling*/

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(52, 52, 52, 0.103);
    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 rgba(52, 52, 52, 0.103);
    background-color: #555;
}


.testimonial-area .owl-dots {
    display: block !important;
}

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: #000000 !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}

.owl-dots {
    text-align: center;
    margin-top: 50px;
}

.owl-dots button.active {
    width: 30px;
}

.div-icon-with {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.owl-carousel .owl-item .client-video img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

/*store locations*/
.search-bar-page {
    margin: 20px auto;
    position: relative;
}

.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: #333333;
    padding-left: 11px;
    padding-right: 11px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.search-bar-page input#lsearch:focus-visible {
    border: none;
    outline: none;
}

.search-bar-page button {
    border: none;
}

.secr-bar {
    position: relative;
    width: 100%;
    margin: auto;
    height: 48px;
}

.search-bar-page i.fa.fa-map-marker {
    font-size: 24px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    color: #ef1e2d;
    padding-left: 11px;
    padding-right: 11px;
    left: 0;
    top: 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 {
    position: absolute;
    top: 0px;
    right: 40px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    width: 35px;
    background: #ececec;
}

.mai-stoore-locatoes h4 {
    font-size: 21px;
    margin-left: 14px;
}

.inner-div-locations {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px 25px;
}

.content_location_details {
    background: #f4f4f4bd;
    padding: 16px 30px;
    border-radius: 10px;
}

.location-main_div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px 25px;
}

.inner-div-locations img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.location_page_one {
    background: #f4f4f4bd;
    padding: 16px;
    border-radius: 10px;
}



.location_page_one .div-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.location_page_one p {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 14px 0 0;
    color: var(--black);

}

.location_page_one p span {
    font-size: 16px;
    color: var(--all-com-color);
}

.div_locates {
    padding: 14px;
}

.inner_locate {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.store-locate {
    padding: 20px 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 {
    margin: 0;
    color: var(--all-com-color);
    line-height: 25px;
    font-weight: 600;
    font-size: 16px;
}

.div-timig {
    margin: 1.5rem 0;
}

.content_location_details span {
    margin: 0;
    color: var(--all-com-color);
    line-height: 25px;
    font-weight: 600;
    font-size: 16px;
}

.content_location_details span i {
    padding-right: 5px;
}

a.btn-large-map {
    width: 100%;
    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;
}

a.btn-large-map:hover {
    color: #fff;
}




/*product detail*/
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 {
    list-style-type: none;
}

.breadcrumb ul li {
    font-size: 16px;
    font-weight: 600;
    color: var(--all-com-color);
    padding: 0 4px;
    text-transform: capitalize;
}

.breadcrumb ul li.active {
    color: #000;
}

.breadcrumb ul li a {
    color: var(--all-com-color)
}

.product-h3 {
    font-size: 31px;
    font-weight: 500;
    color: #000;
    line-height: 39px;
    margin: 0px 0 20px;
    text-transform: capitalize;
}

.innerproduct_color {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 20px;
    flex-wrap: wrap;
    gap: 7px 5px;
}

/* .innerproduct_color img {
    width: 87px;
    height: 108px;
    object-fit: cover;
} */
.innerproduct_color img {
    width: 82px;
    height: 109px;
    object-fit: cover;
    object-position: top;
    border: 1px solid #e0e0e0;
}

.active-color {
    border: 1px solid #000;
}

p.heading-com-color {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.products-color p span {
    color: var(--all-com-color);
}

.products-color {
    margin: 1.5rem 0;
}

.height-width img {
    width: 100%;
    /* height: 822px; */
    object-fit: cover;
    object-position: top;
}


/*mobile-menu*/

.burger1 span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
}

.burger1 i {
    font-size: 27px;
    color: var(--black);
}

.burger1 a {
    font-size: 16px;
    color: var(--black);
    padding-left: 16px;
    text-transform: uppercase;
    line-height: 26px;
}

.burger1 a:hover {
    color: var(--red-dark)
}

.burger1 {
    width: 96px;
}


/*top to bottom*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgb(227 30 37);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgb(227 30 37);
}

#return-to-top:hover i {
    color: #fff;
}



/*product-deatil-gallery*/

.grid-sizer,
.grid-item {
    width: 50%;
    padding: 8px;
}

/* 
.grid-item {
    float: left;
} */

.grid-item img {
    display: block;
    width: 100%;
}

.fancybox-wrap {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 8020;
}

.fancybox-opened {
    z-index: 99999;
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

.fancybox-wrap {
    position: relative;
}

.fancybox-close:before {
    position: absolute;
    content: "\f00d";
    font-family: "FontAwesome";
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

#fancybox-thumbs ul {
    left: 0;
}

a.fancybox-item.fancybox-close {
    position: fixed;
    top: 26px;
    right: 39px;
    color: #ffffff;
    font-size: 15px;
    background: #000000;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.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;
}

/* Title helper */

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.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: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    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: #000;
    background: rgba(0, 0, 0, .8);
}


#fancybox-thumbs {
    position: fixed;
    left: 0;
    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: 0px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

#fancybox-thumbs ul li {
    padding: 1px;
    opacity: 1;
    width: auto;
}

#fancybox-thumbs ul {
    left: 0 !important;
}

#fancybox-thumbs ul li.active {
    opacity: 1;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    outline: none;
}

#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: 46px;
    min-width: 76px;
    margin: 4px .5px;
    font-weight: 600;
}

.size-buttons .radio__button.detail-2 label:hover {
    background-color: #000;
    color: #fff;
}

.off-price {
    font-size: 18px;
    color: var(--dark);
    font-weight: 600;
}

.detail-price-amount span.discount-price {
    font-size: 18px;
    color: #535353;
    text-decoration: line-through;
    font-weight: 600;
    padding-left: 6px;
}

.detail-price-amount {
    margin: 24px 0;
}

p.price-main-amount {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0px 0px;
}

.quant-with-wish {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 2rem 0;
}

.quant-with-wish i {
    text-align: center;
    font-size: 17px;
    border: 2px solid #000;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
}

.wishlists .wishlistsInner a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.wishlists span {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--all-com-color);
    padding-left: 9px;
}

.quant-with-wish .quantiy_icon_sec .quantity button {
    font-size: 20px;
    width: 51px;
    font-weight: 600;
    height: 42px
}

.addedtocart {
    width: 100%;
    background: #000;
    text-align: center;
    margin: 12px 0;
    height: 52px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .6px;
    text-transform: capitalize;
}

.buynow {
    width: 100%;
    background: #ffffff;
    text-align: center;
    margin: 12px 0;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    color: #000000;
    font-size: 20px;
    height: 47px;
    border: 1px solid #000;
    font-weight: 600;
    text-transform: capitalize;
}

.tags h3 {
    margin-top: 0;
}

.tags {
    padding-left: 8px;
}

.tags ul {
    margin: 10px 0;
}

.shopping-offers {
    margin: 1.8rem 0;
    background: #e9e9e9;
    padding: 18px 10px;
}

.shopping-offers img {
    filter: invert(1);
    width: 30px;
}

.policy-all {
    margin: 8px 0;
}

.shopping-offers span {
    font-size: 16px;
    font-weight: 500;
    color: var(--all-com-color);
    padding-left: 11px;
    /* text-transform: capitalize; */
}

/*accordinas*/
.accordion {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}


.accordion-thumb {
    margin: 0;
    padding: 0.8rem 0;
    cursor: pointer;
    font-weight: normal;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
    color: var(--all-com-color);
    border-bottom: 1.5px solid #2d2d2d;
}

.accordion-thumb::after {
    content: '\f067';
    font-family: "FontAwesome";
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.2s ease-out;
    position: absolute;
    right: 11px;
    font-size: 15px;
    font-weight: 400;
}

.accordion-panel {
    margin: 0;
    padding-bottom: 0.8rem;
    display: none;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.accordion-item.is-active .accordion-thumb::after {
    content: "\f068";
}

.accordion-panel p {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: justify;
    color: var(--all-com-color);
}

.accordion-panel ul {
    margin-top: 5px;
}

.accordion-panel ul li i {
    font-size: 16px;
    font-weight: 500;
    padding-right: 9px;
    color: var(--all-com-color);
}

.accordion-panel ul li {
    font-size: 16px;
    font-weight: 500;
    color: var(--all-com-color);
    line-height: 25px;
    padding: 3px 0;
}

.tags ul li {
    list-style-type: none;
    display: inline-block;
    margin: 8px 3px;
}

.tags ul li {
    padding: 0;
    padding: 7px 9px;
    background: #e9e9e9;
    border: 1px solid #000;
    border-radius: 32px;
    font-size: 15px;
    font-weight: 600;
    color: var(--all-com-color);
    /* text-transform: lowercase; */
}

.availability {
    margin: 1.5rem 0;
}

.availability p {
    margin: 10px 0;
}

.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;
}

.title-reviews p {
    margin: 6px 0;
}

.title-reviews h4 {
    margin: 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-slider*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*product-category*/
/* .section-breadcrumb {
    background-image: url(../images/slide1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 20px;
} */
/* 
.seslected-filtes p a {
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: underline !important;
    color: #4d4d4d;
    margin-left: 5px;
    font-weight: 600;
}


.inner-breadcrumnd {
    background: #ffffffd4;
    padding: 20px;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.innner-border {
    padding: 20px;
    border: 2px solid #000;
}

.innner-border h3 {
    font-size: 34px;
    text-align: center;
    margin: 10px 0;
    line-height: 29px;
    text-transform: capitalize;
}

.innner-border p {
    font-size: 17px;
    color: #2b2b2b;
    font-weight: 400;
    text-align: center;
} */
.prod-box .img-holder img {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    height: 590px;
    object-fit: cover;
    max-height: 100%;
}

.section-breadcrumb img {
    width: 50%;
    margin: auto;
}

a#clear-filters {
    color: #111;
    text-decoration: underline !important;
}

section.section-breadcrumb {
    background: #274796;
    height: 415px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-more-details {
    position: relative;
}

.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;
}

.btn-more-details a:hover {
    color: #000;
}

.inner-category-products {
    margin: 20px 0;
}

/*category-listing*/


.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.type-pro {
    display: none;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 19px;
    padding: 0;
    /* float: right; */
    position: relative;
    padding-left: 11px;
    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%;
    list-style: none;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: left;
    background: #ffffff;
    padding: 0;
    margin: 2px 5px;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 10px 14px;
    display: block;
    line-height: 25px;
}

.menu>ul>li {
    font-size: 15px;
    color: var(--all-com-color);
    font-weight: 600;
    text-transform: uppercase;
}

.menu>ul>li i {
    font-size: 12px;
    color: #717171;
    font-weight: 200;
    padding-left: 3px;
}

.menu-dropdown-icon a {
    font-size: 15px;
    color: #191919;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.menu>ul>li:hover {
    background: #f0f0f0;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    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:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 100%;
    left: 0;
    padding: 20px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu>ul {
        display: none;
    }

    .menu>ul>li a {
        padding: 11px;
        background: #f9f9f9;
        border-bottom: 1px dotted #0000004d;
    }

    .menu>ul>li {
        width: 100%;
        float: left;
        display: block;
    }

    ul.show-on-mobile {
        background: #f9f9f9;
    }

    .menu>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }

    .menu>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu>ul>li>ul>li:first-child {
        margin: 18px 0px 18px 14px;
    }

    .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }

    .tab-link {
        font-size: 14px !important;
    }

    .tab-links {
        display: contents;
        width: 100%;
    }

    .menu .show-on-mobile {
        margin-left: -3px;
        position: absolute;
        z-index: 99;
        background: #fff;
        padding-bottom: 28px;
        padding-top: 17px;
    }

    .tab-link {
        font-size: 14px;
    }

    .tab-links {
        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 0px 25px;
}

.menu-dropdown-icon a:hover {
    color: #000;
}

.filter-menus .radio__button label {
    height: 41px;
    min-width: 70px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    letter-spacing: .5px;
}


/*color-filters-listing-page*/
.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;
    /* top: 3px; */
    /* left: 0px; */
    height: 32px;
    width: 32px;
    background: #e4e4e4;
    border: 2px solid #fff;
    transition: all 0.5s ease;
    border: 1px solid #cccccc;
    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;
}

div.hb-colour-options input[type="radio"]#black+label:before {
    background: #000000;
}

div.hb-colour-options input[type="radio"]#purple+label:before {
    background: #65318f;
}

div.hb-colour-options input[type="radio"]#white+label:before {
    background: #ffffff;
}

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%;
}

div.hb-colour-options input[type="radio"]#white:checked+label:after,
div.hb-colour-options input[type="radio"]#yellow:checked+label:after {
    color: #000;
}


.morefilters .form-group {
    display: block;
    margin: 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: 13px;
    text-transform: capitalize;
    padding-left: 12px;
    font-weight: 600;
    color: #111;
    width: max-content;
    letter-spacing: 0;
    font-family: Arimo, sans-serif !important;
}


.morefilters .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 11px;
    display: flex;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

.morefilters {
    display: inline-flex;
    overflow: auto;
    width: 100%;
    padding-bottom: 15px;
}

.morefilters .form-group {
    display: flex;
    margin: 0;
    min-width: fit-content;
}

.morefilters .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 14px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3px;
    left: 20px;
}

#list_gPP::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(52, 52, 52, 0.103);
    border-radius: 10px;
    background-color: #ddd;
    margin-left: 10px;
}

.size-buttons .radio__button input[type="checkbox"] {
    display: none;
}

.size-buttons .radio__button input[type="checkbox"]:checked+label {
    color: #fff;
    border: 1px solid #000;
    background: #000;
}

#list_gPP::-webkit-scrollbar {
    height: 6px;
    background-color: #ddd;
}

#list_gPP::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(52, 52, 52, 0.103);
    background-color: #555;
}

/*scrolling*/

.morefilters form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}

#filter-list li {
    color: #111 !important;
}

#filter-list i.fa.fa-close {
    cursor: pointer;
}

.heading-com-color input[type="radio"] {
    border: 1px solid #757575;
}

.products-color p span {
    font-size: 15px;
}

/*price-filters*/
.filter-price {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 7px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.price-title {
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}

.price-field {
    position: relative;
    width: 85%;
    height: 9px;
    box-sizing: border-box;
    background: rgb(255 255 255 / 0%);
    padding-top: 0;
    padding-left: 0;
    border-radius: 3px;
    margin-left: 0px;
}

.price-field input[type=range] {
    position: absolute;
}

.div-one-color input[type=checkbox]:checked {
    background-color: #f0f0f000 !important;
    opacity: 1;
}

.div-one-color input[type=checkbox] {
    position: relative;
    border: 1px solid #f0f0f000;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    opacity: 0;
}

.div-one-color input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 8px;
    height: 13px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    margin: -2px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}


.price-field input[type=range] {
    width: 250px;
    height: 6px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
    outline: 0;
}

.price-field input[type=range]::-ms-track {
    width: 188px;
    height: 6px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 5px;
}

.price-field input[type=range]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin-top: -4px;
    background-color: #000000;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin-top: -5px;
    background-color: #000000;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin-top: -5px;
    background-color: #000000;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}


.price-field input[type=range]::-webkit-slider-runnable-track {
    width: 188px;
    height: 6px;
    cursor: pointer;
    background: #000000;
    border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
    width: 188px;
    height: 6x;
    cursor: pointer;
    background: #000000;
    border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
    width: 188px;
    height: 6px;
    cursor: pointer;
    background: #000000;
    border-radius: 5px;
}

/* 
.price-wrap {
    display: flex;
    justify-content: center;
    color: #000000;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    align-items: center;
    margin-bottom: 0;
    min-width: 30%;
} */

/* .price-wrap-1,
.price-wrap-2 {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.price-wrap_line {
    margin: 0 10px;
}

/* .price-wrap #one,
.price-wrap #two {
    width: 35px;
    text-align: right;
    margin: 0;
    padding: 0;
    min-width: 100px;
    margin-right: 0;
    background: 0;
    border: 0;
    outline: 0;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
} */
/* 
.price-wrap-2 {
    text-align: center;
    margin: auto;
    min-width: 100px;
}

.price-wrap-1 {
    text-align: center;
    margin: auto;
    min-width: 100px;
} */

.price-wrap label {
    text-align: right;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.price-wrap-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .price-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
} */
.price-wrap input {
    background: transparent;
    border: none;
    margin-left: auto;
    text-align: left;
    font-weight: 600;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .price-wrap input {
    background: transparent;
    border: none;
    margin-left: auto;
    text-align: left;
    font-weight: 600;
    display: inline-flex;
} */

.dash_new_line {
    margin-left: 2px;
    margin-right: 15px;
}

/* .price-wrap-1 span {
    width: 70px;
} */

/*css-color*/
.color-filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    display: inline-flex;
    overflow: auto;
    width: 100%;
    padding-bottom: 15px;
}

#filter-list li i {
    padding-right: 8px;
}

div.color-alls {
    border: 1px solid #111;
    height: 24px;
    margin-right: 0;
    display: grid;
    width: 24px;
    margin-bottom: 0;
}

.name-clo {
    font-size: 13px;
    text-transform: capitalize;
    padding-left: 5px;
    font-weight: 500;
    color: #111;
    width: max-content;
}


.div-one-color {
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-one-color {
    margin-right: 18px;
}

span.name-clo {
    font-size: 15px;
    font-weight: 600;
    color: #282828;
    text-transform: capitalize;
}

.red-bg {
    background-color: var(---dark-red-2);
}

.red {
    color: var(---dark-red-2);
}

.seslected-filtes h5 {
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    margin: 0;
}

.menu-dropdown-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.seslected-filtes ul {
    margin: 0;
    padding: 0;
    margin-left: 24px;
}

.seslected-filtes p {
    margin: 0;
}

.seslected-filtes li {
    list-style-type: none;
    display: inline-block;
    padding: 4px 12px 4px 12px;
    border: 1px solid #b1b1b1;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    position: relative;
    margin-right: 3px;
    letter-spacing: 0;
    margin-bottom: 7px;
}

.seslected-filtes {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 4px 15px 5px;
}

.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=policy*/
.privacy-all-policy {
    padding: 20px 71px;
}

.privacy-all-policy h5 {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: var(--black);
}

.privacy-all-policy p {
    font-size: 16px;
    font-weight: 200;
    color: var(--all-com-color);
    margin-top: 8px;
    text-align: justify;
    line-height: 28px;
    letter-spacing: .2px;
}

.privacy-all-policy li {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.privacy-all-policy li i {
    padding-right: 6px;
}

.inner-order-tracking {
    background: #f5f5f5;
    padding: 50px;
    min-height: 328px;
}

.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-visible,
.inner-order-tracking input:focus {
    border: 1px solid #bababa;
    outline: none;
}

.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 slider*/
.reels-insta video {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 70%;
    border-radius: 10px;
}

.slider-reels {
    position: relative;
}

.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: 20;
    height: 90px;
    border-radius: 10px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
}

.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, #000000 0, #0000003d 75%, #00000000);
    opacity: 0.9;
    bottom: 6px;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.category-listing-new {
    padding-top: 0;
}

.category-listing-new .item {
    margin: 0;
}

.category-listing-new .mt-w2 {
    margin-top: 2rem;
}

.itne-inner-page-listings {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
}



a {
    cursor: pointer;
}

a:hover {
    cursor: pointer;
}

span.Counter_carts {
    position: absolute;
    top: -10px;
    background: #00b0b5;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    right: -8px;
    opacity: 1;
}

.carr_couts {
    position: relative;
}

.itne-inner-page-listings {
    margin-bottom: 2rem;
}

.category-listing-new .tab-content {
    padding: 0;
}

.page-link:hover {
    color: #000000 !important;
}

.page-link:focus {
    box-shadow: none !important;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.page-link {
    color: #111 !important;
}

/*product-detailfixed*/
.sidebar {
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
}


/*mobile-image-zooming-effect*/
.col-new-images-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    cursor: pointer;
}


.col-new-images-gallery img {
    width: 100%;
    height: 100%;
}

.col-new-images-gallery img {
    width: 100%;
    height: 750px;
    max-height: 100%;
    object-fit: cover;
    border: 1px solid #d5d5d5;
    object-position: top;
}

.zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear;
}

img.demo.cursor {
    width: 100%;
    height: 91px;
    object-fit: cover;
    border: 1px solid #ddd;
    object-position: top;
}

.tags {
    padding-left: 0;
}

.zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear;
    height: 84vh;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
    object-position: top;
}

.zoomable {
    /* position: relative; */
    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: #fff;
}

/* Modal Content */
#myModal .modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 100%
}

/* The Close Button */
#myModal .close {
    color: #000;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 9;
}

#myModal .close:hover,
#myModal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

#myModal .modal-content {
    border: none !important;
}

#myModal .mySlides {
    display: none;
}

#myModal .cursor {
    cursor: pointer;
}

#myModal .active,
#myModal .demo:hover {
    opacity: 1;
}

.img-sthumbs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-sthumbs .column {
    width: 71px;
    margin: 17px 4px;
}

#myModal .modal-content a.prev {
    display: none;
}

#myModal .modal-content a.next {
    display: none;
}


/*mobile-image-zoom-css*/
/* Styling for xzoom and placement */
.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
}

/* --------------- */
/* xZoom Styles below */
.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 {
    /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); */
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #ddd;

}

.xzoom-container a {
    width: 100%;
}

/* Thumbs */
.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
    border: 1px solid #cecece;
    margin-left: 5px;
    margin-bottom: 10px;
}

.xzoom-source {
    display: block;
    position: static;
    float: none;
    clear: both;
}

.xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
    overflow: hidden;
}

/* Everything out of border is hidden */
/* Preview */
.xzoom-preview {
    border: 1px solid #888;
    background: #2f4f4f;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* Lens */
.xzoom-lens {
    border: 1px solid #555;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    cursor: zoom-in;
}

/* Loading */
.xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: 0.7;
    background: url(../images/xloading.gif) center no-repeat;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
}

/* Additional class that applied to thumb when it is active */
.xactive {
    box-shadow: 0px 0px 3px 0px #4aa9d2;
    border: 1px solid #4aaad2;
}

/* Caption */
.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: 0.75em;
    font-weight: bold;
    padding: 10px;
}

@media (max-width: 500px) {
    img.xzoom {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .xzoom-thumbs .xzoom-gallery {
        width: 50%;
        max-width: 72px;
        margin-left: 0;
    }
}

/*recently-viewed section*/
.main-recten-views .slick-slide .slide-content {
    border-radius: 0;
    margin: 10px;
}

.main-recten-views .slick-initialized .slick-slide img {
    border-radius: 0;
}

.main-recten-views .slick-dots {
    display: none !important;
}

.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

.fancybox-button.fancybox-button--play {
    display: none !important;
}

.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}

.xzoom-container a {
    width: 100% !important;
    max-width: 100% !important;
}

.fancybox-infobar {
    display: none !important;
}

.prod-box p {
    color: #000;
}

.main-recten-views .slick-initialized .slick-slide {
    margin: 0 0 0 0;
}

.forwishlist {
    display: none;
}

.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;
}

@media(max-width:1445px) {
    .breadcrumb-wsishlist {
        padding: 190px 0;
    }


}

/*checkout page*/
/* 
.delivery-addres {
    background: #eeeeee8f;
} */
.billing_new_add_div {
    margin: 5px 66px;
    background: #fff;
    padding: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
}

.inner-section-address {
    background: #fff;
}

.delivery-addres h4 {
    padding: 0;
    color: #000;
    /* font-family: 'cornero' !important; */
    font-size: 29px;
    font-weight: 500;
    padding: 10px;
    font-weight: 500;
    letter-spacing: .3px;
    text-transform: lowercase;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 3px solid #e31e25;
    display: inline-block;
    padding: 11px 0;
    margin-bottom: 10px;
}

.delivery-addres {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.inner-section-address {
    background: #fff;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
}

.delivery-sec {
    padding: 0 22px 17px;
}

.delivery-sec label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 16px;
}

/* 
.payment-sec p {
    margin: 0;
    border-bottom: 1px solid #b4b4b4;
    padding: 10px;
} */

.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: none;
}

.payment-sec {
    padding: 5px 30px 22px;
    background: #f2f2f2;
    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 input {
    width: auto;
}

.delivery-sec .radio label {
    background: #ffffff;
    padding: 20px 17px;
    width: 100%;
    margin: 0;
    border: 1px solid #ffc3c5;
    border-radius: 4px;
    margin-top: 12px;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .3px;
    cursor: pointer;
}

#shipping,
#billing {
    display: none;
}

#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 24px;
    border-bottom: 1px dashed #ddd;
}

.imain-summary .img-summays {
    width: 80px;
    height: 86px;
    position: relative;
}

.sidebarx h3 {
    font-size: 27px;
    margin: 1px;
    text-transform: capitalize;
    border-bottom: 3px solid #e31e25;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 19px;
}

.sidebarx {
    background: #fff;
    padding: 33px;
    border: 1px dashed #bfbfbf;
    border-radius: 15px;
}

.imain-summary .img-summays img {
    width: 100%;
    object-fit: cover;
    border: 1px solid #777777;
    padding: 3px;
    border-radius: 3px;
    height: 100%;
    object-position: top;
}

.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;
}

.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: 0px;
}

.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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary-products {
    /* max-height: 417px;
    overflow-y: auto; */
    padding-top: 17px;
    margin-right: 0;
    padding-right: 18px;
}

.div-II_summary {
    width: 40%;
}

.div-I_summary {
    width: 55%;
    margin-right: 20px;
}

.headr-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    padding-top: 11px;
    margin: auto;
}

.carst a {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
}

.carst a:hover {
    color: #444;
}

/*contact-us*/
.sec-title-style1 {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 50px;
}

.sec-title-style1.max-width {
    position: relative;
    display: block;
    max-width: 770px;
    margin: -9px auto 0;
    padding-bottom: 52px;
}

.sec-title-style1.pabottom50 {
    padding-bottom: 42px;
}

.sec-title-style1 .title {
    position: relative;
    display: block;
    color: #131313;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
}

.sec-title-style1 .decor {
    position: relative;
    display: block;
    width: 70px;
    height: 5px;
    margin: 19px 0 0;
}

.sec-title-style1 .decor:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #e31e25;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .decor:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #e31e25;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .decor span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #e31e25;
    margin: 2px 0;
}


.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;
    color: #131313;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.sec-title-style1 .text.clr-yellow p {
    color: #e31e25;
}

.sec-title-style1 .text .decor-left {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}

.sec-title-style1 .text .decor-left span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #e31e25;
    content: "";
    margin: 2px 0;
}

.sec-title-style1 .text .decor-left:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #e31e25;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-left:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #e31e25;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-right {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}

.sec-title-style1 .text .decor-right span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #e31e25;
    content: "";
    margin: 2px 0;
}

.sec-title-style1 .text .decor-right:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #e31e25;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-right:after {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #e31e25;
    border-radius: 50%;
    content: "";
}

.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 25px;
    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: #000000;
    margin: 0px 0 16px;
    font-size: 26px;
    text-transform: capitalize;
}

.single-contact-address-box a {
    color: #ffffff;
}

.single-contact-address-box.main-branch {
    background: #000000;
    padding: 53px 30px 51px;
    margin-top: -20px;
    margin-bottom: -20px;
}

.single-contact-address-box.main-branch h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    margin: 0px 0 29px;
    text-transform: capitalize;
    text-align: center;
}

.single-contact-address-box.main-branch .inner ul {

    overflow: hidden;
}

.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 a:hover {
    color: #fff;
}

.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;
}


.single-contact-address-box.main-branch .inner ul li .text {
    position: relative;
    display: block;
}

.single-contact-address-box.main-branch .inner ul li .text p {
    color: #ffffff;
    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 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 61px 38px 61px;
    -webkit-box-shadow: 0px 3px 8px 2px #ededed;
    box-shadow: 0px 3px 8px 2px #ededed;
    z-index: 3;
}


.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form input[type="tel"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 48px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.contact-form form textarea {
    height: auto;
}


.contact-form label {
    font-size: 16px;
    font-weight: 600;

}

.contact-address-box img {
    width: 57px;
    margin: auto;
    margin-bottom: 1rem;
}

.width-ns {
    padding: 0 2rem;
}

.chat-width-whtsp {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 9px;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: 1rem auto;
    border-radius: 49px;
}

.btn.submit {
    width: 100%;
    background: #000;
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 9px 6px;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22%;
    margin: 1rem 0;
    border-radius: 49px;
}

.contact-form form input[type="text"]:focus-visible,
.contact-form form input[type="email"]:focus-visible,
.contact-form form input[type="tel"]:focus-visible,
.contact-form form textarea:focus-visible {
    background: #ffffff;
    border: 1px solid #d2d2d2;
    outline: none;
}



/*details-product*/

.innerproduct_color input[type="radio"][id^="cb"] {
    display: none;
}

.innerproduct_color label {
    cursor: pointer;
    margin-bottom: 0;
}

.innerproduct_color label {
    border: 1px solid #ffffff;
}

.innerproduct_color :checked+label {
    border: 1px solid #000000;
}


/*blogs*/
.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;
}

.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;
}

.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;
    display: flex;
    align-items: center;
}

.blog-listings li a {
    color: var(--dark);
}

.blog-listings li:last-of-type {
    border-bottom: 0px solid #ddd;
}

.blog-listings ul {
    margin-bottom: 0;
}

.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;
}

/*blog-details*/
.detail-image_new img {
    /* height: 500px; */
    width: 100%;
    /* object-fit: cover; */
}

.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;
}


/*about_us*/
.about-us_new video {
    width: 100%;
    height: 100%;
}

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(--all-com-color);
    line-height: 25px;
    font-weight: 500;
    letter-spacing: .1px;
}

h3.abou-s {
    margin: 0;
    font-size: 37px;
    font-weight: 700;
}

.about_us_tow p {
    font-size: 16px;
    color: var(--all-com-color);
    line-height: 29px;
    font-weight: 500;
    letter-spacing: .2px;
}

.temas-sec_inners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.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%;
}

@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;
    }
}

.team_sec {
    text-align: center;
}

.team_sec h4 {
    font-size: 21px;
    margin-bottom: 15px;
}

.team_sec p {
    font-size: 16px;
    font-weight: 500;
    color: var(--all-com-color);
    margin: 0;
}

.about_us_tow:before {
    clip-path: polygon(0 80%, 100% 0, 100% 79%, 0 100%);
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    top: -36px;
    background: #efefef;
}

.about_us_tow:after {
    clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -19px;
    background: #efefef;
}

.about_us_tow ul li {
    font-size: 16px;
    padding: 10px 0;
    color: var(--all-com-color);
    font-weight: 500;
    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;
}

/*style-user-panel*/

.section-didebars h3 {
    margin: 0;
}

.top-headers {
    background: #fff;
    padding: 3px 0px;
    margin-bottom: 20px;
    height: 71vh;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, .24);
    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: 0;
    padding: 18px 80px 18px 40px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px 0px;
    background: #00b0b5;
    margin-top: -20px;
    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 0px 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: #dddddd3d;
    padding: 15px 32px;
    border-bottom: 1px dashed #7b7b7b;
    margin-bottom: 0; */
    background: #f0fefe;
    padding: 15px 32px;
    border-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    border-bottom: 2px solid #00b0b5;
}


.breadcrumb-sec ul li {
    display: inline-block;
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 5px;
}

.breadcrumb-sec ul li a {
    color: #000;
}

/* .padding_100 {
    padding: 40px 0;
} */
.inner-sidebar-headers ul li {
    font-size: 17px;
    color: #101010;
    font-weight: 600;
    padding: 16px 27px;
    border-bottom: 1px dashed #2a2a2a5c;
    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;
}

a.logout-sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009296;
    /* background-image: linear-gradient(90deg, #00a1a5 -1%, #00c2c8 101%);     */
    padding: 13px;
    border-radius: 7px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}

a.logout-sec:hover {
    color: #fff;
}

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 0rem 2rem;
    text-align: center;
    background: #ffffff;
    height: 100%;
    /* box-shadow: rgb(0 0 0 / 11%) 0px 4px 12px; */
    margin-left: 0;
}

/* .mald_lsdts {
    margin-left: 2rem;
} */
.inner-sidebar-headers {
    height: 82vh;
}

.main-sec-right_user_dash i.ri-user-line {
    background: #f7f7f7;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #000;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid #8f8f8f;
    text-align: center;
    margin-bottom: 0;
    line-height: 28px;
}

.main-sec-right_user_dash .page-title-wrapper h1 {
    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: 0;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

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;
    border-color: #00B0B6;
    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 {
    text-align: left;
}

.app-main__inner {
    padding-top: 20px;
}

.new-left {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.new-left .one-divs {
    width: 80%;
}

.secong-img_divs {
    width: 20%;
    margin: auto;
    text-align: left;
    margin-top: 11px;
    margin-left: 17px;
}

.secong-img_divs img {
    border: 1px solid #dadada;
    padding: 6px;
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.update-nlos {
    margin-top: 10px;
}

.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;
}

/*product-filters-order*/

.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 0.25s var(--transition-timing);
}

/* Checkbox Styles */
.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;
}

.filtes-orders .checkbox:last-of-type {
    border: none;
}

.new_prodile_dashbors .col-md-3 {
    padding-right: 0;
}

.checkbox .checkbox-control {
    border-radius: 6px;

}

.checkbox .checkbox-control::before,
.checkbox .checkbox-control::after {
    content: "";
    position: absolute;
    transition: transform 0.25s var(--transition-timing), opacity 0.25s var(--transition-timing);
    will-change: transform, opacity;
}

.checkbox .checkbox-control::before {
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    background-color: rgba(100, 108, 255, 0.3);
    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 white;
    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;
}

.checkbox .checkbox-input:checked~.checkbox-control::before {
    animation: ripple 240ms linear;
}

.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) rgba(100, 108, 255, 0.3);
}

.checkbox .checkbox-label {
    font-size: 16px;
    user-select: none;
    color: var(--text-color-rest);
    transition: color 0.25s var(--transition-timing);
}

.checkbox .checkbox-input:checked~.checkbox-label {
    color: var(--text-color-active);
    animation: label-check 0.3s var(--transition-timing);
}

/* Animations */


.bg-light-s {
    background-color: #fafafa;
}

.filtes-orders {
    background-color: #fff;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, .24);
}

.clears a {
    color: #ff0a00;
    font-size: 15px;
    background: #ffffff;
    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;
    text-transform: capitalize;
    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;
}

.search-filed {
    display: flex;
    align-items: center;
}

.inner-sec-order input:focus,
.inner-sec-order input:focus-visible {
    border: 2px solid #ddd;
    outline: none;
}

button.btn_search_add {
    background: #00b0b5;
    padding: 8px 21px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    border-radius: 29px;
    margin-left: -98px;
}

.statues-top {
    background-color: rgb(249, 249, 250);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.div_inners {
    border: 1px solid rgb(233, 233, 233);
    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 a {
    text-decoration: underline !important;
    color: #262626 !important;
    font-size: 17px;
}

.comts a:hover {
    color: #101010;
}

.statues-top .comts a {
    color: #000;
    text-decoration: none !important;
}

.statues-top .comts {
    font-size: 17px;
    font-weight: 600;
    color: #3a3a3a;
    margin-left: 4px;
    width: auto;
    margin-right: 0;
    text-transform: capitalize;
    text-align: left;
}

.statues-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.order-detail {
    box-shadow: none;
    background-color: #fff;
    padding: 25px 20px;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.one-cont-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #959595;
}

.one-cont-img img {
    width: 100%;
    height: 100%;
}

.inner-order-two {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.comts {
    font-size: 19px;
    font-weight: 600;
    color: #3a3a3a;
    margin-left: 10px;
    margin-right: auto;
    text-transform: uppercase;
}

.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;
}

.messa-reqs {
    font-size: 15px;
}

.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;
}

.oredre-revis {
    width: 28%;
    margin: 0 1rem;
}

.oredre-revis {
    width: 28%;
    margin: 0;
    text-align: end;
}

.messa-reqs {
    font-size: 14px;
    color: #e38d00;
    line-height: 18px;
}

.oredre-revis i {
    font-size: 14px;
}

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;

    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-places {
    margin: 20px 0px;
    background: #fff;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    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: 1px solid #00b0b5; */
    border-radius: 10px;
}

.order-placed .lefts {
    margin-right: 3px;
}

.order-placed .lefts img {
    width: 70px;
}

.right_conts {
    margin-left: 7px;
}

.order-placed h3 {
    margin-bottom: 0;
    color: #000;
    margin-top: 0;
    font-size: 21px;
    text-transform: capitalize;
}

.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:hover {
    color: #fff;
}

a.btn_order_go {
    background: #a60006;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 6px 12px;
    border-radius: 7px;
    font-weight: 600;
}

.order-main_deliverys {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.div-left-sec-s {
    background: #fff;
    padding: 20px;
}

/* .div_btn_conts {
    display: flex;
    align-items: flex-start;
    margin-right: 26px;
    justify-content: space-between;
    margin-bottom: 10px;
} */

.one-delivery h4 {
    font-size: 18px;
}

.left_address {
    width: 100%;
}

.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 {
    font-size: 27px;
    color: #f99944;
}

.one-delivery:last-of-type {
    border-right: none;
}

.left_address p {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 0;
    margin-bottom: 5px;
}

i.fa.fa-user {
    font-size: 17px;
    padding-right: 5px;
    color: #141414;
}

i.fa.fa-home {
    font-size: 17px;
    padding-right: 5px;
    color: #141414;
}

.left_address span {
    font-size: 15px;
    line-height: 24px;
    color: #424242;
    font-weight: 500;
}

.btn_chnages {
    margin-top: 8px;
}

.btn_changes-btn:hover {
    color: #fff;
}

.div_btn_rewars {
    display: flex;
    align-items: flex-start;
}

.rewards i.bx.bxs-star {
    font-size: 27px;
    color: #f99944;
}

.rwars-COnts p {
    font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
    margin: 0;

}

.reward_invoices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.left_bills_invoice.left_ada P {
    font-size: 15px;
}

.btn_in_down {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #044572;
    padding: 5px 9px;
    border: none;
    outline: none;
    border-radius: 8px;
}

.rwars-COnts span {
    font-size: 14px;
    color: #585858;
    font-weight: 600;
}

.div_content_delivery_order {
    display: flex;
    align-items: center;
}

.div_content_delivery_order .imges {
    width: 80px;
    height: 80px;
    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;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 55%;
    text-transform: capitalize;
}

.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%;
}

.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;
}

.div_expected {
    display: flex;
    align-items: center;
}

.order-two_places p {
    margin: 4px 0 5px;
    font-size: 17px;
    font-weight: 600;
    color: #3f3f3f;
}

.chat_with {
    margin-top: 10px;
}

.cancel_orders a {
    display: flex;
    align-items: center;
}

.cancel_orders a {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #e31e25;
    margin-bottom: 6px;
}

.cancel_orders a:hover {
    color: #e31e25;
}

.cancel_orders i {
    background: #e31e25;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    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;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px -1px;
}

.h5_totals_orders {
    font-size: 18px;
    color: #a60006;
    margin: 0;
}



.chat_with_us i {
    font-size: 21px;
    padding-right: 2px;
}

.logo-foots {
    display: none;
}

.order-places.seconf-order-place {
    background: #fff;
    padding: 0;
    margin-bottom: 0;
}

/*popup-sec*/
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    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: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
}

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgb(227 30 37);
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

.popup-close:hover {
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
    color: #fff;
}

.image_cancel {
    height: 70px;
    object-fit: cover;
    width: 70px;
}

.image_cancel img {
    max-width: 100%;
    max-height: 100%;
}

.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;
}

.canre-Lrears {
    font-size: 19px;
    margin: 0;
    padding: 19px 0 12px;
    text-align: left;
    color: #000;
    font-weight: 600;
}

.btn_can_div_two {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 1rem 0;
}

a.btn_cance_ords {
    background: #e31e25;
    color: #fff;
    padding: 5px 11px;
    border-radius: 6px;
    margin-right: 1rem;
    font-size: 15px;
    font-weight: 600;
}

a.btn_cance_ords:hover,
a.no_cancel_ord:hover {
    color: #fff;
}

a.no_cancel_ord {
    background: #000;
    color: #fff;
    padding: 5px 11px;
    border-radius: 6px;
    margin-right: 1rem;
    font-size: 15px;
    font-weight: 600;
}

.div_items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-block: 10px;

}

.div_items p {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #030303;
    padding-bottom: 2px;
}

.imagess {
    width: 70px;
    height: 92px;
    object-fit: cover;
    border: 2px solid #cecece;
    padding: 3px;
    object-position: top;
}

.imagess img {
    max-height: 100%;
    max-width: 100%;
}

.order-places_order {
    margin: 20px 50px 20px 0px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 23px;
}

.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:hover,
.calcel_order_details select:focus,
.calcel_order_details select:focus-visible,
.calcel_order_details textarea:focus,
.calcel_order_details textarea:focus-visible,
.calcel_order_details textarea:hover {
    border: 1px solid #ddd;
    outline: none;
}

.calcel_order_details label {
    margin-bottom: 4px;
}

.div_orde_toasl {
    width: 70%;
}

button.continue_order {
    background: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 6px 14px;
    border: 0;
    margin-top: 1.4rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}

.div_orde_toasl span {
    font-size: 17px;
    font-weight: 600;
    color: #4f4f4f;
}

.div-oredr_dot {
    width: 12px;
    height: 12px;
    background: #08b600;
    border-radius: 50%;
    top: -6px;
    position: absolute;
}

.order-line {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #08b600;
    position: absolute;
    top: -1px;
    left: 4px;
}

.order-dobt {
    position: relative;
}

.main-order-div p {
    font-size: 13px;
    font-weight: 600;
    color: #575555;
}

.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;
    font-weight: 600;
    color: #555555;
    margin: 5px 0;
}

.courioe table {
    width: 100%;
}

.courioe table tbody {
    width: 100%;
}

.courioe table td {
    font-size: 12px;
    font-weight: 600;
    color: #555555;
    margin: 5px 0;
    padding-right: 50px;
}

.order-delivery-sucess i {
    font-size: 26px;
    padding-right: 5px;
    color: #08b600;
}

.order-delivery-sucess {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

.invoice_sec {
    display: flex;
    align-items: center;
}

.rate_review_a {
    font-size: 16px;
    font-weight: 600;
    color: #044572;
}

.rate_review_a:hover {
    color: #044572;
}

.rate_review {
    margin-bottom: 11px;
}

.search-box.search-elem.search-open {
    margin-top: 30px;
    height: 100%;
}

.close1 {
    position: absolute;
    right: 36px;
    background: none;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    background: white;
    outline: none;
    top: 50px;
    transform: translateY(-50%);
}

.search-box.search-elem input[type="text"] {
    padding: 6px 12px 6px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    transition: border 0.3s;
    border-radius: 0;
    border: 2px solid #c4c4c4;
    width: 100%;
    background: #ffffff99;
    border-radius: 7px;
}

.search-box.search-elem input[type="text"]:focus {
    border: 2px solid #ddd;
    outline: none;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 0px;
    height: 49px;
    padding: 10px 2rem;
    background: #000000;
    font-size: 19px;
    color: white;
    padding: 0;
    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.search-open .new-hides {
    overflow: hidden !important;
}


.search-box.search-elem {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    background: rgb(255 255 255);
    transition: all 0.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: #ffffff;
}

/* user order detail order item listing section */

.main_product_delivery {
    margin: 10px;
}

.inner_main_sec_delivery_twos {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    /* border-top: 1px solid #ddd; */
}

/* .one_detail-pro_delivery {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
} */

.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: 0;
    padding: 0px;
    object-fit: cover;
    border-radius: 5px;
    height: 68px;
    border: 1px solid #cccccc;
}

.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: 0.4px;
    margin-top: 3px;
    font-weight: 500;
    color: #141414;
}

.content_sec_detaillss span {
    font-weight: 600;
}

.content_sec_detaillss span del {
    color: #616161;
}

.rs-sec_detail_delivery span {
    font-size: 19px;
    font-weight: 600;
}

.totasl-pr_delivery span {
    font-size: 19px;
}

.totasl-pr_delivery span {
    font-size: 19px;
    font-weight: 600;
    color: #404040;
}

.deliveryssss {
    text-align: center;
    width: 49%;
}

.totasl-pr_delivery {
    text-align: center;

}

.new_grid_sec {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.rs-sec_detail_delivery {
    text-align: center;
    width: 49%;
}

/* banner slider css */


.banner {
    border-radius: 0;
    overflow: hidden;
}

.bannerSlider .slide {
    margin: 0;
}

.slide__image {
    margin: 0;
    padding: 0;

}

.bannerSlider .slide .slide__image img {
    border-radius: 0;
}

.m-d {
    display: none !important;
}

@media(max-width:768px) {
    .m-d {
        display: block !important;
    }

    .b-d {
        display: none !important;
    }
}


/* end banner slider css */

/* cart empty css */

.cartPopupHtml .div_cart_empty h2 {
    font-size: 22px;
    margin-top: 8px;
}

.cartPopupHtml .div_cart_empty img.cart_no_emp {
    width: 140px;
    margin: auto;
}

.div_cart_empty {
    margin: auto;
    text-align: center;
    width: 100%;
}

.cartPopupHtml .div_cart_empty p {
    width: 100%;
    font-size: 14px;
}

.div_cart_empty img.cart_no_emp {
    width: 185px;
    margin: auto
}

.div_cart_empty h2 {
    font-size: 25px;
    margin-top: 8px;
}


.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 (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;
    }
}

@media (min-width:992px) and (max-width:768px) {
    .category {
        width: 15% !important;
    }
}

@media (max-width:768px) {
    .div_cart_empty h2 {
        font-size: 19px !important;
    }

    .div_cart_empty img.cart_no_emp {
        width: 108px !important;
    }
}




/* end banner slider css  */
.hover_show:hover .drop-down_show {
    display: block;
}

/* .drop-down_show::before {
    position: absolute;
    content: "";
    top: -10px;
    background-color: #000000;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    left: 42%;
    z-index: -1;
} */

.hover_show {
    position: relative;
}

p.checkbox_profile_blade {
    margin: 0;
}

.checkbox_profile_blade input[type=checkbox] {
    position: relative;
    border: 2px solid #00b0b5;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 8;
    margin: 0 0em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    opacity: .5;
    margin-right: 3px;
}

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: 0px;
    letter-spacing: .3px;
    color: #2a2a2a;
    margin-top: 0px;
    font-weight: 500;
    line-height: 39px;
    margin-bottom: 0;
    padding-left: 4px;
}

.checkbox_profile_blade input[type=checkbox]:hover {
    opacity: 1;
}

.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: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -2px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}


.drop-down_show {
    position: absolute;
    padding: 10px;
    margin: 0;
    top: 60px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    max-width: 285px;
    right: -74px;
    width: 285px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
    display: none;
    z-index: 100;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.drop-down_show h4 {
    font-size: 18px;
    color: #0a0a0a;
    font-weight: 500;
    margin: 14px 8px;
    border-bottom: 1px dashed #b9b9b9;
    padding-bottom: 11px;
    text-align: left;
}

.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 2px;
    margin: 12px 2px;
    background: #f0ffff;
    border-radius: 9px;
    color: #00b0b5;
    border: 2px solid #00b0b5;
    font-size: 17px;
}

.Sing_2_logins {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 2px;
    margin: 10px 2px;
    background: #00b0b5;
    border-radius: 9px;
    color: #ffffff;
    font-size: 18px;
}

.drop-down_show li a {
    padding-left: 0;
    text-transform: capitalize;
    font-size: 16px;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 26px;
    color: #2f2f2f;
    padding-left: 12px;
}

.drop-down_show li i {
    padding-right: 7px;
}

li.logout_sec_2 a {
    background: #ddd;
    border-radius: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 3px;
    padding: 8px;
    color: #000;
    font-size: 17px;
}

.drop-down_show li {
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
}

.drop-down_show li:last-of-type {
    border: none;
}

/*popup*/

#ModalSlide .modal-header {
    background: #fff;
    width: 100%;
    padding: 15px 15px;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    justify-content: flex-start;
}

.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;
}

/* .modal-dialog-slideout .modal-content {
    border: 0;
} */
/* 
.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
    height: 4rem;
    display: block;
} */

#ModalSlide .modal-footer {
    position: fixed;
    background: #fff;
    width: 100%;
    padding: 10px;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: inline-block;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
}

div#ModalSlide {
    padding: 0;
    margin: 0;
}

button.btn_icons_arroer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    padding: 5px;
}

button.btn_icons_arroer i {
    font-size: 28px;
}

div#ModalSlide h4 {
    margin: 0;
    padding-left: 2rem;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}


div#ModalSlide .Sing_2_logins {
    padding: 10px 2px;
    margin: 10px 2px;
    background: #000000;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

div#ModalSlide a.login_sign {
    background: #ffffff;
    color: #000000;
    padding: 10px 2px;
    margin: 10px 2px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #000000;
}

.list_account_mobile li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.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 {
    padding-left: 0;
    text-transform: capitalize;
    font-size: 16px;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 26px;
    color: #282828;
}

ul.list_account_mobile {
    margin-top: 2px;
}

ul.list_account_mobile li i {
    padding-right: 7px;
    font-size: 18px;
    color: #353434;
    color: #cf241d;
}

a.logout_footers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #000;
    padding: 8px 10px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .6px;
    margin: 0;
}

a.logout_footers:hover {
    color: #fff;
}

/* end account css */

/* shipping charges slider */

/*Progressbar*/
.progress-bar-wrap {
    padding: 3px 0;
}

.progress {
    background-color: rgba(165, 207, 55, 0.2);
    border-radius: 8px;
    position: relative;
    margin: 15px auto;
    height: 18px;
    width: 100%;
    max-width: 100%;
}

.progress-done {
    background: #8cac89;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
    position: relative;
}

.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%;
}

.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: 2px 0 20px;
}

.content_ciso p {
    margin: 0;
}

.progress_sec {
    margin: 10px 0 35px;
}

/* end shipping charges slider css */

/* blog detail css */



/*blog-details*/
.blog-details h4 {
    font-size: 20px;
}

.blog-details h3 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 8px;
    margin-top: 16px;
}

.blog-details ul {
    margin: 10px 0;
}

.blog-details h2 {
    font-size: 30px;
    margin: 10px 0 8px;
}

.blog-details p {
    margin: 6px 0;
}

.blog-details ul li {
    line-height: 25px;
    padding: 7px 8px;
}


/* end blog detail css */





/*order success and canel*/
.oredre_mains_conf {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    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 h1 {
    margin: 0;
    font-size: 45px;
    color: #052e2e;
    font-family: "Magica W01 Regular" !important;
    text-align: center;
    margin: 25px 0 5px;
}

.inner_order_cinfirmations p {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.btn_view_order {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.4rem 0;
}

a.view_orders {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #052e2e;
    padding: 11px 11px;
    margin-left: 12px;
    margin-right: 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .6px;
    min-width: 205px;
}

a.view_orders:hover {
    color: #fff;
}

a.continue_shoping {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #052e2e;
    padding: 11px 11px;
    margin-left: 12px;
    margin-right: 12px;
    color: #052e2e;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .6px;
    min-width: 205px;
}

a.continue_shoping:hover {
    color: #052e2e;
}

/* end order success and cancel */

/* return refund */

/*return order*/
button.new_tool {
    margin: 0;
    display: block;
    padding: 0px;
    font-size: 18px;
    border: none;
    font-weight: 600;
    width: 30px;
    position: relative;
    overflow: hidden;
    height: 41px;
    color: #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #ddd;
    cursor: pointer;
}

.new_tool span {
    position: absolute;
    color: #000;
    background-color: #ebebeb;
    width: 183px;
    font-size: 15px;
    padding: 5px;
    font-weight: 500;
    line-height: 19px;
    padding: 14px 6px;
    opacity: 0;
}

button.new_tool:hover {
    overflow: visible;
}

button.new_tool:hover span {
    opacity: 1;
}

.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 {
    font-size: 18px;
    background: transparent;
    color: #e31e25;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #aaaaaa;
    padding: 7px 14px;
    height: 41px;
    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: black;
    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: black;
    left: 50px;
    top: -20px;
}

.returns:hover {
    color: #e31e25;
}

button.new_tool[data-position="right"] span {
    top: 10px;
    right: -150px;
}

button.new_tool[data-position="right"] span::after {
    border-right-color: black;
    left: -20px;
    bottom: 5px;
}


/* button replacement css */


/*replacement*/
.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 0px 8px;
}

/* end return refund */

.dashboard h1 {
    font-size: 27px;
}

.delivery-sec .radio .radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.delivery-sec .radio .radio-button-container {
    color: #111;
    display: block;
    position: relative;
    padding-left: 45px;
    line-height: 25px;
    margin-bottom: 12px;
    margin-left: 0;
    cursor: pointer;
    font-size: 18px;
    -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: rgba(0, 0, 0, 0);
    border-color: #e31e25;
}

.checkmark {
    position: absolute;
    top: 20px;
    left: 13px;
    height: 24px;
    width: 24px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

.delivery-sec .radio .radio-button-container input:checked~.checkmark:after {
    display: block;
}

.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) {
    .order-places {
        margin: 20px 0px;
        padding: 18px;
    }

    .filtes-orders {
        margin: 1rem 0rem;
    }

    .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%;
    }


    .rs-sec_detail_delivery span {
        font-size: 18px;
    }

    .div_content_delivery_order p {
        font-size: 18px;
        padding-left: 0px;
    }

    .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;
    }

    .order-places_order h3 {
        font-size: 18px;
    }

    .div_orde_toasl span {
        font-size: 16px;
    }

    .order-places_order {
        margin: 20px 20px 20px 0px;
    }
}

.imagess img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

@media (max-width:1024px) {
    .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;
    }



    .left_bills_invoice h3 {
        font-size: 22px;
    }

    .Invoice_order {
        padding: 24px 0;
    }

    .invoice_order_inners {
        padding: 20px;
    }

    .order-places {
        margin: 17px 0px;
        padding: 17px;
    }

    .call-section-right span {
        font-size: 14px;
        line-height: 23px;
    }

    .order-places .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .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;
    }

    .chat_with a.chat_with_us {
        font-size: 13px !important;
    }

    .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;
        margin-bottom: 0px;
    }

    .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%;
    }

    .dashboard h1 {
        font-size: 22px;
    }

    .comts a {
        font-size: 17px;
    }
}

@media (max-width:992px) {
    .page-title-wrapper p {
        width: 99%;
    }

    .oredre_mains_conf h1 {
        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;

    }

    a.continue_shoping {
        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 0px;
    }

    .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;
    }

    .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 0rem 0rem;
        margin-bottom: 44px;
    }

    .page-title-wrapper p {
        font-size: 15px;
        line-height: 22px;
        text-align: left;
    }

    .row.new_prodile_dashbors .col-lg-9.col-md-6.col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row.new_prodile_dashbors .col-lg-3.col-md-6.col-sm-12.p-0 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .inner-sidebar-headers ul li {
        width: 47%;
    }

    .inner-sidebar-headers li.active {
        border-left: 0;
        background: #efefef;
    }

    .inner-sidebar-headers i.bx.bx-chevron-right {
        display: none;
    }

    .top-headers {
        background: #fff;
        padding: 0px 6px;
        margin-bottom: 34px;
    }

    .inner-sidebar-headers ul li {
        display: inline-block;
        border: 1px solid #ddd;
        margin: 6px 6px;
    }

    .dashboard h1 {
        font-size: 19px;
    }
}

@media(max-width:850px) {
    .new_prodile_dashbors .popup-inner {
        font-size: 20px;
    }

    .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;
    }

    .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;
    }

    .app-main__inner.container-fluid {
        padding: 0 2px;
    }

    .div_orde_toasl {
        width: 100%;
        margin-top: 0;
        margin-left: 11px;
    }

    .bill_ship_invoices {
        padding: 10px 3px;
    }

    .left_bills_invoice {
        margin: 0 6px;
    }

    .div_items {
        align-items: center;
    }

    .one-delivery.add_new_divs_border {
        border-right: 0;
    }

    .order-places_order {
        margin: 0px 0px 31px 0px;
    }

    .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 0px;
    }

    .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 {
    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;
    }

    .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: auto;
        margin-top: 10px;
    }

    .inner-sidebar-headers ul li {
        font-size: 16px;
        padding: 14px 7px;
    }

    .title-alls h4 {
        margin: 0;
        font-size: 22px;
        color: #009296;
    }

    .page-title-heading {
        margin: 0px 0px;
        padding: 15px;
        border-radius: 5px;
    }

    .dashboard {
        margin-left: 10px;
    }

    .inner-sidebar-headers ul li {
        font-size: 14px;
        padding: 16px 2px;
    }

    .title-alls {
        border-top: 2px solid #009296;
        background: transparent;
    }

    .inner-sidebar-headers li.active {
        background: #009296;
        color: #ffffff;
    }

    .inner-sidebar-headers ul li:hover {
        background: #009296;
        color: #ffffff;
    }

    input#imageInput {
        padding: 3px;
        font-size: 14px;
    }

    .btn_view_order {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0.7rem 0;
        flex-direction: column;
    }

    a.view_orders {
        font-size: 14px;
        margin-bottom: 12px;
    }

    a.continue_shoping {
        font-size: 14px;
    }

    .oredre_mains_conf h1 {
        font-size: 24px;
    }

    .oredre_mains_conf p {
        font-size: 15px;
        font-weight: 500;
    }

    .order-places_order.replacemenst label {
        margin-bottom: 4px;
        font-size: 15px;
    }

    .calcel_order_details select,
    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;
    }

    .div_orde_toasl span {
        font-size: 14px;
    }

    .order-places_order {
        padding: 14px;
    }

    .calcel_order_details select,
    textarea {
        font-size: 14px;
    }

    button.continue_order {
        font-size: 14px;
    }

    .calcel_order_details textarea {
        font-size: 14px;
    }

    .app-main__inner .calcel_order_details label {
        padding-left: 2px;
        font-size: 15px;
    }

    .row.new_prodile_dashbors .calcel_order_details .col-md-12 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .app-main__inner .calcel_order_details input {
        padding-left: 14px;
        padding-right: 14px;
    }

    .div_items p {
        font-size: 17px;
        padding-bottom: 0px;
    }

    .new_prodile_dashbors .popup-inner h2 {
        font-size: 18px;
    }

    .div_popup_cancell p {
        font-size: 14px;
        padding-left: 0px;
    }

    a.btn_cance_ords {
        font-size: 12px;
    }

    .popup-close {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    a.no_cancel_ord {
        font-size: 12px;
    }

    .canre-Lrears {
        font-size: 14px;
        padding: 8px 0 1px;
    }

    .order-places {
        margin: 11px 0px;
        padding: 10px;
    }

    .invoice_order_inners {
        padding: 8px;
    }

    .inner-sidebar-headers ul li a {
        font-size: 13px;
    }

    .breadcrumb-sec ul li {
        font-size: 14px;
        padding: 14px 0px;
    }

    .left_bills_invoice {
        width: 100%;
    }

    .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;
    }

    .authority b {
        font-size: 12px;
    }

    button.btn.prints {
        background: #e31e25;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .4px;
        padding: 6px 18px;
        margin: 0 0 1rem;
    }

    /* .invoice_order_inners p b {
        font-size: 12px;
    } */
    .left_bills_invoice.left_ada P {
        line-height: 24px;
        font-size: 14px;
    }

    .left_bills_invoice {
        margin: 8px 0px;
    }

    .bill_ship_invoices {
        padding: 10px 10px;
    }

    .right_cint_invoice img {
        width: 80px;
    }

    .Left_in_deta .date {
        font-size: 12px;
    }

    .Left_in_deta p {
        font-size: 15px;
    }

    .inner-breadcrumb-sec1 ul {
        margin: 0;
    }

    .order-placed h3 {
        font-size: 17px;
        margin-top: 8px;
    }

    .row.new_prodile_dashbors .col-md-12 {
        padding: 0 6px;
    }

    .order-main_deliverys {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .progress-tracker {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        /* align-items: flex-start; */
        margin-left: 0px;
        overflow: hidden;
        margin-top: 20px;
        min-height: 286px;
    }

    a.btn_order_go {
        font-size: 12px;
    }

    .step {
        text-align: left;
        width: 80%;
    }

    .circle {
        left: -56.8%;
        top: -15px;
        margin-right: 50%;
        margin-top: -5px;
    }

    .left_address span {
        font-size: 14px;
        line-height: 22px;
    }

    .status-label {
        margin-top: -5px;
    }

    .line {
        height: 2px;
        margin-left: 16px;
    }

    .line {
        left: -22% !important;
        transform: rotate(90deg);
    }

    .line {
        width: 21%;
    }

    .main-order-div p {
        font-size: 14px !important;
    }

    p.date-label {
        position: absolute;
        top: 15px;
        color: #5e5e5e;
        font-size: 12px !important;
        margin-bottom: 0;
    }

    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 {
        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 {
        width: 98%;
        margin: auto;
    }

    .inner-sec-order input {
        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;
    }

    .order-one {
        width: 100%;
    }

    .order-detail {
        flex-direction: column;
        width: 100%;
    }

    button.btn_search_add {
        padding: 0;
        font-size: 13px;
        height: 37px;
        width: 37px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .row.row_add_sides_divs .col-md-3 {
        padding: 0 6px;
    }

    .app-main__inner .col-md-12 {
        padding: 0 6px;
    }

    .filtes-orders {
        margin: 1rem 0rem 10px;
    }

    .inner-sec-order {
        margin-top: 5px;
    }


    .order-detail {
        padding: 11px 10px;
    }

    button.btn_search_add {
        font-size: 0;
        margin-left: -38px;
    }

    .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;
    }

    span.item_add_divs {
        font-size: 14px !important;
    }

    .oredre-revis {
        line-height: 20px;
    }

    .app-main__inner p.text-danger {
        font-size: 13px;
    }

    .one-cont-img {
        object-position: top;
    }

    .messa-reqs {
        font-size: 12px;
        color: #484848;
        line-height: 16px !important;
    }

    .comts a {
        font-size: 16px;
    }

    span.cancel-orders {
        font-size: 13px;
        font-weight: 600;
        color: #2a2a2a;
    }

    .btn_search_add i.bx.bx-search {
        font-size: 18px;
    }

    .order-one {
        width: 99%;
    }

    .messa-reqs {
        font-size: 13px;
        color: #e38d00;
        line-height: 18px;
    }

    .new-left {
        display: flex;
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .inner-sidebar-headers i {
        padding-right: 3px;
        font-size: 16px;
    }

    .one-divs span {
        font-size: 13px;
    }

    .secong-img_divs img {
        border: 2px solid #dadada;
        padding: 6px;
        width: 92px;
        height: 92px;
        object-fit: cover;
        border-radius: 50%;
    }

    .new-left .one-divs {
        width: 100%;
    }

    .inner-sidebar-headers ul li {
        margin: 4px 1px;
    }

    .main-sec-right_user_dash .page-title-wrapper h1 {
        margin: 0px 0 5px;
    }

    .inner-breadcrumb-sec1 ul {
        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: 16px;
        padding: 14px 0px;
    }

    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: auto;
        text-align: left;
        margin-top: 7px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .main-sec-right_user_dash {
        padding: 0 0rem .5rem;
    }

    .page-title-wrapper p {
        font-size: 14px;
        line-height: 21px;
    }

    .breadcrumb-sec {
        padding: 9px 9px;
    }

    .content_sec_detaillss {
        margin-left: 12px;
    }

    .main_product_delivery {
        margin: 0;
    }

    p.color_selections_delibery {
        font-size: 12px;
        margin: 4px 0;
        line-height: 22px;
    }

    .totasl-pr_delivery span {
        font-size: 17px;
    }

    .rs-sec_detail_delivery span {
        font-size: 16px;
    }

    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;
        /* border-top: 1px solid #ddd; */
    }

    .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;
    }

    .returns {
        font-size: 15px;
    }

    .btn_toolis_retuns {
        justify-content: flex-end;
    }

    .order-places_order.replacemenst {
        margin: 15px 0px;
    }

    p.date-label {
        top: 11px;
    }

    .line.new_LS.active-line.cancelled-line {
        margin-left: 30px !important;
    }

    .line.new_LS.active-line.cancelled-line {
        width: 63% !important;
        top: 9px !important;
        left: -47% !important;
    }
}

input#imageInput {
    padding: 3px;
}

.price-wrap input:focus-visible,
.price-wrap input:focus {
    border: none;
    outline: none;
}


@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;
    }

    .line.new_LS.active-line.cancelled-line {
        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;
    }

    .line.new_LS.active-line.cancelled-line {
        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;
    }


    .circle {
        left: -53.8%;
        top: -15px;
        margin-right: 49%;
        margin-top: -4px;
    }

    .line {
        width: 26% !important;
    }

    .line {
        margin-left: 12px;
    }
}

@media (max-width:310px) {
    .line {
        width: 20% !important;
    }

    .line {
        margin-left: 16px !important;
    }

}


@media (max-width:768px) {
    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 {
        font-size: 13px;
        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;
    }

    a#clear-filters {
        font-size: 13px;
    }

    .price-field input[type=range] {
        width: 97%;
    }

    .price-field {
        width: 96%;
    }
}


@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 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

a.twitters img {
    width: 16px;
    margin-right: 7px;
}

@media(max-width:1366px) {
    .corss {
        width: 30%;
        margin-left: 14px;
        text-align: end;
    }
}

@media (max-width:1024px) {
    .corss {
        width: 40%;
    }


}

@media(max-width:768px) {
    .add_divs_new-iteme_prics {
        flex-direction: column;
    }

    .cart_page_main .corss {
        width: 100%;
        margin-left: 0px;
    }

    .add_divs_new-iteme_prics {
        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;
    }
}

@media(max-width:450px) {
    .add_divs_new-iteme_prics {
        flex-direction: column;
    }

    .div-left-sec-s {
        padding: 0;
    }

    .cart_page_main .corss {
        width: 100%;
        margin-left: 0px;
    }

    .add_divs_new-iteme_prics {
        flex-direction: column;
        margin-top: 0;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
    }

    .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;
    }

    .div_content_delivery_order {
        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;
        font-weight: 600;
        color: #272727;
        margin-left: 9px;
    }

}


@media (max-width:768px) {
    span.price-actuals-new {
        margin-left: 5px !important;
    }

    .cartPopupHtml .add_divs_new-iteme_prics {
        flex-direction: column;
        margin-top: 0;
        justify-content: flex-end;
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 20px;
    }

    .cartPopupHtml span.price-unit-new {
        font-size: 16px;
        color: var(--dark);
        font-weight: 600;
        padding-right: 1px;
    }

    .cartPopupHtml span.price-actuals-new {
        font-size: 17px;
        margin-left: 2px !important;
    }

    .cartPopupHtml span.sale_price {
        font-size: 16px;
        padding-right: 5px;
    }

    span.price-actuals-new {
        font-size: 15px;
    }

    .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;
    }
}

.new_dis_rref_divs {
    text-align: left;
}

.new_dis_rref_divs p {
    font-size: 18px;
    font-weight: 600;
    margin: 4px 0;
}

.new_dis_rref_divs span {
    font-size: 16px;
}

@media (max-width:576px) {
    .new_dis_rref_divs p {
        font-size: 16px;
        margin: 4px 0;
    }

    .new_dis_rref_divs span {
        font-size: 13px;
    }

    .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;
    }
}

div:where(.swal2-container) {
    z-index: 999999 !important;
}

.radio__group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

@media(max-width:768px) {
    .corss {
        margin-left: 0;
    }

    .widget .label {
        color: #fff;
        margin-right: 0 !important;
        font-size: 0px !important;
        font-weight: 500;
    }
}

/* cart total  */

.total-new-cart-popu-sec {
    padding: 0px 10px;
    /* / background: #f8f8f8; / */
    border: 1px dashed #d1d1d1;
    margin-bottom: 1rem;
    border-radius: 6px;
}

/* tool tip */


/*tooltip for prodcut new today css*/
[tooltip] {
    position: relative;
}

.shopping-offers span.replacement_prodt_details {
    display: inline-block;
    background: #bebebe;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
    padding-left: 9px;
    line-height: 29px;
}

[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    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 {
    content: attr(tooltip);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
    width: max-content;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .5px;
    font-weight: 400;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block !important;
    opacity: 1;
}

[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

[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])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    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::before,
[tooltip][flow^="up"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

@media only screen and (max-width:1550px) and (min-width:1445px) {
    .line {
        left: 75px !important;
    }
}

li.links-menu.about-m {
    display: none !important;
}

@media (max-width: 768px) {
    li.links-menu.about-m {
        display: block !important;
    }
}


.new-sports-images img {
    width: 90px;
    margin: 0px 0px;
    text-align: center;
}

.new-sports-images {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.img-sports-innre-new {
    margin-bottom: 10px;
}

.new-sports-images p {
    margin: 0;
    font-size: 14px;
    color: #d42519;
    font-weight: 600;
    text-transform: capitalize;
}

/* product highlights */

.shopping-offers2 {
    background: #a87a33;
    padding: 20px;
    margin: 35px 0;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
}



/* size chart popup */
.popup-sizesec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.size-chart-cont {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
}


.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;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;

}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: max-content;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 99%;
    position: relative;
    background-color: #fff;
    border-radius: 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);
    /* overflow-y: auto; */
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}

.products_type_search h4 {
    font-size: 20px;
    margin-top: 25px;
    color: #000000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: -22px;
    top: -24px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
    background: var(--red-dark);
    font-size: 26px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        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;
        font-size: 30px;
        color: #fff;
        background: var(--red-dark);
        font-size: 19px;
        width: 29px;
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
}

@media (max-width:768px) {
    .blok-hover {
        position: absolute;
        height: 145px;
        padding: 4px 6px;
        opacity: 1;
        bottom: 0;
    }
}

/* menu css */
/**/
.toggle-main,
.toggle-sub,
.toggle-child {
    align-items: center;
}

.subcategory-list,
.child-list,
.grandchild-list {
    margin-left: 0px !important;
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    font-size: 14px;
}

.subcategory-list .submenu-links {
    margin-left: 5px;
    list-style: none;
    border-top: 1px dashed #aaaaaa;
    padding-top: 14px;
    margin-left: 0 !important;
    margin-top: 17px;
    padding-left: 9px;
}

.subcategory-list .submenu-links a .child-list {
    color: #343a40;
}

.rotate {
    transform: rotate(90deg) !important;
}

li.links-menu i {
    transform: rotate(0deg);
}

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 {
    font-size: 17px;
    color: #df2317;
    text-transform: capitalize;
    padding-left: 4px;
    font-weight: 600;
}

a.toggle-sub {
    font-size: 17px;
    color: #df2317 !important;
    text-transform: capitalize;
    padding-left: 4px;
    font-weight: 600;
}

.subcategory-list .submenu-links .child-list a {
    color: #343a40 !important;
}

.submenu-links ul {
    margin-top: 14px;
}

/**/




/*new-add*/
.links-menu i.bx.bx-chevron-down {
    font-size: 24px;
    color: #363636;
}

.toggle-main,
.toggle-sub,
.toggle-child {
    color: #1a1a1a;
}

.toggle-main:hover,
.toggle-sub:hover,
.toggle-child: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;
    font-size: 15px;
}

.subcategory-list .submenu-links .child-list {
    margin-top: 8px;
}

.subcategory-list .submenu-links .child-list li {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.subcategory-list .submenu-links .child-list li a {
    color: #343a40 !important;
    font-size: 15px !important;
}

.subcategory-list .submenu-links .child-list 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;
}

.main-sec-count {
    font-size: 15px;
}

.submenu-links .menu-inners li a {
    color: #343a40 !important;
    font-size: 15px !important;
}

.subcategory-list .submenu-links .menu-inners li i.bx.bx-chevron-right {
    font-size: 21px;
    color: #343a40 !important;
    padding: 0;
}

.subcategory-list .submenu-links .menu-inners li a {
    display: flex;
    align-items: center;
}

.order-menu-sec-1 ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.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 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-menu-sec-1 ul li i {
    font-size: 19px;
}

.stucky-sec-socila-btn {
    position: fixed;
    background: #ffffff;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.1);
    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 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 {
    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 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;
    }
}

@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 0px;
    }
}

.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) {
    .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 0px 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: 450px) {
    .inner-sidebar-headers ul li {
        font-size: 15px;
        padding: 16px 6px;
    }
}

@media (max-width:768px) {
    .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) {
    .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 11px;
    }

    .left_bills_invoice p {
        font-size: 14px;
        line-height: 23px;
    }

    .table_method_invoice h2 {
        font-size: 17px;
        margin: 16px 0;
    }
}


@media (max-width:450px) {
    .one_detail-pro_delivery {
        flex-direction: column;
    }

    .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_detail-pro_delivery {
        margin-bottom: 17px;
    }

    .one-delivery {
        border-bottom: 0;
    }

    .one-delivery {
        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) {
    .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 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



@media (max-width:1600px) {
    nav .navbar .links li {
        padding: 0 6px;
    }

    header {
        padding: 8px 3rem;
    }

    nav .navbar {
        padding: 0 16px;
    }

    .div-left-menus {
        width: 55%;
    }

    .div-right-menus {
        width: 45%;
    }

    nav .navbar .links li i {
        font-size: 22px;
    }

    .div-cart-right li {
        margin-left: 26px;
    }

    .custom-model-inner1 {
        width: 456px;
        margin-right: 12%;
    }

    .custom-model-wrap {
        max-height: 609px;
        padding: 14px;
        overflow-y: auto;
    }

    .pop-up-content-wrap p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .trendinng-secrchs {
        margin-top: 16px;
    }

    .common-heades p {
        font-size: 15px;
    }

    img.carts {
        width: 38px;
    }


    img.usre-p {
        width: 30px;
        margin-bottom: 0px;
    }

    span.Counter_carts {
        top: -13px;
        width: 22px;
        height: 22px;
        font-size: 11px;
        right: -9px;
    }

    section.category-menu-tabbs {
        margin: 14px 0 6px;
    }

    .tabs li {
        font-size: 16px;
    }

    .div-one-tabs-section p {
        margin: 4px 0 0;
        font-size: 17px;
    }

    .div-one-tabs-section img {
        width: 121px;
        height: 111px;
    }

    .col-md-11.width-set {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin: auto;
    }

    .owl-carousel .owl-item .img-holder img {
        height: 370px;
    }

    .conetnt-products {
        padding: 14px 9px;
    }

    .item_sec_new_divs {
        margin: 0;
    }

    .category-styles .col-lg-9 {
        flex: 0 0 84%;
        max-width: 84%;
    }

    .search-univerty .col-md-7 {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .custom-search-popup {
        max-width: 516px;
    }

    .custom-search-popup {
        padding: 8px;
    }

    .searcnbars-universitys h3 {
        font-size: 36px;
    }

    .section-univerty-downs {
        padding: 80px 80px;
    }

    .university-ines h4 {
        font-size: 18px;
    }

    .div-inner-univers {
        padding: 16px;
    }

    section.product-type-sections {
        margin-top: 0;
    }

    .slick-next {
        right: 46% !important;
    }

    .slick-prev {
        left: 46% !important;
    }

    .testimonial-area {
        padding: 33px 0 80px;
    }

    footer.footer-section {
        padding: 76px 79px 22px;
    }

    .inner-war h4 {
        font-size: 18px;
    }

    .inner-war img {
        width: 67px;
    }

    .bottom-left-footers h2 {
        font-size: 26px;
    }

    .mail-scoaila {
        font-size: 19px;
    }

    .bottom-left-footers h4 {
        font-size: 19px;
    }

    .app-logo img {
        width: 150px;
    }

    .inner-left-btns p {
        margin: 0;
        font-size: 15px;
        padding-right: 31px;
        width: 96%;
    }

    .bottom-left-footers .inner-left-btns {
        margin-right: 0px;
    }

    .footer-right h3 {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .dvi-tnm-sec p {
        font-size: 15px;
        width: 92%;
    }

    .copyright {
        width: 100%;
    }

    .footer-right li a {
        font-size: 16px;
    }

    .drop-down_show {
        right: -39px;
    }
}

.conetnt-products h4 {
    min-height: 52px;
}


@media screen and (max-width: 768px) {

    .navbar-menus {
        background-color: #000000b3;
        width: 100%;
        height: 100%;
        display: flex;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        transition: 0.25s ease;
    }

    .navbar-menus .menu-list {
        padding: 40px 0;
        background-color: #ffffff;
        width: 270px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        transition: 0.25s ease;
        transform: translateX(-100%);
    }

    .navbar-menus .menu-list .menu-item {
        width: 100%;
    }

    .navbar-menus .menu-link {
        color: #000000;
        padding: 15px 20px;
        display: block;
        text-align: left;
        transition: 0.3s ease;
    }

    .navbar-menus .menu-link:hover {
        background-color: #deedee;
    }

    .nav-toggle-btn {
        display: block;
    }

    /* body.sidebar-open */
    .sidebar-open {
        overflow: hidden;
    }

    .sidebar-open .navbar-menus {
        opacity: 1;
        visibility: visible;
    }

    .sidebar-open .navbar-menus .menu-list {
        transform: translateX(0);
    }

    .nav-toggle-btn svg {
        display: block !important;
    }

    .div-left-menus {
        width: 40%;
    }

    .div-left-menus {
        width: 37%;
        flex-direction: row-reverse;
        margin-left: 15px;
        justify-content: flex-end;
    }

    img.desktop {
        width: 177px;
        margin-left: 25px;
    }
}

.nav-toggle-btn svg {
    display: none;
}