:root {
    --send-main-color: #986536 !important;
    --send-main-color-2: #986536 !important;
 --send-second-color: #f7f1e8 !important;
    --send-main-light-color: #f7f1e8 !important;
}

/*
:root {
    --send-main-color: #674d6e !important;
    --send-main-color-2: #986536 !important;
 --send-second-color: #F2EEEB !important;
    --send-main-light-color: #F2EEEB !important;
}
*/
.main-header .navbar-brand img {
    width: 200px;
    padding: 0 !important;
}

.product-main-item .img-box a img {
    object-fit: cover;
}

.product-main-item .img-box  {
    padding: 0;
}

.product-main-item::after,
.product-main-item::before {
all: unset;
}


.home-page .includer-slider-box .banner-col {
    display: none;
}

.home-page .includer-slider-box .col-lg-8 {
    width: 100%;
}

.home-page .includer-slider-box .main-slider .carousel-item img {
    transform: scale(1);
    transition: transform 0.3s linear;
    height: auto;
    object-fit: unset;
}




.home-page .faq-page .faq-item {
    max-width: 650px;
    margin: auto;
    margin-bottom: 22px;
}

.home-page .faq-page .heading-box {
    text-align: center;
}

.heading-box .heading::after {
    all: unset;
}

.heading-box .heading {
    color: var(--main-color);
}

.benefit-box .info-box {
    flex: 1;
}

.benefit-box .info-box .title {
    font-size: 14px;
    margin-bottom: 5px;
}

.benefit-box .info-box p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #555;
}

.product-page .accessory-cont .show-accessory-button {
    padding: 10px 15px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
}

.product-page .accessory-cont  {
    background: #cfedf5;
    color: #2596B7;
   border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    max-width: 450px;
    margin: auto;
     margin-top: 15px;
}


.product-page .accessory-cont .show-accessory-button:hover {
    color: #fff;
}

.main-header .main-bar {
    padding-top: 5px;
    padding-bottom: 5px;
}


.product-main-item:hover {
    box-shadow: none !important;
}

.product-main-item .img-box {
    border-radius: var(--panel-radius);
    overflow: hidden;
}

.product-main-item .info-box {
    padding: 0;
    margin-top: 15px;
}

.product-main-item .img-box {
    height: 350px;
}

.product-main-item:hover {
    box-shadow: none;
    background: none !important;
}

.product-main-item .btn-box {
    width: 100%;
    height: auto;
}

.main-header .main-nav .menu-list .nav-link {
    padding: 11px;
    font-size: 14px;
}


.product-page .gallery-box .product-slider {
    height: 550px;
overflow: hidden;
}


.product-page .gallery-box .product-slider .lslide img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}


.product-page .gallery-box .lSPager li a {
    aspect-ratio: 1;
    padding: 0;
    overflow: hidden;
    border: none;
}

.product-page .gallery-box .lSPager li a img {
    object-fit: cover;
}

.product-page .gallery-box {
    padding: 0;
}

.product-page .gallery-box .lSSlideWrapper {
    border-radius: 25px;
    overflow: hidden;
}

nav.path {
    padding: 10px 0;
    border-bottom: none;
}

.product-page .gallery-box .lSAction a {
    border-radius: 5px;
}

.heading-box .heading {
    color: var(--main-color-2);
}

.heading-box .heading {
    font-size: 35px;
}


@media (min-width: 1200px) {
.product-page .gallery-box {
padding-right: 100px;
}
}

.product-main-item .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    min-height: 42px;
     margin-bottom: 2px;

}


.product-main-item .btn-box {
    bottom: 0;
}

.product-main-item .btn-box a {
    display: flex;
width: 100%;
font-size: 13px;
}


.benefit-box {
    background: var(--main-light-color);
    border-radius: 15px;
    height: 100%;
}

.benefit-box i {
    color: var(--main-light-color);
}

.benefit-box .info-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    min-height: 36px;
    color: #222;
}


.includer-slider-box .row {
    display: none;
}


.main-header .main-bar .op-box li > a, .main-header .main-bar .op-box .dropdown > a {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.main-header .main-bar .op-box .small-title {
    font-size: 11px;
    font-weight: 700;
}

.product-main-item {
    padding-bottom: 40px;
}


@media (min-width: 992px) {
    .main-header.sticky .bottom-bar {
        display: block;
    }

.main-header.sticky .top-bar {
        display: none;
    }
}

@media (max-width: 767.98px) {
.product-page .main-info {
    padding: 0;
}

.heading-box .heading {
    font-size: 27px;
}

}


@media (max-width: 767.98px) {
    .home-page .includer-slider-box .main-slider .carousel-item img {
        aspect-ratio: unset;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.product-main-item .title {
    font-size: 12px;
    line-height: 16px;
    min-height: 32px;
}

.product-main-item .img-box {
    height: 250px;
}

.product-page .gallery-box .product-slider .lslide img {
    height: 350px;
}

.product-page  .tabinator {
    display: flex;
overflow-x: auto;
gap: 8px;
white-space: nowrap;
}


}
	:root {
			--send-main-color: #000000;
			--send-main-color-2: #000000;
			--send-main-light-color: #000000;
		}
	