@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap'); */


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    /* --font-family: "Open Sans", sans-serif; */
    --font-family: "Open Sans", sans-serif;
    --font-family-Abril: "Abril Fatface", sans-serif;
    /* --theme-recd: #ef1e1e; */
    --theme-recd: #111111;
    --theme-dark: #5F5F6A;
    --theme-text: #595959;
    --title-font-fam: "Abril Fatface", serif;
}

body {
    font-family: var(--font-family);
    text-transform: capitalize;
    color: var(--theme-text);
}

.smooth {
    transition: all .3s ease;

    &:hover {
        transition: all .3s ease;
    }
}

.title--div {
    font-family: var(--font-family-Abril);

    @media (max-width: 768px) {
        margin-bottom: 20px !important;
    }
}

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

.logo {
    height: 50px;
    /* Adjust size as needed */
    margin-right: 10px;
}

.navbar-nav .nav-item .nav-link {
    color: var(--theme-dark);
    /* Adjust color as needed */
}

.navbar-nav .nav-item.active .nav-link {
    color: var(--theme-recd);
    /* Adjust active link color */
}

.nav-item .badge {
    position: relative;
    top: -10px;
    left: -10px;
    background-color: var(--theme-recd);
    border-radius: 100px;
}

.form-inline .form-control {
    width: 250px;
    /* Adjust size as needed */
}

.h-48px {
    height: 48px;
}

.serch--div {
    background-color: rgba(128, 128, 128, 0.059);

    input {
        background-color: transparent;
    }
}

input:focus,
input:hover {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

li.nav-item i {
    font-size: 22px;
}

ion-icon {
    font-size: 26px;
}

.menu--nav {
    .nav-link {
        font-weight: 600;
        font-size: 14px;
        border-bottom: 2px solid transparent;
    }

    .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
        /* Remove the margin to align it with the parent element */
    }
}

.iconul {
    position: relative;
    transition: all .5s ease;

    &:hover a i,
    &:hover a ion-icon {
        color: var(--theme-recd);
        transition: all .5s ease;
    }

    .badge {
        position: absolute;
        right: 0px;
        bottom: 5px;
        width: 20px;
        top: auto;
        left: auto;
    }
}

.menu--nav .nav-item.active a.nav-link,
.menu--nav a.nav-link:hover {
    transition: all .5s ease;
    border-bottom: 2px solid var(--theme-recd);
    color: var(--theme-recd);
}

.section-swiper {
    .swiper-container {
        width: 100%;
        height: 100%;
        background-color: var(--theme-dark);
    }

    /* Swiper slides */
    .swiper-slide {
        position: relative;
    }

    .slide-1 {
        background-color: #e67204;
    }

    .slide-2 {
        background-color: #3bab24;
    }

    .slide-3 {
        background-color: #922b1d;
    }

    /* Slide captions */
    .slide-captions {
        position: absolute;
        top: 50%;
        left: 15%;
        color: #FFF;
        z-index: 999;
        transform: translateY(-50%);
    }

    .slide-captions .current-title {
        margin: 0;
        font-size: 48px;
    }

    .slide-captions .current-subtitle {
        margin: 10px 0 0 0;
        font-size: 28px;
    }

    /* Swiper arrows */
    .swiper-pagination-bullet {
        background-color: #fff;
        opacity: 1;
        width: 15px;
        height: 15px;
    }

    .swiper-pagination-bullet-active {
        background-color: var(--theme-recd);
    }


    /* Swiper pagination */
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 50px;
    }
}

.couponflexbox {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 15px;
    background-color: #484848;
    border-radius: 8px;
    justify-content: center;
    padding: 8px;
    align-items: baseline;
}

.couponflexbox .clipboard {
    border: 2px dashed #ffffff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

.couponflexbox .clipboard input#copyClipboard {
    border: none;
    padding: 8px 20px 8px 15px;
    background-color: transparent;
    color: #fff;
}

.couponflexbox .clipboard button#copyButton {
    padding: 8px 30px;
    background-color: #fff;
    border: none;
    color: #484848;
}

.couponflexbox .clipboard button#copyButton {
    i {
        font-size: 15px;
    }
}

