@import url("https://fonts.googleapis.com/css2?family=Baloo+2&family=Open+Sans&family=Source+Sans+Pro:wght@300;400&display=swap");

:root {
    /* colors */
    --blue: #1e90ff;
    --heading: #25474e;
    --pri-o: #f48d21;
    --pri-b: #06adb4;
    --text-black: #000;

    /* font  */
    --sps: "Source Sans Pro", sans-serif;
    --os: "Open Sans", sans-serif;
    --bf: "Baloo 2", cursive;
    --text-color: #666;
    --heading-text: #363636;
}

* {
    margin: 0;
    padding: 0;
}

@media (min-width: 1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1260px !important;
    }
}

body {
    font-family: var(--bf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.text-text {
    color: var(--text-color);
}

.text-black {
    color: var(--text-black) !important;
}

.text-heading {
    color: var(--heading-text);
}

.bg-pb-light {
    background-color: rgba(233, 254, 255, 1);
}

.bg-f5 {
    background-color: #f5f5f5;
}

.bg-pri-o {
    background-color: var(--pri-o);
}

.bg-pri-b {
    background-color: var(--pri-b);
}

.btn-outline-pri_o {
    border-color: var(--pri-o);
    color: var(--pri-o);
}

.btn-outline-pri_o:hover {
    background-color: var(--pri-o);
    color: #fff;
}

.striped {
    text-decoration: line-through !important;
}

.modal-dialog-scrollable {
    overflow-y: auto !important;
}

.cu,
.cu:hover {
    color: unset;
}

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

.img-contained {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

a {
    text-decoration: none !important;
}

/* font weights  */

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

/* font sizes  */
.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.text-justified {
    text-align: justify !important;
}

/* fontfamily  */
.ff-ssp {
    font-family: var(--sps);
}

.ff-os {
    font-family: var(--os);
}

/* custom heights  */
.h50 {
    height: 50px;
}

.h46 {
    height: 46px;
}

.h44 {
    height: 44px;
}

.ar-11 {
    aspect-ratio: 1/1;
}

.ar-54 {
    aspect-ratio: 5/4;
}
/* textcolor  */
.text-po {
    color: var(--pri-o);
}

.text-pb {
    color: var(--pri-b);
}

.text-heading {
    color: #25474e;
}

.nofocus:focus {
    box-shadow: none;
    outline: none;
}

.resize-none {
    resize: none;
}

.padd-icon {
    border-right: 10px solid transparent;
    border-color: #f2f2f2;
    height: 40px;
}

.padd-icon:focus {
    border-color: #f2f2f2;
    box-shadow: none;
}

.br-8 {
    border-radius: 8px;
}

.c-p {
    cursor: pointer;
}

.card-product .card {
    padding: 15px;
}

.card-product {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 0;
}

.striped {
    text-decoration: line-through !important;
}

/* pagination  */

.page-item.active span {
    background-color: var(--pri-o) !important;
    border-color: var(--pri-o) !important;
}

.discount-abs {
    background-color: var(--pri-o);
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 4px;
    padding: 4px 10px;
}

@media (min-width: 992px) {
    .pad-container {
        margin: 0;
        padding: 0 70px;
    }
}

/* //header  */
.header-left {
    width: 157px;
    height: 80px;
}

.header-left img,
.bottom-nav .dropdown-menu .catagory-image-right img,
.trend-img img,
.newly-img img,
.product-desc-bottom .user-avatar img,
.product-detail .trend-img-sidebar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.similiar-product-img {
    aspect-ratio: 5/4;
}

/* header desktop search  */

.headerSearch :is(select, input, button) {
    border: 0;
}

.headerSearch .search-container {
    border: 1px solid #ffd8be;
    border-radius: 6px;
    position: relative;
    height: 44px;
    overflow: hidden;
}

.headerSearch .search-container select {
    background-color: #efefef;
    height: 44px;
    padding-right: 3px;
    position: relative;
    color: var(--text);
    flex-shrink: 0;
    width: fit-content;
    max-width: 140px;
    border-right: 4px solid #efefef;
}

.headerSearch .search-container select:focus {
    box-shadow: none;
}

.headerSearch .search-container input {
    min-width: 350px;
    max-width: 375px;
    margin-left: 6px;
}

.headerSearch .search-container input::placeholder {
    color: #c9c9c9;
}

.headerSearch .form-input-wrapper {
    position: relative;
}

.headerSearch .form-input-wrapper:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background-color: #ffd8be !important;
}

.headerSearch .search-container button {
    z-index: 1;
}

/* header right  */
.header-right ul li a {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--spsf);
}

.header-right .my-cart {
    position: relative;
    margin-right: 8px;
}

.header-right .my-cart sup {
    position: absolute;
    top: 0;
    right: -8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--pri-o);
    color: #fff;
}

.header-right ul li {
    margin-right: 1.3rem;
}

.header-right ul li span:not(.rotate-icon) {
    padding-left: 7px;
}

