:root {
    --first-color: #36499c;
    --second-color: #bc4e9b;
    --third-color: #35489c;
    --fourth-color: #bb4e9c;
    --heading-font: "Roboto", sans-serif;
}

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

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

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

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

.heading-font {
    font-family: var(--heading-font);
}

h1,
h2,
h3,
h4,
h6 {
    font-family: var(--heading-font);
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

form {
    margin: 0px;
}

a:hover {
    color: var(--second-color);
}

p {
    font-size: 16px;
}

label.label {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: 3px 7px 5px 8px;
}

.label-danger {
    background: #FF1616;
    color: #fff;
}

.label-warning {
    background: #FFAA16;
    color: #fff;
}

.label-success {
    background: #7ED321;
    color: #fff;
}

.loader {
    background: linear-gradient(to right, rgb(22, 113, 202) 50%, transparent 50%);
    animation: spin 1s infinite linear;
}

.loader:before {
    display: block;
    content: '';
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: #222;
    border-radius: 50%;
}

.spin {
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

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

.top-header {
    padding: 9px 0;
    background-color: var(--second-color);
}

.top-header .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 300px;
}

ul.contact-dt {
    display: flex;
    align-items: center;
    gap: 35px;
}

.list-style {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.contact-dt li a {
    color: #fff;
    display: flex;
    align-items: center;
}

ul.contact-dt li a i {
    margin-right: 10px;
}

ul.contact-dt li a span {
    font-weight: 500;
}

ul.contact-dt li {
    border-right: 2px solid #fff;
    padding-right: 35px;
}

ul.contact-dt li:last-child {
    border: 0;
    padding-right: 0px;
}

ul.info-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

ul.info-list li a {
    color: #fff;
}

ul.info-list li a i {
    margin-right: 9px;
}

ul.info-list li a sapn {
    font-weight: 500;
}

.main-header {
    background: #ffff;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.06);
}

ul.nav-menu li {
    display: inline-block;
    list-style: none;
}

.logo-div {
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 14%;
}

.logo-div img {
    max-height: 107px;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toggle-menu {
    display: none;
}

.header-right-opt ul.contact-dt {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.header-right-opt ul.contact-dt li {
    list-style: none;
    display: inline-block;
    padding-right: 3px;
}

.header-right-opt ul.contact-dt li a span {
    display: none;
}

.header-menu .nav-list ul.nav-menu li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 24px;
    padding: 32px 0;
}

.header-menu .nav-list ul.nav-menu li a {
    color: var(--third-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.header-menu .nav-list ul.nav-menu li ul.sub-menu {
    padding: 0px;
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 240px;
    background: #fff;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: #012e4a;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
}

.header-menu .nav-list ul.nav-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-menu .nav-list ul.nav-menu li ul.sub-menu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-menu .nav-list ul.nav-menu li ul.sub-menu li a {
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 600;
    color: #012e4a;
    padding: 0 25px;
    padding-bottom: 11px;
    display: inline-block;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.header-menu .nav-list ul.nav-menu li ul.sub-menu li:hover a {
    background: var(--first-color);
    color: #fff;
}

.header-menu .nav-list ul.nav-menu li:hover>a {
    color: var(--second-color);
}

.header-menu .nav-list ul.nav-menu li a i {
    font-size: 12px;
}

.main-header:before {
    content: "";
    position: absolute;
    top: -1%;
    left: -3%;
    width: 458px;
    height: 141px;
    z-index: 2;
    border-radius: 0px 100px 0px 0px;
    background-color: #bc4e9b29;
    -webkit-border-radius: 0px 100px 0px 0px;
}

.main-header:after {
    content: "";
    position: absolute;
    top: -1%;
    left: -3%;
    width: 470px;
    height: 141px;
    z-index: 1;
    border-radius: 0px 100px 0px 0px;
    background: #fff;
    -webkit-border-radius: 0px 100px 0px 0px;
}

.header-right-opt ul.contact-dt li a {
    position: relative;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    background-color: transparent;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgba(79, 83, 107, 0.3);
}

.header-right-opt ul.contact-dt li a i {
    color: var(--first-color);
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    vertical-align: middle;
    line-height: 54px;
    padding-top: 14px;
}

.main-header.fixed-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
}

.main-header.fixed-header:before {
    height: 90px;
    -webkit-border-radius: 0px 52px 0px 0px;
}

.main-header.fixed-header:after {
    height: 90px;
    -webkit-border-radius: 0px 52px 0px 0px;
}

.main-header.fixed-header .logo-div img {
    max-height: 85px;
}

.main-header.fixed-header .logo-div {
    top: 1px;
}


/* arrow & dots */

.slick-arrow {
    border-radius: 50%;
    position: absolute;
    left: 14px;
    top: 50%;
    font-size: 21px;
    background: #88a2e678;
    padding: 20px 20px;
    color: var(--first-color);
    border: 1px solid var(--first-color);
    z-index: 1;
}

.NextArrow.slick-arrow {
    right: 10px;
    left: unset;
}

button.PrevArrow.slick-arrow {
    left: 10px;
}

.PrevArrow.slick-arrow {
    left: -31px;
}

.banner-slider .slick-arrow:hover {
    background: var(--first-color);
    color: #fff;
    transition: .3s;
}

ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 0;
    transform: translate(-50%, 0);
}

ul.slick-dots li {
    margin-right: 6px;
    border-color: var(--first-color);
    border: 1px solid var(--first-color);
    background: var(--first-color);
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li.slick-active {
    border-color: var(--second-color);
    border: 1px solid var(--second-color);
    background: var(--second-color);
}

.slick-slide {
    height: auto;
}

.search-inner {
    position: relative;
    width: 300px;
}

.search-inner .form-control {
    border: 2px solid #e5e7e8;
    border-radius: 41px;
    padding: 13px 30px;
}

.search-inner span.search-con {
    position: absolute;
    right: 9px;
    top: 7px;
    background: var(--first-color);
    padding: 12px;
    border-radius: 50%;
    line-height: 0;
}

.search-inner span.search-con i {
    color: #fff;
}

.form-control:focus {
    background-color: transparent;
    border-color: var(--first-color);
    outline: 0;
    box-shadow: none;
}

.default-padding {
    padding: 70px 0;
}

.features-block-inner {
    background: #f4e3ef;
    border-radius: 15px;
    padding: 25px;
}

.f-box {
    display: flex;
    align-items: center;
}

.f-box .icon-div {
    background: var(--second-color);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    height: 80px;
    align-items: center;
}

.f-box .icon-div img {
    margin: 0 9px;
    width: 45px;
}

.f-box .content {
    margin-left: 13px;
}

.f-box .content h3 {
    font-size: 21px;
    margin-bottom: 4px;
}

.f-box .content p {
    font-size: 15px;
    margin-bottom: 0px;
    color: #4f536c;
}

.product-thumb img {
    border-radius: 10px;
}

.featured-slider .slider-item {
    margin: 0 7px;
}

ul.shop-icon {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 26px;
    right: 26px;
}

.product-items:hover ul.shop-icon li {
    transform: scaleX(1);
}

.product-items ul.shop-icon li a {
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-items .product-thumb a {
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.product-items ul.shop-icon li a i {
    padding-top: 12px;
}

.product-items ul.shop-icon li:hover {
    background: var(--first-color);
}

.product-items ul.shop-icon li:hover i {
    color: #fff;
}

.product-items ul.shop-icon li {
    list-style: none;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(92, 112, 126, 0.3);
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
}

.product-thumb {
    position: relative;
}

.product-content {
    margin-top: 20px;
}

.product-content h5 {
    color: #4f536c;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 2px;
}

.product-content h3 {
    font-size: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    color: var(--first-color);
    line-height: 27px;
}

ul.price-list {
    padding: 0px;
    line-height: normal;
    margin: 0;
}

ul.price-list li {
    font-size: 24px;
    font-weight: 600;
    list-style: none;
    color: var(--second-color);
    display: inline-block;
    margin-right: 4px;
}

ul.price-list li del {
    color: #5C707E;
    font-size: 16px;
}

.btn {
    padding: 10px 28px;
    border-radius: 40px;
    color: var(--second-color);
    border: 1px solid #f4e3ef;
    display: inline-block;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #f4e3ef;
    white-space: nowrap;
}

.btn:hover {
    color: #fff;
}

.btn:before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background: linear-gradient(to right, var(--first-color) 0%, var(--second-color) 100%);
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}

.btn:hover::before {
    width: 100%;
}

.product-items .btn {
    width: 100%;
}

.btn i {
    margin-right: 8px;
}

.product-thumb {
    position: relative;
    overflow: hidden;
}

.product-thumb a {
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.product-items:hover .product-thumb img {
    transform: scale(1.1);
}

.product-thumb img {
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
}

.product-items:hover .btn {
    color: #fff;
}

.product-items:hover .btn::before {
    width: 100%;
}

.block-title {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    background: -webkit-linear-gradient(45deg, var(--second-color), var(--first-color) 34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slick-arrow:hover {
    background: var(--third-color);
}

.slick-arrow:hover i {
    color: #fff;
}

.featured-slider .slick-arrow {
    position: absolute;
    top: -85px;
}

.featured-slider .PrevArrow.slick-arrow {
    left: unset;
    right: 82px;
}

.bg-gr {
    background: linear-gradient(to right, var(--first-color) 0%, var(--second-color) 100%);
}

.offer-block h4.block-title.text-white {
    background: #fff;
    text-transform: math-auto;
    background-clip: text;
    font-size: 49px;
    font-weight: 600;
}

.offer-block h4.block-title.text-white b {
    font-weight: 300;
    text-shadow: 0px 4px 3px rgb(255 255 255), 0px 8px 13px rgb(0 0 0 / 0%), 0px 18px 23px rgb(0 0 0 / 0%);
    color: #fff;
    font-size: 54px;
}

.p-rel {
    position: relative!important;
}

.bounce-in {
    animation: bounce-in 2s ease infinite;
}

@keyframes bounce-in {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

.float1 {
    position: absolute;
    top: 10px;
    animation: bounce-in 10s ease infinite;
}

.float2 {
    animation: bounce-in 12s ease infinite;
    position: absolute;
    right: 0px;
    bottom: 11px;
    max-width: 236px;
}

.btn.light-btn {
    background: #fff;
}

.offer-block {
    overflow: hidden;
}

.running-deals .product-items {
    border: 1px solid #e6e6e6;
    display: flex;
    padding: 10px;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.product-items span.disount-off {
    position: absolute;
    z-index: 1;
    top: 0px;
    background: var(--third-color);
    color: #fff;
    left: 0px;
    padding: 4px 10px;
    font-size: 12px;
    border-bottom-right-radius: 10px;
}

.deal-left-time .dealTime {
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 8px;
    margin-top: 12px;
    ;
}

.running-deals .product-items .deal-left-time {
    width: 45%;
}

.deal-left-time .dealTime .time-box {
    width: 100%;
    color: var(--first-color);
    background: #e0e6ff;
    border-radius: 2px;
    padding-bottom: 4px;
    font-weight: 500;
}

.deal-left-time .dealTime .time-box span {
    display: block;
    font-size: 8px;
    margin-top: -4px;
}

.running-deals .product-items .product-content {
    width: 65%;
    margin-top: 0px;
    margin-left: 23px;
}

.info-box {
    text-align: center;
    background: #f4e3ef;
    padding: 76px 70px;
    border-radius: 36px;
    background: linear-gradient(to right, #ffb5e8 0%, #f4e3ef 83%);
}

.info-box h4.block-title {
    font-size: 40px;
    line-height: 52px;
    text-transform: none;
}

.running-deals .product-items .product-content h5 {
    font-size: 12px;
}

.running-deals .product-items .product-content h3 {
    font-size: 17px;
    line-height: 24px;
}

.running-deals .product-items .product-content ul.price-list {
    margin-bottom: 6px;
}

.running-deals .product-items .product-content .btn {
    font-size: 13px;
    padding: 6px 28px;
}

.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.of-0 {
    overflow: hidden;
}

.p-0 {
    padding: 0 !important;
}

.feature2 {
    padding: 70px 100px;
}

.feature2.left {
    position: relative;
    text-align: right;
    padding-right: 26px;
    margin-right: -98px;
    z-index: 1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.feature2.left .conetnt-inner {
    margin-left: 343px;
    margin-top: 0px;
}

.feature2.right {
    /* padding-left: 0; */
    margin-top: 134px;
    border-bottom-left-radius: 20px;
}

.feature2.right .conetnt-inner {
    margin-right: 114px;
}

.abt-pr {
    max-width: 800px;
    width: unset;
    margin-left: -302px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
}

.info-icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.info-icon-box .icon-box {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
    background: #fff;
    padding:25px;
    border-radius: 50%;
    margin-right: 15px;
}

.info-icon-box .icon-box img {
    width: 55px;
}

.info-icon-box .text p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #655858;
}

.info-icon-box .text h4 {
    font-size: 22px;
    color: var(--first-color);
    margin-bottom: 2px;
}

.abt-pr.form-right {
    margin-left: 29px;
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.about-product.right-block .info-icon-box .text h4 {
    font-size: 23px;
    line-height: 35px;
}

.about-product.right-block .info-icon-box .text h4 b {
    color: var(--second-color);
}

h4.block-title.center {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    background: -webkit-linear-gradient(45deg, var(--second-color), var(--first-color) 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-slider {
    margin-bottom: 34px;
}

.testimonial-slider .slick-slide {
    margin: 0 10px;
}

.testimonial-box {
    position: relative;
    border: 1px solid #36499c57;
    box-shadow: 0px 9px 20px rgb(46 35 94 / 7%);
    padding: 32px 30px;
    border-radius: 10px;
    background: linear-gradient(to right, #ffe8f86b 0%, #f4e3ef7a 83%);
    cursor: pointer;
}

.testimonial-box .quote-img {
    top: 22px;
    position: absolute;
    font-size: 55px;
    right: 44px;
    color: var(--first-color);
    transform: rotate(180deg);
    opacity: .8;
}

.testimonial-box .customer-details {
    margin-bottom: 13px;
}

.testimonial-box .customer-details .customer-name {
    font-weight: 500;
    color: var(--third-color);
    margin-bottom: -1px;
    font-size: 20px;
}

.testimonial-box .customer-details .designation {
    margin-bottom: 0px;
    font-size: 13px;
}

.testimonial-box .review {
    font-size: 15px;
    text-align: justify;
}

.testimonial-box .rating i {
    color: #fdc22d;
}

.testimonial-slider ul.slick-dots {
    margin: 0px;
    bottom: -26px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.footer-wrap {
    background-color: var(--third-color);
}

.footer-wrap .footer-logo {
    background: #fff;
    display: block;
    width: max-content;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.footer-wrap .footer-logo img {
    max-height: 100px;
}

.footer-wrap .comp-desc {
    color: #fff;
    margin-bottom: 19px;
}

ul.social-profile li {
    display: inline-block;
    margin: 0 4px;
}

ul.social-profile li a {
    display: flex;
    flex-wrap: wrap;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-ou;
}

ul.social-profile li a i {
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--second-color);
}

ul.social-profile li a:hover {
    transform: translateY(-2px);
    background-color: var(--second-color);
}

ul.social-profile li a:hover i {
    color: #ffff;
}

.footer-wrap .footer-widget {
    margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.footer-wrap .footer-widget .footer-widget-title:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}

h3.footer-widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: var(--second-color);
}

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

.footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 15px;
}

.footer-wrap .footer-widget .footer-menu li a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 15px;
}

.footer-wrap .footer-widget .footer-menu li a i {
    display: inline-block;
    position: absolute;
    left: -3px;
    font-size: 12px;
    top: 6px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
    color: #fff;
}

ul.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-wrap .footer-widget .contact-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    list-style: none;
}

.footer-wrap .footer-widget .contact-info li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #007dc5;
}

.footer-wrap .footer-widget .contact-info li h6 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 5px;
}

.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-copyright {
    background: var(--second-color);
    padding: 10px 0px;
}

.footer-copyright p.cpy-text {
    color: #fff;
    margin-bottom: 0px;
}

.footer-copyright p.cpy-text a {
    font-weight: 700;
}

.footer-copyright p.cpy-text a:hover {
    color: var(--first-color);
}

.about-product.right-block .info-icon-box .icon-box img {
    width: 60px;
    padding: 5px;
}

.text-right {
    text-align: right!important;
}

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

.para2 {
    text-align: justify;
    color: #737779;
    font-size: 17px;
}

.breadcrumb {
    background: linear-gradient(to right, var(--second-color) 30%, var(--first-color) 100%);
    padding: 17px 0;
    margin-bottom: 0px;
}

.breadcrumb .inner-title h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    line-height: 22px;
}

.breadcrumb .inner-title ul {
    padding: 0;
    margin: 0;
}

.breadcrumb .inner-title ul li {
    display: inline-block;
    color: #fff;
    font-weight: 500;
}

.breadcrumb .inner-title ul li a {
    color: #ffffffe6;
    position: relative;
    margin-right: 22px;
}

.breadcrumb .inner-title ul li a:before {
    content: '/';
    position: absolute;
    right: -18px;
}

.detail-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.detail-box .icon {
    background: #454a9c;
    padding: 18px 19px;
    border-radius: 50%;
    margin-right: 15px;
}

.detail-box .icon i {
    font-size: 24px;
    line-height: 0px;
    color: #fff;
}

.detail-box .text-details h4 {
    color: #7a7a7a;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}

.detail-box .text-details a {
    color: var(--second-color);
    font-size: 18px;
    font-weight: 500;
}

.contact-form {
    padding: 37px 40px;
    background: #3333330a;
    border-radius: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.contact-form .form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    color: #505156;
}

.form-group .form-control {
    padding: 11px 20px;
    border-radius: 6px;
    background: #ffff;
}

.filter-box {
    background: #f7f7f8;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
}

.filter-box .filter-heading {
    width: 100%;
    font-size: 18px;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    color: var(--first-color);
    font-weight: 600;
}

.filter-box .filter-heading i {
    float: right;
    font-size: 15px;
    top: 8px;
    position: relative;
}

.filter-box .content {
    padding: 0;
}

.filter-box .content ul {
    margin-bottom: 0px;
    padding: 15px 20px;
    list-style: none;
}

.filter-box .content ul li {
    border-bottom: 1px solid #d0ebe6;
    padding: 4px 0 10px 0;
    margin-bottom: 10px;
}

.filter-box .content ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.form-check label {
    width: 100%;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-range {
    background: var(--second-color);
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: var(--second-color);
    border: 1px solid #fff;
    outline: none;
    height: 17px;
    width: 17px;
    top: -4px;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: var(--second-color);
}

.price-range-slider {
    width: 100%;
}

.price-range-slider .range-value {
    margin: 0;
    padding: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 0px 0 10px 0;
    color: #000;
}

.price-range-slider .range-bar {
    border: none;
    background: #ddd;
    height: 10px;
    width: 92%;
    margin-left: 8px;
    margin-bottom: 8px;
}

.price-range-slider .range-value input:focus-visible {
    border: none;
    outline: none;
}

select.select-result {
    padding: 8px 20px 8px 6px;
    border: 2px solid #e5e7e8;
    outline: none;
    border-radius: 4px;
    color: #706f6f;
}

.product-items {
    margin-bottom: 23px;
}

.page-item.disabled .page-link {
    opacity: .6;
}

.page-item.active .page-link {
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.page-link i {
    padding: 4px 0;
    display: block;
}


/* */

.product-details-gallery {
    position: relative;
}

.product-gallery-slider img {
    width: 100%;
    min-height: 100%;
}

.product-gallery-slider-nav {
    margin: auto;
}

.product-gallery-slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.product-gallery-slider-nav .item-slick {
    max-width: 109px !important;
    margin-right: 10px !important;
    outline: none !important;
    cursor: pointer;
}

.product-gallery-slider-nav .slick-arrow {
    display: none !important;
}

.product-gallery-slider-nav button.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 48px;
    left: -30px;
    border: none;
    transition: 0.5s;
    border-radius: 4px;
    color: #fff;
    background-color: var(--third-color);
}

.product-gallery-slider-nav button.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    top: 48px;
    right: -30px;
    border: none;
    transition: 0.5s;
    border-radius: 4px;
    color: #fff;
    background-color: var(--third-color);
}

.product-gallery-slider-nav img {
    padding: 6px 2px;
}

.product-gallery-slider {
    margin-bottom: 20px;
}

.product-gallery-slider img {
    width: 100% !important;
    height: auto;
    /*padding: 0 30px; */
}

.gallery-img a.item-slick {
    display: block;
}

.details-block {
    margin-left: 30px;
}

.details-block h4.block-title {
    margin-bottom: 8px;
}

.details-block p.desc-pr {
    color: #737779;
    font-size: 18px;
}

.current-price-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.current-price-wrapper .current-price {
    color: var(--first-color);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}

.current-price-wrapper del {}

.product-list {
    margin-bottom: 20px;
}

.product-list ul {
    padding: 0px;
    margin-bottom: 0px;
}

.product-list ul li {
    display: flex;
    margin-bottom: 5px;
}

.product-list ul li p {
    color: #525252c2;
    width: 28%;
    font-size: 16px;
    font-weight: 500;
}

.product-list ul li span {
    font-size: 15px;
    color: var(--second-color);
}

.product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1d2025;
    padding: 10px 11px;
    border-radius: 6px;
    background-color: #f7f8fd;
}

.product-quantity .btn-light {
    color: var(--second-color);
    font-size: 16px;
    border: none;
    width: 26%;
    height: 32px;
    outline: none;
    background-color: transparent;
    border-radius: 2px;
}

.product-quantity .btn-light i {
    font-size: 24px;
}

.product-quantity .input-qty {
    border: none;
    background: transparent;
    width: 58%;
    text-align: center;
}

.product-quantity .input-qty:focus-visible {
    outline: 0px;
}

.more-details {
    margin-top: 50px;
}

.tab-box {
    border-radius: 10px;
    border: 1px solid #E6E9EB !important;
    box-shadow: 0px 9px 20px rgb(46 35 94 / 7%);
    background: #fff;
    margin-bottom: 20px;
}

ul.tab-heading {
    margin: 0;
    padding: 13px 20px 0 22px;
    border-bottom: 1px solid #d0e7e5;
}

ul.tab-heading li.clickme {
    display: inline-block;
    list-style: none;
    margin-top: 0px;
}

ul.tab-heading li.clickme a {
    text-decoration: none;
    font-weight: 500;
    color: var(--second-color);
    padding: 0px 20px 13px 20px;
    display: inline-block;
    position: relative;
}

ul.tab-heading li.clickme .activelink {
    transition: .3s;
    color: var(--first-color);
}

ul.tab-heading li.clickme .activelink:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: var(--first-color);
    bottom: 0;
    left: 0;
}

.tab-box .tab-content {
    padding: 22px;
}

.tab-box .tab-content .list.active {
    display: block;
}

.tab-box .tab-content .list.hide {
    display: none;
}

.btn.btn2 {
    color: #fff;
}

.btn.btn2::before {
    width: 100%;
}

.pr-features {
    gap: 7px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.pr-features .pf-box {
    width: 16%;
    text-align: center;
    border: 1px solid #EAEAEA;
    padding: 3px 4px;
    border-radius: 10px;
    box-shadow: 0px 15px 41px rgb(13 22 39 / 5%);
}

.pr-features .pf-box img {
    width: 58px;
    margin: 14px 0;
}

.pr-features .pf-box h4 {
    color: var(--first-color);
    font-size: 12px;
}

.search-result {
    position: absolute;
    z-index: 9;
    width: 100%;
    border: 1px solid #eaeaea !important;
    background: #fff;
    max-height: 300px;
    overflow-y: auto;
}

.search_suggestions.suggestion_list {
    padding: 0;
    margin: 0px;
}

.search_suggestions.suggestion_list li {
    text-align: left;
    padding: 11px 14px;
    border-bottom: 1px solid #eaeaea;
    list-style: none;
}

.search_suggestions.suggestion_list li.product-category {
    background: #f4e3ef;
    padding: 11px 14px;
    border: none;
}

.search_suggestions.suggestion_list li a {
    display: flex;
}

.search_suggestions.suggestion_list li span {
    font-size: 18px;
    margin-bottom: 2px;
    color: var(--first-color);
    font-weight: 600;
}

.search_suggestions.suggestion_list li.product-category-brn {
    font-size: 13px;
    color: #000;
}

.search_suggestions.suggestion_list li.product-category-brn a {
    display: block;
}

.search_suggestions.suggestion_list li.product-category-brn span {
    display: block;
    margin-bottom: -3px;
}

.search_suggestions.suggestion_list li .pr-img img {
    width: 52px;
    margin-right: 17px;
}

.search_suggestions.suggestion_list li a .pr-abt h5 {
    margin-bottom: 0px;
    font-size: 17px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.search_suggestions.suggestion_list li a .pr-abt ul.price-list {
    margin-bottom: 0px;
    margin-top: 4px;
}

.search_suggestions.suggestion_list li a .pr-abt ul.price-list li {
    padding: 0px;
    border: none;
    font-size: 18px;
    margin-right: 4px;
}

.search_suggestions.suggestion_list li a .pr-abt ul.price-list li del {
    font-size: 13px;
}


/**/

.form-group.with-icon i {
    float: right;
    cursor: pointer;
    margin-right: 14px;
    z-index: 1;
    margin-top: -32px;
    position: relative;
    color: var(--third-color);
}

.form-group.with-icon {
    position: relative;
}

.forgot-password a {
    color: var(--first-color);
    font-weight: 500;
}

p.regsiter-txt {
    margin-top: 10px;
}

p.regsiter-txt a {
    color: var(--first-color);
    font-weight: 500;
}

.style1 table tr th {
    padding: 10px 8px;
    border-bottom: 1px solid var(--second-color);
}

.style1 table tr td {
    padding: 10px 11px;
}

.style1 .product-div {
    display: flex;
    align-items: center;
}

.style1 .product-div .product-thumb {
    width: 40%;
    margin-right: 17px;
}

.style1 .product-div .product-content {
    margin-top: 0px;
}

.btn.delete-btn {
    padding: 10px 13px;
}

.style1 tr {
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.summary-box {
    padding: 20px 22px;
    background: linear-gradient(to right, #ffb5e8 0%, #f4e3ef 83%);
    border-radius: 17px;
    margin-left: 25px;
}

.summary-box h4 {
    color: var(--first-color);
    text-transform: uppercase;
    margin-bottom: 11px;
}

.summary-box ul.sum-list {
    padding: 0px;
    list-style: none;
}

.summary-box ul.sum-list li {
    display: flex;
    width: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.summary-box ul.sum-list li p {
    margin-bottom: 0px;
}

.summary-box ul.sum-list li p.list-txt {
    color: #3b3838;
    font-weight: 500;
}

.summary-box ul.sum-list li p.ord-amt {
    font-size: 17px;
    color: var(--third-color);
    font-weight: 700;
}

.summary-box ul.sum-list li.total {
    border-top: 1px solid #eee;
    padding-top: 7px;
    margin-bottom: 0px;
}

.summary-box ul.sum-list li.total p.list-txt {
    color: var(--second-color);
    font-size: 20px;
}

.my-account h4.block-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.dashboard-sidebar ul {
    padding: 0px;
    list-style: none;
    border-radius: 15px;
    overflow: hidden;
}

.dashboard-sidebar ul li .side-link {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 14px 22px;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #fff;
    background: #f4e3ef;
    color: #000;
    font-weight: 500;
    z-index: 2;
    position: relative;
}

.dashboard-sidebar ul li .side-link i {
    color: var(--first-color);
    margin-right: 6px;
    font-size: 20px;
}

.dashboard-sidebar ul li .side-link:before {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background: linear-gradient(to right, var(--first-color) 0%, var(--second-color) 100%);
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
    content: '';
}

.dashboard-sidebar ul li:hover .side-link:before {
    width: 100%;
}

.dashboard-sidebar ul li:hover .side-link {
    color: #ffff;
}

.dashboard-sidebar ul li:hover .side-link i {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.sidebar-box {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 19%) 0px 4px 12px;
    overflow: hidden;
    border-radius: 9px;
    padding: 22px 22px;
}

.user-details {
    display: flex;
    align-items: center;
}

.user-details .user-img {
    margin-right: 15px;
}

.user-details .user-img img {
    width: 100px;
}

.user-details .user-text h4 {
    font-size: 23px;
    color: var(--first-color);
    margin-bottom: 3px;
}

.user-details .user-text p {
    font-size: 14px;
    margin-bottom: 0px;
    color: var(--second-color);
}

.sidebar-box .dashbox {
    margin-top: 20px;
    padding: 23px 42px;
    background: #3333330a;
    border-radius: 15px;
    text-align: center;
    transition: .3s;
}

.sidebar-box .dashbox h4 {
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 18px;
    color: var(--first-color);
}

.sidebar-box .dashbox:hover {
    background: #f4e3ef;
}

.sidebar-box .dashbox:hover h4 {
    color: var(--second-color);
}

.sidebar-box .dashbox img {
    width: 100px;
}

.sidebar-box .form-group .form-control {
    background: #3333330a;
}

.given-address {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    padding: 20px;
}

.given-address h4 {
    border-bottom: 1px solid #cbd3d9;
    padding-bottom: 11px;
    margin-bottom: 21px;
}

.given-address ul.address-details {
    padding: 0 20px;
    margin: 0;
    list-style: none;
}

.given-address ul.address-details li {
    font-size: 15px;
    margin-bottom: 8px;
}

.given-address ul.address-details li span {
    color: var(--first-color);
    font-weight: 500;
}

.sidebar-box .block-title {
    font-size: 26px;
}

.tracking-div {
    margin-top: 30px;
}

.tracking-div .tracking-inner {}

.tracking-div .tracking-inner ul {
    display: flex;
    list-style: none;
    padding: 0px;
}

.tracking-div .tracking-inner ul li.bullet-1 {
    position: relative;
    width: 25%;
}

.tracking-div .tracking-inner ul li.bullet-1 .check-tick {
    background-color: var(--first-color);
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    position: relative;
}

.tracking-div .tracking-inner ul li.bullet-1 .check-tick i {
    color: #fff;
    font-size: 17px;
    position: relative;
    top: 4px;
}

.tracking-div .tracking-inner ul li.bullet-1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 7px;
    background: #ddd;
    top: 8px;
}

.tracking-div .tracking-inner ul li.bullet-1 .txt {
    margin-top: 15px;
}

.tracking-div .tracking-inner ul li.bullet-1 .txt img {
    width: 65px;
    margin-bottom: 8px;
}

.tracking-div .tracking-inner ul li.bullet-1 .txt span {
    display: block;
    font-size: 15px;
    line-height: 17px;
}

.tracking-div .tracking-inner ul li.bullet-1.active::before {
    background: var(--first-color);
}

.tracking-div .tracking-inner ul li.bullet-1:last-child::before {
    content: none;
}

.wishlist-page .style1 .product-div .product-thumb {
    width: 12%;
}

p.text-tag {
    background: #f4e3ef;
    width: max-content;
    padding: 8px 26px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 34px;
}

ul.consult-list {
    padding: 0px;
}

ul.consult-list li {
    margin-bottom: 6px;
    list-style: none;
    font-size: 17px;
    color: #434141;
}

ul.consult-list li span {
    font-weight: 700;
}

.book-consult {
    position: fixed;
    right: -60px;
    transition: 0.3s;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    z-index: 11;
    transform: rotate(270deg);
    text-align: center;
    top: 300px;
    background-color: var(--first-color);
}

.book-consult:hover {
    background: var(--second-color);
    color: #fff;
}

.order-detail .product-content h3 {
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 23px;
}

.ord-num h2 {
    font-size: 18px;
    font-weight: 400;
}

.ord-num h2 span {
    font-weight: 600;
    color: var(--second-color);
}

.detail-list ul.sum-list {
    padding: 0px;
    list-style: none;
}

.detail-list ul.sum-list li {
    width: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.detail-list ul.sum-list li p.list-txt {
    color: #3b3838;
    font-weight: 500;
}

.detail-list ul.sum-list li p.ord-amt {
    font-size: 17px;
    color: var(--third-color);
    font-weight: 700;
}

.detail-list ul.sum-list li p {
    margin: 0px;
}

.detail-list ul.sum-list li.total {
    border-top: 1px solid #eee;
    padding-top: 7px;
    margin-bottom: 0px;
}

.detail-list ul.sum-list li.total .list-txt {
    color: var(--second-color);
    font-size: 20px;
}

.ord-sidebox {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.ord-sidebox h5.title {
    padding: 9px 18px;
    background: var(--first-color);
    color: #fff;
    font-size: 18px;
    margin: 0px;
}

.ord-sidebox .sidebox-inner {
    background: #e1e3ff;
    padding: 12px 18px;
}

.ord-sidebox .sidebox-inner ul {
    margin: 0px;
    padding: 0px;
}

.ord-sidebox .sidebox-inner ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 6px;
}

.ord-sidebox .sidebox-inner ul li span {
    font-weight: 700;
}

.ord-sidebox .sidebox-inner li a {
    width: max-content;
    color: var(--second-color);
    font-weight: 600;
    background: #fff;
    padding: 6px 16px;
    display: block;
    border-radius: 20px;
}
/* */
#productModal .modal-content {
        height: auto;
        border-radius: 10px;
    }
    
    #productModal .modal-dialog{
        top: 7%;
    }
    
    #productModal .modal-dialog {
        max-width: 600px;
    }
    
    #productModal.modal.show .modal-dialog {
        transform: none !important;
    }
    
    #productModal.modal.show.modal-static .modal-dialog {
        transform: scale(1.02) !important;
    }
	.modal-dialog .modal-content {
    background-color: #fefefe;
    margin: unset;
    border: 1px solid #888;
    width: 100%;
    overflow: visible;
	}
	.modal-dialog .modal-content .modal-body {
    padding: 0;
}
.product-detail {
    padding: 1rem;
    display: flex;
    border-bottom: 1px solid #dee2e6;
    align-items: center;
}

.product-detail .pr-img img {
    height: 100px;
}

.product-detail .product-details-wrapper {
    margin-right: 0px;
    margin-left: 15px;
}

.product-detail .product-details-wrapper .product-title-wrap {
    font-size: 26px;
    margin-bottom: 13px;
}

.product-detail .product-details-wrapper .product-brabd {
    font-size: 10px;
	margin-bottom: 0px;
}

.product-detail .product-details-wrapper .product-price {
    padding-bottom: 0px;
    padding-top: 40px;
}
#productModal .modal-content .modal-header {
     border-bottom: 0px; 
	 padding-bottom: 0px;
    position: relative;
}

#productModal .modal-content .modal-header .sucess-label {
	width: 100%;
    padding: 9px 14px;
    background: #00800042;
    border-radius: 5px;
}

#productModal .modal-content .modal-header .close {
    position: absolute;
    top: -15px;
    right: -13px;
    font-size: 23px;
    background-color: #fff;
    z-index: 1;
    height: auto;
    padding: 6px 7px 10px 8px;
    line-height: 12px;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 10%);
}#productModal .modal-content .modal-header .sucess-label p {
    margin-bottom: 0px;
    color: green;
    font-weight: 600;
}

#productModal .modal-content .modal-header .sucess-label i {
    color: #008000;
    margin-right: 4px;
}
.bottom-btns {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}
.similar-product-box {
    padding: 15px 21px;
}
.similar-product-box .box-title {
    color: var(--first-color);
    font-weight: 700;
    font-family: var(--heading-font);
    margin-bottom: 15px;
}
.btn.continue {
    border: 1px solid var(--first-color);
    background: #e5eaff;
}

/**/
.product-details .more-details ul.tab-heading {
    background: #fff;
    top: 88px;
    position: sticky;
    z-index: 2;
}
.customer-saying-product {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.customer-saying-product h4 {
    color: var(--first-color);
    font-family: var(--heading-font);
    font-size: 20px;
}

.customer-saying-product span {
    display: inline-block;
    color: var(--third-color);
    font-size: 14px;
    padding: 6px 0;
}

.customer-saying-product p {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.2;
}

.customer-star i {
    color: #fc0;
    padding: 15px 0 0 0;
}

.start-review i {
    cursor: pointer;
    font-size: 23px;
    font-style: normal;
}
.review-slider .slick-arrow{
    display: none!important;
}
.review-slider .slide-item {
    margin: 0 11px;
}
.review-slider  ul.slick-dots {
    margin: 0px;
}
.tab-box .tab-content .block-title {
    font-size: 23px;
} 

.tab-box .tab-content .contact-form .block-title {
    margin-bottom: 6px;
}

.review-stars {
    margin-bottom: 14px;
}

.review-stars i {
    color: #4e4d4d;
    cursor: pointer;
}

.review-stars i:hover {
    color: #ffcc00;
}

.review-stars i.active {
    color: #ffcc00;
}
.tab-box .tab-content .list {
    margin-bottom: 20px;
}
.tab-content .pf-box {
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #EAEAEA;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 15px 41px rgb(13 22 39 / 5%);
}

.tab-content .pf-box h4 {
    color: var(--first-color);
    font-size: 19px;
    margin-bottom: 6px;
}
 

.tab-content .pf-box .icon {
    width: 95px;
    margin-bottom: 15px;
}

.tab-content .pf-box p {font-size: 13px;}

.tab-box .tab-content h6 {
    font-size: 23px;
    color: var(--fourth-color);
}

.tab-box .tab-content ul {
    margin-bottom: 15px;
}

.tab-box .tab-content ul li {
    margin-bottom: 9px;
    font-size: 15px;
    color: #666464;
    margin-left: 20px;
}
.more-details ul.tab-heading{
    border: 1px solid #d0e7e5;
    box-shadow: 0px 9px 20px rgb(46 35 94 / 7%);
    border-radius: 10px;
}
.more-details .tab-box {
    box-shadow: none;
    border: none !important;
}
.more-details .tab-box .tab-content{
    padding: 0px;
}
.more-details .tab-box .tab-content  .list{
    margin-top: 20px;
    border: 1px solid #E6E9EB !important;
    box-shadow: 0px 9px 20px rgb(46 35 94 / 7%);
    padding: 22px;
    border-radius: 10px;
} 

.pr-info-table thead tr {
    background: #f1f1f1;
}

.pr-info-table thead tr th {
    border: 1px solid rgb(1 59 79 / 15%)!important; 
    font-size: 20px;
    font-weight: 700; 
    padding: 9px 15px;
    color: var(--first-color);
}

.pr-info-table tbody tr td {
    font-size: 15px;
    font-weight: 600;
    color: #7d7d7d;
    padding: 13px 15px !important;
    vertical-align: middle !important;
} 

.pr-info-table tbody tr td:first-child {
    width: 25%;
}
.tab-box .tab-content ul.dot-list li {
    position: relative;
    padding-left: 20px;
}

.tab-box .tab-content ul.dot-list li:before {
    content: '';
    width: 8px;
    top: 8px;
    left: 0px;
    height: 8px;
    position: absolute;
    background: var(--first-color);
    border-radius: 50%;
}

.stroage-in-box {
    align-items: center;
    display: flex;
    text-align: left;
    padding: 12px 31px;
    margin-bottom: 20px;
    font-size: 12px;
    border-radius: 12px;
}
.stroage-in-box .img-box {
    background: #f4e3ef;
    padding: 15px 17px;
    border-radius: 50%;
    margin-right: 25px;
}
.stroage-in-box img {
    width: 42px;
    margin-bottom: 0px;
}
.use-box img {
    margin-bottom: 10px;
    width: 90px;
}

.stroage-in-box h6 {margin-bottom: 0pc;font-size: 13px;}

.tab-box .tab-content .stroage-in-box h6 {
    font-size: 19px;
} 

.use-box {
    margin-bottom: 20px;
}

.use-box .tab-box .tab-content h6 h6 {
    font-size: 13px;
}
.tab-box .tab-content .use-box h6 {
    font-size: 16px;
    color: #5c5c5c;
    line-height: 23px;

}
.form-group.prfcom-block {
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
}

.form-group.prfcom-block input {
    display: none;
}
.form-check-input:checked[type=radio]+label {
    border: 1px solid var(--second-color) !important;
    background: #f4e3ef !important;
}
.form-group.prfcom-block label {
    color: #263838;
    border-radius: 16px;
    cursor: pointer;
    margin: 4px 8px 4px 0px;
    padding: 7px 14px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    background-color: transparent;
    text-align: left;
    line-height: 17px;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    display: inline-block;
    width: auto;
} 

.policy-text h4 {
    color: var(--first-color);
    margin-bottom: 7px;
    margin-top: 19px;
}

.policy-text p {
    font-size: 17px;
    margin-bottom: 6px;
}
.info-icon-box.up-down {
    text-align: center;
    display: block;
}

.info-icon-box.up-down .icon-box {
    width: max-content;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
}

.info-icon-box.up-down p {
    margin-top: 10px;
    font-size: 13px;
} 

.ques-consultation ul.dot-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
    font-size: 17px;
    color: #666464;
    margin-left: 20px;
}

.ques-consultation ul.dot-list li:before {
    content: '';
    width: 8px;
    top: 8px;
    left: 0px;
    height: 8px;
    position: absolute;
    background: var(--first-color);
    border-radius: 50%;
}
.bg1 {
    background: #f4e3ef!important;
}
.info-icon-box.up-down .icon-box img {
    width: 58px;
}
.banner-slider .slider-img {
    width: 100%;
    height: auto;
}

.blog-box {
    margin-bottom: 10px;
}

.blog-box .img-box {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.blog-box .img-box img {
    border-radius: 4px;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}

.blog-box .item-content {
    padding-top: 15px;
}

.blog-box .item-content .post-meta-info {
    padding: 0pc;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-box .item-content .post-meta-info li {
    display: inline-block;
    color: #585858;
    font-size: 14px;
    font-weight: 500;
}

.blog-box .item-content .post-meta-info li i {
    color: var(--third-color);
}

.blog-box .item-content h4.ne-heading {
    color: var(--first-color);
    font-size: 19px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 13px;
}  
.blog-box:hover .img-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-dt-div img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.blog-dt-div ul.post-meta-info {
    margin-bottom: 11px;
}

.blog-dt-div ul.post-meta-info li {
    padding-left: 0px;
    position: static;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #636363;
}

.blog-dt-div ul.post-meta-info li i {
    margin-right: 4px;
    color: var(--second-color);
}

.blog-dt-div h3 {
    color: var(--first-color);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 13px;
}

.blog-dt-div p {
    text-align: justify;
    font-size: 16px;
    color: #585858;
}

.blog-dt-div  h4 {
    color: var(--second-color);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-dt-div ul {
    margin-bottom: 11px;
    padding: 0px;
    list-style: none;
}

.blog-dt-div ul li {
    position: relative;
    margin-bottom: 6px;
    font-size: 17px;
    padding-left: 22px;
}

.blog-dt-div ul li:before {
    height: 6px;
    content: '';
    width: 6px;
    position: absolute;
    left: 4px;
    top: 9px;
    background: var(--second-color);
    transform: rotate(45deg);
}
.blog-sidebar .blog-search {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.blog-sidebar .blog-search .form-control {
    width: 79%;
    padding: 11px 14px;
    border-radius: 33px;
}

.blog-sidebar .blog-search .btn {
    padding: 14px 14px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-widget {
    padding: 20px 25px;
    background: #f4e3ef;
    border-radius: 13px;
}

.sidebar-widget h4 {
    font-size: 21px;
    color: var(--first-color);
    font-weight: 600;
    font-family: var(--heading-font);
    text-transform: uppercase;
}

.sidebar-widget ul li {
    list-style: none;
    position: relative;
    font-size: 16px;
    padding-left: 17px;
}

.sidebar-widget ul li:before {
    height: 6px;
    content: '';
    width: 6px;
    position: absolute;
    left: 0px;
    top: 9px;
    background: var(--first-color);
    transform: rotate(45deg);
}

.sidebar-widget ul {
    padding: 0px;
    margin: 0px;
}

.blog-sidebar .blog-search .btn i {
    margin-right: 0px;
}
/**/
.seprator {
    border-bottom: 2px dashed #DADCDD;
    margin: 30px 0;
}
.post-author-div {
    background: #f4e3ef;
    display: flex;
    align-items: center;
    padding: 20px 21px;
    border-radius: 20px;
    border: 1px solid #f4e3ef;
}

.post-author-div .author-img {
    margin-right: 15px;  
    background: #eee;
    border-radius: 50%;
}

.post-author-div .author-img img {
    border-radius: 50%;
    background: #eee;
    margin-bottom: 0px;
    width: 80px;
}

.post-author-div .user-dt {
    position: relative;
    width: -webkit-fill-available;
}

.post-author-div .user-dt h5 {
    margin-bottom: 6px;
    font-size: 19px;
    font-weight: 600;
    color: var(--first-color);
}
.post-author-div .user-dt .author-abt {
    color: var(--second-color);
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 500;
}
.post-author-div .user-dt .post-no {
    top: 0px;
    position: absolute;
    right: 0px;
    font-size: 13px;
    font-weight: 500;
}

.post-author-div .user-dt p.desc1 {
    margin: 0px;
    color: #585858;
    font-size: 14px;
    line-height: 24px;
}
.comment-from {
    border-radius: 15px;
    background-color: #f7f7f7;
    padding: 32px 36px;
    margin-bottom: 20px;
}

.comment-from .form-group {
    margin-bottom: 16px;
}

.comment-from .form-group .form-control {
    padding: 12px 16px;
}

.form-check {
    margin-bottom: 14px;
}

.comment-from .form-group  textarea.form-control {
    height: 140px;
}

.comment-item-wrap {
    margin-bottom: 28px; 
}

.comment-item-wrap .comment-box-title {
    margin-bottom: 25px;
    font-weight: 600;
}

.comment-item-wrap .comment-item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.comment-item-wrap .comment-item.reply {
    margin-left: 40px
}

.comment-item-wrap .comment-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.comment-item-wrap .comment-item .comment-author-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    top: 4px
}

.comment-item-wrap .comment-item .comment-author-img img {
    border-radius: 50%;
    width: 100%;
}

.comment-item-wrap .comment-item .comment-author-wrap {
    width: calc(100% - 99px);
    margin-left: 17px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
    margin: 0 0 7px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    line-height: 1;
    margin: 0 20px 0 0;
    font-size: 18px;
    color: var(--first-color);
    display: inline-block
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    color: #303030;
    margin-top: 10px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
    margin: 0
}

.comment-item-wrap .reply-btn {
    display: inline-block;
    line-height: 1;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 15px;
}

.comment-item-wrap .reply-btn:hover {
    color: var(--second-color);
} 


@media screen and (max-width: 1536px) {
    .main-header:before {
        width: 449px;
        height: 134px;
    }  
    .main-header:after {
        width: 457px;
        height: 133px;
    }
    .about-product.right-block {
        overflow: hidden;
        padding-top: 0px;
    }
    .header-menu .nav-list ul.nav-menu li {
        margin-inline-end: 20px;
        padding: 29px 0;
    }
    .search-inner { 
        width: 308px;
    }
    .info-icon-box .icon-box{
        padding: 10px;
    }
    .about-product.right-block .info-icon-box .text h4 {
        font-size: 19px;
    }
    .default-padding {
        padding: 50px 0;
    }
    .abt-pr {
        max-width: 100%;
    }
    .abt-pr { 
        margin-left: -30px;
    }
    .block-title {
        font-size: 30px;
    }
    .slick-arrow{
        padding: 14px 14px;
        font-size: 17px;
    }
    .featured-slider .PrevArrow.slick-arrow { 
        right: 63px;
    }


}
    

@media only screen and (max-width: 1366px) {
    .main-header:before {
        height: 108px;
        width: 379px;
    }
    .main-header:after {
        height: 108px;
        width: 388px;
    }
    .logo-div {
        left: 16%;
        top: 9px;
    }
    .logo-div img {
        max-height: 92px;
    }
    .header-menu .nav-list ul.nav-menu li {
        margin-inline-end: 20px;
        padding: 25px 0;
    }
    .search-inner {
        width: 250px;
    }
    .header-menu .nav-list ul.nav-menu li a {
        font-size: 15px;
    }
    .search-inner .form-control {
        padding: 10px 20px;
        font-size: 14px;
    }
    .search-inner span.search-con i {
        font-size: 12px
    }
    .search-inner span.search-con {
        padding: 9px;
    }
    .header-right-opt ul.contact-dt li a {
        width: 34px;
        height: 34px;
    }
    .header-right-opt ul.contact-dt li a i {
        padding-top: 10px;
    }
    ul.contact-dt li a {
        font-size: 12px;
    }
    .top-header {
        padding: 6px 0;
    }
    ul.contact-dt {
        gap: 24px;
    }
    ul.contact-dt li {
        padding-right: 25px;
    }
    .banner-slider .slick-slide img {
        width: 100%;
        height: auto;
    }
    .slick-arrow {
        padding: 16px 16px;
        font-size: 15px;
    }
    .f-box .icon-div img {
        margin: 0 4px;
        width: 40px;
    }
    .f-box .icon-div {
        height: 65px;
    }
    .f-box .content h3 {
        font-size: 19px;
        margin-bottom: 0;
    }
    .f-box .content p {
        font-size: 13px;
    }
    .block-title {
        font-size: 30px;
    }
    .featured-slider .PrevArrow.slick-arrow {
        right: 66px;
    }
    .product-content h3 {
        font-size: 16px;
        line-height: 23px;
    }
    .product-content h5 {
        font-size: 13px;
        line-height: 20px;
    }
    ul.price-list li {
        font-size: 20px;
        margin-right: 1px;
    }
    .btn {
        font-size: 14px;
        padding: 7px 22px;
    }
    .offer-block h4.block-title.text-white {
        font-size: 40px;
    }
    .offer-block h4.block-title.text-white b {
        font-size: 45px;
    }
    .default-padding {
        padding: 60px 0;
    }
    .float1 {
        width: 207px;
    }
    .float2 {
        width: 207px;
    }
    .running-deals .product-items .product-content h3 {
        font-size: 14px;
        line-height: 19px;
    }
    .running-deals .product-items .product-content h5 {
        font-size: 10px;
        line-height: 16px;
    }
    .running-deals .product-items .product-content {
        margin-left: 15px;
    }
    .info-box {
        padding: 74px 76px;
    }
    .info-box h4.block-title {
        font-size: 30px;
        line-height: 46px;
        margin-bottom: 8px;
    }
    .feature2 .block-title {
        font-size: 27px;
        margin-bottom: 15px;
    }
    .feature2.left .conetnt-inner {
        margin-left: 282px;
    }
    .feature2 {
        padding: 57px 96px;
    }
    .abt-pr {
        position: absolute;
        left: 0;
        top: 10%;
        max-width: 570px;
        width: unset;
        margin-left: 0;
    }
    .abt-pr.form-right {
        margin-left: 0px;
        right: 0px;
        left: unset;
        top: 0;
    }
    .info-icon-box .text p {
        font-size: 12px;
    }
    .info-icon-box .text h4 {
        font-size: 17px;
    }
    .info-icon-box .icon-box img {
        width: 54px;
    }
    .about-product.right-block .info-icon-box .text h4 {
        font-size: 19px;
        line-height: 26px;
    }
    .about-product.right-block .info-icon-box .icon-box img {
        width: 40px;
        padding: 3px;
    }
    .testimonial-box {
        padding: 17px 20px;
    }
    .testimonial-box .review {
        margin-bottom: 4px;
        font-size: 12px;
    }
    .testimonial-box .customer-details .customer-name {
        font-size: 17px;
    }
    .testimonial-box .customer-details .designation {
        font-size: 11px;
    }
    .footer-wrap .footer-logo {
        padding: 9px 10px;
    }
    .footer-wrap .footer-logo img {
        max-height: 70px;
    }
    .footer-wrap .comp-desc {
        font-size: 14px;
        margin-bottom: 13px;
    }
    .footer-wrap .footer-widget .footer-widget-title {
        margin-bottom: 20px;
        padding-bottom: 8px;
        font-size: 19px;
    }
    .footer-wrap .footer-widget .footer-menu li a {
        font-size: 14px;
    }
    .footer-wrap .footer-widget .footer-menu li {
        margin-bottom: 8px;
    }
    .footer-wrap .footer-widget .footer-menu li a i {
        left: 1px;
        font-size: 10px;
    }
    .footer-copyright p.cpy-text {
        font-size: 12px;
    }
    .footer-copyright {
        padding: 7px 0px;
    }
    /**/
    .main-header.fixed-header:after {
        height: 76px;
    }
    .main-header.fixed-header:before {
        height: 76px;
    }
    .main-header.fixed-header .logo-div img {
        max-height: 71px;
    }
    .product-details .more-details ul.tab-heading{
        top: 76px;
    }
}

@media only screen and (max-width: 767px) {
    .abt-pr {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 0px !important;
        border-radius: 20px !important;
        margin-bottom: 20px !important;
    }
    h4.block-title.center {
        width: auto;
    }
    .navbar-div .header-menu {
        display: none;
    }
    .navbar-div .header-menu {
        left: -100%;
        top: 0px;
        position: fixed;
        width: calc(100% - 60px);
        max-width: 341px;
        height: 100% !important;
        background: var(--first-color);
        padding: 30px;
        animation: slide-in-left 1s forwards;
        z-index: 7;
    }
    .toggle-menu {
        display: block;
        float: right;
    }
    .toggle-icon {
        position: relative;
        width: 31px;
        height: 20px;
    }
    .toggle-icon span {
        position: absolute;
        width: 100%;
        height: 1px;
        display: inline-block;
        transition: all 0.3s;
        left: 0;
        background: #3f3f3f;
    }
    .toggle-icon span:first-child {
        top: 0;
    }
    .toggle-icon span:nth-child(2) {
        top: 44%;
    }
    .toggle-icon span:last-child {
        bottom: 2px;
    }
    body.mobile-menu .toggle-icon span:first-child {
        transform: rotate(45deg) translate(3px, 9px);
    }
    body.mobile-menu .toggle-icon span:nth-child(2) {
        opacity: 0;
    }
    body.mobile-menu .toggle-icon span:last-child {
        transform: rotate(-45deg) translate(3px, -9px);
    }
    .logo-div {
        position: relative;
        z-index: 2;
        top: 0px;
        left: 0px;
    }
    .logo-div img {
        max-height: 80px;
    }
    .main-header {
        padding: 6px 0;
    }
    .main-header:before {
        content: "";
        position: relative;
    }
    .main-header:after {
        content: "";
        position: relative;
    }
    .header-menu .nav-list ul.nav-menu li {
        display: block;
        margin-inline-end: 0;
        padding: 0;
    }
    .header-menu .nav-list ul.nav-menu li a {
        color: #fff;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .search-inner {
        display: none;
        width: auto;
        margin-bottom: 13px;
    }
    .header-right-opt ul.contact-dt li a {
        border: none;
        width: auto;
        height: auto;
        display: flex;
    }
    .header-right-opt ul.contact-dt li a span {
        display: inline-block;
    }
    .header-right-opt ul.contact-dt li a i {
        color: var(--second-color);
        padding-top: 0px;
        margin-right: 9px;
        font-size: 22px;
    }
    .header-right-opt ul.contact-dt {
        display: block;
    }
    .header-right-opt ul.contact-dt li {
        display: flex;
        border: none;
        align-items: center;
        height: auto;
        border: none;
        width: 100%;
    }
    .slider-inner img.slider-img {
        width: 100%;
        height: auto;
    }
    ul.contact-dt li a i {
        font-size: 13px;
        margin-right: 6px;
    }
    ul.contact-dt li a span {
        font-size: 13px;
    }
    .top-header {
        padding: 7px 0;
    }
    .top-header .header-top-wrapper {
        justify-content: center;
    }
    .banner-slider .slick-arrow {
        display: none!important;
    }
    .f-box {
        margin-bottom: 10px;
    }
    .f-box .icon-div {
        border-radius: 6px;
        padding: 10px;
        height: 53px;
    }
    .f-box .icon-div img {
        margin: 0 1px;
        width: 33px;
    }
    .f-box .content {
        margin-left: 9px;
    }
    .f-box .content h3 {
        font-size: 19px;
        margin-bottom: -1px;
    }
    .f-box .content p {
        font-size: 12px;
    }
    .default-padding {
        padding: 45px 0;
    }
    section.default-padding.features-block {
        padding-bottom: 0px;
    }
    .features-block-inner {
        padding: 25px 34px;
    }
    .block-title {
        font-size: 27px;
        margin-bottom: 15px;
    }
    .featured-slider .slick-arrow {
        display: none!important;
    }
    .featured-slider {
        margin-bottom: 40px;
    }
    .featured-slider ul.slick-dots {
        margin: 0px;
        bottom: -29px;
    }
    .default-padding.offer-block {
        padding: 112px 0;
    }
    .float1 {
        width: 152px;
    }
    .float2 {
        width: 152px;
    }
    .offer-block h4.block-title.text-white {
        font-size: 40px;
    }
    .offer-block h4.block-title.text-white b {
        font-size: 45px;
    }
    .product-content h3 {
        font-size: 17px;
        line-height: 24px;
    }
    .product-content h5 {
        font-size: 12px
    }
    .btn {
        font-size: 13px;
        padding: 6px 15px;
        line-height: 20px;
        padding-top: 5px;
    }
    .info-box {
        margin-top: 25px;
        padding: 60px 40px;
        border-radius: 27px;
    }
    .info-box h4.block-title {
        font-size: 35px;
        line-height: 48px;
        text-transform: none;
        margin-bottom: 12px;
    }
    .info-icon-box .text h4 {
        font-size: 20px;
    }
    .info-icon-box .text p {
        font-size: 11px;
    }
    .about-product.right-block .info-icon-box .icon-box img {
        width: 50px;
        padding: 5px;
    }
    .about-product.right-block .info-icon-box .text h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .about-product.right-block .abt-pr.form-right {
        margin-top: 20px !important;
    }
    .testimonial-box .review {
        font-size: 13px;
    }
    .testimonial-box .customer-details .customer-name {
        font-size: 18px;
    }
    .testimonial-box .customer-details .designation {
        font-size: 12px;
    }
    .footer-copyright {
        text-align: center;
    }
    .feature2.left {
        padding-right: 22px;
        margin-right: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .feature2 {
        padding: 27px 22px;
    }
    .feature2.left .conetnt-inner {
        margin-left: 0px;
        margin-top: 0px;
    }
    .feature2.right {
        margin-top: 20px;
        border-bottom-left-radius: 0;
    }
    .feature2.right .conetnt-inner {
        margin-right: 0;
    }
    .mb-d-none {
        display: none!important;
    }
    .lg-d-none {
        display: block!important;
    }
    body.mobile-menu .navbar-div .header-menu {
        display: block !important;
        overflow-y: auto;
    }
    .header-menu .nav-list ul.nav-menu li ul.sub-menu {
        min-width: 100%;
        top: 0;
        position: relative;
        height: 0px;
        transition: none;
    }
    .header-menu .nav-list ul.nav-menu li ul.sub-menu li a {
        margin-bottom: 0px;
        line-height: 20px;
        padding: 10px 20px;
        font-size: 14px;
    }
    .header-menu .nav-list ul.nav-menu li:hover ul.sub-menu {
        height: auto;
        margin-bottom: 15px;
    }
    .header-menu .nav-list ul.nav-menu li ul.sub-menu li:hover a {
        background: var(--fourth-color);
    }
    .header-menu .nav-list ul.nav-menu li a i {
        font-size: 12px;
    }
    .footer-wrap .footer-logo img {
        max-height: 77px;
    }
    .footer-copyright .text-right {
        text-align: center !important;
    }
    .conetnt-inner .block-title {
        margin-bottom: 12px;
    }
    .default-padding.about-product {
        padding-top: 0px;
    }
    .product-content {
        margin-top: 9px;
    }
    .lg-d-none {
        display: block !important;
    }
    .category.accordion {
        position: fixed;
        top: 0px;
        bottom: 0px;
        height: 100%;
        width: 100%;
        padding: 10px;
        left: -450px;
        background: #fff;
        z-index: 99999;
        overflow-x: hidden;
        box-shadow: 5px 0px 13px -7px rgb(0 0 0 / 10%);
        overflow-y: auto;
        transition: .5s all;
    }
    .acc-cat-heading {
        display: flex !important;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .flter-block {
        margin-bottom: 15px;
        background-color: #ecd0e4;
        padding: 11px 20px;
        border-radius: 10px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    .flter-block i {
        font-size: 24px;
    }
    .category.accordion.active {
        left: 0px;
        display: block !important;
        padding-bottom: 100px;
    }
    .acc-cat-heading {
        display: flex !important;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .acc-cat-heading h4 {
        margin-bottom: 0px;
        font-weight: 700;
        color: var(--first-color);
    }
    .acc-cat-heading i {
        color: var(--first-color);
        font-size: 24px;
        line-height: 0px;
    }
    .apply-filter {
        padding: 15px;
        background: #fff;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        border-top: 1px solid var(--second-color);
    }
    .apply-filter .btn {
        width: 100%;
    }
    .breadcrumb {
        padding: 9px 0;
    }
    .breadcrumb .inner-title h3 {
        font-size: 20px;
        line-height: 18px;
    }
    .breadcrumb .inner-title ul li a {
        font-size: 13px;
    }
    .breadcrumb .inner-title ul li {
        font-size: 13px;
    }
    .contact-form {
        padding: 33px 33px;
    }
    .abt-img {
        margin-bottom: 15px;
    }
    .para2 {
        font-size: 13px;
    }
    .details-block .btn {
        margin-top: 10px;
    }
    .details-block {
        margin-left: 0px;
    }
    .pr-features .pf-box {
        padding: 10px 17px;
    }
    .pr-features {
        gap: 11px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .pr-features .pf-box img {
        width: 84px;
    }
    .details-block p.desc-pr {
        font-size: 15px;
    }
    .summary-box {
        margin-left: 0px;
        margin-top: 25px;
    }
    .cart-destails table tr td {
        padding: 7px 4px;
    }
    .tracking-div .tracking-inner ul {
        display: block;
    }
    .tracking-div .tracking-inner ul li.bullet-1 {
        position: relative;
        width: 100%;
        margin-left: 40px;
        display: flex;
        padding-bottom: 21px;
    }
    .tracking-div .tracking-inner ul li.bullet-1:before {
        width: 6px;
        height: 100%;
        background: #ddd;
        top: 8px;
        left: 8px;
    }
    .tracking-div .tracking-inner ul li.bullet-1 .txt {
        margin-top: 0px;
        margin-left: 20px;
    }
    .tracking-div .tracking-inner ul li.bullet-1 .txt img {
        width: 51px;
    }
    .style1 .product-div .product-thumb {
        width: 90%;
        margin-right: 8px;
    }
    /**/
    .product-details .more-details ul.tab-heading{
        top: 74px;
    }
    .contact-form {
        padding: 25px 22px;
        margin-top: 21px;
    }
    .customer-saying-product{
        padding: 13px 16px;
    }
    .customer-saying-product h4{
        font-size: 16px;
    }
    .customer-saying-product span { 
        font-size: 11px;
        padding: 3px 0;
    }
    .customer-saying-product p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 11px!important; 
    }
    .blog-dt-div h3 { 
        font-size: 22px;
    }
    .blog-dt-div p { 
        font-size: 13px;
    }
    .blog-dt-div h4 { 
        font-size: 19px;
    }
    .blog-dt-div ul li { 
        margin-bottom: 6px;
        font-size: 13px;
    }
    /**/
    .post-author-div .author-img img {
        margin-right: 3px;
        width: 73px;
    }
    .post-author-div { 
        align-items: flex-start;
        padding: 16px 18px;
    }
    .comment-item-wrap .comment-item .comment-author-img {
        width: 50px;
        height: 50px;
    }
    .comment-item-wrap .comment-item .comment-author-wrap {
        width: calc(100% - 72px);
        margin-left: 13px;
    }
    .comment-item-wrap .comment-item .comment-author-wrap .comment-text p { 
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
        margin: 0 0 8px;
    }
    .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
        line-height: 15px;
        margin: 0 11px 0 0;
        font-size: 17px; 
        display: block;
    }
    .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date { 
        font-size: 12px;
    }
    .comment-item-wrap .comment-item { 
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .comment-from {
        padding: 25px 26px;
    }


}

@keyframes slide-in-left {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}

@media only screen and (max-width: 420px) {
    .pr-features .pf-box img {
        width: 69px;
    }
    .pr-features .pf-box {
        padding: 7px 13px;
    }
    .details-block p.desc-pr {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
    .breadcrumb .inner-title h3 {
        font-size: 15px;
        line-height: 18px;
    }
    .breadcrumb .inner-title ul li {
        font-size: 11px;
    }
    .breadcrumb .inner-title ul li a {
        margin-right: 15px;
    }
    .breadcrumb .inner-title ul li a:before {
        right: -14px;
    }
}