.couppontext p {
    margin: 0;
    color: #d5d5d5;
}

.container-cust {
    width: auto;
    max-width: 1770px;
    margin: auto;
    padding: 0 15px;
}

.sec_mar {
    margin: 100px 0;
}

.swprbtn:after {
    display: none;
}

.swprbtn,
.swprbtn {
    color: var(--theme-dark);
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    transition: all .5s ease;
    border: 1px solid #3333332d;

    &:hover {
        background-color: var(--theme-recd);
        color: #fff;
        transition: all .5s ease;
    }

    @media (max-width: 768px) {
        width: 35px;
        height: 35px;
    }
}

.product-card {
    /* border: 1px solid #ebebeb; */
    transition: all .5s ease;
    border-radius: 4px;

    &:hover {
        /* border-color: var(--theme-recd); */
        box-shadow: 0px 5px 20px #ebebeb;
        transition: all .5s ease;
    }
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .5s ease;

    &:hover {
        color: var(--theme-recd);
        transition: all .5s ease;

    }
}

.prodcthvr-div .prct-btn ion-icon {
    font-size: 20px;
    transition: all .5s ease;
}


.prodcthvr-div .prct-btn {
    padding: 2px 10px;
    display: flex;
}

.prodcthvr-div .inner {
    display: flex;
    align-items: center;
}

.prodcthvr-div .prct-btn:first-child {
    border-right: 1px solid var(--theme-dark) !important;
}

.prodcthvr-div {
    left: 50%;
    bottom: -60px;
    background-color: #fff;
    transform: translateX(-50%);
    padding: 10px 15px;
    border-radius: 100px;
    transition: all .5s ease;
}

.productimg {
    overflow: hidden;
}

.product-card:hover .prodcthvr-div {
    bottom: 10px;
    transition: all .5s ease;
}


.prodcthvr-div .prct-btn:hover ion-icon {
    color: var(--theme-recd);
    transition: all .5s ease;
}

.new1 {
    border: 1px solid #f1343400;
    padding: 25px;
    /* background-color: #f1343403; */
    transition: all .5s ease;
}

.image1 {
    width: 225px;
    height: 225px;
    border-radius: 100%;
    margin: auto;
    overflow: hidden;
    border: 3px solid #ababab;
    padding: 10px;
    margin-bottom: 30px;
    transition: all .5s ease;
}

.image1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 3px solid #ababab;
    border-radius: 100%;
    object-position: center;
}

.desc2 {
    max-width: 87%;
    margin: auto;
}

.desc2 .main_holder {
    font-size: 18px;
    line-height: 30px;
}

.desc2 .titleholdr {
    color: #f13434;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}


.new1:hover .image1 {
    padding: 0;
    transition: all .5s ease;
    border-color: transparent;
}

.readmorebtn {
    background-color: var(--theme-recd);
    color: #fff;
    border-radius: 100px;
    padding: 10px 35px;
    font-weight: 600;
    margin-top: 15px;

    &:hover {
        background-color: var(--theme-dark);
        color: #fff;
    }
}

.readmorebtn2 {
    background-color: transparent;
    color: var(--theme-recd);
    border-radius: 10px;
    padding: 10px 35px;
    font-weight: 600;
    margin-top: 15px;
    border: 1px solid var(--theme-recd);

    &:hover {
        background-color: var(--theme-recd);
        color: #fff;
        border: 1px solid var(--theme-recd);
    }
}

.catminiimg {
    overflow: hidden;
    border-radius: 5px;

    img {
        transition: all .5s ease;

        &:hover {
            transition: all .5s ease;
            transform: scale(1.05);
        }
    }
}



/*--opacitychange--*/

@keyframes opacitychange {

    0%,
    100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

#svg-container {
    position: absolute;
    width: 100%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: 64%;
}

#svgC {
    margin: 0 auto;
    width: 100%;
}

.work-process {
    position: relative;
}

.work-process .box-loader {
    position: absolute;
    top: 22%;
    right: -20%;
    left: inherit;
}

.box-loader span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.box-loader span {
    display: inline-block;
    border-radius: 0;
    margin: 0 5px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #ee3131;
    border-bottom: 10px solid transparent;
    opacity: 0;
}