.header-right .dropdown-toggle::after {
    display: none !important;
}

.header-right .dropdown-menu .dropdown-item {
    color: var(--text-color);
    padding-bottom: 8px;
}

.header-right .dropdown-menu,
.address-details .dropdown-menu,
.dropdown-menu {
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(126, 126, 126, 0.2);
}

.header-right .dropdown-menu img {
    margin-right: 9px;
}

.bottom-nav {
    position: relative;
    background-color: var(--pri-b);
    width: 100%;
    display: flex;
    align-items: center;
}

.bottom-nav ul {
    margin: 0;
    overflow-x: scroll;
}

.bottom-nav ul::-webkit-scrollbar {
    display: none;
}

.bottom-nav ul li .main-cata {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--bf);
    text-transform: uppercase;
    padding: 12px 12px;
    margin-right: 3px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    white-space: nowrap;
    transition: all 400ms ease;
}

.bottom-nav ul li .main-cata::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--pri-o);
    transition: all 600ms ease;
}

.bottom-nav ul li .main-cata:hover::after {
    width: 100%;
}

.bottom-nav ul li .main-cata:hover {
    background-color: #f48e2142;
}

.bottom-nav ul li .main-cata.active {
    background-color: var(--pri-o) !important;
    color: #fff;
}

.bottom-nav ul li:hover .dropdown-menu {
    padding-top: 0;
    margin-top: 0;
    padding-left: 50px;
    display: block;
    z-index: 999999;
}

.bottom-nav .dropdown-menu ol {
    list-style: none;
}

.bottom-nav .dropdown-menu ol li {
    margin-bottom: 0.2rem;
}

.bottom-nav .dropdown-menu ol li a {
    color: var(--text-color);
    font-family: var(--sps);
}

.bottom-nav .dropdown-menu h6 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem;
}

.bottom-nav .dropdown-menu ol li a {
    color: var(--text-color);
}

.bottom-nav .dropdown-menu .catagory-image-right {
    width: 180px;
    height: 225px;
}

/* mobile navigation  */

.sect-header.mobile-header,
.mobile-header .sidebar-top {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.navbar-mobile .header-right :is(a) {
    padding-right: 10px;
}

.navbar-mobile .header-search .input-search {
    padding-right: unset;
}

.navbar-mobile .header-right .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-mobile .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: left 0.3s ease-in-out;
    z-index: 11;
}

.navbar-mobile .sidebar-content {
    padding: 8px 0;
    max-height: 100%;
    overflow-y: scroll !important;
}

.navbar-mobile .sidebar-content ul li {
    position: relative;
}

.navbar-mobile .sidebar-content ul li i {
    position: absolute;
    right: 15px !important;
}

.navbar-mobile .sidebar.active {
    left: 0;
}

.navbar-mobile .close-sidebar:focus {
    outline: none;
}

/* //sub sidebar  */
.navbar-mobile .sub-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    visibility: hidden;
}

.navbar-mobile .sub-sidebar.active {
    right: 0;
    visibility: visible !important;
}

.navbar-mobile .sidebar-header i {
    float: right;
    cursor: pointer;
}

.navbar-mobile .sub-side-breadcumb {
    background-color: #f5f5f5;
}

.navbar-mobile .sub-sidebar .accordion-item {
    margin-bottom: 1.3rem;
}

.navbar-mobile .sidebar-content .category-ul li {
    margin-bottom: 0.8rem;
    font-size: 17px;
}

.navbar-mobile .sidebar-content .sub-category-ul li {
    margin-bottom: 0.4rem;
    font-size: 16px;
}

.navbar-mobile .sub-sidebar .accordion-item h5 {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--heading-text);
    font-weight: 600;
}

.navbar-mobile .sub-sidebar .accordion-item h5 span {
    position: absolute;
    right: 15px;
}

.navbar-mobile .sub-sidebar .accordion-item ul {
    list-style: none;
    padding: 0;
    margin-top: 6px;
}

.navbar-mobile .sub-sidebar .accordion-item ul li {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
}

/* ///mobile navigation end  */

/* //BANNER CAROUSEL  */
.sect-landing {
    margin-top: 40px;
}

.img-container {
    position: relative;
    overflow: hidden;
}

.banner-img-container {
    width: 100%;
    height: 453px;
}

