@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Merriweather:wght@300;400;700;900&family=Montserrat+Alternates:wght@400;500;600&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
:root
{

	--color1:#1F1CFF;
	--color2:#FF3130; /*  */
	--color3:#0b0b0b; /*  */
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;

}
/*
	
blue 
#1F1CFF
red
#FF3130
font-family: "Raleway", sans-serif;
font-family: "PT Sans", sans-serif;
font-family: "Montserrat", sans-serif;

*/
html {
  scroll-behavior: smooth;
}


.textHeightFix{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.textHeightFix[text-length='2']{
    -webkit-line-clamp: 2;
}
.textHeightFix[text-length='1']{
    -webkit-line-clamp: 1;
}
@media screen and (min-width: 993px)
{
    .btn-menu
    {
        display:none;
    }
    .sorting_row .left_sorting #filterButtons
    {
        display: none !important;
    }
    .sorting_row
    {
        width: 98%;
    }
}
@media screen and (min-width: 768px)
{
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		display: none;
	}
	body.innerPage footer
	{
		margin-top: 40px;
	}
	.right_top_logos_mobile_only
	{
		display: none;
	}
}
@media screen and (min-width: 577px)
{
	.logo002
	{
		display: none;
	}
}
@media screen and (max-width: 576px)
{
	.logo001
	{
		display: none;
	}
}
ul
{
	list-style-type: none;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
*{
	box-sizing: border-box;
	/*overflow: hidden;*/
}
body
{
	font-family: "Jost", sans-serif;
	font-size: 16px;
	color: #58585E;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	font-family: "Jost", sans-serif;
	font-family: "Tenor Sans", sans-serif;
    font-family: "Bitter", serif;
}
p
{
	text-align: justify;
}
.container
{
	max-width: 95%;
}
.rows
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px)
{
	.rows
	{
		flex-direction: column;
	}
	.rows .cols1,
	.rows .cols2,
	.rows .cols3,
	.rows .cols4,
	.rows .cols5,
	.rows .cols6,
	.rows .cols7,
	.rows .cols8,
	.rows .cols9,
	.rows .cols10,
	.rows .cols11,
	.rows .cols12
	{
		width: 100%;
		margin: 0 0 20px;
	}
}
.justifyContentCenter
{
	justify-content: center;
}
.justifyContentBetween
{
	justify-content: space-between;
}
.justifyContentEnd
{
	justify-content:flex-end;
}
.alignSelfCenter
{
	align-self: center;
}
.alignItemsCenter
{
	align-items: center;
}
.rows .colsonly
{
	flex: 0 0 auto;
}
.rows .cols1
{
	flex: 0 0 auto;
	width: calc(100% - 30px);
	margin: 0 15px 20px;
}

.rows .cols2
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .cols3
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}