.step-num-box {
    border: 3px solid #ababab;
    border-radius: 100px;
    padding: 3px;
}

.box-loader span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.box-loader span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.step-icon {
    background: #ffffff;
    width: 140px;
    height: 140px;
    position: relative;
    border: 3px solid #ababab;
    border-radius: 50%;
    line-height: 140px;
    font-size: 40px;
    text-align: center;
    color: #7c7c7c;
}

.step-icon span {
    position: relative;
}

.step-icon i {
    font-size: 40px;
}

.step-num {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
    color: #7c7c7c;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    right: 0;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

section.text-center.pos-r .row.howitrow .step-desc h4 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.step-desc p {
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* responsive */
@media (max-width: 1200px) {
    #svg-container {
        width: 85%;
    }
}

@media (max-width: 992px) {
    .md-mt-5 {
        margin-top: 50px !important;
    }

    /*Step*/
    .work-process .box-loader {
        display: none;
    }

    .step-desc p {
        max-width: 300px;
        margin: 0 auto;
    }

    #svg-container {
        width: 100%;
        transform: rotate(90deg);
        left: 0;
        top: 50%;
    }
}

/* svg css end */

.work-process {
    text-align: center;
}

section.sec_mar.howitwork {
    padding: 80px 0;
    background-color: #1515150a;
}

.title span {
    font-size: 20px;
    font-weight: 700;
}

.title {
    margin-bottom: 10px;
}

.title p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #888888;
}

.block-title p {
    font-weight: 400;
    color: #888888;
    font-size: 14px;
}

.block-title {
    text-align: center;
    margin-bottom: 35px;
}

.step-desc {
    margin-top: 30px;
}

.step-desc h4 {
    font-size: 18px;
    font-weight: 700;
}

.blogcthvr-div {
    bottom: 0;
}

.authdiv {
    background-color: #fff;
    border-radius: 100px;

    h5 {
        padding: 8px 15px;
        font-size: 16px;
        letter-spacing: .5px;
    }
}

.redmrbtn-blog ion-icon {
    font-size: 14px;
    color: #fff;
    background-color: var(--theme-recd);
    border-radius: 100px;
    padding: 3px;
}

.blogtitle {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    letter-spacing: .5px;
    -webkit-box-orient: vertical;
}

.blog-cont {
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    -webkit-line-clamp: 3;
    letter-spacing: .5px;
    -webkit-box-orient: vertical;
}

.stanyul {
    ion-icon {
        font-size: 40px;
        /* color: var(--theme-recd); */
        color: #a5a5a5;
        font-weight: 100;
    }
}

.footer-coltitle {
    border-bottom: 2px solid #898989;
    color: #a5a5a5;
}

.footer-linkul {
    li, a {
        font-size: 16px;
        color: #7c7c7c;
    }
}

.susinput {
    font-size: 14px;
    padding: 12px 15px;
    color: #333;
}

.susbtn {
    padding: 12px 30px;
}

footer {
    background-color: #efefef;
}

footer p {
    font-size: 15px;
    /* color: #6a6a6a; */
    color: #a5a5a5;
    
}

.sociallink {
    /* color: #6a6a6a; */
    color: #a5a5a5;
}

.stanyul-content p {
    line-height: normal;
}

.footer-div {
    z-index: 11;
    position: relative;
}

footer {
    position: relative;
    background: url("../images/ftrbg.png") #1a1a1a;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right bottom;

}

footer:before {
    /* position: absolute;
    content: "";
    width: 38%;
    background: #f6f6f6;
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0; */
}

@media (max-width:768px) {
    .hero-swiper {

        h2,
        h3,
        .readmorebtn {
            display: none;
        }
    }

    .sec_mar {
        margin: 50px 0;
    }

    .logo {
        height: 32px;
        margin-right: 10px;
        width: 100%;
    }

}



.brdcrumb--div {}

.breadcrumb-item.active {
    color: var(--theme-recd);
}

.productminiimg:hover {
    border-color: var(--theme-recd) !important;
}

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

figure.zoom img:hover {
    opacity: 0;
}

figure.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
}

.border-left {
    border-right: 1px solid rgba(128, 128, 128, 0.554);
    padding-right: 8px;
}

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