.landing-banner.owl-theme :is(button.owl-next, button.owl-prev),
.age-group-slide.owl-theme :is(button.owl-next, button.owl-prev),
.search-result-carou.owl-theme :is(button.owl-next, button.owl-prev) {
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

.landing-banner.owl-theme button.owl-prev {
    left: 15px;
}

.landing-banner.owl-theme button.owl-next,
.age-group-slide.owl-theme button.owl-next {
    right: 15px;
}

.search-result-carou.owl-theme button.owl-prev {
    left: 0;
}

.search-result-carou.owl-theme button.owl-next {
    right: 0;
}

.age-group-slide.owl-theme button.owl-prev {
    left: -15px;
}

.age-group-slide.owl-theme button.owl-next {
    right: -15px;
}

/* flex owl item  */
.owl-carousel .owl-stage {
    display: flex;
}

.landing-banner.owl-carousel .owl-nav :is(button.owl-next, button.owl-prev),
.age-group-slide.owl-carousel .owl-nav :is(button.owl-next, button.owl-prev) {
    background: var(--pri-o);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
}

.search-result-carou.owl-carousel
    .owl-nav
    :is(button.owl-next, button.owl-prev) {
    background: #ffd8be;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--pri-o);
    font-size: 2rem;
}

/* //trending products  */
.sect-title {
    position: relative;
    color: var(--heading);
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
}

.sect-trending h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -10px;
    position: absolute;
    background: #f4f4f4;
    border-radius: 4px;
}

.sect-trending h2::after,
.hot-sell .sect-title::after,
.toy-product .sect-title::after,
.similiar-product .similiar-title::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    left: 0;
    bottom: -10px;
    position: absolute;
    background: var(--pri-o);
    border-radius: 4px;
}

.trend-img {
    width: 100px;
    height: 100px;
    display: block;
}

.rating-stars i {
    font-size: 18px !important;
}

.rating-stars .bxs-star,
.rating-stars .fas {
    color: var(--pri-o);
}

.rating-stars .bx-star,
.rating-stars .far {
    color: #bbbbbb;
}

.p-price {
    color: var(--pri-b);
    font-family: "Baloo 2";
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}

/* // shop by age  */
.shop-by-age .sect-title:after,
.newly-arrival .sect-title::after,
.featured-product .sect-title::after,
.shop-brand .sect-title::after,
.similiar-product .sect-title::after {
    content: "";
    width: 46px;
    height: 3px;
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
    position: absolute;
    background: var(--pri-o);
    border-radius: 4px;
}

.shop-by-images .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f4ffff;
    z-index: -1;
}

.shop-by-images .baby-title h6 {
    margin-top: 12px;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    color: #06adb4;
}

/* newly arrived products */

.cols-lg-c5,
.cols-lg-c4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .cols-lg-c5 {
        /* width: 229px; */
        flex: 0 0 20% !important;
        padding: 0 15px;
    }

    .cols-lg-c4 {
        width: 229px;
        padding: 0 15px;
    }
}

.newly-img {
    aspect-ratio: 1/1;
    overflow: hidden;
}

.newly-arrival .product-desc hr {
    color: #888;
    border-color: #efefef;
}

.newly-arrival .card,
.sect-search-result .card {
    border-color: #efefef;
}

.shop-now .shop-banner {
    position: relative;
    width: 100%;
    height: 305px;
    background-position: right;
    background-repeat: no-repeat;
    object-fit: contain;
}

.shop-now .banner-content {
    z-index: 1;
}

.shop-now .shop-banner a.link,
.three-banner .banner a.link,
.toy-product .shop-all a.link,
.high-quality a.link {
    padding: 12px 16px;
}

.shop1 {
    background: rgba(228, 236, 239, 1);
}

.shop2 {
    background: rgba(204, 237, 255, 1);
}

.banner1 {
    background: rgba(247, 248, 213, 1);
}

.banner2 {
    background: rgba(255, 237, 225, 1);
}

.banner3 {
    background: rgba(218, 243, 244, 1);
}

/* hot sell  */
.hot-sell .hot-product {
    position: relative;
    margin-bottom: 2.3rem;
    aspect-ratio: 1/1;
}

.hot-sell .data-bg {
    position: absolute;
    background-color: var(--pri-o);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 999;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot-sell .data-bg div {
    line-height: 19px;
}

.hot-sell .owl-nav {
    position: absolute;
    right: 0;
    top: 0%;
    transform: translate(-10px, -60px);
}

/* // thre banner  */
.three-banner .banner {
    height: 235px;
    position: relative;
}

.three-banner .banner h3 {
    font-size: 24px;
}

.w-55 {
    width: 55%;
}

.wrap-title-md {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0.75rem 0;
    padding-top: 0.75rem;
}

.wrap-title-md .btn img {
    width: fit-content !important;
}

.three-banner .banner-right {
    width: 389px;
    position: absolute;
    right: 1.7rem;
    height: 100%;
    width: 40%;
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: right;
}

.toy-product .shop-all {
    background: url("../img/shop-all.png");
    background-size: cover;
    height: 380px;
    align-items: start;
    justify-content: center;
    display: flex;
}

.product-carousel .trigger-carousel button,
.hot-sell .trigger-carousel button,
.custom-trigger button {
    background: #ffd8be36;
    border: 0;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--pri-o);
    transition: all 500ms ease;
}

.toy-product .trigger-toy button:hover,
.hot-sell .trigger-toy button:hover,
.custom-trigger button :hover {
    background-color: #f48e2140;
}

.w-80 {
    width: 80%;
}

