.shop-blog .shop-single-blog {
    margin-bottom: 40px;
}

.image img {
    padding: 80px;
}

.header.shop .right-bar .sinlge-bar .single-icon {
    color: #af5658;
    font-size: 12px;
    position: relative;
    margin-left: 12px;
}

.shop-blog .shop-single-blog .content {
    padding: 15px;
}

.shop-blog .shop-single-blog {
    margin-bottom: 40px;
}

.shop-blog .shop-single-blog .content .more-btn {
    padding-bottom: 13px;
}

/* Hero Video */
.outter.hero-video {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .outter.hero-video {
        height: 325px;
    }
}

.hero-video .video-container {
    height: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-video video {
    object-fit: cover; 
    position: absolute;
    height: 550px;
    width: 100%;
    top: 0;
    left: 0;
}

.hero-video .video-container:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

h1 {
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
    line-height: 1;
    font-size: 35px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
}

.desc {
    color: white;
    font-weight: 400;
    font-size: 18px;
}

.callout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80%;
    text-align: center;
    z-index: 10;
    width: 70%;
    margin: auto;
}

@media (max-width: 767px) {
    .callout {
        width: 90%;
    }
}

.button {
    background-color: transparent;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: #fff;
    color: black;
    text-decoration: none;
    font-weight: bold;
    margin-top: 420px;
}

.button:hover {
    cursor: pointer;
    background-color: black;
    color: #fff;
    border: 1px solid #fff;
}

.heading-block .button {
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #94939b;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin-top: 420px;
    border: 1px solid #fff;
}

.heading-block .button:hover {
    cursor: pointer;
    background-color: #94939b;
    color: #fff;
}

.heading-block .fa {
    font: normal normal normal 13px / 1 FontAwesome;
}





.header .all-category .main-category{
    opacity:0;
    visibility:hidden;
}
.header .all-category:hover .main-category{
    opacity:1;
    visibility:visible;
}

.header.shop .right-bar .sinlge-bar .single-icon {
    color: #fff;
    font-size: 12px;
    position: relative;
    margin-left: 15px;
}
.header.shop .right-bar .sinlge-bar .shopping-bag {
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-left: 10px;
}

.header.shop .right-bar .sinlge-bar .single-icon .total-count{
	background: #7a3a1da8;
}

.header.shop .main-menu ul .mega-menu {
    width: 850px;
    display: inline-block;
    height: auto;
    position: absolute;
    left: 238px;
    top: 0;
    z-index: 99999;
    background: #fff;
    border: none;
    padding: 30px;
    border-left: 3px solid #F7941D;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.list-group a:hover{
    color: rgb(126, 36, 36) !important;
    font-weight: 500;
}
.cart_item {
    border: 4px solid #f6f2f2;
}


.content .heading-block h1{
    text-align: left;
    color: black;
    font-size: 32px;
    text-transform: none;
}
.content .heading-block h2{
    font-size: 25px;
    font-weight: 700;
    margin-top: 5px;
    text-align: left;
}



/* start about banner homepage css  */
.shop-single-blog {
    border: 1px solid #00000029;
    height: 100%;
}
.shop-single-blog {
    border: 1px solid #00000029;
    height: 100%;
}
.col-lg-11.col-md-4.col-12.category-heading {
    margin-bottom: 12px;
    padding-left: 7px;
}
.banner-section {
    background: rgb(247,247,247);
}
.cown-down .content {
    background: none !important;
}

.col-lg-3.col-md-6.col-12.category-card {
    padding-left: 8px;
    padding-right: 8px;
}

.col-lg-12.col-12.padding-left {
    padding-left: 9px;
}
section.profile-section.bottom-text {
    padding-top: 27px;
    padding-bottom: 40px;
}



.shop-single-blog .more-btn {
    display: inline-block;
    color: #007bff;
    text-decoration: none;
    float: left;
    margin-top: -10px;
}



