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

:root {
    --color-one: #fd5200;
    --color-two: #ff9f00;
    --color-three: #008083;

}

body {
    color: #212121;

}

.navbar-brand img {
    max-height: 60px;
}

.bg-main-three {
    background-color: var(--color-three);
}

.navbar-bg {
    background-color: var(--color-three);

}

.navbar-bg .nav-link {
    color: #fff;
}

.form-control:focus {
    border-color: var(--color-three);
    box-shadow: unset;

}

.bg-main-2 {
    background-color: var(--color-two);
    border-color: var(--color-two);
}

.form-control {
    padding: 11px 16px;
}

.input-group-text {
    padding: 11px 16px;

}

.bg-main {
     background-color: #ec5885 !important;
}

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

.input-group>.form-control {
    background-color: #f0f5ff;
    border-color: #f0f5ff;
}

.bg-main-sept {
    background-color: #f0f5ff;
    border-color: #f0f5ff;
}

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

.text-one {
    color: #fd5200;
}

.text-one:hover {
    color: #fd5200;
}

.text-three:hover {
    color: var(--color-three);

}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.top-half {
    top: -4px;
}

.cart-size {
    font-size: 9px;
    font-weight: 700;
    height: 16px;
    width: 16px;
    background-color: #fd5200;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -8px;
    top: 7px;
    color: #fff;
    border-radius: 50%;
}

.vjj .owl-nav button {
    position: absolute;

    height: 100px;
    width: 40px;
    background-color: #fff !important;
    z-index: 100;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
    border-radius: 0 4px 4px 0;
    top: 50%;

    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

.vjj .owl-nav button.owl-next {
    right: 0;
    border-radius: 4px 0 0 4px;
}

.vjj .owl-dots {
    position: absolute;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(40, 36, 36, 0.2) !important;
    padding: 4px 15px;
    border-radius: 12px;
    line-height: unset !important;
}

.vjj .owl-dot {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #cecece !important;
    margin: 0 1px;
}

.vjj .owl-dot.active {
    width: 15px;
    border-radius: 3px;
    background-color: #fff !important;
}


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

.bg-sept {
    background-color: #f1f2f4;
}

.btn-view i {
    transition: all 0.4s ease;
}

.btn-view:hover i {
    transform: translateX(3px);
}

.pr-price {
    color: #008083;
}

.regular-price {
    font-size: 13px;
    color: #272727;
    opacity: 0.5;
    color: red;
}

.bg-second {
    background-color: #f1f2f4;
    color: rgb(97, 97, 115);
    background: rgb(248, 248, 255);
}

.rating {
    color: #fff;
    background-color: rgb(3, 141, 99);
    padding: 2px 10px;
    border-radius: 48px;
    display: block;
}

.rating i {
    font-size: 12px;
}

.product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.none-ancher {
    color: #272727;
}

.none-ancher:hover {
    color: #272727;
}

.text-conth1 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #878787;
    font-weight: 700;
}

.text-conth2 {
    font-size: 17px;
    margin-bottom: 8px;
    color: #878787;
    font-weight: 600;

}

.text-contp {
    font-size: 13px;
    margin-bottom: 8px;
    color: #878787;
    font-weight: 400;

}

.footerMenu li a {
    text-decoration: none;
    color: #ebebeb;
    font-size: 14px;
    display: inline-block;
    transition: all 0.4s ease;
}

.footer p {
    color: #ebebeb;
    font-size: 14px;
}

.footerMenu li a:hover {
    color: #ff9f00;
    transform: translateX(3px);
}

.footer .border-top {
    border-color: #dee2e647 !important;
}

.socialmedia {
    color: #008083;
    display: flex;
}

.socialmedia li a {
    text-decoration: none;
    color: #f0f5ff;
    display: inline-block;
    padding: 0 6px;
    font-size: 18px
}

.socialmedia li a:hover.insta {
    color: #DD2A7B;
}

.socialmedia li a:hover.fb {
    color: #316FF6;
}

.socialmedia li a:hover.linedin {
    color: #0077B5;
}

.owl-product .owl-dots {
    bottom: -28px;
}

.fixedhead {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #82828224;
}

.form-select {
    text-indent: 5px;
    padding: 7px 10px;
    border-radius: unset;
    -webkit-border-top-right-radius: unset;
    -webkit-border-bottom-right-radius: unset;
    -moz-border-radius-topright: unset;
    -moz-border-radius-bottomright: unset;

}

select option {
    border-radius: unset;
    /* Adjust the value to match the border radius of the select element */
}

.form-select:focus {
    border-color: #008083;
    outline: 0;
    box-shadow: unset;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #008083;
    outline: 0;
    box-shadow: unset;
}

.cateFiltter .accordion-button:not(.collapsed) {
    background-color: unset;
    color: #272727;
}

.sideBar {
    position: sticky;
    top: 100px;

}

.breadcrumb-item a {
    text-decoration: none;
    color: #ff9f00;
}