@media (min-width: 992px) {
    .shop-brand .owl-dots::-webkit-scrollbar,
    .product-featured .owl-dots::-webkit-scrollbar {
        display: none;
    }
}

.owl-dots {
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 1rem;
}

/* owl dots scrollable horizontal  */
.owl-dots:-webkit-scrollbar {
    height: 4px;
}

.owl-dots:-webkit-scrollbar-track {
    border-radius: 6px;
}

.owl-dots:-webkit-scrollbar-thumb {
    height: 1px;
}

.owl-dots:-webkit-scrollbar-track-piece:start {
    background: #f2eeee;
    border-radius: 6px;
}

.owl-dots:-webkit-scrollbar-track-piece:end {
    background: #d5d5d5;
    margin-bottom: 10px;
    border-radius: 6px;
}

.owl-dots:-webkit-scrollbar-thumb {
    background: var(--pri-o);
    border-radius: 6px;
}

.owl-dots:-webkit-scrollbar-thumb:hover {
    background: #b50000;
}

.high-quality-banner {
    background: rgba(255, 235, 235, 1);
    padding: 0 79px;
}

.high-quality-banner .quality-title {
    font-size: 30px;
}

/* featured shop brand  */
.shop-brand {
    background: rgba(249, 249, 249, 1);
}

.shop-brand .shop-brand-title {
    color: #000;
}

.shop-brand .owl-dots,
.product-featured .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-brand .owl-carousel span {
    width: 8px;
    height: 8px;
    background-color: #dbdbdb !important;
}

.shop-brand .owl-carousel .active span {
    width: 8px;
    height: 8px;
    background-color: var(--pri-o) !important;
}

.product-featured.owl-carousel .owl-dot span {
    width: 13px;
    height: 4px;
    background-color: #d1d1d1 !important;
}

.product-featured.owl-carousel .owl-dot.active span {
    width: 26px;
    height: 4px;
    background-color: var(--pri-o) !important;
}

.s-brand-img {
    /* width: 84px;
    height: 84px; */
    aspect-ratio: 1/1;
}

.s-brand-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ////Footer  */
footer {
    background: rgba(11, 64, 88, 1);
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .subscri-heading {
    position: relative;
    font-size: 28px;
    line-height: 48px;
}

footer .subscri-heading::after {
    top: 0;
    position: absolute;
    right: 0;
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #fff;
}

footer .desc-p {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 23px;
}

.footer-subscription .form-input {
    height: 44px;
}

.footer-subscription .form-input button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.footer-subscription .form-input input {
    background-color: transparent;
    color: #fff;
    border: 1px solid #486d7e;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff;
    height: 100%;
    width: 82%;
    padding-right: 45px;
}

.footer-subscription .form-input input::placeholder {
    color: #fff;
}

.footer-subscription .form-input button {
    background-color: var(--pri-o);
}

footer hr {
    margin: 2.65rem auto;
    background-color: #496f81;
}

.foot-mid h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #ffffff;
}

.foot-mid .contact-icon span {
    width: 43px;
    height: 43px;
    background-color: var(--pri-o);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.foot-mid .contact-icon :is(small, a) {
    line-height: 23px;
}

.foot-mid .social-link li {
    margin-right: 1.25rem;
}

.foot-mid .payment-gate li,
.payment-gate li {
    margin-right: 6px;
}

.foot-mid .payment-gate li span,
.payment-gate li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 33px;
    background: #f5f5f5;
    border-radius: 4px;
}

.foot-mid .foot-links li a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}

footer .foot-mid a:hover {
    color: var(--pri-o) !important;
}

.foot-mid .foot-links li {
    margin-bottom: 8px;
}

footer .foot-bottom {
    background: #0d5474;
}

footer li a {
    transition: all 500ms ease;
}

/* //product detail css  */
.product-detail {
    margin: 40px auto;
}

ul.nav-breadcrumb {
    list-style: none;
}

ul.nav-breadcrumb li {
    display: inline;
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

ul.nav-breadcrumb li + li:before {
    color: #9a9a9a;
    content: "/\00a0";
}

ul.nav-breadcrumb li a {
    color: #9a9a9a;
    text-decoration: none;
}

ul.nav-breadcrumb li a:hover {
    color: var(--pri-b);
    text-decoration: underline;
}

.product-detail .main-product-img {
    aspect-ratio: 5/4;
}

.product-detail .main-product-img .carousel-item.active .galler-item img {
    outline: 1px solid var(--pri-o);
}

.product-tags span.badge {
    margin-right: 3px;
}

.rounded-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.product-detail .img-choose {
    padding: 0.5rem;
    display: flex;
    width: 100%;
    overflow-x: scroll;
}

.product-detail .img-choose::-webkit-scrollbar {
    height: 4px;
}

.product-detail .img-choose::-webkit-scrollbar-track {
    border-radius: 6px;
}

.product-detail .img-choose::-webkit-scrollbar-thumb {
    height: 1px;
}

.product-detail .img-choose::-webkit-scrollbar-track-piece:start {
    background: #d5d5d5;
    border-radius: 6px;
}

.product-detail .img-choose::-webkit-scrollbar-track-piece:end {
    background: #d5d5d5;
    margin-bottom: 10px;
    border-radius: 6px;
}

.product-detail .img-choose::-webkit-scrollbar-thumb {
    background: var(--pri-o);
    border-radius: 6px;
}

.product-detail .img-choose::-webkit-scrollbar-thumb:hover {
    background: #b50000;
}

.gallery-item.active {
    outline: 2px solid var(--pri-o);
}

.product-detail .img-choose .images,
.product-detail .img-choose .videos {
    width: 75px;
    height: 75px;
    cursor: pointer;
}

.product-detail .img-choose .images img,
.product-detail .img-choose .videos video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius: 50%;
    background-color: var(--blue);
    padding: 4px;
    transition: all 300ms ease;
}

