@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

:root {
    --send-main-color: #9FB0AA !important;
    --send-main-color-2: #3c4945 !important;
 --send-second-color: #f9f9f9 !important;
    --send-main-light-color: #fbfcfc !important;
--panel-radius: 12px !important;
}

.product-page .gallery-box .lSPager li a:hover {
    border-radius: 5px;
}

.main-header .top-bar {
display: none;
}

body {
font-family: 'Montserrat', sans-serif;
}

.main-header .navbar-brand img {
    width: 220px;
}

.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;
}

.main-header .main-nav .menu-list .nav-link {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
  
}

.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: 500;
}

.product-main-item {
    padding-bottom: 10px;
}


@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;
}


}


.main-footer {
    background: #555;
    color: rgba(255,255,255,0.7);
}

.main-footer .footer-heading {
    color: #fff;
}

.main-footer .main-foot a {
    color: rgba(255,255,255,0.7);
}

.main-footer a {
    color: #fff;
}

.main-footer .main-foot .social-links a {
    color: var(--main-color);
}

.main-footer .contact-info i {
    color: #fff;
}

.main-footer .copyright {
    background: transparent;
    color: #fff;
    
}

.main-footer .copyright .container {
    border-color: rgba(255,255,255,0.2);
}

.home-page .benefit-box .title {
    text-transform: unset; 
}




.product-page .rjs-variant-item.selected {
	border-color: #000;
	color: #fff;
	background: #000;
	font-weight: 700;

}

.product-page .rjs-variant-item {
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
	border: none;
	background: #f9f9f9;
	border: 2px solid rgba(0,0,0,0.04);
	color: #222;
	font-weight: 600;
	cursor: pointer;
	padding: 2px 6px;

}

.product-page .rjs-variant-main {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	margin-top: 8px;
}

.variants-configurator .title {
    font-weight: 700;
    color: var(--main-color);
}





.home-page .text-box .content {
    background: none !important;
    padding: 140px 0 !important;
    position: relative;
border-radius: 20px;
overflow: hidden;
}

.home-page .text-box .content::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient( to left, rgba(0,0,0, 0.25), rgba(0,0,0, 0.25) ) !important;
    z-index: 1;

    
    
}

.home-page .text-box .heading-box .heading {
    color: #fff;
}

.home-page .text-box .content * {
    position: relative;
    z-index: 3;
}

.home-page .text-box p {
    color: #fff !important;
    font-size: 17px;
}