.rows .cols4
{
	flex: 0 0 auto;
	width: calc(25% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols5
{
	flex: 0 0 auto;
	width: calc(20% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols6
{
	flex: 0 0 auto;
	width: calc(16.666% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols7
{
	flex: 0 0 auto;
	width: calc(14.28% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols8
{
	flex: 0 0 auto;
	width: calc(12.5% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols9
{
	flex: 0 0 auto;
	width: calc(11.11% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols10
{
	flex: 0 0 auto;
	width: calc(10% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols11
{
	flex: 0 0 auto;
	width: calc(9.09% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols12
{
	flex: 0 0 auto;
	width: calc(8.333% - 30px);
	margin: 0 15px 20px;	
}
.rows .colsHalf
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .colsThree
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}
/*
    ==========================================================
*/
.img-slide img
{
	width: 100%;
	height: 500px;
	object-position: center;
	object-fit: cover;
}

/*
    ==========================================================
*/
#bestOffers .slick-prev
{
	left: -35px;
}
#bestOffers .slick-next
{
	right: -35px;
}
#bestOffers .slick-prev, 
#bestOffers .slick-next
{
	background-color: transparent;
	width: auto;
	height: auto;
}
#bestOffers .slick-prev:before, 
#bestOffers .slick-next:before
{
	color: #333;
	font-size: 35px;
}


.rug-wrapper {
    padding: 50px 20px;
    background-color: #fff;
}
.rug-wrapper .container
{
	max-width: 97%;
}
.rug-wrapper .rug-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.rug-wrapper .rug-grid2 {
    display: inherit;
    grid-template-columns: inherit;
    gap: 20px;
}

.rug-wrapper .rug-grid2 .rug-card .rug-image-container
{
	margin: 0 10px;
}

.rug-wrapper .rug-card {
    /*position: relative;*/
    background: transparent;
    transition: box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.rug-wrapper .rug-card .stretched-link:after
{
	/*z-index: 2;*/
}

.rug-wrapper .rug-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.rug-wrapper .rug-image-container {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f0f0f0;
    z-index: 2;
}

.rug-wrapper .rug-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rug-wrapper .badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    z-index: 5;
    text-transform: uppercase;
}

.rug-wrapper .badge-exclusive {
    background-color: #4d2c0d; /* Green ki jagah brown color as requested */
    color: white;
}

.rug-wrapper .badge-discount {
    background-color: #b34439;
    color: white;
}

.rug-wrapper .hover-overlay {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.05);
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
}

.rug-wrapper .rug-card:hover .hover-overlay {
    opacity: 1;
}

.rug-wrapper .side-actions {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}

.rug-wrapper .action-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    transition: all 0.2s;
    position: relative;
    z-index: 510;
    color: #333;
}

.rug-wrapper .action-btn:hover {
    background: #4d2c0d;
    color: white;
}

.rug-wrapper .add-to-cart {
    width: 85%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background: white;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transform: translateY(15px);
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.rug-wrapper .rug-card:hover .add-to-cart {
    transform: translateY(0);
}

.rug-wrapper .rug-details {
    padding: 15px 5px;
    position: relative !important;
    text-align: center;
}

.rug-wrapper .rug-title {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    /*font-family: "Work Sans", sans-serif;*/
    font-family: "Jost", sans-serif;
    /*font-family: "Roboto", sans-serif;*/
}

.rug-wrapper .rug-pricing {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    font-size: 16px;
}

.rug-wrapper .current-price {
    color: #000;
    font-weight: 600;
}

.rug-wrapper .old-price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
}

.rug-wrapper .discount-percent {
    color: #2F1C07; 
    font-weight: 600;
    font-size: 12px;
}

/* Responsive Queries Scoped */
@media (max-width: 1200px) {
    .rug-wrapper .rug-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 992px) {
    .rug-wrapper .rug-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .rug-wrapper .rug-grid { 
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .rug-wrapper .rug-grid { grid-template-columns: repeat(1, 1fr); }
}

/*
    ==========================================================
*/

.rug-wrapper .badge-discount-circle {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45px;
    height: 45px;
    background-color: #2F1C07; 
    background-color: #f00; 
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px; 
    font-weight: 600;
    line-height: 1.1;
    z-index: 5;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    text-transform: uppercase;
}

.rug-wrapper .rug-pricing {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.rug-wrapper .discount-percent {
    display: none;
}

/*
    ==========================================================
*/

.sectionHeadings
{
	margin-bottom: 30px;
}
.sectionHeadings h4
{
	text-align: center;
	font-family: "Bitter", serif;
	font-weight: 700;
	color: #4d2c0d;
	color: #222;
	font-size: 32px;
}
.sectionHeadings p
{
	text-align: center;
	font-size: 17px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.rug-masonry-8 .sectionHeadings p
{
	max-width: 850px;
}

/*
    ==========================================================
*/
.rug-masonry-8 {
        padding: 30px 0 50px;
        background-color: #fff;
    }

    .rug-masonry-8 .section-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .rug-masonry-8 .section-header h2 {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    /* Grid Logic Updated */
    .rug-masonry-8 .masonry-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* Base row height set to 250px */
        grid-auto-rows: 250px; 
        gap: 15px;
    }

    .rug-masonry-8 .masonry-item {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    /* Custom Sizes Updated */
    .rug-masonry-8 .tall {
        /* grid-auto-rows (250px) + gap (15px) + standard row (250px) = ~515px-520px approx */
        grid-row: span 2;
    }

    .rug-masonry-8 .wide {
        grid-column: span 2;
    }

    /* Box & Image */
    .rug-masonry-8 .cat-box {
        height: 100%;
        width: 100%;
    }

    .rug-masonry-8 .cat-box img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Image khinchegi nahi, perfectly fill karegi */
        transition: transform 0.5s ease;
    }

    /* Content Overlay */
   .rug-masonry-8 .cat-content {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.1) 0%, 
        rgba(0, 0, 0, 0.2) 60%, 
        rgba(0, 0, 0, 0.7) 100%
    ); 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    padding-bottom: 40px;
    transition: all 0.3s ease;
}

.rug-masonry-8 .masonry-item:hover .cat-content {
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.2) 0%, 
        rgba(0, 0, 0, 0.4) 50%, 
        rgba(0, 0, 0, 0.8) 100%
    );
}

    .rug-masonry-8 .cat-content h4 {
        color: #fff;
        font-size: 1.4rem;
        margin-bottom: 5px;
        font-weight: 600;
        font-family: "Jost", sans-serif;
        font-family: "Bitter", serif;
    }

    .rug-masonry-8 .shop-link {
        color: #fff;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
        width: fit-content;
        transform: translateY(5px);
        transition: all 0.3s ease;
    }

    /* Hover States */
    .rug-masonry-8 .masonry-item:hover img {
        transform: scale(1.1);
    }

    .rug-masonry-8 .masonry-item:hover .cat-content {
        background: rgba(0,0,0,0.5); 
    }

    .rug-masonry-8 .masonry-item:hover .shop-link {
        opacity: 1;
        transform: translateY(5px);
    }

    /* Responsive Grid Updated */
    @media (max-width: 992px) {
        .rug-masonry-8 .masonry-grid {
            grid-template-columns: repeat(2, 1fr);
            grid-auto-rows: 250px; /* Tablet par bhi uniform rakha hai */
        }
    }

    @media (max-width: 576px) {
        .rug-masonry-8 .masonry-grid {
            grid-template-columns: 1fr;
            grid-auto-rows: 250px; /* Mobile par saari images 250px height ki ho jayengi */
        }
        .rug-masonry-8 .tall, .rug-masonry-8 .wide {
            grid-row: span 1;
            grid-column: span 1;
        }
        .rug-masonry-8 .shop-link {
            opacity: 1;
        }
    }
/*
    ==========================================================
*/



/*
	==========================================================
*/
.sections___301
{
	margin-top: 00px;
	padding: 0px 0 30px;
	background-color: #fff;
}
.sections___301 .page_section_heading
{
	text-align: center;
	margin-bottom: 10px;
}
.sections___301 .page_section_heading h3
{
	font-size: 33px;
	font-weight: 500;
	color: var(--black);
}

.sections___301 .page_section_heading p
{
	font-size: 17px;
	font-weight: 400;
	color: #444;
	max-width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/*
	==========================================================
*/
.sections___301
{
	background-color: #f6f4ef;
	background-color: #EAEAEA;
	background-color: #fff;
	padding: 5px 0 45px;
}


/*.sections___301 {
    background-color: rgba(134, 188, 245, 0.15); 
    
    background-image: 
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
        linear-gradient(rgba(134, 188, 245, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(134, 188, 245, 0.05) 1px, transparent 1px);
    
    background-size: 4px 4px, 12px 12px, 12px 12px;
    
    position: relative;
    padding: 60px 20px;
    border-radius: 8px;
    overflow: hidden;
}

.sections___301::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    box-shadow: inset 0 0 50px rgba(134, 188, 245, 0.1);
    pointer-events: none;
}
*/

/*.sections___301 {
    background-color: rgba(77, 44, 13, 0.02); 
    
    background-image: 
        radial-gradient(circle at 50% 50%, rgba(77, 44, 13, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(77, 44, 13, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(77, 44, 13, 0.02) 1px, transparent 1px);
    
    background-size: 4px 4px, 12px 12px, 12px 12px;
    
    position: relative;
    padding: 60px 20px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(77, 44, 13, 0.05);
}

.sections___301::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    box-shadow: inset 0 0 60px rgba(77, 44, 13, 0.03);
    pointer-events: none;
}
*/

/*
.sections___301 {
    background-color: rgba(77, 44, 13, 0.02);
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(77, 44, 13, 0.01) 10px,
        rgba(77, 44, 13, 0.01) 11px
    );
    position: relative;
    padding: 60px 20px;
    border-radius: 8px;
}*/

/*.sections___301 {
    background-color: #f9f7f5; 
    
    background-image: 
        repeating-linear-gradient(45deg, rgba(77, 44, 13, 0.03) 0px, rgba(77, 44, 13, 0.03) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(-45deg, rgba(77, 44, 13, 0.03) 0px, rgba(77, 44, 13, 0.03) 1px, transparent 1px, transparent 10px),
        linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    
    background-size: 20px 20px;
    padding: 60px 20px; 
    border-top: 1px solid rgba(77, 44, 13, 0.1);
    border-bottom: 1px solid rgba(77, 44, 13, 0.1);
}
*/
.sections___301 .container
{
	max-width: 95%;
}
/*
.sections___301 {
    background-color: #fdfcfb; 

    background-image: 
        linear-gradient(90deg, rgba(77, 44, 13, 0.02) 50%, transparent 60%),
        linear-gradient(rgba(77, 44, 13, 0.02) 50%, transparent 60%);
    
    background-size: 4px 4px;

    box-shadow: inset 0 0 100px rgba(77, 44, 13, 0.02);
    
    padding: 80px 0px;
    border: 1px solid rgba(77, 44, 13, 0.05);
}
*/
.shopBySizeRows
{
	margin-top: 20px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}
.shopBySizeRows .size_colom_box
{

}
.shopBySizeRows .size_colom_box .wrapper
{
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	position: relative;
	/*background-color: #fff;*/
	padding: 10px;
	border-radius: 7px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.shopBySizeRows .size_colom_box .wrapper .global_anchors:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.shopBySizeRows .size_colom_box .wrapper .image
{
	text-align: center;
}

.shopBySizeRows .size_colom_box .wrapper .image img
{
	max-width: 150px;
	height: 100px;
	object-position: center;
	object-fit: contain;
}
.shopBySizeRows .size_colom_box .wrapper .title
{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*
    ==========================================================
*/

.features-section-custom {
    background-color: #fdfaf7;
    padding: 70px 0;
}

.features-section-custom .feature-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(73, 43, 11, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-section-custom .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(73, 43, 11, 0.12);
}

.features-section-custom .icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: rgba(73, 43, 11, 0.08);
    color: #492B0B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 28px;
    transition: background-color 0.3s ease;
}

.features-section-custom .feature-card:hover .icon-wrapper {
    background-color: #492B0B;
    color: #ffffff;
}

.features-section-custom h5 {
    color: #492B0B;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Jost", sans-serif;
}

.features-section-custom p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}
/*
    ==========================================================
*/


.shop-by-category {
        padding: 50px 0;
        background-color: #f8f9fa;
    }

    .shop-by-category .category-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .shop-by-category .category-header h2 {
        font-weight: 800;
        color: #222;
    }

    .shop-by-category .category-card {
        position: relative;
        height: 400px;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 24px;
        background-color: #eee;
    }

    .shop-by-category .category-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .shop-by-category .category-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%, transparent 100%);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 30px;
        z-index: 1;
    }

    /* Wrapper for animation */
    .shop-by-category .content-wrapper {
        transition: transform 0.4s ease-out;
        transform: translateY(0px); /* Default position thoda niche */
    }

    .shop-by-category .category-name {
        color: #ffffff;
        font-weight: 700;
        font-size: 1.4rem;
        text-transform: capitalize;
        margin-bottom: 12px;

        color: #fff;
	    font-size: 1.4rem;
	    margin-bottom: 5px;
	    font-weight: 600;
	    font-family: "Bitter", serif;
    }

    .shop-by-category .shop-now-btn {
		    display: inline-block;
		    background-color: #4d2c0d;
		    color: #fff;
		    padding: 6px 20px;
		    border-radius: 35px;
		    font-size: 0.8rem;
		    font-weight: 500;
		    text-transform: uppercase;
		    transition: background-color 0.3s ease;
		    margin-top: 7px;
    }

    /* Hover States */
    .shop-by-category .category-card:hover img {
        transform: scale(1.1);
    }

    .shop-by-category .category-card:hover .content-wrapper {
        transform: translateY(-10px); /* Hover par upar slide hoga */
    }

    .shop-by-category .category-card:hover .shop-now-btn {
        background-color: #000000;
        color: #ffffff;
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
        .shop-by-category .content-wrapper {
            transform: translateY(0); /* Mobile par animation hata di taaki hamesha visible rahe */
        }
        .shop-by-category .category-card {
            height: 320px;
        }
    }


/*============================================================*/

.custom-hero-section {
    background-color: #013F6E;
    position: relative;
    padding: 35px 20px;
    overflow: hidden;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    
/*
    background-color: #492b0b;
    background-color: #F5F5F5;
    background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, transparent 1px, transparent 3px), repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, transparent 1px, transparent 3px);
    background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, transparent 1px, transparent 3px), repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, transparent 1px, transparent 3px);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);*/

/*
    background-color: #A8A8A8;
  background-image: radial-gradient(#e0e0e0 1px, transparent 1px);

  */

      background-color: #a8a8a870;
    background-image: radial-gradient(#e0e0e0b8 1px, transparent 1px);

  background-size: 20px 20px;
  
}
.custom-hero-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url("../img/carbon-fibre.png");
  opacity: 0.1;
  pointer-events: none;
}


.custom-hero-section .hero-container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.custom-hero-section .hero-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    color: #3A2208;
    margin-bottom: 0;
}

.custom-hero-section .breadcrumb-list {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.custom-hero-section .breadcrumb-list li a {
    color: #333;
    text-decoration: none;
    opacity: 1;
    font-weight: 500;
    transition: 0.3s;
    font-size: 1rem;
}

.custom-hero-section .breadcrumb-list li a:hover {
    opacity: 1;
}

.custom-hero-section .breadcrumb-list li.active {
    color: #333;
    font-weight: 500;
}

.custom-hero-section .breadcrumb-list li:not(:last-child)::after {
    content: "\F285";
    font-family: bootstrap-icons!important;
    font-weight: 900;
    margin-left: 15px;
    color: #333;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .custom-hero-section .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .custom-hero-section .hero-container
    {
        max-width: 98%;
    }
    .custom-hero-section .breadcrumb-list li:not(:last-child)::after
    {
        margin-left: 5px;
        font-size: 0.7rem;
    }
    
    .custom-hero-section .hero-title {
        font-size: 1.5rem;
    }

    .custom-hero-section .breadcrumb-list {
        justify-content: center;
        flex-wrap: wrap;
    }
    .custom-hero-section .breadcrumb-list li,
    .custom-hero-section .breadcrumb-list li.active
    {
        font-size: 13px;
    }
    .custom-hero-section
    {
        padding: 25px 20px;
    }
}    


/*
    ==========================================================
*/
.rugs-split-scope {
    padding: 70px 0;
    background-color: #ffffff;
    overflow: hidden;
}

/* Container */
.rugs-split-scope .rugs-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

/* Layout Grid */
.rugs-split-scope .rugs-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.rugs-split-scope .rugs-col-img, 
.rugs-split-scope .rugs-col-text {
    flex: 1;
    min-width: 320px;
}

.fullWIdths
{
    flex: 0 0 auto !important;
    width: 100% !important;
}
.rugs-split-scope .fullWIdths .sectionHeadings p
{
    font-size: 17px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Image Styling */
.rugs-split-scope .rugs-image-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 25px 25px 0px #f8f5f2; /* Subtle light brown shadow */
}

.rugs-split-scope .rugs-image-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.rugs-split-scope .rugs-image-box:hover img {
    transform: scale(1.05);
}

/* Typography */
.rugs-split-scope .rugs-heading {
    font-size: 40px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 30px;
    line-height: 1.2;
}

.rugs-split-scope .rugs-body p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Updated Blockquote Style Badge */
.rugs-split-scope .rugs-badge {
    margin-top: 35px;
    padding: 25px 30px;
    background-color: #fcf9f6; /* Very light cream background */
    color: #4d2c0d; /* Your custom brown color */
    font-size: 23px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    font-style: italic;
    line-height: 1.5;
    border-left: 7px solid #4d2c0d; /* Bold left border */
    border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .rugs-split-scope {
        padding: 60px 0;
    }
    .rugs-split-scope .rugs-row {
        flex-direction: column;
        gap: 40px;
    }
    .rugs-split-scope .rugs-col-img {
        order: 2;
    }
    .rugs-split-scope .rugs-col-text {
        order: 1;
        text-align: left;
    }
    .rugs-split-scope .rugs-heading {
        font-size: 32px;
    }
    .rugs-split-scope .rugs-image-box {
        box-shadow: 15px 15px 0px #f8f5f2;
    }
}

@media (max-width: 576px) {
    .rugs-split-scope .rugs-badge {
        font-size: 18px;
        padding: 20px;
    }

    .rugs-split-scope
    {
        padding: 30px 0;
    }
}

.rugs-split-scope .sectionHeadings h4
{
    text-align: left;
    margin-bottom: 25px;
    line-height: 45px;
}
.rugs-split-scope .sectionHeadings h4 span
{
    color: #492b0b;
}
.rugs-split-scope .sectionHeadings p
{
    text-align: justify;
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
}
.rugs-split-scope .sectionHeadings h6
{
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 25px;
    line-height: 20px;
}
/*
    ==========================================================
*/

.rug-stats-section.stats-variant-one {
    padding: 80px 0;
    background-color: #fdfcfb;
    /* Diamond Pattern CSS */
    background-image:  linear-gradient(135deg, #f5f0eb 25%, transparent 25%), 
                       linear-gradient(225deg, #f5f0eb 25%, transparent 25%), 
                       linear-gradient(45deg, #f5f0eb 25%, transparent 25%), 
                       linear-gradient(315deg, #f5f0eb 25%, #fdfcfb 25%);
    background-position:  20px 0, 20px 0, 0 0, 0 0;
    background-size: 15px 15px;
    background-repeat: repeat;
}

.rug-stats-section.stats-variant-one .stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.rug-stats-section.stats-variant-one .stat-box {
    text-align: center;
    padding: 25px 20px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rug-stats-section.stats-variant-one .stat-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.rug-stats-section.stats-variant-one .stat-box i {
    font-size: 2.5rem;
    color: #492b0b;
    display: block;
    margin-bottom: 15px;
}

.rug-stats-section.stats-variant-one .stat-box h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.rug-stats-section.stats-variant-one .stat-box p {
    color: #666;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 992px) {
    .rug-stats-section.stats-variant-one .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .rug-stats-section.stats-variant-one .stats-grid {
        grid-template-columns: 1fr;
    }
}

/*
    ==========================================================
*/

body.shipping-policy .sectionHeadings p
{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body.shipping-policy .sectionHeadings h2
{
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

body.shipping-policy .sectionHeadings ul
{
    padding-left:0;
    list-style-type:disc;
}
@media screen and (min-width:993px)
{
    body.shipping-policy .sectionHeadings ul
    {
        margin-bottom:15px;
        margin-left:15px;
    }
}

body.shipping-policy .sectionHeadings ul li
{
    margin-bottom:5px;
}

/*
    ==========================================================
*/
.custom-faq-section
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.custom-faq-section .faq-title {
        color: #212529;
        font-weight: 700;
        margin-bottom: 40px;
        position: relative;
    }
    .custom-faq-section .faq-title::after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background-color: #2F1C07;
        margin: 10px auto 0;
    }
    .custom-faq-section .accordion-item {
        border: none;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        overflow: hidden;
        border: 1px solid #eee;
    }
    .custom-faq-section .accordion-button {
        background-color: #ffffff;
        color: #333333;
        font-weight: 500;
        font-size: 1.1rem;
        letter-spacing: 0;
        text-transform: capitalize;
        padding:25px 20px 15px;
        border: none;
        font-family: "Jost", sans-serif;
    }
    .custom-faq-section .accordion-button:not(.collapsed) {
        background-color: #ffffff;
        color: #2F1C07;
        box-shadow: none;
    }
    .custom-faq-section .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0,0,0,0.125);
    }
    .custom-faq-section .accordion-body {
        background-color: #ffffff;
        color: #555555;
        padding: 0 20px 20px 20px;
        font-size: 1.05rem;
        line-height: 1.7;
    }

/*
    ==========================================================
*/


#carpet-guide-wrapper {
      
        }
        
        #carpet-guide-wrapper .container {
            background-color: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
        }
        
        #carpet-guide-wrapper h2 {
            color: #2c3e50;
            font-size: 20px;
            font-weight: 700;
            border-bottom: 2px solid #eee;
            padding-bottom: 10px;
            margin-top: 0;
        }
        
        #carpet-guide-wrapper ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        #carpet-guide-wrapper p
        {
            max-width: 100%;
        }
        #carpet-guide-wrapper li {
            margin-top: 15px;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }
        
        #carpet-guide-wrapper li:last-child {
            border-bottom: none;
        }
        
        #carpet-guide-wrapper strong {
            color: #2f1c06;
            font-weight: 600;
            font-size: 1.1em;
        }
        
        #carpet-guide-wrapper .conclusion {
            margin-top: 30px;
            background-color: #e8f4f8;
            padding: 15px 20px;
            border-left: 5px solid #3498db;
            border-radius: 4px;
        }
        
        #carpet-guide-wrapper .conclusion strong {
            color: #2c3e50;
        }

        .rugs-split-scope.carpet-caress .rugs-row .rugs-col-img
        {
            flex: 0 0 auto;
            min-width: auto;
            width: 30%;
            display: none;
        }
        .rugs-split-scope.carpet-caress .rugs-row .rugs-col-text
        {
            flex: 0 0 auto;
            min-width: auto;
            width: 100%;
        }
  /*
    ================================
  */

/* Section Wrapper */
.contact-info-section {
    background-image: url(../img/topperbg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

/* Custom Container */
 .contact-info-section .custom-container {
    background-color: rgba(255 255 255 / 95%);
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 100%;
}

 body.important-links .contact-info-section .custom-container {

    padding-top: 50px;
    padding-bottom: 50px;
 }

/* Bootstrap container and row overrides */
 .contact-info-section .container {
    max-width: 85%;
}

 .contact-info-section .container .row {

}

/* Individual Contact Card */
 .contact-info-section .contact-card {
    background-color: #fff;
    text-align: center;
}

/* Contact Icon Images */
 .contact-info-section .contact-icon {

}

/* Headings inside cards */
.contact-info-section .contact-card h5 {
    font-weight: 500;
    color: #343434;
    margin-bottom: 3px;
    font-size: 1.15rem;
    font-family: "Jost", sans-serif;
}

/* Paragraphs inside cards */
.contact-info-section .contact-card p {
    font-size: 1.05rem;
    font-weight: 400;
    color: #444;
    line-height: 25px;
    text-align: center;
}

/* Hover effect already inline in HTML, can move here if needed */
.contact-info-section .contact-card:hover {

}

  .contact-info-section .contact-card {
    transition: transform 0.3s ease;
  }
  .contact-info-section .contact-card:hover {
    transform: scale(1.05);
  }
  .contact-info-section .contact-icon {
    width: 80px;
    height: 80px;
  }

/*
    ===================================
*/

section.contact-form {
background-color: #fdfdfd;
/*background-image: 
    linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
    linear-gradient(#eee .1em, transparent .1em);*/
    background-image: url(../img/contact-background.webp);
    background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, transparent 1px, transparent 3px),
        repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, transparent 1px, transparent 3px);

background-size: cover;
}

section.contact-form .customWrappers
{
    background-color: rgba(255 255 255 / 90%);
    padding: 60px 0;
}
section.contact-form .customWrappers
{
    background-color: rgba(255 255 255 / 90%);
    padding: 60px 0;
}

section.contact-form .form-wrapper {
background: #ffffff;
border: 2px solid #ccc;
border-radius: 20px;
box-shadow: 10px 10px 0px rgba(26, 35, 126, 0.1);
padding: 40px;
}

section.contact-form .school-header {
border-bottom: 2px dashed #b7b7b7;
margin-bottom: 30px;
padding-bottom: 15px;
}
section.contact-form .school-header h2{
/*  color: #343434;
    font-size: 1.65rem;
    font-weight: 600;
    text-transform: capitalize;*/

    color: #444;
    font-size: 1.45rem;
    font-weight: 600;
    word-spacing: 1px;
    text-transform: uppercase;
}

section.contact-form .form-label {
    font-weight: 600;
    color: #343434;
    font-size: 0.900rem;
    margin-bottom: 7px;
    text-transform: capitalize;
}

section.contact-form .form-control, 
section.contact-form .form-select {
border: 1px solid #ced4da;
padding:9px 12px;
border-radius: 8px;
}

section.contact-form .form-control:focus {
border-color: #1a237e;
box-shadow: 0 0 0 0.25rem rgba(26, 35, 126, 0.1);
}

/* Captcha Styling */
section.contact-form .captcha-container {
background: #f8f9fa;
border-radius: 10px;
padding: 15px;
border: 1px solid #dee2e6;
}

section.contact-form .captcha-img {
background: #fff;
padding: 5px;
border: 1px solid #ddd;
border-radius: 5px;
user-select: none;
}

section.contact-form .captcha-container .text-muted.small
{
    font-size: 0.750rem;
}

/* School Theme Button */
section.contact-form .btn-submit {
    border-radius: var(--bs-border-radius-pill);
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-color: #341F08;
    border-color: #A11217;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
}

section.contact-form .btn-submit:hover {
background-color: #341F08; 
transform: translateY(-2px);
color: white;
}

/* Responsive spacing */
@media (max-width: 768px) {
section.contact-form .form-wrapper { 
    padding: 20px; 
}
}



section.contact-form form .form-control
{
    font-size: 0.875rem;
    font-weight: 500;
    color: #343434;
}
section.contact-form form .form-select
{
    font-size: 0.875rem;
    font-weight: 500;
    color: #343434;
}

/*
    =-------==========================
*/

section.map
{
    line-height: 0;
    height: 450px;
}

/*
    ==========================================================
*/


 section.blog-section {
        background-color: #f6f6f6;
        padding: 60px 0;
    }

    body.homepage section.blog-section 
    {
        padding-bottom: 30px;
    }

    section.blog-section .container {
        max-width: 90%;
    }

    section.blog-section .headings{
        margin-bottom: 40px;
    }
    section.blog-section .headings h2{
        text-align: center;
        font-family: "Bitter", serif;
        font-weight: 700;
        color: #4d2c0d;
        color: #222;
        font-size: 32px;
    }
    section.blog-section .headings p
    {
        text-align: center;
        font-size: 17px;
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-headings .blog-subtitle {
        color: #76B82A; /* Using requested green for subtitle */
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .blog-headings .blog-main-title {
        font-size: 2.7rem;
        font-weight: 700;
        color: #030303;
        margin-bottom: 15px;

    }

    .blog-headings .blog-header-desc {
        color: #666;
        max-width: 700px;
        line-height: 1.6;
        font-size: 1.1rem;
    }

    .blog-card {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        background: #fff;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0,0,0,0.04);
        transition: transform 0.4s ease;
    }

    .blog-image-container {
        position: relative;
        overflow: hidden;
    }

    .blog-img {
        width: 100%;
        height: 270px;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .blog-card:hover .blog-img {
        transform: scale(1.1);
    }

    .blog-date-badge {
        position: absolute;
        bottom: 15px;
        left: 15px;
        background-color: #eaeaea; /* Dark navy blue from your image background */
        color: #000;
        padding: 4px 14px;
        font-size: 0.8rem;
        font-weight: 500;
        border-radius: 4px;
        z-index: 2;
    }

    .blog-card-body {
        padding: 25px;
    }

    .blog-card-title {
        font-size: 19px;
        font-weight: 600;
        line-height: 1.5;
        color: #030303;
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .blog-card-excerpt {
        font-size: 1.05rem;
        color: #666;
        margin-bottom: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limits to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Updated Green Button Style as per image */
    .btn-get-started {
        display: inline-flex;
        align-items: center;
        background-color: #341f08; /* Your green color */
        color: white;
        padding: 8px 15px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 7px; /* Rounded shape as per image */
        font-size: 13px;
        letter-spacing: 0.5px;
        transition: 0.3s ease;
        text-decoration: none;
    }

    .btn-get-started .arrow {
        margin-left: 10px;
        font-size: 22px;
        line-height: 1;
        transition: transform 0.3s ease;
    }

    .blog-card:hover .btn-get-started {
        background-color: #341f08; /* Slightly darker green on hover */
        box-shadow: 0 5px 15px rgba(118, 184, 42, 0.3);
    }

    .blog-card:hover .btn-get-started .arrow {
        transform: translateX(5px);
    }

/*
    ==========================================================
*/
.custom-pagination-wrapper {
        /*background-color: #f4f4f4;*/
        padding: 40px 0;
    }
    .custom-pagination-wrapper .pagination {
        gap: 8px;
        margin-bottom: 0;
    }
    .custom-pagination-wrapper .page-item {
        border: none;
    }
    .custom-pagination-wrapper .page-link {
        color: #333333;
        background-color: #ffffff;
        border: none;
        border-radius: 8px;
        padding: 10px 16px;
        font-weight: 600;
        font-size: 0.95rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
        transition: all 0.2s ease-in-out;
    }
    .custom-pagination-wrapper .page-link:hover {
        color: #ffffff;
        background-color: #341f08;
        box-shadow: 0 4px 8px rgba(25, 135, 84, 0.2);
    }
    .custom-pagination-wrapper .page-link:focus {
        color: #ffffff;
        background-color: #341f08;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    }
    .custom-pagination-wrapper .page-item.active .page-link {
        color: #ffffff;
        background-color: #341f08;
        box-shadow: 0 4px 10px rgba(25, 135, 84, 0.3);
    }
    .custom-pagination-wrapper .page-item.disabled .page-link {
        color: #999999;
        background-color: #e9ecef;
        box-shadow: none;
        cursor: not-allowed;
    }
    .custom-pagination-wrapper .pagination-ellipsis {
        background-color: transparent;
        box-shadow: none;
        cursor: default;
        padding-left: 8px;
        padding-right: 8px;
    }
    .custom-pagination-wrapper .pagination-ellipsis:hover {
        color: #333333;
        background-color: transparent;
        box-shadow: none;
    }

/*
    ==========================================================
*/

.medical-blog-section {
    padding: 80px 0;
    background-color: #f7f7f7;
    overflow: hidden;
}

.medical-blog-section .medical-blog-content h1 {
    text-align: left;
    font-family: "Bitter", serif;
    font-weight: 700;
    color: #4d2c0d;
    color: #222;
    margin-bottom: 20px;
    font-size: 30px;
}

.medical-blog-section .medical-blog-banner {
    margin-bottom: 35px;
    overflow: hidden;
}

.medical-blog-section .medical-blog-banner img {
    width: 100%;
    display: block;
}

.medical-blog-section .medical-blog-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 20px;
}

.medical-blog-section .medical-blog-content h2 {
    text-align: left;
    font-family: "Bitter", serif;
    font-weight: 700;
    color: #4d2c0d;
    color: #222;
    margin-bottom: 20px;
    font-size: 24px;
}

.medical-blog-section .medical-blog-list-wrap {
    display: flex;
    gap: 50px;
    margin-bottom: 35px;
}

.medical-blog-section .medical-blog-list-wrap ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.medical-blog-section .medical-blog-list-wrap ul li {
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    line-height: 1.8;
    color: #444444;
}

.medical-blog-section .medical-blog-list-wrap ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #351F07;
}

.medical-blog-section .medical-blog-quote {
    border-left: 4px solid #351F07;
    background-color: #ffffff;
    padding:25px 30px;
    font-size: 20px;
    text-align: left;
    margin: 30px 0;
}

.medical-blog-section .medical-blog-quote p {
    font-size: 25px;
    line-height: 1.5;
    font-style: italic;
    color: #222222;
    margin-bottom: 0;
}

.medical-blog-section .medical-blog-sidebar {
    background-color: #ffffff;
    padding: 35px;
}

.medical-blog-section .medical-blog-sidebar h3 {
    font-family: "Bitter", serif;
    font-weight: 700;
    color: #4d2c0d;
    color: #222;
    font-size: 32px;
    margin-bottom: 15px;
}


.medical-blog-section .medical-blog-item {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
}

.medical-blog-section .medical-blog-item:last-child {
    margin-bottom: 0;
}

.medical-blog-section .medical-blog-thumb {
    width: 100px;
    flex-shrink: 0;
}

.medical-blog-section .medical-blog-thumb img {
    width: 100%;
    display: block;
    height: 100px;
    object-position: top;
    object-fit: cover;
}

.medical-blog-section .medical-blog-info h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #111111;
    margin-bottom: 5px;
}

.medical-blog-section .medical-blog-info span {
    font-size: 16px;
    color: #888888;
}

@media (max-width: 1199px) {
    .medical-blog-section .medical-blog-content h1 {
        font-size: 40px;
    }

    .medical-blog-section .medical-blog-content h2 {
        font-size: 34px;
    }

    .medical-blog-section .medical-blog-quote p {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .medical-blog-section {
        padding: 60px 0;
    }

    .medical-blog-section .medical-blog-content h1 {
        font-size: 34px;
    }

    .medical-blog-section .medical-blog-content h2 {
        font-size: 30px;
    }

    .medical-blog-section .medical-blog-list-wrap {
        flex-direction: column;
        gap: 0;
    }

    .medical-blog-section .medical-blog-list-wrap ul {
        width: 100%;
    }

    .medical-blog-section .medical-blog-sidebar {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .medical-blog-section .medical-blog-content h1 {
        font-size: 28px;
    }

    .medical-blog-section .medical-blog-content h2 {
        font-size: 24px;
    }

    .medical-blog-section .medical-blog-content p {
        font-size: 16px;
    }

    .medical-blog-section .medical-blog-sidebar h3 {
        font-size: 30px;
    }

    .medical-blog-section .medical-blog-item {
        gap: 14px;
    }

    .medical-blog-section .medical-blog-thumb {
        width: 85px;
    }

    .medical-blog-section .medical-blog-info h4 {
        font-size: 17px;
    }

    .medical-blog-section .medical-blog-quote {
        padding: 25px;
    }

    .medical-blog-section .medical-blog-quote p {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .medical-blog-section {
        padding: 50px 0;
    }

    .medical-blog-section .medical-blog-content h1 {
        font-size: 24px;
    }

    .medical-blog-section .medical-blog-content h2 {
        font-size: 22px;
    }

    .medical-blog-section .medical-blog-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .medical-blog-section .medical-blog-sidebar {
        padding: 22px;
    }

    .medical-blog-section .medical-blog-item {
        flex-direction: column;
    }

    .medical-blog-section .medical-blog-thumb {
        width: 100%;
    }

    .medical-blog-section .medical-blog-info h4 {
        font-size: 16px;
    }

    .medical-blog-section .medical-blog-quote p {
        font-size: 20px;
    }
}

/*
    ==========================================================
*/
.rug-customize-section {
    padding: 40px 0;
    background-color: #fff;
}

.rug-customize-section .rug-customize-wrapper {
    width: 100%;
}

.rug-customize-section .rug-customize-heading {
    text-align: center;
    margin-bottom: 35px;
}

.rug-customize-section .rug-customize-heading h2 {
    text-align: center;
    font-family: "Bitter", serif;
    font-weight: 700;
    color: #4d2c0d;
    color: #222;
    font-size: 32px;
}

.rug-customize-section .rug-customize-top-text {
    margin-bottom: 40px;
}

.rug-customize-section .rug-customize-top-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 20px;
}

.rug-customize-section .rug-customize-content {
    margin-bottom: 35px;
}

.rug-customize-section .rug-customize-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 20px;
}

.rug-customize-section .rug-customize-bottom-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .rug-customize-section .rug-customize-heading h2 {
        font-size: 42px;
    }

    .rug-customize-section .rug-customize-top-text p,
    .rug-customize-section .rug-customize-content p,
    .rug-customize-section .rug-customize-bottom-text p {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .rug-customize-section {
        padding: 60px 0;
    }

    .rug-customize-section .rug-customize-heading h2 {
        font-size: 36px;
    }

    .rug-customize-section .rug-customize-top-text {
        margin-bottom: 30px;
    }

    .rug-customize-section .rug-customize-content {
        margin-bottom: 25px;
    }

    .rug-customize-section .rug-customize-top-text p,
    .rug-customize-section .rug-customize-content p,
    .rug-customize-section .rug-customize-bottom-text p {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .rug-customize-section {
        padding: 50px 0;
    }

    .rug-customize-section .rug-customize-heading {
        margin-bottom: 25px;
    }

    .rug-customize-section .rug-customize-heading h2 {
        font-size: 30px;
    }

    .rug-customize-section .rug-customize-top-text p,
    .rug-customize-section .rug-customize-content p,
    .rug-customize-section .rug-customize-bottom-text p {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (max-width: 575px) {
    .rug-customize-section .rug-customize-heading h2 {
        font-size: 26px;
    }

    .rug-customize-section .rug-customize-top-text p,
    .rug-customize-section .rug-customize-content p,
    .rug-customize-section .rug-customize-bottom-text p {
        font-size: 15px;
        line-height: 1.7;
    }
}

/*
    ==========================================================
*/

.rug-design-share-section {
    padding: 80px 0;
    background-color: #f3f3f3;
}

.rug-design-share-section .rug-design-share-heading {
    text-align: center;
    margin-bottom: 30px;
}

.rug-design-share-section .rug-design-share-heading h2 {
    text-align: center;
    font-family: "Bitter", serif;
    font-weight: 700;
    color: #4d2c0d;
    color: #222;
    font-size: 32px;
}

.rug-design-share-section .rug-design-share-heading p {
    font-size: 17px;
    text-transform: capitalize;
    line-height: 1.7;
    color: #222222;
    margin: 0;
    text-align: center;
}

.rug-design-share-section .rug-design-field,
.rug-design-share-section .rug-design-size-wrap {
    margin-bottom: 28px;
}

.rug-design-share-section label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
}

.rug-design-share-section label span {
    color: #ff3b3b;
}

.rug-design-share-section input,
.rug-design-share-section select,
.rug-design-share-section textarea {
    width: 100%;
    height: 58px;
    border: 1px solid #cfcfcf;
    background-color: #ffffff;
    padding: 0 18px;
    font-size: 16px;
    color: #222222;
    outline: none;
    border-radius: 6px;
}

.rug-design-share-section textarea {
    height: 150px;
    resize: none;
    padding-top: 18px;
}

#uploadWrapper
{
    grid-row-gap: 14px;
}

.rug-design-share-section .rug-design-size-group {
    display: flex;
    gap: 10px;
}

.rug-design-share-section .rug-design-size-group input {
    width: 100%;
}

.rug-design-share-section .rug-design-size-group select {
    max-width: 90px;
}

.rug-design-share-section .rug-design-upload-row {
    position: relative;
    margin-bottom: 25px;
}

.rug-design-share-section .rug-design-upload-box label {
    margin-bottom: 12px;
}

.rug-design-share-section .rug-design-upload-inner {
    position: relative;
    border: 2px dashed #9d9d9d;
    background-color: #ffffff;
    padding: 25px 25px;
    text-align: center;
    overflow: hidden;
}

.rug-design-share-section .rug-design-upload-inner input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    z-index: 2;
}

.rug-design-share-section .rug-design-upload-icon {
    font-size: 42px;
    line-height: 1;
    color: #111111;
    margin-bottom: 14px;
}

.rug-design-share-section .rug-design-upload-content h4 {
    font-size: 17px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 10px;
}

.rug-design-share-section .rug-design-upload-content p {
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    color: #777777;
    margin-bottom: 14px;
}

.rug-design-share-section .rug-design-file-name {
    display: none;
    font-size: 18px;
    font-weight: 500;
    color: #ff2d2d;
    word-break: break-word;
}

.rug-design-share-section .rug-design-add-btn-wrap {
    text-align: right;
    margin-top: 18px;
}

.rug-design-share-section .rug-design-add-btn-wrap button {
    min-width: 120px;
    height: 40px;
    border: none;
    background-color: #777777;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.rug-design-share-section .rug-design-add-btn-wrap input:hover {
    background-color: #000000;
}

.rug-design-share-section .rug-design-submit-btn {
    text-align: center;
    margin-top: 10px;
}

.rug-design-share-section .rug-design-submit-btn input {
    min-width: 170px;
    height: 50px;
    border: none;
    background-color: #3f2509;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.3s ease;
    width: 150px;
}

.rug-design-share-section .rug-design-submit-btn input:hover {
    background-color: #111;
}

@media (max-width: 1199px) {
    .rug-design-share-section .rug-design-share-heading h2 {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .rug-design-share-section {
        padding: 60px 0;
    }

    .rug-design-share-section .rug-design-share-heading {
        margin-bottom: 45px;
    }

    .rug-design-share-section .rug-design-share-heading h2 {
        font-size: 38px;
    }

    .rug-design-share-section .rug-design-upload-inner {
        padding: 40px 20px;
    }
}

@media (max-width: 767px) {
    .rug-design-share-section {
        padding: 50px 0;
    }

    .rug-design-share-section .rug-design-share-heading h2 {
        font-size: 32px;
    }

    .rug-design-share-section .rug-design-share-heading p {
        font-size: 16px;
    }

    .rug-design-share-section .rug-design-size-group {
        flex-wrap: wrap;
    }

    .rug-design-share-section .rug-design-size-group select {
        max-width: 100%;
    }

    .rug-design-share-section .rug-design-upload-content h4 {
        font-size: 18px;
    }

    .rug-design-share-section .rug-design-upload-content p {
        font-size: 15px;
    }

    .rug-design-share-section .rug-design-add-btn-wrap {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .rug-design-share-section .rug-design-share-heading h2 {
        font-size: 28px;
    }

    .rug-design-share-section input,
    .rug-design-share-section select,
    .rug-design-share-section textarea {
        height: 44px;
        font-size: 13px;
    }
    .rug-design-share-section .rug-design-field, .rug-design-share-section .rug-design-size-wrap
    {
        margin-bottom: 15px;
    }

    .rug-design-share-section textarea {
        height: 130px;
    }

    .rug-design-share-section .rug-design-upload-inner {
        padding: 35px 18px;
    }

    .rug-design-share-section .rug-design-upload-content h4 {
        font-size: 16px;
    }

    .rug-design-share-section .rug-design-file-name {
        font-size: 16px;
    }

    .rug-design-share-section .rug-design-submit-btn button {
        min-width: 150px;
        height: 56px;
        font-size: 16px;
    }
}

/*
    ==========================================================
*/
/*.login_sections
{
    background-color: #F7F7F7;
      background-image: radial-gradient(#e0e0e0 1px, transparent 1px);
      background-size: 20px 20px;
}
*/.login_sections
{
    padding: 60px 0;
    margin: 0 0;
background-color: #F7F7F7;
  background-image: 
    linear-gradient(135deg, #f4f4f4 25%, transparent 25%), 
    linear-gradient(225deg, #f4f4f4 25%, transparent 25%), 
    linear-gradient(45deg, #f4f4f4 25%, transparent 25%), 
    linear-gradient(315deg, #f4f4f4 25%, #F7F7F7 25%);
  background-position: 40px 0, 40px 0, 0 0, 0 0;
  background-size: 80px 80px;
}
.auth-wrapper {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}


.signupSection .auth-wrapper {

    max-width: 900px;
}

.auth-wrapper .auth-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.auth-wrapper .auth-nav {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}

.auth-wrapper .auth-nav-link {
    flex: 1;
    text-align: center;
    padding-bottom: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #6c757d;
    letter-spacing: 0.5px;
}

.auth-wrapper .auth-nav-link.active {
    color: #000000;
    border-bottom: 2px solid #000000;
}

.auth-wrapper .form-group {
    margin-bottom: 20px;
}

.auth-wrapper label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333333;
}

.auth-wrapper .required {
    color: #dc3545;
    margin-left: 2px;
}

.auth-wrapper .form-control {
    background-color: #edf3fc;
    border: 1px solid #d0dff4;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 17px;
    color: #333333;
    font-weight: 500;
}

.auth-wrapper .form-control:focus {
    background-color: #edf3fc;
    border-color: #3B2308;
    box-shadow: none;
}

.auth-wrapper .btn-auth {
    background-color: #3B2308;
    color: #ffffff;
    width: 100%;
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.auth-wrapper .btn-auth:hover,
.auth-wrapper .btn-auth:focus {
    background-color: #271705;
    color: #ffffff;
}

.auth-wrapper .auth-footer {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.auth-wrapper .auth-footer a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

.auth-wrapper .auth-footer a:hover {
    text-decoration: underline;
}

/*
    ==========================================================
*/
.dashboard-wrapper {
    padding: 30px 15px;
}

.dashboard-wrapper aside {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    height: fit-content;
}

.dashboard-wrapper .sidebar-brand {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}

.dashboard-wrapper .sidebar-brand h5 {
    font-weight: 700;
    color: #3B2308;
    margin: 0;
}

.dashboard-wrapper .sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dashboard-wrapper .sidebar-nav .nav-link {
    padding: 12px 15px;
    border-radius: 6px;
    color: #495057;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dashboard-wrapper .sidebar-nav .nav-link:hover {
    background-color: #f8f9fa;
    color: #3B2308;
}

.dashboard-wrapper .sidebar-nav .nav-link.active {
    background-color: #3B2308;
    color: #ffffff;
}

.dashboard-wrapper .sidebar-nav .logout-link {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    color: #dc3545;
}

.dashboard-wrapper .sidebar-nav .logout-link:hover {
    background-color: #fff5f5;
    color: #dc3545;
}

.dashboard-wrapper main {
    margin-bottom: 24px;
}

.dashboard-wrapper .main-content {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    min-height: 80vh;
}

.dashboard-wrapper .content-header {
    margin-bottom: 30px;
}

.dashboard-wrapper .content-header h2 {
    font-weight: 700;
    color: #212529;
}

.dashboard-wrapper .content-header p {
    color: #6c757d;
    margin: 5px 0 0 0;
}

.dashboard-wrapper .dashboard-card {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 24px;
}

.dashboard-wrapper .dashboard-card h6 {
    color: #6c757d;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.dashboard-wrapper .dashboard-card h3 {
    color: #3B2308;
    font-weight: 700;
    margin: 0;
}

.dashboard-wrapper .data-table-section {
    margin-top: 15px;
}

.dashboard-wrapper .data-table-section h5 {
    font-weight: 600;
    color: #212529;
    margin-bottom: 20px;
}

.dashboard-wrapper .table {
    margin-bottom: 0;
}

.dashboard-wrapper .table thead th {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 600;
    padding: 12px;
    border-bottom: 2px solid #dee2e6;
}

.dashboard-wrapper .table tbody td {
    padding: 15px 12px;
    vertical-align: middle;
    color: #495057;
}

@media (min-width: 992px) {
    .dashboard-wrapper aside {
        position: sticky;
        top: 30px;
    }
}

/*
    ==========================================================
*/


.dashboard-alternate-wrapper {
    min-height: 100vh;
    padding: 30px 0;
    background-color: #F4F7FE;
}

.dashboard-alternate-wrapper .dashboard-top-bar {
    background-color: #F4F7FE;
    border-bottom: 1px solid #eef2f5;
    padding: 8px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.dashboard-alternate-wrapper .brand-text {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1px;
    color: #3B2308;
}

.dashboard-alternate-wrapper .user-profile-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.dashboard-alternate-wrapper .avatar-initials {
    width: 36px;
    height: 36px;
    background-color: #3B2308;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
}

.dashboard-alternate-wrapper .user-name {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.dashboard-alternate-wrapper .navigation-drawer {
    padding: 30px 20px;
}

.dashboard-alternate-wrapper .drawer-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dashboard-alternate-wrapper .drawer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    color: #222;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    transition: all 0.2s ease;
    border-bottom: 1px solid #eaeaea;
}

.dashboard-alternate-wrapper .item-dot {
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.2s ease;
    background-color: #3B2308;
}

.dashboard-alternate-wrapper .drawer-item:hover {
    color: #3B2308;
    background-color: rgba(59, 35, 8, 0.04);
}

.dashboard-alternate-wrapper .drawer-item:hover .item-dot {
    background-color: #3B2308;
}

.dashboard-alternate-wrapper .drawer-item.active {
    background-color: #3B2308;
    color: #ffffff;
}

.dashboard-alternate-wrapper .drawer-item.active .item-dot {
    background-color: #ffffff;
}

.dashboard-alternate-wrapper .drawer-item.logout-item {
    margin-top: 30px;
    border: 1px dashed #f5c2c7;
    color: #b02a37;
    background-color: #F8D7DA;
}

.dashboard-alternate-wrapper .drawer-item.logout-item .item-dot {
    background-color: #b02a37;
}

.dashboard-alternate-wrapper .drawer-item.logout-item:hover {
    background-color: #f8d7da;
}

.dashboard-alternate-wrapper .content-space {
    padding: 30px 20px;
}

.dashboard-alternate-wrapper .view-panel {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #eef2f5;
    padding: 35px;
}

.dashboard-alternate-wrapper .panel-intro {
    margin-bottom: 35px;
}

.dashboard-alternate-wrapper .panel-intro h1 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
}

.dashboard-alternate-wrapper .panel-intro p {
    color: #7a828a;
    font-size: 17px;
    margin: 5px 0 0 0;
}

.dashboard-alternate-wrapper .stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.dashboard-alternate-wrapper .stats-box {
    /*background: #ffffff;*/
    border: 1px solid #eef2f5;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.01);
}

.dashboard-alternate-wrapper .box-label {
    font-size: 13px;
    color: #7a828a;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.dashboard-alternate-wrapper .box-value {
    font-size: 28px;
    font-weight: 700;
    color: #3B2308;
}

.dashboard-alternate-wrapper .recent-orders-block .block-header {
    margin-bottom: 20px;
}

.dashboard-alternate-wrapper .recent-orders-block .block-header h3 {
    font-size: 21px;
    font-weight: 600;
    color: #1a1a1a;
}

.dashboard-alternate-wrapper .custom-dashboard-table {
    margin: 0;
}

.dashboard-alternate-wrapper .custom-dashboard-table thead th {
    background-color: #1A1A1A;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-bottom: 1px solid #eef2f5;
}

.dashboard-alternate-wrapper .custom-dashboard-table tbody td {
    padding: 15px 20px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #eef2f5;
    vertical-align: middle;
}

.dashboard-alternate-wrapper .status-pill {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.dashboard-alternate-wrapper .status-pill.status-transit {
    background-color: #fff3cd;
    color: #664d03;
}

.dashboard-alternate-wrapper .status-pill.status-completed {
    background-color: #d1e7dd;
    color: #0f5132;
}

@media (min-width: 992px) {
    .dashboard-alternate-wrapper .navigation-drawer {
        position: sticky;
        top: 68px;
        height: calc(100vh - 68px);
        border-right: 1px solid #eef2f5;
    }
}

.dashboard-alternate-wrapper .stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.dashboard-alternate-wrapper .stats-box {
    border: 1px solid;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
}

.dashboard-alternate-wrapper .box-label {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    color: #333;
}

.dashboard-alternate-wrapper .box-value {
    font-size: 32px;
    font-weight: 700;
}
/*
    ==========================================================
*/
.edit-account-wrapper {
    width: 100%;
    /*max-width: 1000px;*/
    margin: 40px auto;
    padding: 0 15px;
}

.edit-account-wrapper .account-card {
    background-color: #ffffff;
    padding: 0px;
    border-radius: 8px;
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);*/
}

.edit-account-wrapper .card-header-title {
    margin-bottom: 30px;
}

.edit-account-wrapper .card-header-title h2 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.edit-account-wrapper .form-group {
    margin-bottom: 15px;
}

.edit-account-wrapper label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #212529;
    margin-bottom: 5px;
}

.edit-account-wrapper .form-control {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 14px 18px;
    font-size: 16px;
    color: #333333;
    transition: all 0.2s ease-in-out;
}

.edit-account-wrapper .form-control:focus {
    background-color: #ffffff;
    border-color: #3B2308;
    box-shadow: none;
}

.edit-account-wrapper .input-group-custom {
    position: relative;
    display: flex;
    align-items: center;
}

.edit-account-wrapper .input-group-custom .form-control {
    width: 100%;
    padding-right: 50px;
}

.edit-account-wrapper .toggle-password {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: #6c757d;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-account-wrapper .toggle-password:hover {
    color: #3B2308;
}

.edit-account-wrapper .form-actions {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.edit-account-wrapper .btn-update {
    background-color: #000000;
    color: #ffffff;
    padding: 12px 50px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.edit-account-wrapper .btn-update:hover,
.edit-account-wrapper .btn-update:focus {
    background-color: #3B2308;
    color: #ffffff;
    box-shadow: none;
}

.d-none {
    display: none !important;
}

@media (max-width: 768px) {
    .edit-account-wrapper .account-card {
        padding: 25px 20px;
    }
}

/*
    ==========================================================
*/


    .billing-address-section {
      /*padding: 30px;*/
      /*background: #f8f8f8;*/
    }

    .billing-address-section .billing-topbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 25px;
      flex-wrap: wrap;
      gap: 15px;
    }

    .billing-address-section .billing-title {
        font-size: 26px;
        font-weight: 700;
        color: #1a1a1a;
    }

    .billing-address-section .add-address-btn {
      background: #3B2308;
      color: #fff;
      padding: 10px 22px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      transition: 0.3s;
      display: inline-block;
    }

    .billing-address-section .add-address-btn:hover {
      background: #383c52;
      color: #fff;
    }

    .billing-address-section .address-card {
      background: #fff;
      border: 1px solid #dcdcdc;
      border-radius: 6px;
      padding: 22px;
      position: relative;
      margin-bottom: 18px;
    }

    .billing-address-section .address-name {
      font-size: 20px;
      font-weight: 600;
      color: #000;
      margin-bottom: 10px;
      line-height: 1.2;
    }

    .billing-address-section .address-text {
      font-size: 16px;
      color: #000;
      margin-bottom: 3px;
      line-height: 1.5;
    }

    .billing-address-section .delete-address-btn {
      position: absolute;
      top: 18px;
      right: 18px;
      width: 38px;
      height: 38px;
      background: #3B2308;
      border-radius: 5px;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s;
    }

    .billing-address-section .delete-address-btn:hover {
      background: #000;
    }

    .billing-address-section .delete-address-btn i {
      color: #fff;
      font-size: 16px;
    }

    /* ===== RESPONSIVE ===== */

    @media (max-width: 768px) {

      .billing-address-section {
        padding: 20px;
      }

      .billing-address-section .billing-title {
        font-size: 22px;
      }

      .billing-address-section .address-name {
        font-size: 26px;
      }

      .billing-address-section .address-text {
        font-size: 16px;
      }

      .billing-address-section .billing-topbar {
        flex-direction: column;
        align-items: flex-start;
      }
    }

/*
    ==========================================================
*/
.my-orders-wrapper .order-card-item {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.my-orders-wrapper .order-header-bar {
    background-color: #1a1a1a;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.my-orders-wrapper .header-info-col {
    flex: 1;
    min-width: 140px;
}

.my-orders-wrapper .header-action-col {
    flex: 1;
    min-width: 140px;
}

.my-orders-wrapper .pay-now-badge {
    font-size: 14px;
    display: inline-block;
}

.my-orders-wrapper .pay-now-badge:hover {
    color: #cccccc !important;
}

.my-orders-wrapper .accordion-toggle-btn {
    background: transparent;
    border: none;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-orders-wrapper .accordion-toggle-btn::before,
.my-orders-wrapper .accordion-toggle-btn::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    transition: transform 0.2s ease-in-out;
}

.my-orders-wrapper .accordion-toggle-btn::before {
    width: 12px;
    height: 2px;
}

.my-orders-wrapper .accordion-toggle-btn::after {
    width: 2px;
    height: 12px;
}

.my-orders-wrapper .accordion-toggle-btn.active::after {
    transform: rotate(90deg);
    opacity: 0;
}

.my-orders-wrapper .custom-order-table {
    border-collapse: collapse;
    width: 100%;
}

.my-orders-wrapper .custom-order-table thead th {
    background-color: #ededed;
    color: #333333;
    font-weight: 500;
    border: 1px solid #dbdbdb;
    padding: 12px 8px;
    font-size: 15px;
}

.my-orders-wrapper .custom-order-table tbody td {
    padding: 16px 8px;
    border: 1px solid #dbdbdb;
    color: #111111;
    font-size: 16px;
}

.my-orders-wrapper .product-img-cell {
    width: 140px;
}

.my-orders-wrapper .product-img-cell img {
    max-height: 90px;
    object-fit: cover;
}

.my-orders-wrapper .product-title-cell {
    color: #222222;
}

.my-orders-wrapper .grand-total-bar {
    background-color: #ededed;
    border-top: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
}

@media (max-width: 767.98px) {
    .my-orders-wrapper .header-info-col {
        margin-bottom: 8px;
    }
    .my-orders-wrapper .header-action-col {
        margin-top: 4px;
        width: 100%;
        justify-content: flex-between;
    }
}
/*
    ==========================================================
*/

.productCollections
{

}

.productCollections .container-autos
{
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 320px calc(100% - 320px);
}

.productCollections.rug-wrapper .rug-grid
{
    grid-template-columns: repeat(4, 1fr);
}
.productCollections.rug-wrapper .rug-card
{
    background-color: #fff;
}
.productCollections.rug-wrapper .rug-details
{
    padding: 15px 8px;
    position: relative;
}

/*
    ==========================================================
*/


.sorting_row
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 0px;
    padding-left: 0px;

    grid-column-gap: 5px;
}
.sorting_row .left_sorting
{
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}
.sorting_row .left_sorting select
{

}
.sorting_row .left_sorting label
{
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    float: left;    
    margin-right:10px;
    font-family: 'Montserrat', sans-serif;
}
.sorting_row .left_sorting select
{
    width: 190px;
    max-width: none;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    padding:5px 27px 5px 14px;
    border-radius: 28px;
}
.sorting_row .left_sorting select:focus
{
    box-shadow: none;
    border-color: #888;
}

.sorting_row .right_sorting
{
    display: inline-flex;
    align-items: center;
}
.sorting_row .right_sorting .showitem
{
    margin-right: 10px;
}
.sorting_row .right_sorting .showitem label
{
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    float: left;    
    margin-right:10px;
}

.sorting_row .right_sorting .showitem select
{
    width: 100px;
    max-width: none;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    padding: 9px 27px 9px 14px;
}



.sorting_row .right_sorting .showing_colom{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
}
.sorting_row .right_sorting .showing_colom > a{
    border:1px solid #eaeaea;
    background-color: #fff;
    display: flex;
    padding:6px 10px;
    border-radius: 38px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
}
.sorting_row .right_sorting .showing_colom > a i
{
    cursor: pointer;
    margin-left: 3px;
    font-size: 16px;
    height: 20px;
}



.sorting_row .right_sorting .grid_list
{
    display: inline-flex;
    flex-direction: row;
}
.sorting_row .right_sorting .grid_list a
{
    flex: 0 0 auto;
    margin-left: 5px;
}
.sorting_row .right_sorting .grid_list a img
{
    height: 25px;
}
.sorting_row .right_sorting .grid_list a.active img.image01
{
    display: block;
}
.sorting_row .right_sorting .grid_list a.active img.image02
{
    display: none;
}

.sorting_row .right_sorting .grid_list a img.image01
{
    display: none;
}
.sorting_row .right_sorting .grid_list a img.image02
{
    display: block;
}
.showing-items-paginations .showing_colom span
{
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #aaa;
}

/*
    ==========================================================
*/

@media screen and (min-width: 993px)
{
    .removeSidebarFilter
    {
        display: none;
    }
}

.productCollections .filter .filter_heading
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    border-bottom:1px solid #e9e9ed;
}
.productCollections .filter .filter_heading h6
{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.2px;
    color: #222;
    padding: 3px 2px;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}
.productCollections .filter .filter_heading a.cleanall
{
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    color: #336699;
    text-transform: uppercase;
}
.productCollections .filter .filter_block
{
    padding-left: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9ed;
    padding-top: 10px;
}
.productCollections .filter .filter_block .filtersubheading
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border-bottom: 1px solid #eaeaea;*/
    margin-bottom: 8px;
    cursor: pointer;
}
.productCollections .filter .filter_block .filtersubheading span:nth-child(1)
{
    /*border-bottom: 2px solid #333;*/
    font-size: 14px;
    font-weight: 500;
    line-height: 19.2px;
    color: #222;
    padding: 3px 2px;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}
.productCollections .filter .filter_block .filtersubheading span:nth-child(2)
{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
}
.productCollections .filter .filter_block .list_filter ul
{
    padding-left: 0;
}

.productCollections .filter .filter_block .list_filter ul li label
{
    display: block;
    margin: 3px 0;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #333;
    cursor: pointer;
}
.productCollections .filter .filter_block .list_filter ul li:hover > label
{
    color: var(--red);
}
.productCollections .filter .filter_block .list_filter ul li label input
{
    margin-right: 2px;
}

.productCollections .filter .filter_block .list_filter ul li label span span
{
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #d1cfcf;
    margin-right: 4px;
    border-radius: 50%;
}


.productCollections .filter .filter_block .psotion-list-filter-wrapper ul li label span span
{
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #d1cfcf;
    margin-right: 4px;
    border-radius: 50%;
}


/*
    ==========================================================
*/



.productCollections .filter .filter_block
{
    position: relative;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper
{
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
    padding: 0 0;
    display: none;
    z-index: 2;
}


.productCollections .filter .filter_block  .psotion-list-filter-wrapper.hide_filter_list
{
    display: block;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper .close_filter_modal
{
    cursor: pointer;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper .close_filter_modal i
{
    font-size: 30px;
    color: #888;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper .heading-close
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e9e9ed;
    margin-bottom: 12px;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper .heading-close h4
{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #222;
    padding: 0px 0px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper ul
{
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper ul li label
{
    display: flex;
    margin: 1px 0;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #333;
    cursor: pointer;
    grid-column-gap: 6px;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper ul li:hover > label
{
    color: var(--red);
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper ul li label input
{
    margin-right: 2px;
}



/*
    ==========================================================
*/




.productCollections .filter .filter_block
{
    position: relative;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper2
{
    width: 100%;
    background: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    min-height: auto;
    z-index: 2;
    display: none;
    transition: .1s all;
}


.productCollections .filter .filter_block  .psotion-list-filter-wrapper2.hide_filter_list
{
    opacity: 1;
    visibility: visible;
    display: block;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper2 .close_filter_modal
{
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper2 .close_filter_modal
{
    opacity: 1;
    visibility: visible;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper2 .close_filter_modal i
{
    font-size: 30px;
    color: #888;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper2 .heading-close
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper2 .heading-close h4
{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #222;
    padding: 0px 0px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper2 ul
{
padding-left: 0;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper2 ul li label
{
    display: flex;
    margin: 1px 0;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #333;
    cursor: pointer;
    grid-column-gap: 6px;
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper2 ul li:hover > label
{
    color: var(--red);
}
.productCollections .filter .filter_block  .psotion-list-filter-wrapper2 ul li label input
{
    margin-right: 2px;
}



/*
    ==========================================================
*/
.productCollections .filter .filter_block .list_filter.color-filters ul li label
{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.productCollections .filter .filter_block .list_filter.color-filters ul li label span
{
    display: flex;
    align-items: center;
    padding-left: 7px;
    grid-column-gap: 5px;
}
.productCollections .filter .filter_block .list_filter.color-filters ul li label span img
{
    width: 40px;
}
.productCollections .filter .filter_block .list_filter.color-filters ul li label span b
{
    font-weight: 400;
    color: #000;
    line-height: 18px;
}
/*
    ==========================================================
*/


.productCollections .filter .new-parents
{
    border-right: 1px solid #e9e9ed;
    /*height: 95vh;*/
    overflow-y: auto;
    overflow-x: hidden;
}
.productCollections .filter .new-parents::-webkit-scrollbar
{
    width: 4px;
}
.productCollections .filter .new-parents::-webkit-scrollbar-track {
  background-color: #eee;
}
 
.productCollections .filter .new-parents::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 20px;
}

.productCollections .filter .filter_block
{
}
.productCollections .filter .filter_block .viewMoreFilterButtons
{
    margin-top: 5px;
}
.productCollections .filter .filter_block .viewMoreFilterButtons
{
    font-size: 14px;
    font-weight: 400;
    color: #ff0000;
}
.productCollections .filter .filter_block .viewMoreFilterButtons:hover
{
    text-decoration: underline;
}



.productCollections .filter .filter_block .viewMoreFilterButtons2
{
    margin-top: 5px;
}
.productCollections .filter .filter_block .viewMoreFilterButtons2
{
    font-size: 14px;
    font-weight: 400;
    color: #ff0000;
}
.productCollections .filter .filter_block .viewMoreFilterButtons2:hover
{
    text-decoration: underline;
}
/*
    ==========================================================
*/

.price-filter{
  width:100%;
  max-width:400px;
  background:#fff;
  /*padding:20px;*/
  border-radius:10px;
  /*box-shadow:0 4px 10px rgba(0,0,0,0.1);*/
}

.title{
  font-size:18px;
  font-weight:bold;
  margin-bottom:25px;
  color:#333;
}

/* Slider */

.slider{
  position:relative;
  height:6px;
  background:#ddd;
  border-radius:5px;
}

.progress{
  position:absolute;
  height:100%;
  left:0%;
  right:0%;
  background:#444;
  border-radius:5px;
}

.range-input{
  position:relative;
}

.range-input input{
  position:absolute;
  top:-6px;
  width:100%;
  height:6px;
  background:none;
  pointer-events:none;
  appearance:none;
}

input[type="range"]::-webkit-slider-thumb{
  height:20px;
  width:20px;
  border-radius:50%;
  background:#fff;
  border:3px solid #444;
  pointer-events:auto;
  appearance:none;
  cursor:pointer;
}

input[type="range"]::-moz-range-thumb{
  height:20px;
  width:20px;
  border-radius:50%;
  background:#fff;
  border:3px solid #444;
  pointer-events:auto;
  cursor:pointer;
}

/* Inputs */

.price-input{
  display:flex;
  gap:10px;
  margin-top:25px;
  flex-wrap:wrap;
}

.field{
  flex:1;
}

.field input{
  width:100%;
  height:35px;
  outline:none;
  font-size:16px;
  border-radius:5px;
  border:1px solid #ccc;
  text-align:center;
}

.field button{
  width:100%;
  margin-top:0px;
  height:35px;
  border:none;
  background:red;
  color:#fff;
  font-size:14px;
  font-weight: 500;
  border-radius:5px;
  cursor:pointer;
}

.field button:hover{
  opacity:0.9;
}

/* Mobile */

@media(max-width:480px){

  .price-input{
    flex-direction:column;
  }

}

/*
    ==========================================================
*/

body.product__details .product-detail-page-section
{
    margin-top: 50px;
    margin-bottom: 50px;
}
body.product__details .product-detail-page-section .container
{
    max-width: 95%;
}
body.product__details .product-detail-page-section .detail_wrapper
{
    padding-left: 30px;
}
body.product__details .product-detail-page-section .detail_wrapper .breadcrumbs
{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-column-gap: 7px;
    margin-bottom: 7px;
}
body.product__details .product-detail-page-section .detail_wrapper .breadcrumbs a
{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}
body.product__details .product-detail-page-section .detail_wrapper .breadcrumbs a:last-child{
    color: var(--red);
    font-weight: 500;
    pointer-events: none;
}
body.product__details .product-detail-page-section .detail_wrapper .breadcrumbs a i
{
    margin-left: 5px;
}
body.product__details .product-detail-page-section .detail_wrapper h6
{
    text-align: left;
    font-weight: 600;
    font-size: 30px;
    color: #222;
    letter-spacing: 0px;
}

.product-detail-page-section .product-detail-row .product-detail-image .product-features-images
{
    position: sticky;
    top: 30px;
    z-index: 5;
}

.product-detail-page-section .product-detail-content .detail_wrapper
{
    margin-top: 20px;
}

.gc-overlay-gcontainer
{
    display: none !important;
}
.gc-overlay-area
{
    display: none !important;
}
.gc-icon-download
{
    display: none !important;
}
.gc-noscroll
{
    overflow: inherit !important;
}
.gc-zoom
{

}

.product-detail-page-section .product-detail-content .detail_wrapper .other_details
{

}
.product-detail-page-section .product-detail-content .detail_wrapper .other_details .small_text
{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}
.product-detail-page-section .product-detail-content .detail_wrapper .other_details .small_text b
{
    font-weight: 500;
    text-transform: uppercase;
}

.product-detail-page-section .product-detail-content .detail_wrapper .price
{
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #000;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .price .offerPrice
{
    font-weight: 600;
    color: #000;
}
.product-detail-page-section .product-detail-content .detail_wrapper .price .offerPrice i
{
    margin-right: -4px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .price .offerPrice.cutt
{
    color: #888;
    font-weight: 500;
    font-size: 27px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .price .tax
{
    color: #888;
    font-weight: 400;
    font-size: 17px;
}

.product-detail-page-section .product-detail-content .detail_wrapper .custom_row_shop_color
{
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    padding: 7px 7px;
    padding-left: 0;
}
.product-detail-page-section .product-detail-content .detail_wrapper .custom_row_shop_color .shop_color_color .wrapper .title
{
    font-size: 14px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .custom_row_shop_color .shop_color_color .wrapper .image img
{
    margin-left: auto;
    margin-right: auto;
    max-width: 63px;
    padding: 0 0;
    height: 98px;
    object-position: center;
    object-fit: cover;
}

.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows
{
    max-width: 100%;    
    grid-template-columns: repeat(6, 1fr);
}

.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows .size_colom_box
{
    background-color: #f6f4ef;
    border-radius: 8px;
    border:1px solid transparent;
    transition: all .2s;
}
.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows .size_colom_box:hover{
    border:1px solid #233956;
}
.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows .size_colom_box .image img
{
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}
.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows .size_colom_box .wrapper .title
{
    font-size: 15px;
}

.product-detail-page-section .product-features-images .addtocart-buynow
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.product-detail-page-section .product-features-images .addtocart-buynow a
{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding:12px 10px;
    border-radius: 4px;
    text-decoration: none;
}
.product-detail-page-section .product-features-images .addtocart-buynow .cartbutton
{
    flex: 0 0 auto;
    width: 47%;
    margin-right: 1%;
    border: 2px solid #2C1A06;
    background-color: #2C1A06;
    color: var(--white);
}
.product-detail-page-section .product-features-images .addtocart-buynow .buynowbutton
{
    flex: 0 0 auto;
    width: 47%;
    margin-left: 1%;
    font-weight: 400;
    color: var(--white);
    border: 2px solid var(--black);
    background-color:var(--black);
}
.product-detail-page-section .product-features-images .addtocart-buynow .bulkOrder
{
    flex: 0 0 auto;
    width: 32.333%;
    margin-left: 1%;
    font-weight: 600;
    color: #fff;
    border-color: var(--black);
    background-color:var(--black);
    line-height: 24px;
}
.product-detail-page-section .product-features-images .addtocart-buynow .bulkOrder:hover
{
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.border_row
{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 15px 0;
}

.product-detail-page-section .product-detail-content .detail_wrapper .all-overindia-shopping
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.product-detail-page-section .product-detail-content .detail_wrapper .all-overindia-shopping .icon
{
    flex: 0 0 auto;
    width: 70px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .all-overindia-shopping .icon img
{
    width: 60px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .all-overindia-shopping .values
{
    flex: 0 0 auto;
    width:calc(100% - 70px);
    padding-left: 5px;
    font-size: 15px;
    font-weight: 400px;
    color: #000;
}
.product-detail-page-section .product-detail-content .detail_wrapper .all-overindia-shopping .values b
{
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222;
    line-height: 20px;
}

.accordion_for_detail .accordionspro .accordion_block
{
    margin-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
}
.accordion_for_detail .accordionspro .accordion_block .headings
{
    background-color: transparent;
    padding:12px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
}
.accordion_for_detail .accordionspro .accordion_block .left
{
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
.accordion_for_detail .accordionspro .accordion_block .right
{
    color: #000;
    cursor: pointer;
    transition: .2s;
    transform:rotate(0deg);
}

.accordion_for_detail .accordionspro .accordion_block .right.rotateicon
{
    transform:rotate(180deg);
}
.accordion_for_detail .accordionspro .accordion_block .accordion__body
{
    padding:5px 10px;
    border-radius: 0 0 0px 0px;
    display: none;
}
.accordion_for_detail .accordionspro .accordion_block:nth-child(1) .accordion__body
{
    display: block;
}
.accordion_for_detail .accordionspro .accordion_block .accordion__body p
{
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    color: #222;
}
.accordion_for_detail .accordionspro .accordion_block .accordion__body .chartimage
{

}
.accordion_for_detail .accordionspro .accordion_block .accordion__body .body_content p
{
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 22px;
}
.accordion_for_detail .accordionspro .accordion_block .accordion__body .body_content ul
{
    padding-left: 20px;
}
.accordion_for_detail .accordionspro .accordion_block .accordion__body .body_content ul li
{
    list-style-type: disc;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 5px;
    color: #000;
    text-transform: capitalize;
}

.collectionsSectrion.collectionsSectrion__detail_page .container_row_products .products_area
{
    width: calc(100% - 0px);
    padding-left: 0px;
}
.collectionsSectrion.collectionsSectrion__detail_page .container_row_products .products_area .slick_products_scroller
{
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}
.collectionsSectrion.collectionsSectrion__detail_page .container_row_products .products_area .slick_products_scroller .slick_product_wrapper .padding-box
{
    padding: 0 0;
}
.collectionsSectrion.collectionsSectrion__detail_page .slick_products_scroller .slick_product_wrapper .padding-box .image .pro-image-anchor img
{
    height: 300px;
}
/*
    ==========================================================
*/

.section____5
{
    background-color: #fff;
    padding: 45px 0 0;
}

.section____5 .page_section_heading
{
    text-align: center;
    margin-bottom: 10px;
}
.section____5 .page_section_heading h3
{
    font-size: 33px;
    font-weight: 500;
    color: var(--black);
}

.section____5 .page_section_heading p
{
    font-size: 17px;
    font-weight: 400;
    color: #444;
    max-width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.custom_row_shop_color
{
    margin-top: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    /*grid-template-columns: repeat(10,1fr);*/
    /*grid-row-gap: 12px;*/
    /*grid-column-gap: 8px;*/
}
.custom_row_shop_color .shop_color_color
{
    /*background-color: #efefef;*/
    padding: 4px;
    border-radius: 8px;
    border:1px solid transparent;
    transition: all .2s;
}
.custom_row_shop_color .shop_color_color:hover,
.custom_row_shop_color .shop_color_color.active
{
    border:1px solid #233956;
}
.custom_row_shop_color .shop_color_color .wrapper
{
/*    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;*/
    position: relative;
}
.custom_row_shop_color .shop_color_color .wrapper .global_anchors:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.custom_row_shop_color .shop_color_color .wrapper .image
{
    text-align: center;
}
.custom_row_shop_color .shop_color_color .wrapper .image img
{
    background-color: var(--white);
    padding-top: 5px;
    border-radius: 5px 5px 0 0;
    padding: 0 7px;
}
.custom_row_shop_color .shop_color_color .wrapper .title
{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}
.custom_row_shop_color .shop_color_color .wrapper
{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*grid-row-gap: 10px;*/
    /*position: relative;*/
    /*margin-top: 0;*/
}
.custom_row_shop_color .shop_color_color .wrapper .global_anchors1:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*
    ============================================]
*/

.color_dots_area
{
    display: flex; 
    flex-wrap: wrap;
    grid-column-gap: 15px;
    margin-top: 7px;
}
.color_dots_area .color_div
{
    display: flex;
    grid-column-gap: 3px;
    align-items: center;
}
.color_dots_area .color_div span:nth-child(1)
{
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid #d1cfcf;
    margin-right: 4px;
    border-radius: 50%;
}
.color_dots_area .color_div span:nth-child(2)
{
    color: #666;
    font-weight: 500;
    font-size: 15px;
}


/*
    ============================================]
*/

.color_dots_area2
{
    display: flex; 
    flex-wrap: wrap;
    grid-column-gap: 7px;
    margin-top: 10px;
}
.color_dots_area2 .color_div
{
    display: flex;
    grid-column-gap: 3px;
    align-items: center;
    border: 1px solid #555;
    padding: 3px 11px;
    border-radius: 38px;
}
.color_dots_area2 .color_div span:nth-child(1)
{
    color: #222;
    font-weight: 400;
    font-size: 13px;
}

.color_dots_area2 .color_div:hover,
.color_dots_area2 .color_div.actives
{
    background-color: #eaeaea;
    border-color: #bab4b4;
}
.color_dots_area2 .color_div.actives span
{
    font-weight: 500;
}

/*
    =================================================
*/

.table_details
{
    margin-top: 10px;
}
.table_details .table
{
    
}
.table_details .table thead
{
    
}
.table_details .table thead tr th
{
    background-color: #333;
    border-left:1px solid #333;
    border-right:1px solid #333;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
}
.table_details .table tbody tr:nth-child(even)
{
    background-color: #eaeaea;
}
.table_details .table tbody tr td
{
    font-weight: 400;
    color: #555;
    font-size: 15px;
    padding: 7px 20px;
    border-right: 1px solid #ccc;
}
.table_details .table tbody tr td:nth-child(1)
{
    border-left: 1px solid #ccc;
}


body.product__details .collectionsSectrion
{
    max-width: 95%;
}
body.collection_gallery .collectionsSectrion .container_row_products .products_area .slick_products_scroller
{
    border-left: 0;
    border-top: 0;
    padding-left: 20px;
    padding-top: 10px;
    border-top: 1px solid #e9e9ed;
}
body.collection_gallery .collectionsSectrion.collectionsSectrion__detail_page .container_row_products .products_area .slick_products_scroller
{
    border-top: 0px;
    padding-top: 0;
}
.product-detail-page-section .product-detail-content .detail_wrapper .price .offerPer {
    margin-left: 0px;
    color: var(--bs-success);
    font-size: 18px;
    font-weight: 500;
}

.mrp_price
{
    display: flex;
    grid-column-gap: 10px;
    margin-bottom: 10px;
}
.mrp_price .cuttprice{
    font-size: 14px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: 0px;
    color: #767474;
    text-transform: uppercase;
}
.mrp_price .cuttprice small
{
    font-size: 100% !important;
    text-decoration: line-through;
}


.mrp_price3
{
    display: flex;
    grid-column-gap: 10px;
    margin-bottom: 10px;
    margin-top: -12px !important;
}
.mrp_price3 .cuttprice{
    font-size: 15px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: 0px;
    color: #333;
}
.mrp_price3 .cuttprice small
{
    font-size: 100% !important;
    text-decoration: line-through;
}


.mrp_price2
{
    display: flex;
    grid-column-gap: 10px;
    margin-bottom: 10px;
    margin-top: -10px;
}
.mrp_price2 .cuttprice{
    font-size: 17px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0px;
    color: #222;
}
.mrp_price2 .cuttprice small
{
    font-size: 100% !important;
    text-decoration: line-through;
}


.mrp_price4
{
    display: flex;
    grid-column-gap: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.mrp_price4 .cuttprice b{
    font-weight: 500;
}
.mrp_price4 .cuttprice{
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0px;
    color: #222;
}
.mrp_price4 .cuttprice small
{
    font-size: 100% !important;
    text-decoration: line-through;
}


.other_details_inlne
{
    display: inline-flex;
    align-items: center;
    grid-column-gap: 15px;
}

.other_details_inlne .color_dots_area
{
    margin-top: 0;
}

/*
    ==========================================================
*/
.custom-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /*background-color: #ffffff;*/
}

.custom-pagination-wrapper .pagination {
    border: none;
    gap: 15px;
    align-items: center;
}
.custom-pagination-wrapper .page-item .page-link {
    border: none;
    background: none;
    color: #333333;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 50px;
    transition: all 0.3s ease;
    background-color: #fff;
}


.custom-pagination-wrapper .page-item:hover .page-link {
    background-color: #392208;
}
.custom-pagination-wrapper .page-numbers-container {
    background-color: #FBFBFB;
    border-radius: 50px;
    padding: 6px 12px;
}

.custom-pagination-wrapper .page-numbers-container .pagination {
    gap: 5px;
}

.custom-pagination-wrapper .page-numbers-container .page-item .page-link {
    border-radius: 8px;
    padding: 8px 16px;
}

.custom-pagination-wrapper .page-numbers-container .page-item.active .page-link {
    background-color: #392208;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(57, 34, 8, 0.3);
}

.custom-pagination-wrapper .page-numbers-container .page-item .page-link:hover:not(.active) {
    background-color: #392208;
    color: #fff;
}

.custom-pagination-wrapper .page-item.disabled .page-link {
    color: #999999;
    background: none;
}

.custom-pagination-wrapper .prev-btn .page-link,
.custom-pagination-wrapper .next-btn .page-link {
    background-color: #fff;
    color: #392208;
    font-size: 1.5rem;
    padding: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.custom-pagination-wrapper .prev-btn .page-link:hover,
.custom-pagination-wrapper .next-btn .page-link:hover {
    background-color: #392208;
    color: #fff;
}

@media (max-width: 576px) {
    .custom-pagination-wrapper .pagination {
        gap: 8px;
    }
    .custom-pagination-wrapper .page-numbers-container {
        padding: 4px 6px;
    }
    .custom-pagination-wrapper .page-numbers-container .page-item .page-link {
        padding: 6px 10px;
        font-size: 0.9rem;
    }
    .custom-pagination-wrapper .prev-btn .page-link,
    .custom-pagination-wrapper .next-btn .page-link {
        width: 38px;
        height: 38px;
        font-size: 1.2rem;
    }
}

/*
    ==========================================================
*/

.custom-cart-wrapper {
    padding: 40px 0;
    color: #212529;
}

.custom-cart-wrapper .cart-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #333333;
}

.custom-cart-wrapper .header-col-img-remove,
.custom-cart-wrapper .cart-col-img-remove {
    flex: 0 0 15%;
    max-width: 15%;
}
.custom-cart-wrapper .header-col-details,
.custom-cart-wrapper .cart-col-details {
    flex: 0 0 30%;
    max-width: 30%;
}

.custom-cart-wrapper .header-col-qty,
.custom-cart-wrapper .cart-col-qty {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-cart-wrapper .header-col-total,
.custom-cart-wrapper .cart-col-total {
    flex: 0 0 15%;
    max-width: 15%;
    text-align: right;
}

.custom-cart-wrapper .cart-row {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #eeeeee;
}

.custom-cart-wrapper .cart-col-img-remove img {
    width: 75px;
    height: auto;
    object-fit: cover;
}



.custom-cart-wrapper .header-col-img-remove.trashs,
.custom-cart-wrapper .cart-col-img-remove.trashs
{
    flex: 0 0 15%;
    max-width: 15%;
    padding-left: 30px;
}
.custom-cart-wrapper .cart-col-img-remove.trashs a
{
    font-size: ;
}

.custom-cart-wrapper .cart-col-details h5 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.custom-cart-wrapper .cart-col-details p {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 0;
}

.custom-cart-wrapper .cart-col-qty {
    gap: 12px;
}

.custom-cart-wrapper .quantity-group {
    display: flex;
    align-items: center;
    border: 1px solid #cccccc;
    background-color: #f8f9fa;
}

.custom-cart-wrapper .quantity-group button {
    background: none;
    border: none;
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
    color: #392208;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.custom-cart-wrapper .quantity-group button:hover {
    background-color: #e9ecef;
}

.custom-cart-wrapper .quantity-group input[type="number"] {
    width: 45px;
    height: 35px;
    text-align: center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: none;
    border-bottom: none;
    background-color: #ffffff;
    font-size: 0.95rem;
    -moz-appearance: textfield;
}

.custom-cart-wrapper .quantity-group input[type="number"]::-webkit-outer-spin-button,
.custom-cart-wrapper .quantity-group input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-cart-wrapper .remove-btn {
    background: none;
    border: none;
    font-weight: 500;
    color: #333;
    text-decoration: underline;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 0;
}

.custom-cart-wrapper .remove-btn:hover {
    color: #000000;
}

.custom-cart-wrapper .cart-col-total {
    font-size: 1.1rem;
    font-weight: 500;
}

.custom-cart-wrapper .cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.custom-cart-wrapper .summary-label h6 {
    margin: 0 0 4px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.custom-cart-wrapper .summary-label span {
    font-size: 0.8rem;
    color: #777777;
}

.custom-cart-wrapper .summary-value {
    font-size: 1.3rem;
    font-weight: 500;
}

.custom-cart-wrapper .cart-actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.custom-cart-wrapper .btn-continue {
    background-color: #392208;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: opacity 0.2s;
}

.custom-cart-wrapper .btn-checkout {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: opacity 0.2s;
}

.custom-cart-wrapper .btn-continue:hover,
.custom-cart-wrapper .btn-checkout:hover {
    opacity: 0.9;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .custom-cart-wrapper .cart-header {
        display: none;
    }
    .custom-cart-wrapper .cart-row {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        gap: 15px;
    }
    .custom-cart-wrapper .cart-col-img-remove,
    .custom-cart-wrapper .cart-col-details,
    .custom-cart-wrapper .cart-col-qty,
    .custom-cart-wrapper .cart-col-total {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .custom-cart-wrapper .cart-col-qty {
        align-items: flex-start;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
    .custom-cart-wrapper .cart-col-total {
        text-align: left;
        width: 100%;
        border-top: 1px dashed #eeeeee;
        padding-top: 10px;
    }
    .custom-cart-wrapper .cart-actions-row {
        flex-direction: column;
        gap: 15px;
    }
    .custom-cart-wrapper .btn-continue,
    .custom-cart-wrapper .btn-checkout {
        width: 100%;
        text-align: center;
    }
}
/*
    ==========================================================
*/


/*
    **************************
*/

.table_checkout
{
    border: 1px solid #eaeaea;
    padding: 5px 15px;
    border-radius: 5px;
}
.table_checkout table tr td
{
    vertical-align: middle;
}
.table_checkout table tr td:nth-child(1)
{
    width: 25%;
    font-weight: 500;
    color: #555;
    font-size: 14px;
}
.table_checkout table tr td:nth-child(2)
{
    font-weight: 500;
    color: #666;
    font-size: 14px;
}
.table_checkout table tr td .form-address-select select
{
    border: 0px;
    font-size: 14px;
    padding-left: 0;
    font-weight: 500;
    color: #666;
}
.table_checkout table tr td .form-address-select select:focus
{
    box-shadow: none;
    border: 0px;
}


/*
    ==========================================================
*/

/*
    ======================================
*/

section.checkout .checkout_container
{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #faf3f3;
    margin-top: 0px;
}
section.checkout .checkout_container .check_colom_left
{
    flex: 0 0 auto;
    width: 55%;
    background-color: var(--white);
    padding-left: 80px;
    padding-right: 50px;
    padding-top: 60px;
    padding-bottom: 30px;
}
section.checkout .checkout_container .check_colom_right
{
    flex: 0 0 auto;
    width: 45%;
    background-color:#fbfbfb;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 80px;
    border-left: 1px solid #efefef;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout
{
    position: sticky;
    top: 30px;
}


section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input
{
    margin-bottom: 20px;
}
section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .flex_label
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .flex_label label
{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
}
section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .flex_label .allreadyaccount
{
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
}
section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .myinput01
{
    padding: 10px 15px;
}
section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .myinput01:focus
{
    box-shadow: none;
}
section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .myinput01::-webkit-input-placeholder { /* Edge */
  color: #666;
  font-size: 13px;
}

section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .myinput01:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
  font-size: 13px;
}

section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .myinput01::placeholder {
  color: #666;
  font-size: 13px;
}

section.checkout .checkout_container .check_colom_left .form_heading
{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.checkout .checkout_container .check_colom_left .form-area1 .block-input label
{
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #000;    
    margin-bottom: 7px;
}

.block-input.blockrow
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.block-input.blockrow .block-left
{
    flex: 0 0 auto;
    width: 49%;
    margin-right: 1%;
}
.block-input.blockrow .block-right
{
    flex: 0 0 auto;
    width: 49%;
    margin-left: 1%;
}
.block-input.blockrow .block-fullrow
{
    flex: 0 0 auto;
    width: 100%;
}
.mb_for_inputs
{
    margin-bottom: 12px;
}
.block-input.blockrow .block-colom3
{
    width: 31.33%;
    flex: 0 0 auto;
}
.block-input.blockrow .block-colom3.two
{
    margin-left: 2%;
    margin-right: 2%;
}

.submit_buttons_cart_button
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.submit_buttons_cart_button .returntocart
{
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    color: #1053e2;
}
.submit_buttons_cart_button .continue_shipping
{
    flex: 0 0 auto; 
    background-color: #331E07;
    color: var(--white);
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*
    ***************************
*/

section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow
{   
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
    border-top: 1px solid #dfdede;
    padding: 7px;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .rowWrapper .checkoutRow:nth-child(odd)
{
    background-color: #f3f2f2;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .rowWrapper .checkoutRow:nth-child(even)
{
    background-color: var(--white);
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .rowWrapper .checkoutRow:last-child
{
    border-bottom: 1px solid #dfdede;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content
{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content .image
{
    position: relative;
    flex: 0 0 auto;
    width: 70px;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content .image .badge_checkout{
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #333;
    color: var(--white);
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50%;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content .content_detail
{
    padding-top: 12px;
    /*align-self: center;*/
    flex: 0 0 auto;
    padding-left: 30px;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content .content_detail h6
{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content .content_detail span
{    
    font-size: 15px;
    line-height: 21px;
    color: #325769;
    font-weight: 400;
    display: block;
    margin-bottom: 4px;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content .content_detail span b
{
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 3px;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .price
{
    flex: 0 0 auto;
    padding-top: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-right: 20px;
}

/*
    =============================
*/

.subtotal-price-row
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0px;
    background-color: var(--white);
    border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 10px;
}
.subtotal-price-row .span1
{
    font-size: 16px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 400;
    text-transform: uppercase;
}
.subtotal-price-row .span2
{
    font-size: 17px;
    color: #222;
    font-family: 'Roboto';
    font-weight: 500;
}
.subtotal-price-row.subtotal-price-row2
{
    /*margin-top: 14px;*/
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdede;
}
.subtotal-price-row2.subtotal-price-row .span1,
.subtotal-price-row2.subtotal-price-row .span2
{
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.subtotal-price-row2.subtotal-price-row .span1 .nextline
{
    display: block;
    font-size: 13px;
    font-weight: 400;
}

body.checkout footer
{
    margin-top: 0;

}

/*
    ==========================================================
*/


/*
    ===================================
*/

.checkout-address-sections
{
    background-color: #fafafa;
    padding: 50px 0;
}
.checkout-address-sections .checkout____address
{   
    background: #fff;
    padding: 20px 20px 30px;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
}
.checkout-address-sections .checkout____address .form-group label
{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.checkout-address-sections .checkout____address .form-group .form-select
{
    padding: 12px 15px;
    padding-right: 25px;
}
.checkout-address-sections .checkout____address .form-group .form-select:focus
{
    box-shadow: none;
}
.checkout-address-sections .checkout____address .goto-check-out-page a
{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
}
.checkout-address-sections .checkout____address .goto-check-out-page.text-start a
{
    border: 2px solid #2F1C06;
    background-color: #2F1C06;
    color: var(--white);    
}
.checkout-address-sections .checkout____address .goto-check-out-page.text-end a
{
    color: var(--white);
    border: 2px solid var(--black);
    background-color: var(--black);
}
/*
    ============================
*/
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty_holder.qty_holder2
{
    border:0px;
    color: #444;
    font-size: 17px;
    font-weight: 500;
}
.payments.shoping-cart-section .addtocart-buynow
{
    justify-content: flex-end;
}
.payments.shoping-cart-section .addtocart-buynow .cartbutton,
.payments.shoping-cart-section .addtocart-buynow .buynowbutton
{
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

/*
    ==========================================================
*/



/*
    ==========================================================
*/


.shoping-cart-section .addtocart-buynow
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}
.shoping-cart-section .addtocart-buynow a
{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding:12px 10px;
    border-radius: 4px;
    text-decoration: none;
}
.shoping-cart-section .addtocart-buynow .cartbutton
{
    flex: 0 0 auto;
    width: 239px;
    margin-right: 1%;
    border: 2px solid var(--red);
    background-color: var(--red);
    color: var(--white);
}
.shoping-cart-section .addtocart-buynow .buynowbutton
{
    flex: 0 0 auto;
    width: 239px;
    margin-left: 1%;
    font-weight: 400;
    color: var(--white);
    border: 2px solid var(--black);
    background-color:var(--black);
}
.shoping-cart-section .addtocart-buynow .bulkOrder
{
    flex: 0 0 auto;
    width: 32.333%;
    margin-left: 1%;
    font-weight: 600;
    color: #fff;
    border-color: var(--black);
    background-color:var(--black);
    line-height: 24px;
}
.shoping-cart-section .addtocart-buynow .bulkOrder:hover
{
    background-color: #222;
    border-color: #222;
    color: #fff;
}
/*
    ==========================================================
*/


/*
    ============================================
*/

section.thankyousection
{
    margin-bottom: 25px;
    margin-top: 50px;
}
section.placeorder-section .custom_row
{
    justify-content: center;
}
section.thankyousection .custom_row
{
    max-width: 80%;
    margin: auto;
    flex-direction: column;
}
section.thankyousection .custom_row .thankyouText
{
    text-transform: capitalize;
    text-align: center;
    padding: 18px 15px;
    border: 1px dashed #9e9fa1;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    border-radius: 8px;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 5%);
    margin-bottom: 40px;
}
section.thankyousection .custom_row .order_detail_row
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
section.thankyousection .custom_row .order_detail_row span
{
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}
section.thankyousection .custom_row .order_detail_row span b
{
    text-transform: uppercase;
    font-weight: 500;
}

section.thankyousection .thankyou_order_table
{
    margin-top: 40px;
}
section.thankyousection .thankyou_order_table table tbody
{
    border-top: 0px;
}
section.thankyousection .thankyou_order_table table thead
{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
section.thankyousection .thankyou_order_table table thead th
{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding:15px 20px;
    background-color: var(--black);
}
section.thankyousection .thankyou_order_table table tbody tr td
{
    color: #666;
    font-weight: 400;
    padding:15px 20px;
    border-right: 1px solid #eaeaea;
}
section.thankyousection .thankyou_order_table table tbody tr td:nth-child(1)
{
    width: 60%;
    border-left: 1px solid #eaeaea;
}
section.thankyousection .thankyou_order_table table tbody tr td:nth-child(2)
{
    width: 40%;
}
section.thankyousection .thankyou_order_table table tbody tr td:nth-child(1) span
{
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}
section.thankyousection .thankyou_order_table table tbody tr td:nth-child(1) span b
{
    font-weight: 500;
}
section.thankyousection .thankyou_order_table table tbody tr.pro td:nth-child(1) span
{
    display: block;
    font-weight: 400;
    color: #000;
    font-size: 16px;
}
section.thankyousection .thankyou_order_table table tbody tr td .price
{
    display: block;
    font-weight: 400;
    color: #000;
    font-size: 17px;
}

section.thankyousection .single-row
{
    display: inline-flex;
    grid-column-gap: 15px;
    margin-top: 5px;
}


section.thankyousection .single-row .price
{
    font-size: 14px;
    line-height: 21px;
    color: #325769 !important;
    font-weight: 400;
    margin-bottom: 5px;
}
section.thankyousection .single-row .price b
{
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 3px;
    color: #325769 !important;
}
section.thankyousection .single-row .size
{
    font-size: 14px;
    line-height: 21px;
    color: #325769;
    font-weight: 400;
}
section.thankyousection .single-row .size b
{
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 3px;
}
section.thankyousection .contiune-shopping
{
    text-align: center;
}
section.thankyousection .contiune-shopping a{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    border: 2px solid #2f1c06;
    background-color: #2f1c06;
    color: var(--white);
}
/*
    ==========================================================
*/
.rug-grid .rug-card .rug-details {
    position: relative;
}

.rug-grid .rug-card .rug-sku {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 6px;
    position: relative;
    z-index: 2;
}
/*
    ===============================================
*/


.review-section{
    margin: 60px 0;
}
.review-section .review-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    height: 100%;
}

.review-section .review-card img {
    width: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 4;
}
@media screen and (min-width: 993px)
{
    .review-section .review-card img
    {
/*        height: 350px;*/
    }
}

.review-section .review-content {
    padding: 20px;
}

.review-section .review-content h5 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    color: #444;
    font-weight: 700;
}

.review-section .stars {
    margin-bottom: 15px;
}

.review-section .stars i {
    color: #ffc107;
    font-size: 14px;
    margin-right: 2px;
}

.review-section .date {
    font-size: 14px;
    color: #888;
    margin-left: 8px;
}

.review-section .text-wrapper {
    position: relative;
    height: 125px; 
}

.review-section .text-wrapper p {
    font-size: 14px;
    line-height: 1.7;
    color: #000;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-section .text-wrapper input {
    display: none;
}

.review-section .text-wrapper label {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
}

.review-section .text-wrapper label::before {
    content: "Read More";
}

.review-section .text-wrapper input:checked ~ p {
    -webkit-line-clamp: 5;
}

.review-section .text-wrapper input:checked ~ label::before {
    content: "Read Less";
}
/*
    ==========================================================
*/

/*
    =======================================
*/


.search-box-wrapper
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 45;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.search-box-wrapper.show-Box-Wrapper
{
    opacity: 1;
    visibility: visible;
}

.search-box-wrapper .wrapper
{
    padding: 25px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper
{
    max-width: 53%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form
{
    display: flex;
    flex-direction: row;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .input-searc
{
    border-radius: 3px;
    font-size: 17px;
    padding: 10px 15px;
    border-right: 0px;
    border-radius: 5px 0 0 8px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .input-searc:focus
{
    box-shadow: none;
    outline: 0px;
    border-color: #ced4da;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .search-submit
{
    border-radius: 3px;
    font-family: 'FontAwesome';
    font-size: 18px;
    border:0px;
    background-color: transparent;
    color: var(--red);  
    width: 55px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #ced4da;
    border-left: 0px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .resetbuttons
{
    margin-left: 5px;
    border-radius: 3px;
    font-family: 'FontAwesome';
    font-size: 16px;
    border:0px;
    background-color: var(--color3);    
    color: var(--white);
    width: 55px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper.show-search-results form .resetbuttons
{
    /*opacity: 1;*/
    /*visibility: visible;*/
}

.search-box-wrapper .wrapper .search-icon-input-wrapper form .input-searc::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 17px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .input-searc::-moz-placeholder { /* Firefox 19+ */
    font-size: 17px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .input-searc:-ms-input-placeholder { /* IE 10+ */
    font-size: 17px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .input-searc:-moz-placeholder { /* Firefox 18- */
    font-size: 17px;
}



.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results
{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--white);
    border: 1px solid #ccc;
    border-top:0px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper.show-search-results .search-results
{
    opacity: 1;
    visibility: visible;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper
{
    padding: 15px;
    max-height: 500px;
    overflow-y: auto;
}

.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .wrappers
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper::-webkit-scrollbar
{
    width: 5px;
}

.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper::-webkit-scrollbar-track
{
    background-color: #eaeaea;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper::-webkit-scrollbar-thumb
{
    background-color: #888;
}

.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display
{
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .image
{
    flex: 0 0 auto;
    margin-bottom: 5px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .image img
{
    width: 100%;
    max-height: 140px;
    object-fit: contain;
    object-position: center;
}

.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details 
{
    flex: 0 0 auto;
    width:100%;
    text-align: center;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details h3
{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details h3 a
{
    color: #333;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details h6
{
    font-size: 17px;
    color: #111;
    margin-bottom: 3px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details .price
{
    font-size: 18px;
    color: #555;
    display: flex;
    flex-direction: column;
    grid-row-gap: 1px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details .price span.offerPrice{
    display: block !important;
    font-size: 15px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details .price .offerPrice b
{
    font-weight: normal;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details .price .price1
{
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details .price .price2
{
    display: inline-block;
    margin-left: 8px;
    color: #222;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 600;
}


/*
    ==========================================================
*/

.why-choose-us-section {
            background-color: #fdfcfb;
        }
        .why-choose-us-section .section-title {
            color: #331E07;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        .why-choose-us-section .section-subtitle {
            color: #555;
            max-width: 700px;
            margin: 0 auto 3rem auto;
        }
        .why-choose-us-section .feature-card {
            background: #ffffff;
            border: none;
            border-radius: 12px;
            padding: 30px;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        }
        .why-choose-us-section .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        }
        .why-choose-us-section .icon-box {
            width: 70px;
            height: 70px;
            background-color: #331E07;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            margin: 0 auto 20px auto;
            transition: background-color 0.3s ease;
        }
        .why-choose-us-section .card-title {
            color: #222;
            font-weight: 600;
            font-size: 1.25rem;
            margin-bottom: 15px;
        }
        .why-choose-us-section .card-text {
            color: #666;
            font-size: 1.03rem;
            line-height: 1.6;
        }

/*
    ==========================================================
*/

@media screen and (min-width: 577px) and (max-width: 992px)
{
   .rug-masonry-8 .wide {
        grid-column: span 1;
    }
    .rug-masonry-8 .masonry-item:nth-child(5){
        grid-row: span 2;
    }
    .rug-masonry-8 .masonry-item:nth-child(10){
        grid-column: span 2;
    }
    .shop-by-category .col-6
    {
        width: 50% !important;
    }


}

.message-submit-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 260;
    display: none;
}
.message-submit-popup .text-container {
    position: absolute;
    top: 150px;
    left: 50%;
    font-weight: 600;
    transform: translateX(-50%);
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #9bf693;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #255016;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    font-size: 15px;
}
.message-submit-popup .text-container .close-popups {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #255016;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}
.message-submit-popup .text-container .close-popups i {
    font-size: 1.1em;
}

/*
    ==========================================================
*/
/*
    ==========================================================
*/

/*
    ==========================================================
*/


/*
    ==========================================================
*/
/*
    ==========================================================
*/


/*
    ==========================================================
*/
/*
    ==========================================================
*/

/*
    ==========================================================
*/


/*
    ==========================================================
*/