.videos:hover .play-icon {
    background-color: var(--orange) !important;
}

.custom-close {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border: 1px solid var(--pri-b);
    background-color: var(--pri-b);
    color: #fff;
    border-radius: 50%;
    z-index: 1;
}

.custom-close:hover {
    border: 1px solid #000;
}

.product-desc {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.product-desc .trend-desc {
    align-items: end;
}

.product-desc-side .product-name {
    font-weight: 600;
    font-size: 24px;
}

.product-desc-side .share-fav i {
    font-size: 24px;
}

.product-desc-side .main-price {
    font-size: 32px;
    font-weight: 600;
    color: var(--pri-b);
    border-bottom: 1px solid #eeeeee;
}

.product-desc-side .product-tags p {
    color: #666;
}

/* .product-desc-side h6 {
    color: var(--heading-text);
} */

/* custum input */
label.radio-input {
    display: inline-block;
    position: relative;
    margin-right: 54px;
    margin-bottom: 34px;
    cursor: pointer;
    font-size: 16px;
}

label.radio-input input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

label.radio-input .radio-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 45px;
    background: rgba(244, 255, 255, 1);
    border-radius: 4px;
    transition: all 0.65s ease;
}

label.radio-input input[type="radio"]:checked + .radio-button {
    background-color: var(--pri-o);
}

label.radio-input .radio-value {
    position: absolute;
    height: 100%;
    width: 100%;
    color: var(--text-color);
    font-size: 16px;
    display: flex;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    text-align: center;
}

label.radio-input input[type="radio"]:checked + .radio-button .radio-value {
    color: #fff;
}

.clean-radio .radio-button {
    border: 1px solid #ddd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color);
    width: auto !important;
    min-width: 45px;
}

.colored-radio .radio-button {
    border: 1px solid #ddd;
}

.clean-radio input[type="radio"]:checked + .radio-button {
    background: #fff !important;
    border: 1px solid var(--text-black);
    color: #000;
}

.colored-radio input[type="radio"]:checked + .radio-button {
    border: 1px solid var(--text-black) !important;
}

.product-desc-side .quantity input::-webkit-outer-spin-button,
.product-desc-side .quantity input::-webkit-inner-spin-button,
.hide-arrow::-webkit-outer-spin-button,
.hide-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}

.product-desc-side .custom-number-input {
    position: relative;
}

.product-desc-side .custom-number-input :is(#up, #down, .up, .down) {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.product-desc-side .custom-number-input :is(#up, .up) {
    top: 4px;
}

.product-desc-side .custom-number-input :is(#down, .down) {
    bottom: 4px;
}