.avail-label {
    letter-spacing: .5px;
}

.text-redark {
    color: var(--theme-recd);
}

.availsize--div {
    .btn-outline {
        border: 1px solid;
        color: var(--theme-dark);
    }

    .btn-check:checked+.btn,
    .btn.active,
    .btn.show,
    .btn:first-child:active,
    :not(.btn-check)+.btn:active {
        border-color: var(--theme-recd);
        background-color: var(--theme-recd);
        color: #fff;
    }
}

.avail-qty {
    .quantity {
        display: flex;
        border: 1px solid var(--theme-recd);
        overflow: hidden;
        width: fit-content;
        /* border-radius: 5px; */
    }

    .quantity button {
        background-color: var(--theme-recd);
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 20px;
        width: 50px;
        height: auto;
        text-align: center;
        transition: background-color 0.2s;

        &:hover {
            background-color: var(--theme-recd) !important;
        }
    }

    .quantity button:hover {
        background-color: var(--theme-dark);
    }

    .input-box {
        width: 50px;
        text-align: center;
        border: none;
        padding: 8px 10px;
        font-size: 16px;
        outline: none;
    }

    /* Hide the number input spin buttons */
    .input-box::-webkit-inner-spin-button,
    .input-box::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .input-box[type="number"] {
        -moz-appearance: textfield;
    }
}

.tabnav--div {
    color: inherit;
    border: none !important;
    border-bottom: 2px solid transparent !important;

    &.active {
        border-bottom: 2px solid var(--theme-recd) !important;
        border: none;
    }

    &:hover {
        border: none;
        border-bottom: 2px solid var(--theme-recd) !important;
        color: inherit;
    }
}


.sliderforclientslogo {
    margin-top: 80px;
}

