
.bg-dark-header .nav-link {
    color: #000;
}

.home-item-group {
    max-height: 427px;
    overflow: auto;
    font-size: 16px;
    line-height: 1.17;
}
.list-group .list-group-item {
    font-weight: 500;
    font-size: 16px;
    padding: 16px 16px;
}


.icon-btn{
    background-color: #fdfdfd;
    box-shadow: 0 5px 5px #6c757d;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    color: #1a1d20;
    justify-content: center;
    align-items: center;
}

.main {
    background-color: #fff;
}

.bgc-others{
    background-color: #f1f1f5;
}

.py-section{
    padding: 30px 0;
}

.banner-img img{
    width: 100%;
}

.header-discription h2{
    font-size: 26px;
}

.date-title{
    font-weight: 600;
}

.time-priod .content{
    font-weight: 600;
}

.onsale-marks {
    font-weight: 700;
    display: flex;
    min-width: 48px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: 16px;
    right: auto;
    top: 16px;
    background: #c40b0b;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    text-transform: none;
    line-height: 18px;
    height: 20px;
    z-index: 2;
}

.item-details{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.item-pricing{
    width: 100%;
}

.item-details-text{
    width: 100%;
}

.btn-green-default{
    width: 100%;
}

.item-name{
    font-size: 16px;
    font-weight: 400;
}

.item-wight{
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 3px;
}

.star-ratting{
    color: #f4b931;
}

.ratting{
    display: flex;
    gap: 16px;
}


.item-inner:hover{
    box-shadow: 0px 0px 2px 1px #dcd7f3;
}

.header-discription{
    margin-bottom: 20px;
}


.banner-img{
    position: relative;
    display: block;
}


.banner-text {
    position: absolute;
    top: 30px;
    left: 30px;
}

.banner-text-heading{
    color: #1a1d20;
    font-weight: 500;
    font-size: 24px;
    text-shadow: 1px 1px 5px #b2b7bb;
}
.banner-text-sub-heading{
    color: #00aa55;
    font-weight: 700;
    font-size: 28px;
    text-shadow: 1px 1px 3px #e3dede;
}

.banner-p{
    max-width: 200px;
    color: #1a1d20;
    font-weight: 500;
}

.price-new{
    font-size: 20px;
    font-weight: 600;
}

.price-old {
    font-size: 16px !important;
    font-weight: 600;
    text-decoration: line-through;
    color: #666666;
    padding-left: 5px;
}


.custom-image-tag-list {
    clear: both;
    margin: 0;
    background: #fff;
    border-top: 1px solid rgba(145, 158, 171, .24);
    border-left: 1px solid rgba(145, 158, 171, .24);
}

.custom-image-tag-list .item {
    -webkit-flex: 14.28571%;
    -ms-flex: 14.28571%;
    flex: 14.28571%;
    max-width: 14.28571%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0;
}

.tag-image-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    padding: 16px;
    position: relative;
    align-items: center;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid rgba(145, 158, 171, .24);
    border-bottom: 1px solid rgba(145, 158, 171, .24);
}

.tag-name {
    font-weight: 400;
    color: #212b36;
    font-size: 14px;
    line-height: 22px;
    word-break: break-word;
    text-decoration: none;
    text-transform: lowercase;

}
.color-default{
    color: #00a955;
    font-weight: 500;
}

.sale-category-item{
    background-color: #fff;
    padding: 16px;
}

.category-item-wrapper {
    margin: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0;
}

.banner-category {
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
}

.item-wrapper{
    -webkit-flex: 80%;
    -ms-flex: 80%;
    flex: 80%;
    max-width: 80%;
}

.banner-image img{
    width: 95%;
}

.banner-image{
    position: relative;
}

.banner-textbox{
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}

.banner-title {
    font-size: 24px;
    color: #f8f8fa;
    text-shadow: 0 1px 0 #e3dede;
}

.banner-sub-title {
    font-size: 24px;
    color: #f8f8fa;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 0 1px 0 #e3dede;
}