show {
    width: 400px;
    height: 400px;
}

.small-img {
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 25px;
}

.small-img .icon-left,
.small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.small-img .icon-left {
    transform: rotate(180deg)
}

.small-img .icon-right {
    right: 0;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
    opacity: .5;
}

.small-container {
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.small-container div {
    width: 800%;
    position: relative;
}

.small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
}

.small-container .show-small-img:last-of-type {
    margin-right: 0;
}

.tagg {
    background: rgb(173, 216, 230);
}

.text-success {
    color: #26a541 !important;
}

.sprice,
.rprice {
    line-height: 1 !important;
}

.reviOFnt {
    font-weight: 700;
    color: #878787;
}

.qty .input-group-text {
    background-color: #008083;
    color: #fff;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.cruxbtn {
    background-color: transparent;
    border: 2px solid #fd5200;
    padding: 14px;
    font-weight: 600;
    color: #008083;
    text-align: center;
    text-align: center;
    transition: all 0.4s ease;
}

.btn-main {
    background-color: #ec5885;
    color: #fff;
}

.btn-black {
    background-color: #212121;
    color: #fff;
    border-color: #212121;
}

.btn-main:hover {
    background-color: transparent;

    color: #fd5200;
}

.btn-black:hover {
    background-color: transparent;

    color: #212121;
}

.delivery .input-group>.form-control {
    background-color: #fff;
    border: unset;
}

.delivery .input-group-text {
    background-color: #fff;
    border-color: #fff;
    font-weight: 600;
}

.delivery .input-group {
    border-bottom: 2px solid #008083;
}

.btn-out {
    color: #008083;
    border-color: #008083;
}

.position-s {
    position: sticky;
    top: 100px;
}

.imagesPr img {
    height: 80px;
    width: 80px;
    border-radius: 12px;
}

.productTitle {
    font-size: 18px !important;
}

@media (max-width: 575.98px) {
    .small-img {
        width: 305px;

        position: static;
        left: unset;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (max-width: 400.98px) {
    .qtty .input-group-text {
        padding: 6px 4px;
    }

    .qtty .form-control {
        padding: 6px 4px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (max-width: 991.98px) {
    .navbar-toggler:focus {
        box-shadow: unset;

    }

    .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .navbar-toggler i {
        font-weight: 700;
        font-size: 25px;
        color: #008083;
    }

    .menuIcon {
        display: none !important;
    }

    .menuSearch {
        margin-top: 5px;
    }

    #navbarNav {
        display: block !important;
    }

    #vjmenuShow {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background-color:rgb(122, 118, 118);
        z-index: 1000;
        width: 100%;
        bottom: 0;
        right: 0;
        height: 100%;
        overflow-y: auto;
        transform: translateX(-110%);
        transition: all 0.4s ease;
    }

    .topMObileheader {
        background-color: #015e5f;
    }

    .topMObileheader a {
        color: #fff;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 27px;
        border-bottom: 1px solid #ebebeb48;
        padding-top: 10px;
        padding-bottom: 10px;

    }

    .translatemain {
        transform: translateX(0) !important;

    }

    .footerTop .justify-content-end {
        justify-content: center !important;
        margin-top: 8px;
    }

    .bottomBar {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 10px;
        background-color: #008083;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1000;
        border-top: 1px solid rgb(234, 234, 242);
        box-shadow: rgba(34, 34, 34, 0.12) 0px 2px 16px 2px;
    }

    .bottomBar i {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .footer {
        margin-bottom: 49px;
    }

    .d-m-none {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .menuIcon p {
        font-size: 14px;
    }


}

@media (min-width: 1200px) {}





.pagination {
    display: flex;
    gap: 5px;
    justify-content: center;
    padding-left: 0;
}

.page-item {
    list-style: none;
}

.page-link {
    padding: 8px 14px;
    border: 1px solid #dee2e6;
    color: #007bff;
    text-decoration: none;
    border-radius: 4px;
}

.page-item.active .page-link {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}





    .size-btn {
        border: 1px solid #ccc;
        background-color: #fff;
        /* color: #000; */
        min-width: 50px;
        padding: 6px 12px;
        border-radius: 6px;
        transition: all 0.2s ease;
    }

    .size-btn.active {
        border: 2px solid #ec5885;         
        background-color: #fff0f5;         
        color: #ec5885;                    
        font-weight: bold;
    }

    .size-btn:hover {
        border-color: #ec5885;             
        color: white;
        background-color: #ec5885 !important;
    }


.product-colors {
    margin: 20px 0;
}
.color-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.color-option {
    text-align: center;
    cursor: pointer;
}
.color-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin: 0 auto 5px;
    transition: border-color 0.3s ease;
}
.color-option:hover .color-circle {
    border-color: #000;
}
.color-name {
    font-size: 13px;
    text-transform: capitalize;
}
.color-option.active .color-circle {
    border-color: #000;
}