.sliderforclientslogo .my-slider {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.sliderforclientslogo .my-slider div {
    flex-basis: 20%;
    background-color: #00000014;
    min-height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    /* border: 1px solid red; */
}

._1 {
    background-image: url(https://images.unsplash.com/photo-1452457436726-a8e6ea2adf29?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

.bannersectionfullscreen {
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    padding: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

._2 {
    background-image: url(https://images.unsplash.com/photo-1491317002516-6356a658b3e8?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    margin-top: 15px;
}

.bannersectionfullscreen .misinvsindiv {
    max-width: 800px;
    background-color: #ff000017;
    padding: 45px;
    border-radius: 10px;
    color: #000000;
    border: 1px solid red;
}


.bannersectionfullscreen .misinvsindiv h4 {
    color: #000;
}

.bannersectionfullscreen .row {
    width: 100%;
}

@media(max-width:575px) {
    .bannersectionfullscreen {
        padding: 30px;
    }

    .bannersectionfullscreen .misinvsindiv {
        padding: 20px;
    }
}


div#content:has(.aboutpagemain) {
    padding: 0;
}

div#information-information:has(.aboutpagemain) {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.inditeamcard.mobileshow {
    margin-bottom: 15px;
}

.inditeamcard.mobileshow .inditeamimg {
    min-height: 250px;
    overflow: hidden;
    border-radius: 10px;
    max-height: 100%;
    margin-bottom: 15px;
}


.mobileshow {
    display: none;
}

@media (max-width:991px) {
    .dektopshow {
        display: none;
    }

    .mobileshow {
        display: block;
    }
}


.inditeam {
    margin-top: 80px;
}

.indinndercard {
    padding: 10px;
    border: 1px solid red;
    background-color: #ff000005;
    border-radius: 10px;
}

.indinndercard h4 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
}


.inditeamcard.dektopshow {
    position: relative;
    min-height: 300px;
}

.dektopshow .inditeamimg {
    position: absolute;
    width: 50%;
    height: 215px;
    overflow: hidden;
    z-index: -1;
    border-radius: 10px;
}


.dektopshow .inditeamdet {
    padding: 100px 15px 0px 135px;
    margin-bottom: 50px;
}

.inditeam .row {
    justify-content: center;
}

.teamimg {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 12px 12px 20px 0px #00000040;
}

.teamsectitlediv {
    max-width: 980px;
    margin: auto;
    margin-top: 80px;
}

@media (min-width:1300px) {
    .topsecdesc {
        padding: 150px;
        padding-left: 45px;
    }
}

.aboutpagemain .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.aboutpagemain p {
    font-size: 16px;
    font-weight: 600;
}


.bgspan:before {
    width: 35%;
    height: 25%;
    position: absolute;
    top: 44px;
    right: -60px;
    background-color: transparent;
    content: "";
    z-index: -1;
    border-top: 2px dashed red;
}

.bgspan {
    width: fit-content;
}

div#information-information *.row:has(.aboutpagemain) {
    max-width: 100%;
}

.bgspan {
    position: relative;
}

.topsectitle h1 {
    margin-bottom: 55px;
}

.bgspan:after {
    width: 35%;
    height: 25%;
    position: absolute;
    top: 40px;
    right: -45px;
    background-color: #ef1e1e47;
    content: "";
    z-index: -1;
}

@media (max-width:991px) {
    .topsectitle h1 {
        font-size: 28px;
        font-weight: 700;
    }
}

@media (max-width:768px) {
    .topsectitle {
        text-align: center;
    }
}

@media (max-width:575px) {
    .topsectitle h1 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .bgspan:after,
    .bgspan:before {
        display: none;
    }
}

.inditeamimg img {
    width: 100%;
}

@media (max-width:767px) {
    footer:before {
        display: none;
    }
}

.standyul {
    padding: 0;
}

li.stanyul.d-flex.gap-2 {
    margin-top: 15px;
}


@media (max-width:1199px) {
    .footer--col {
        margin-bottom: 3rem;
    }
}

.singleblogcont {
    max-width: 768px;
    margin: auto;
    padding: 0 15px;
}

fieldset {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}

fieldset legend {
    padding: 0 20px;
    float: none;
    width: fit-content;
}

.carftsubtotaldiv {
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

.copn {
    white-space: nowrap;
    border-radius: 0 10px 10px 0;
}

.coupinp {
    border-radius: 10px 0 0 10px;
    border: 1px solid;
    padding: 10px;
    text-transform: capitalize;
}

input:focus,
.form-select:focus:focus {
    box-shadow: none;
}

.p-10 {
    padding: 10px;
}

.rgloginmodal .modal-dialog {
    max-width: 768px;
}

.tomaincontent {
    ul.nav.nav-tabs {
        border: none;
        gap: 10px;
    }

    a.nav-link.active {
        background-color: var(--theme-dark);
        color: #fff !important;
    }

    a.nav-link {
        border: 1px solid var(--theme-dark) !important;
        color: var(--theme-dark) !important;
        border-radius: 5px;
        font-weight: 500;

        &:hover {
            border-color: var(--theme-recd) !important;
            color: var(--theme-recd) !important;
            background-color: transparent;
        }
    }
}

.profupload {
    position: relative;
    width: fit-content;
    margin: 15px auto;
    cursor: pointer;
}

.profupload input {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    left: 0;
    top: 0;
}

.profupload .loginbtn.btn {
    cursor: pointer;
}

#profilemodal2 .modal-dialog {
    max-width: 768px;
}

.profilefieldicon {
    max-width: 420px;
    margin: auto;
}

.myordertabl {
    min-width: 991px;
}

.searchboxsuggestions {
    display: none;
}

.searchbox:focus-within .searchboxsuggestions {
    display: block;
}

.mx-h-400 {
    max-height: 350px;
    height: 100%;
}

.product-card {
    overflow: hidden;
}

.serchboxsuggestbtn {
    overflow-x: hidden;
    overflow-y: auto;

    &::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    &::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    &::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    &::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

#serchoffcanvas .offcanvas-body {
    &::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    &::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    &::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    &::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

.userdrpdwn {
    .dropdown-menu {
        left: auto;
    }
}

.productimg {
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 15px;
    /* min-height: 300px; */
    height: 100%;
}

.productimg img {
    object-fit: contain !important;
    /* max-height: 300px; */
    object-position: center !important;
    /* min-height: 300px; */
}

.singleprod-img {
    text-align: center;
    padding: 15px;
}

.singleprod-img img.img-fluid {
    /* max-height: 500px;
    min-height: 500px; */
    object-fit: contain !important;
    /* @media (max-width:767px){
           max-height: 400px;
           min-height: 400px; 
    } */
}

.product-mini-img img {

    object-fit: contain;
    overflow: hidden;

}

@media (max-width:768px) {
    .productimg {
        min-height: 200px
    }

    .productimg img {
        max-height: 200px;
        min-height: 200px;
    }
}

/* product single */

.swatch-element:has(input:checked) label {
    font-weight: 600 !important;
    color: var(--theme-recd);
}

.swatch-element.color.Sponge {
    position: relative;
    border: 1px solid var(--theme-dark);
    /* border-radius: 5px; */
    padding: 8px 15px;
}

.swatch-element.color.Sponge input.inputradiobtn {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

.swatch-element.color.Sponge label {
    font-size: 16px;
    letter-spacing: .5px;
    text-align: center;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 400;
}

.variant-property {
    display: flex;
    gap: 15px;
}

.swatch-element:has(input:checked) {
    /* background-color: var(--theme-recd); */
    color: var(--theme-recd);
    border-color: var(--theme-recd) !important;
}

.product_details_info .pro-nprist .product-info:first-child {
    margin-top: 0;
}

.product-info {
    display: flex;
    justify-content: space-between;
}

.singleprodcol {
    position: sticky;
    top: 30px;
}

.faq {
    .accordion {
        .accordion-button {
            background-color: transparent;
            letter-spacing: 1px;
            color: black;
            text-transform: capitalize;
            font-weight: 600;
        }

        .accordion-button:focus {
            box-shadow: none;
            color: var(--theme-recd)
        }

        .accordion-collapse {
            letter-spacing: 1px;

            p {
                font-weight: 500;
            }
        }
    }
}

.singleprodcol {
    position: sticky;
    top: 25px;
}

.swiper-wrapper2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    grid-gap: 15px;

    
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        justify-content: center;
    }   
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        justify-content: center;
    };

}