/* start category heading title and text */
.product-section .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.product-section .section-title h2 {
    margin: 0;
    font-size: 24px;
}
.product-section .section-title a {
    font-size: 14px;
    text-decoration: none;
    color: #007bff;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; /* Add margin to space out from the content below */
    position: relative; /* For the vertical line */
}

.section-title h2 {
    margin: 0; /* Remove default margin */
    flex-grow: 1; /* Allow h2 to take available space */
}

.section-title p {
    margin: 0 20px; /* Add horizontal margin for spacing */
    color: gray; /* Example text color, adjust as needed */
    flex-shrink: 0; /* Prevent p from shrinking */
}

.section-title a {
    margin: 0; /* Remove default margin */
    color: blue; /* Example link color, adjust as needed */
    text-decoration: none; /* Remove underline */
    flex-shrink: 0; /* Prevent a from shrinking */
}

.section-title::after {
    content: '';
    position: absolute;
    height: 50%;
    width: 1px;
    left: calc(100% - 120px); /* Adjust based on the size of the elements */
    top: 50%;
    transform: translateY(-50%);
}

.shop-single-blog img {
    width: 100%; /* Ensure the image takes full width */
    object-fit: cover; /* Ensure the image covers the specified height */
}

.shop-single-blog .content {
    padding: 15px;
}

.shop-single-blog .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.shop-single-blog .more-btn {
    display: inline-block;
    color: #007bff;
    text-decoration: none;
}

.shop-single-blog .more-btn i {
    margin-left: 5px;
}
/* end category heading title and text */


.product-area .single-product {
    padding-left: 1px;
    padding-right: 4px;
}

.hero-area4 .big-content .title span{
    color: #fff !important;
    line-height: 1px;
}

.category-heading h3{
    font-size: 27px;
    color:#333;
}

.category-heading span{
    font-size: 17px;
}

.view-button a {
    color: black;
    border-bottom: 1px solid black;
}


/* start suggestion css */
.suggestions {
    position: absolute;
    background: white;
    width: 97.7%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
}

.suggestion-item {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.suggestion-item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.suggestion-details h4 {
    font-size: 14px;
    margin: 0;
}

.suggestion-details p {
    margin: 0;
    color: #666;
}
/* end suggestion css */
section.small-banner.section.mt-3 {
    padding-left: 10px;
    padding-right: 10px;
}


.col-lg-3.col-md-4.col-12.blog {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 17px;
}

.col-lg-3.col-md-4.col-12.news {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 17px;
}





/* feature image banner section */
.feature-image-section {
    padding-bottom: 40px;
    height: 500px;
    background: #9e9dab30;
}
.feature-image {
    padding-bottom: 14px;
}
.feature-image img{
    height: 500px;
    width: 100%;
    border-right: 2px solid white;
}

.feature-image .bottom-left {
    position: absolute;
    bottom: 40px;
    left: 0px;
    background: #fff;
    opacity: .6;
    padding: 10px;
    width: 58%;
    font-size: 37px;
    margin-bottom: 35px;
}

.feature-image .bottom-left h3 {
    text-transform: capitalize;
    margin-left: 50px;
}
.feature-image .bottom-left a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    margin-left: 50px;
}






/* start hero slider */
@media(max-width:1180px) {
    .carousel-caption h5 {
        font-size: 2.5rem !important;
        margin-bottom:15px !important;
    }
    .carousel-caption p {
        font-size: 1.5rem !important;
        margin-bottom:20px !important;
    }
    .carousel-caption {
        top:0%;
    }
}
@media(max-width:980px) {
    .carousel-caption {
        top: 20%;
    }
    .carousel-caption h5 {
        font-size: 1.5rem !important;
    }
    .carousel-caption p {
        font-size: 1rem !important;
    }
    .carousel-caption .btn {
        display:none;
    }
}
@media (max-width: 400px) {
    .carousel-item img {
        height: 190px !important;
    }
}

.carousel-item img{
    height: 620px;
}

.carousel-indicators {
    justify-content: left;
    cursor: pointer;
    margin-left: 6%;
    margin-right: 6%;
}

/* end hero slider */