.product-desc-side :is(a.btn, button) {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-desc-side a.btn:focus {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* product desc bottom  */

.product-desc-bottom .nav-link {
    color: #9a9a9a;
    border: 0;
    opacity: 1 !important;
}

.product-desc-bottom .nav-link.active {
    animation: slideInLeft 0.8s ease forwards;
    font-weight: 600;
    color: var(--pri-b);
    background: rgba(244, 255, 255, 1);
}

.product-desc-bottom .tab-content {
    padding-top: 16px;
    background: rgba(244, 255, 255, 1);
}

.product-desc-bottom .nav-link:not(.active) {
    opacity: 0.7;
    transition: opacity 0.5s ease;
}

.product-desc-bottom .nav-link:not(.active):hover {
    opacity: 1;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-4%);
        opacity: 0;
    }

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

.product-desc-bottom .tab-content .tab-pane.fade:not(.show) {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.product-desc-bottom .tab-content .tab-pane.fade.show {
    opacity: 1;
    transition: opacity 0.4s ease;
}

.product-desc-bottom .user-avatar {
    width: 47px;
    height: 47px;
}

.product-desc-bottom .user-avatar img {
    border-radius: 50%;
}

.product-desc-bottom .user-about p {
    color: #9f9f9f;
}

.product-desc-bottom .user-about {
    line-height: 10px;
}

.product-desc-bottom .rating-stars i {
    font-size: 19px;
}

.product-desc-bottom .rating-stars .bxs-star {
    color: #fccb2f;
}

.product-desc-bottom .rating-stars .bx-star {
    color: #bbbbbb;
}

.product-desc-bottom .ratings {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1rem;
}

.product-desc-bottom .ratings:last-child {
    border: none;
    padding: 0;
}

.product-detail .trending-sidebar {
    background-color: #f4f4f4;
    position: sticky;
    top: 10px;
}

.product-detail .trending-sidebar h4 {
    background-color: #f4f4f4;
    font-size: 24px;
    color: #25474e;
}

.product-detail .trending-sidebar .sect-title:after {
    content: "";
    display: block;
    width: 31px;
    height: 3px;
    left: 0;
    bottom: -10px;
    position: absolute;
    background: var(--pri-o);
    border-radius: 4px;
}

.product-detail .trend-img-sidebar {
    width: 73px;
    height: 73px;
}

/* user login  */
.login-wrapper {
    box-shadow: 0px 0px 20px 0px rgba(107, 107, 107, 0.13);
    margin: 81px auto;
    padding: 45px 32px 14px;
    border-radius: 10px;
}

.login-wrapper h4 {
    color: var(--heading-text);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
}

.login-wrapper .login-options :is(.fb, .gg) {
    display: flex;
    justify-content: center;
    border: 1px solid #c7c7c7;
    width: 100%;
    border-radius: 4px;
    padding: 0.75rem 1rem;
}

.login-wrapper .login-options {
    margin: 16px auto 23px;
}

.login-wrapper .otp-input input {
    width: 20%;
    height: 63px;
    text-align: center;
    border-color: #dddddd;
}

.login-wrapper .otp-input input[autofocus]:focus,
.login-wrapper .otp-input input:focus {
    border: 1px solid var(--pri-o);
    box-shadow: none;
}

.login-wrapper .otp-input input:not(:last-child) {
    margin-right: 15px;
}

/* //search result  */
.sect-search-result,
.sect-wishlist,
.sect-cart,
.sect-payment {
    margin: 40px auto;
}

.sect-address,
.sect-cart {
    padding: 40px 0 60px;
}

.sect-search-result .sidebar-filter {
    border: 1px solid #eee;
    padding: 7px 8px;
    border-radius: 4px;
}

.sect-search-result .filter-components:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eeeeee;
}

.sect-search-result .filter-components h6 {
    font-weight: 600;
    font-size: 18px;
    color: var(--heading-text);
    padding-bottom: 10px;
}

.sect-search-result .filter-components label {
    color: #666;
    padding-left: 4px;
}

.sect-search-result .form-check {
    margin-bottom: 6px;
}

.sect-search-result .form-check-input {
    width: 15px;
    height: 15px;
}

/* Hide the default checkbox */
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #cbcbcb;
    outline: none;
    border-radius: 4px;
}

/* Set the custom checkbox style */
input[type="checkbox"]:checked {
    background-color: #f48d21;
    border-color: transparent;
}

/* Set the checkmark color */
input[type="checkbox"]:checked::before {
    content: "\2713";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 16px;
    color: white;
    font-size: 14px;
}

/* Add hover effect */
input[type="checkbox"]:not(:checked):hover {
    border-color: #999999;
}


/* hide the default radio button */

/* Hide the default checkbox */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #cbcbcb;
    outline: none;
    border-radius: 4px;
}

/* Set the custom checkbox style */
input[type="radio"]:checked {
    background-color: #f48d21;
    border-color: transparent;
}

/* Set the checkmark color */
input[type="radio"]:checked::before {
    content: "\2713";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 16px;
    color: white;
    font-size: 14px;
}

/* Add hover effect */
input[type="radio"]:not(:checked):hover {
    border-color: #999999;
}

.result-container .sort-option .form-select {
    height: 40px;
    background: rgba(242, 242, 242, 1);
    color: rgba(102, 102, 102, 1);
    border-color: transparent;
    border-width: 0 14px 0 0;
}

/* wishlist  */

.page-title-heading h4,
.page-heading {
    font-size: 28px;
    font-weight: 600;
    color: var(--heading);
}

.page-heading a {
    color: var(--heading);
}

.page-sub-heading {
    font-weight: 600;
    font-size: 22px;
    color: var(--heading-text);
}

/* //cart  */
table thead tr {
    border-bottom: 1px solid #eeeeee !important;
}

/*form styles*/
#msform {
    width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #27ae60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 5px;
    text-decoration: none;
    font-size: 14px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27ae60;
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/* //progress bar /  */
#steps li {
    position: relative;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 50%;
    margin-right: 56px;
    object-fit: cover;
}

li.step-filled {
    background-color: var(--pri-o) !important;
}

li.step-filled svg path {
    fill: #fff !important;
}