.swiper-slide2 img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px;
}

/* grid */
.wallpapermate--main {
    .wallpapdiv--grid {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;

        span.radiocheckdiv {
            width: 22px;
            height: 22px;
            border: 3px solid #59595966;
            border-radius: 100px;
            transition: all .5s ease;
        }

        .swatch-element:has(input:checked) span.radiocheckdiv {
            border-width: 7px;
            transition: all .5s ease;
            border-color: var(--theme-recd);
            width: 22px;
            height: 22px;
        }

        .discounteddiv {
            position: relative;

            &::before {
                position: absolute;
                content: "";
                background-image: url(https://colorfeel.in/website/assets/website/images/sale-tag-option.png);
                width: -webkit-fill-available;
                height: 100%;
                background-repeat: no-repeat;
                top: -8px;
                background-position: top;
                background-size: 50%;
            }
        }

    }

    .custwidhigdiv {
        input {
            border: 4px solid #a2a2a269;
        }
    }

    .summarytable {

        td,
        th {
            border-style: dashed;
        }
    }
}

.theme-btn-o {
    background-color: transparent;
    border: 1px solid var(--theme-recd);
    color: var(--theme-recd);
    padding: 10px 15px;

    &:hover {
        background-color: var(--theme-recd);
        color: #fff;
    }
}

.border-y-1 {
    border-width: 1px 0 1px 0;
    border-style: solid;
}

.border-t-1 {
    border-width: 1px 0 0px 0;
    border-style: solid;
}

.gutter-0 {
    --bs-gutter-x: 0;
}

#gallery-container {
    .gutter-0 {
        --bs-gutter-x: 4px;
        --bs-gutter-y: 4px;
    }
}

.gridbest {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    grid-auto-rows: minmax(100px, auto);

    @media (max-width:425px) {
        grid-template-columns: repeat(1, 1fr);
    }

    @media (min-width:426px) and (max-width:575px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (min-width:576px) and (max-width:767px) {
        grid-template-columns: repeat(3, 1fr);
    }

    @media (min-width:768px) and (max-width:1199px) {
        grid-template-columns: repeat(4, 1fr);
    }
}

.py-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;

    @media (max-width:1199px) {
        padding: 0;
    }
}