.home-page .text-box .content {
    /*background-image: url('https://miledekor.demo.s1.myfultio.com/storage/c/miledekor/uploads/7HCg4eRgvxV4oB9Aa4cahGprPy918ezSxkagn0eI.webp') !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.home-page .text-box {
    color: #fff;
background: none;
}


@media (max-width: 767.98px) {
    .home-page .text-box p {
  
    font-size: 14px;
}
    
    .home-page .text-box,
.home-page .text-box .content {
    
    padding: 20px 0;
   
}

.heading-box .heading {
font-size: 22px;
}
    
    .home-page .text-box .content {
 
    background-attachment: unset !important;
}

}

@media(max-width: 567.98px) {
	.main-footer .footer-heading,
	.main-footer ul,
	.main-footer .payment-img-box {
		text-align: left;
	}

	.main-footer table.contact-info {
		margin: unset;
		text-align: left;
		margin-bottom: 15px;
	}


	.main-footer .social-links {
		justify-content: flex-start;
	}
}
.product-page .gallery-box .lSPager li a {
    border-radius: 5px;
}

.product-main-item .title {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
}


.product-main-item .stock.is {
    color: #75D673;
}

.product-main-item .stock {
    font-size: 12px;
}

.product-main-item .price {
    font-weight: 600;
    font-size: 20px;
    color: var(--main-color);
}

.product-main-item .price.sale > span {
    font-weight: 600;
}

.main-header.sticky .main-nav .menu-list .nav-link {
  
    font-weight: 600;
}

.tabinator .tabinator-item {
    font-weight: 600;
    font-size: 14px;
}

.product-page .product-main-info .stock-price-info-box .price {
    font-weight: 600;
    color: #3D4944;
}

.product-page .product-main-info .stock-price-info-box .stock {
    font-weight: 600;
    font-size: 14px;
}

.product-page .main-info {
    padding: 0;
}

.product-page .product-main-info .product-desc {
    font-size: 15px;
    font-weight: 400;
}

.product-page .product-main-info .input-group.count > div span {
    background: var(--main-color);
    color: #fff;
}
.btn {
    font-weight: 600;
}

.top-products .heading-box {
    border-bottom: 2px solid #f9f9f9;
    padding-bottom: 20px;
    position: relative;
}

.top-products .heading-box::after {
    content: '';
    width: 120px;
    background: var(--main-color);
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.main-footer {
    background-image: linear-gradient(to left bottom, #6b8078, #788c84, #859891, #92a49d, #9fb0aa);
}

.newsletter-box .heading {
    font-size: 22px;
    color: #fff;
     margin-bottom: 7px !important;
}

.newsletter-box .heading-box {
    text-align: left !important;
   
}


.newsletter-box .content {
    background: #111;
    padding: 45px;
    border-radius: 14px;
}

.newsletter-box .heading-box p {
    color: #f1f1f1;
    font-weight: 400;
    font-size: 14px;
    text-align: left !important;
}


.newsletter-box .content .input-group {
    border-radius: 6px;
    background: #fff;
    padding: 4px;
}

.newsletter-box .form-control::placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #333;
}

.newsletter-box button {
    font-weight: 600;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-header .mega-menu .subcategory-item .title {
    font-size: 13px;
    font-weight: 500;
}


@media (min-width: 992px) {
    .bottom-bar {
    background: #8da19a !important;
}

.main-header .main-nav .menu-list .nav-link {
    color: #fff;
    text-transform: unset !important;
}
}

.main-header .main-bar .search-box .form-control {
    height: 48px;
    background: #f9f9f9;
}

.main-header .main-bar .search-box .form-control::placeholder {
    font-size: 13px;
    font-weight: 400 !important;
}

.main-header .main-bar .search-box .input-group {
    border-radius: 10px;
    gap: 0 !important;
    background: transparent;
    align-items: flex-start !important;
}

.main-header .main-bar .search-box button {
    border: 0;
    background-color: var(--main-color);
    font-size: 18px;
    height: 48px !important;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-flex !important; 
    align-items: center;
    width: auto;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

@media (min-width: 992px) {
    .bottom-bar {
        background: #576a63 !important;
    }
}

.main-footer {
    background-image: linear-gradient(to left bottom, #576a63, #6b8078);
}



.article-item {
    border-radius: 12px !important;
}

.article-item .title {
    font-weight: 600;
    line-height: 19px;
    font-size: 15px;
    min-height: unset;
    color: #000;
    overflow: unset;
    text-overflow: unset;
    margin-bottom: 12px;
}

.article-item .meta-data .category {
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 2px 8px;
    background: var(--main-color);
}

.article-item .excerpt {
    all: unset !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #555 !important;
    line-height: 1.4 !important;
    display: block !important;
    margin-bottom: 15px !important;
 
}

.article-item .btn {
    padding: 0;
    background: none;
    color: var(--main-color);
    font-weight: 500;
    font-size: 15px;
    text-decoration: underline;
}

.main-footer .main-foot {
    font-size: 14px;
}

.main-footer .main-foot a {
    font-size: 14px;

}

.main-footer .main-foot .social-links a {
    font-size: 22px;
}

.main-footer .main-foot .social-links a:hover {
    background: var(--main-color);
    color: #fff;
}

.main-footer .copyright {
    font-size: 12px;

}

.main-footer .footer-heading {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.home-page .top-categories .category-item .title {
    font-size: 14px;
    font-weight: 600;
}

.home-page .top-categories .category-item {
    border-radius: 12px !important;
}

.category-sidebar .filter-box.cat-list-box .cat-list li > a {
    font-weight: 500;
}

.category-sidebar .filter-box.cat-list-box .cat-list .opened ul a {
    font-weight: 500;
}

.btn {

    font-size: 15px;

}

.category-sidebar .filter-box .head .title {
 
    font-weight: 700;
}

.category-sidebar .filter-box.cat-list-box .cat-list li > a {
    font-size: 14px;
}.category-sidebar .filter-box.cat-list-box .cat-list .opened ul a {
    font-size: 13px;
}


.article-item .img-box {
    height: unset !important;
    aspect-ratio: 4/3;
}

@media (max-width: 767.98px) {
    .product-main-item .title {
        font-size: 12px;
        line-height: 16px;
        min-height: 32px;
    }
}

@media screen and (max-width: 991.98px) {
    .product-main-item .price.sale span {
        display: inline-block;
        font-size: 13px;
    }
    
    .product-main-item .price {
    font-size: 15px;
}
}

.home-page .text-box .content::after {
    background: linear-gradient(to top, rgba(35, 42, 40, 0.95), rgba(35, 42, 40, 0.2)) !important;
}

.home-page .text-box .container .content p {
    font-size: 17px;
}

.category-page .subcategories .subcategory-item .title {
    font-size: 15px;
    font-weight: 600;
}

.cart-sidebar .price-item.total {
    font-weight: 600;
    font-size: 17px;
}

.cart-page .coupone-box .title {
    font-weight: 600;
}

.cart-page .cart-product-item .title {
    font-weight: 600;
}

.cart-page h1 {
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .home-page .benefit-box .title {
    font-size: 13px !important;
}
    

    .benefit-box .info-box p {
    font-size: 12px !important;
}
}

.product-page .product-main-info .add-btn {
    border-radius: 0;
    background: #000;
}

@media (max-width: 567.98px) {
    .product-page .product-main-info .add-box {
        flex-wrap: nowrap;
justify-content: center;
    }

.product-page .product-main-info .add-btn{
        flex: 1;
    }

.product-page .product-main-info .count-box {
    max-width: 100px;
    width: 100%;
}

.product-page .product-main-info .input-group.count {
    display: flex;
    width: auto;
    max-width: 100%;
    width: 100px;
    height: 50px;
}

.product-page .product-main-info .input-group.count input {
    width: 40px;
}

.product-page .product-main-info .input-group.count > div  {
    width: 30px;
}
}

@media (max-width: 991.98px) {
    .main-header .main-bar .search-box .input-group {
    padding-right: 0;
        border-radius: 0 !important;
        border: none !important;
}
    
    .main-header .main-bar .search-box button {

        border-radius: 0 !important;
        height: 100% !important;
        
}
    
        .search-opened .main-header .search-box .js-search-close {
        height: 100% !important;
            background: #000;
    }
    
     
    
    .search-opened .main-bar {
        border-top: none;
    }
}


/**** FONT **********/

.heading-box .heading {
    font-weight: 500;
}

.main-footer .footer-heading {
    font-weight: 500;
}

.home-page .benefit-box .title {
    text-transform: unset;
    font-size: 17px;
    font-weight: 500;
}

.benefit-box .info-box p {
    font-weight: 400;
    color: #555;
}

.product-main-item .img-box {
    height: 450px;
}


.product-page .gallery-box .product-slider .lslide img {
    height: auto !important;
    width: 100% !important;
    object-fit: cover !important;
    aspect-ratio: 3/4;
}

@media (max-width: 767.98px) {
    .product-main-item .img-box {
    height: auto;
        aspect-ratio: 1;
}
}



@media (min-width: 1400px) {
    .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

.detailed-description .tabinator-item {
 text-transform: uppercase; }


.search-box .form-control,
.op-box .small-title,
.product-main-item .btn-box,
.product-main-item .info-box .stock,
.article-section .article-item .btn-dark,
.article-section .article-item .category,
.newsletter-box p.text-center,
.newsletter-form .form-control,
.op-box .dropdown-menu a,
.cart-page .btn,
.coupone-box,
.coupone-box .form-control,
.delivery-page .btn,
.delivery-page .form-group,
.contact-cart-page .form-group,
.contact-cart-page .form-group .form-control::placeholder,
.contact-cart-page .btn,
.summary-page .btn,
.address-error-message
.contact-cart-page label span,
.js-checkbox-label,
.person-box table tr td:first-of-type,
.rating-box span.small,
.ribbon.stock,
.stock-box
{
    text-transform: lowercase !important;
}

.product-page nav,
.summary-page h1,
.summary-page h6.heading,
.contact-cart-page h6.form-heading,
.article-section h2,
.article-section .text-center .btn,
.newsletter-box .heading,
.newsletter-form .btn,
.rjs-cart-body h6,
.rjs-cart-body .total-box .total,
.rjs-cart-body .js-cart-box > a.cart-btn,
.cart-step a,
.cart-page h1,
.rjs-sidebar-cart-total-price,
.delivery-page h6.heading,
.cart-sidebar .price-item.paydev,
.variants-clickable h6,
.product-main-info .add-box
{
    text-transform: uppercase;
}
	:root {
			--send-main-color: #000000;
			--send-main-color-2: #000000;
			--send-main-light-color: #000000;
		}
	