#steps li:not(:first-child)::after {
    content: " ";
    width: 100%;
    height: 5px;
    background-color: #f4f4f4;
    position: absolute;
    z-index: -1;
    left: -100%;
    top: 50%;
}

li.step-filled::after {
    background-color: var(--pri-o) !important;
}

.dash-table thead th {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0em;
}

.dash-table .cart-img,
#st-address .product-img,
.card-orders .cart-img {
    width: 83px;
    height: 83px;
}

.dash-table .cart-img img,
#st-address .product-img img,
.card-orders .cart-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.dash-table .cart-product-title,
.product-name {
    width: 279px;
}

.dash-table .cart-product-title h6 {
    width: 279px;
    font-family: var(--sps);
    font-size: 18px;
    font-weight: 500;
}

.form-summary {
    background-color: #f4f4f4;
    padding: 18px 16px 10px;
}

.form-summary li span {
    font-family: var(--sps);
}

.form-summary .btn-apply {
    border-left: 1px solid #dee2e6;
}

.form-summary .total {
    font-size: 24px;
    font-weight: 600;
}

.form-summary span {
    display: block;
    line-height: 35px;
}

.quantity-control-increDecre :is(.plus-q:hover, .minus-q:hover) {
    background-color: #f1f1f1;
}

.quantity-control-increDecre :is(span, p) {
    display: flex;
    color: #666;
    font-size: 18px;
    margin: auto;
    align-items: center;
}

/* //address information / */
.bg-cart-product {
    background-color: #f5f5f5;
}

.bg-cart-product > * {
    font-family: var(--sps);
}

#st-address :is(.form-control) {
    height: 46px;
}

.btn.bg-pri-o a {
    color: #fff !important;
}

.selectmediv {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-weight: 600;
}

.selectmediv input {
    vertical-align: -2px;
    margin-right: 5px;
}

/* ///payment method  */
.payment-container .list-group-item {
    border-color: transparent;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}

.payment-container label img {
    width: 70px;
    height: 27px;
}

.success-message .modal-header {
    height: 154px;
    background: linear-gradient(
        98.38deg,
        #f48d21 0.54%,
        #ffa342 36.64%,
        #ff9a30 103.01%
    );
    border-radius: 10px 10px 0 0;
}

.success-message .modal-content {
    border-radius: 10px;
}

.success-message .check-container {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 90px;
    height: 90px;
    top: -3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pri-o);
    font-size: 4rem;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(108, 108, 108, 0.25);
}

.success-message .order-msg {
    margin-top: 42px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.success-message .btn-continue {
    background: #ffffff;
    border: 1px solid var(--pri-o);
    border-radius: 4px;
}

/* //user dashboard css  */

.user-dashboard {
    margin: 40px auto;
}

.account-sidebar li a,
.faq-sidebar a {
    padding: 8px 18px;
    border-radius: 8px !important;
    margin-bottom: 12px;
    font-size: 18px;
    color: var(--text-color);
    border: 1px solid #eeeeee !important;
    font-weight: 500;
}

.account-sidebar li a:is(:focus, :hover) {
    background-color: var(--pri-o) !important;
    color: #fff;
}

.account-sidebar li a.active {
    color: #fff;
    background-color: var(--pri-o);
    border-color: var(--pri-o);
}

.faq-sidebar a.active {
    font-weight: 600;
    color: var(--pri-o) !important;
    background-color: #ffede0 !important;
    border-color: #ffede0 !important;
}

.account-sidebar li a.active svg path {
    fill: #fff;
}

.faq-sidebar a.active svg path {
    fill: var(--pri-o);
}

.account-sidebar li a :is(svg, img),
.faq-sidebar a :is(svg, img) {
    margin-right: 12px;
}

.btn-add-new-address {
    height: 50px;
    border: 1px solid var(--pri-o);
    transition: all 400ms ease;
}

.btn-add-new-address:hover {
    background-color: var(--pri-o);
    color: #fff;
}

.address-details p {
    margin-bottom: 8px;
    line-height: 20px;
    font-family: var(--sps);
    color: var(--text-color);
}

.filter-title {
    cursor: pointer;
}

.filter-title i {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.filter-title[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.user-dashboard .filter-select {
    width: 168px;
    background-color: #f2f2f2;
}

.card-orders {
    border-color: transparent;
}

.card-orders .card-header {
    border-radius: 8px 8px 0 0;
    background-color: #f5f5f5 !important;
}

.card-orders .card-body {
    border-radius: 0px 0px 8px 8px;
}

.card-orders .card-header p {
    line-height: 10px;
    font-family: var(--sps);
    color: var(--heading-text);
}

.card-orders .card-header span {
    color: var(--text-color);
}

.card-orders .bg-success {
    background-color: #30bc0d !important;
}

.bg-cancel {
    background-color: #b60505 !important;
}

/* //order detail status  */
#order-detail-status li {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 174px;
}

#order-detail-status li p {
    position: absolute;
    top: 40px;
    white-space: nowrap;
}

#order-detail-status li:not(:last-child) {
    background-color: var(--pri-b);
}