.bannerimgdiv {
    position: relative;
    background-image: url("../images/bannerhalfimg.jpg");
    background-repeat: no-repeat;
    background-position: 0 20%;
    background-size: cover;
}

.bgclrdiv {
    background-color: #c2d3b7;
    position: relative;
    background-image: url("../images/plantforbanner.png");
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: -82px 200%;

    @media (max-width:991px) {
        background-size: contain;
    }

    @media (max-width: 575px) {
        background-image: none;
    }
}

.btnbanner {
    background-color: #546357;
    width: fit-content;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    padding: 15px 30px;
}

.sectionbestslider {
    .swiper-scrollbar {
        position: relative;
        width: 50%;
        margin: auto;
    }

    &::-webkit-scrollbar {
        height: 4px;
        border-radius: 100px;
    }

    /* Track */
    &::-webkit-scrollbar-track {
        background: #e8e8e8;
        border-radius: 100px;
    }

    /* Handle */
    &::-webkit-scrollbar-thumb {
        background: #414141;
        border-radius: 100px;
    }

    /* Handle on hover */
    &::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

.wallstoriesd {
    .wallstoriesimg {
        position: relative;
        transition: all .8s ease;
        overflow: hidden;
    }

    .wallstoriesimg:before {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00000033;
        top: -100%;
        left: -100%;
        content: "";
        transition: all .8s ease;
    }


    .wallstoriesimg:hover:before {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00000033;
        top: 0;
        left: 0;
        content: "";
        transition: all .8s ease;
    }

    .wallstoriesimg:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00000033;
        bottom: -100%;
        right: -100%;
        content: "";
        transition: all .8s ease;
    }


    .wallstoriesimg:hover:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00000033;
        bottom: 0;
        right: 0;
        content: "";
        transition: all .8s ease;
    }

}

.bottomparadiv {
    max-width: 991px;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 28px;
    color: #9a9a9a;

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: var(--theme-text);
    }
}

.footertopimng {
    img {
        width: 100%;
    }
}

.footer--col button {
    border-radius: 1000px !important;
}

section.abttopbanner {
    background-color: #185e6b;
    color: #fff;

    .abtcol6.h-100.border-white {
        border: 2px solid;
        border-radius: 100px 0;
    }

    .abttopbnerimg {
        border-radius: 0 100px;
    }
}

.ourconcept {
    .masonry {
        /* Masonry container */
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        /* margin: 1.5em; */
        padding: 0;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0;
        font-size: .85em;
    }

    .item {
        display: inline-block;
        padding: 1em;
        width: 100%;
        margin: 0;
        -webkit-transition: 1s ease all;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .item img {
        max-width: 100%;
    }

    @media only screen and (max-width: 320px) {
        .masonry {
            -moz-column-count: 1;
            -webkit-column-count: 1;
            column-count: 1;
        }
    }

    @media only screen and (min-width: 321px) and (max-width: 768px) {
        .masonry {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 1200px) {
        .masonry {
            -moz-column-count: 3;
            -webkit-column-count: 3;
            column-count: 3;
        }
    }

    @media only screen and (min-width: 1201px) {
        .masonry {
            -moz-column-count: 4;
            -webkit-column-count: 4;
            column-count: 4;
        }
    }
}


section.discussionformsec.sec_mar {
    background-image: linear-gradient(180deg, #f0f0ee, transparent);
}

.textbannediv {
    width: 50%;

    @media (max-width: 575px) {
        width: 80%;
    }
}

.wlpapertitle {
    @media (max-width: 991px) {
        h2 {
            font-size: 25px;
        }
    }
}

.product-sec {
    .prodtitle {
        width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.discussionformcontent{
    img{
        height: 400px;
        width: 100%;
        object-fit: cover;
        @media (max-width: 575px) {
            height: 350px;
        }
    }
}

.navbar-expand-xxl .navbar-nav .dropdown-menu{
    right: 0 ;
    left: auto;
}

.iconul a.nav-link {
    padding: 0;
    display: flex;
    align-items: center;
} 

@media (max-width:425px) {
    a.navbar-brand img {
        width: 110px;
    }
    
  
}