.banner-text-p{
    margin: 16px 0;
    color: #fff;
    width: 150px;
    text-shadow: 0 1px 1px #e3dede;
}

.btn--banner, .btn--banner:hover{
    margin-top: 10px;
    background-color: #fdb140 !important;
    color: #1a1d20 !important;
    font-weight: 600;
}

.navbar-nav .drop-down li:hover > a {
    color: rgb(255, 255, 255);
    background: rgb(0, 169, 85);
}

.list-link{
    text-decoration: none;
    font-size: 14px;
    color: #1a1d20;
}

.list-link:hover{
    color: #00a955;
}

.category-list li{
        padding: 8px 16px !important;
}

.category-list{
    padding-right: 1rem;
 }

.header-discription{
    margin-bottom: 0;
}

.sales-header{
    margin-bottom: 1rem;
}

.banner-design-2{
    overflow: hidden;
}


.banner-design-2:before {
    position: absolute;
    content: "";
    height: 300px;
    width: 300px;
    background-color: #00a955;
    top: -100px;
    left: -100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
}

.banner-design-2 .banner-textbox{
    z-index: 10;
    width: 150px;
}

.banner-design-2 .btn--banner-2, .btn--banner-2:hover {
    margin-top: 150px;
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 169, 85) !important;
    font-weight: 500;
    box-shadow: 0px 5px 15px #6c757d;
}

.carousel-control-next, .carousel-control-prev {
    width: 6rem;
}
.home-text-p {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #637381;
}

.footer-top {
    width: 100%;
    padding: 1.5rem 0;
}

.icon-list-items {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.list-icon {
    font-size: 22px;
    color: #00a955;
    margin-right: .5rem;
}

.list-text {
    font-size: 16px;
    line-height: 24px;
}

.footer-design-2{
    background-color: #fff;
    color: #1a1d20;
    margin: 0;
    padding: 50px 0 0 0;
    border-top: 1px solid rgba(108, 117, 125, 0.37);
}

.footer-widget-container {
    padding: 0 140px 0 0;
}

.footer-logo a{
    color: #1a1d20;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    padding-bottom: 1rem;
    display: block;
}


.footer-p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #212b36;
}

.footer-icon-list-item {
    list-style: none;
    padding: 0 140px 0 0;
    margin: 0;
}

.footer-icon-list-item li{
    padding: 5px 0;
}

.footer-icon-list-item li a{
    color: #212b36;
    text-decoration: none;
}

.footer-icon-list-item li .active,.footer-icon-list-item li a:hover {
    color: #00a955;
}

.footer-icon-list-item li span{
    margin-right: 8px;
}

.social-links {
    margin-top: 1rem !important;
}

footer .social-links a {
    color: #212b36;
    margin:0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    font-size: 17px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
}

footer .social-links a:first-child {
    padding-left: 0;
}

.footer-title {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #212b36;
    font-weight: 700;
    margin-bottom: 1rem;
}

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

.footer-list li{
    padding: .5rem 0;
}

.footer-list li a{
    color: #212b36;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}

.footer-list li a:hover{
    color: #00a955;
}

.footer-text{
     color: #212b36;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.copy-text a {
    color: #212b36;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.copyright {
    text-align: center;
    font-family: RobotoSlab;
    letter-spacing: 0.75px;
    padding: 24px 0;
    font-size: 13px;
    color: #212b36;
}


@media (max-width: 991px) {
    .banner-text-heading {
        font-size: 16px;
    }

    .banner-text-sub-heading {
        font-size: 18px;
    }
    
    .banner-p{
        font-size: 12px;
    }

    .custom-image-tag-list .item {
        -webkit-flex: 33.333%;
        -ms-flex:  33.333%;
        flex:  33.333%;
        max-width:  33.333%;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0;
        padding-left: 0;
    }

    .banner-category {
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .banner-image img {
    width: 100%;
}

    .item-wrapper {
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .footer-widget-container {
    padding: 0 10px 0 0;
}
}