#order-detail-status li:last-child {
    background-color: #f4f4f4;
}

#order-detail-status li:first-child::after {
    content: "";
    position: absolute;
    width: 174px;
    height: 4px;
    background-color: var(--pri-b);
    top: 50%;
    transform: translate(0%, -50%);
    left: 100%;
}

#order-detail-status li:last-child:before {
    content: "";
    position: absolute;
    width: 174px;
    height: 4px;
    background-color: #f4f4f4;
    top: 50%;
    transform: translate(0%, -50%);
    right: 100%;
}

#order-detail-status li.delivered {
    background-color: var(--pri-b);
}

#order-detail-status li.delivered::before {
    content: "";
    position: absolute;
    width: 174px;
    height: 4px;
    background-color: var(--pri-b);
    top: 50%;
    transform: translate(0%, -50%);
    right: 100%;
}

/* write review rating  */
#rating-review .rating-group {
    display: inline-flex;
    overflow: hidden;
}

#rating-review .rating__icon {
    pointer-events: none;
}

#rating-review .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#rating-review .rating__input--none {
    display: none;
}

#rating-review .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1.15rem;
}

#rating-review .rating__icon--star {
    color: var(--pri-o);
}

#rating-review .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

#rating-review .rating-group:hover .rating__label .rating__icon--star {
    color: var(--pri-o);
}

#rating-review .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

/* //end rating  */

.my-reviews .rating-stars i {
    margin-right: 4px;
}

.my-reviews .review-paragraph {
    min-width: 389px;
    max-width: 389px;
}

.sect-contact .contact-icon .bg {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #ffede1;
    border: 1px solid var(--pri-o);
}

.sect-contact .contact-faq li {
    padding-bottom: 6px;
}

/* faq  */
.sect-faq .accordion i,
.navbar-mobile .accordion i {
    float: right;
    color: var(--pri-o);
}

.sect-faq h5:not(.collapsed) i,
.navbar-mobile .accordion-item h5:not(.collapsed) span {
    transform: rotate(180deg);
}

.sect-faq h5 {
    cursor: pointer;
    font-size: 18px;
    color: var(--heading-text);
    margin-bottom: 1rem;
}

.sect-faq p {
    color: var(--text-color);
}

.sect-faq .faq-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
}

/* blog sections  */
.sect-blog .blog-card {
    border: 1px solid #ececec;
    border-radius: 8px;
    transition: all 600ms ease;
}

.sect-blog .blog-card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blog-card:hover a i {
    transition: all 600ms ease-in-out;
}

.blog-card:hover a i {
    margin-left: 10px !important;
}

.sect-blog .blog-card .blog-img {
    width: 100%;
    height: 260px;
}

.home-blog-img-container {
    aspect-ratio: 5/4;
}

.sect-blog-detail .blog-card .blog-img {
    aspect-ratio: 5/4;
}

.blog-card .blog-desc .author span {
    color: #9a9a9a;
    font-weight: 600;
    font-family: var(--sps);
}

.blog-card .blog-title {
    margin-top: 6px;
    color: var(--heading);
    font-weight: 600;
    font-size: 24px;
}

.sect-blog-detail .blog-card .blog-desc .blog-title {
    font-size: 28px;
    margin-bottom: 1.5rem;
}

.sect-blog .blog-card .blog-desc p,
.sect-blog-detail .blog-card .blog-desc p {
    color: var(--text-color);
    font-family: var(--sps);
}

.sect-blog .blog-card .blog-desc p {
    font-size: 16px;
}

.sect-blog-detail .blog-card .blog-desc p {
    font-size: 18px;
}

.blog-card a.read-more {
    text-transform: uppercase;
    color: var(--pri-o);
    font-size: 16px;
    font-weight: 600;
}

/* //blog desc  */
.sect-blog-detail .sidebar-blog .blog-img {
    flex-shrink: 0;
    height: 85px;
    width: 85px;
}

.sect-blog-detail .sidebar-blog .author span {
    color: #9a9a9a;
    font-weight: 400;
    font-family: var(--sps);
    font-size: 14px;
}

.sect-blog-detail .shop-categories {
    background-color: #f0f0f0;
}

.sect-blog-detail .shop-categories ul li {
    margin-bottom: 0.75rem;
}

.sect-blog-detail .shop-categories ul li a.active {
    background-color: var(--pri-o);
    color: #fff;
}

.sect-blog-detail .shop-categories ul li a:not(.active) {
    background: rgba(247, 247, 247, 1);
}

.sect-blog-detail .shop-categories ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--sps);
    font-weight: 500;
    color: var(--text-color);
    padding: 10px 16px;
    border-radius: 8px;
}

.sect-blog-detail .shop-categories ul li:hover a {
    background-color: var(--pri-o);
    color: #fff;
}

.fixed-height-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0;
}

.category-banner img {
    width: 100%;
    max-height: 500px;
}
