:root {
    --primary-custome-color: #25aae1;
    --secondary-custome-color: #333333;
    --secondary-background-custome-color: #eeeeee;
    --text-primary-custome-color: black;
    --underline-custome-color: red;
}

.p_c_c {
    color: var(--primary-custome-color);
}

.s_c_c {
    color: var(--secondary-custome-color);
}

.p.b.c {
    background-color: var(--secondary-background-custome-color);
}

.btn-danger {
    background-color: var(--primary-custome-color);
}

.btn-info,
.btn-info:hover,
.btn-info:focus {
    background-color: var(--secondary-custome-color);
    line-height: 1;
    border-color: var(--secondary-custome-color);
}

html {
    scrollbar-width: thin;
}

#footer {
    background-color: var(--secondary-background-custome-color);
}

#nav {
    border-bottom: 0px;
}
#nav-aside {
    background-color: var(--secondary-background-custome-color);
    scrollbar-width: thin;
}

.nav-menu>li>a {
    text-decoration: underline var(--primary-custome-color);
    color: var(--text-primary-custome-color);
}

.nav-aside-menu li a {
    color: var(--text-primary-custome-color);
}

.nav-close span {
    color: var(--primary-custome-color);
}

.nav-logo {
    position: absolute;
    left: 45%;
    top: 3.5rem;
}

.hwrap {
    /* max-width: 1140px; */
    width: 100rem;
}

@media (max-width:1900px) {
    .hwrap {
        width: 70rem;
    }
}

@media (max-width:1500px) {
    .hwrap

    /* .nav-logo */
        {
        display: none;
    }
}

.carousel-control {
    width: 0px;
    /* Adjust width as needed */
    top: 50%;
    /* Move control to vertically center */
}

.carousel-control.left {
    left: 40px;
    /* Adjust left position */
}

.carousel-control.right {
    right: 40px;
    /* Adjust right position */
}

.carousel-inner >.item > a > img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    margin: 0rem 0rem 2rem 0rem;
}

.btn-cs {
    line-height: 1;
}

.item-col-3 {
    padding: 0px;
}

.rebate-tag {
    color: #fff;
    background-color: var(--primary-custome-color);
    border-radius: 50%;
    display: block;
    z-index: 10;
    font-size: 1.2rem;
    font-weight: 700;
    font-style: normal;
    line-height: 34px;
    height: 34px;
    width: 34px;
    text-align: center;
    position: absolute;
    margin-left: 5px;
}

.offer-price__price {
    /* font-size: 1.5em; */
    font-weight: bold;
    font-family: Muli;
    color: #1f1f1f;
}

.price-fraction {
    font-size: 0.75em;
    /* vertical-align: super; */
}

@media (min-width: 900px) {
    .item-p-2 {
        padding-right: 2rem;
    }
}

.item-ads-grid {
    background: #fff none repeat scroll 0 0;
    border-radius: 12px;
    border: 1px solid #dddddd;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
    /* height: 470px; */
    /* padding: 5px; */
}

.item-title {
    /* border-bottom: 2px solid; */
    bottom: 0px;
    position: relative;
    width: 100%;
    padding: 0px 7px 0px;
    /* height:185px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.item-title h6 {
    height: 10px;

}

.item-img-grid {
    position: relative;
}


.item-img-grid img {
    margin: auto;
    margin-top: 5px;
    height: 200px;
    object-fit: contain;
}

.item-ads-grid .item-meta,
.single-item-meta {
    /*margin-top: 10px;*/
    padding: 20px;
}

.item-title h3 {
    border-radius: 2px;
    color: #2b5089;
    display: inline;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

.item-title h4 {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 5px;
    height: 40px;
    /* text-overflow: ellipsis;
	overflow: hidden; */
    /*text-transform: lowercase;*/
}

.item-meta ul li a {
    color: #1f1f1f;
}

.item-meta ul li a:hover {
    color: #4611A7;
}

.item-meta ul li i {
    color: #bfbfbf;
    text-align: center;
    width: 21px;
}

.icon-blue .item-title {
    border-color: #09639e;
}

.icon-green .item-title {
    border-color: #99cc33;
}

.resp-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

/* @media screen and (max-width: 800px) {
         .resp-row{
         display:flex;
         flex-direction:column;
         flex-wrap: wrap;
 
     }
 } */
.item-meta a {
    margin: 1px 0px 0px 0px;
}

.item-meta {
    padding: 0px !important;
}

.cus-h3 {
    margin-bottom: 0px;
    margin-top: 1rem;
}

.trends input[type='checkbox'] {
    margin: 0;
    margin-top: 5px;
}

.trends input[type='radio'] {
    margin-top: .5rem;
}

.checkbox,
.radio {
    margin: 0px;
}

@media (max-width: 990px) {

    .listing-actions-nav,
    .filter_cus_tag {
        display: none;
    }
}

.filter_cus_tag {
    padding-left: 0px;
}

.filter_tags {
    background-color: var(--secondary-background-custome-color);
    color: var(--text-primary-custome-color);
    border-radius: 10px;
    padding: 3px 5px 3px 5px;

}

.filter_tags:hover .filter_tags:focus {
    text-decoration: none !important;
}

.cs-search {
    padding: 0px;
}

@media (max-width:990px) {
    .text-sm-left {
        text-align: left;
        margin-top: 0px !important;
    }
}

@media (max-width:550px) {
    .breadcumb_section {
        float: left;
    }
}

#footer a,
.footer-widget,
.footer-copyright,
.footer-country
{
    color: var(--secondary-custome-color);
}

.footer-title {
    color: var(--text-primary-custome-color) !important;
    margin: 0px;
    margin-top: 15px;
}

.footer-bottom {
    padding-top: 5px;
    padding-bottom: 20px;
}

.hmove {
    width: 130em;
}

.widget-body {
    margin-top: .5rem;
}

.newsletter-widget:after {
    color: transparent !important;
}
.icon-arrow {
    color: lightgray;
    margin-right: 8px;
}
.footer-logo {
    margin-bottom: 10px !important;
}
.cs-thumb {
    border-right: 1px solid var(--secondary-background-custome-color) !important;
    border: none;
}
.cs-thumb h3 {
    text-decoration: underline var(--primary-custome-color);
}
.row_bd_t {
    /* border: 1px solid var(--secondary-background-custome-color);
    border-bottom: none; */
    background-color: var(--secondary-background-custome-color);
    margin-bottom: 5px;
    padding-top: .5em;
    border-radius: 20px;
}
.view-link {
    color: var(--primary-custome-color);
    font-size: 14px;
    font-weight: 900;
    margin-top: .3em;
    padding-right: 1em;
}
.row_bd_t h2 {
    margin-bottom: .3em;
}
.btn-cat {
    color: var(--secondary-custome-color);
    border-color: var(--primary-custome-color);
}
.newsletter-widget .input {
    margin-bottom: 5px !important;
}
#nav-search {
    background: var(--secondary-background-custome-color) !important;
}
#nav-search form .input,
#nav-search form .input:focus,
#nav-search form .input:hover {
    /* background: var(--secondary-custome-color) !important; */
    border-color: var(--primary-custome-color) !important;
    color: var(--secondary-custome-color) !important;
}
.btn-load-more{
    margin-top: 18px;
    font-family: sans-serif;
}
.btn-load-more,
.btn-load-more:hover,
.btn-load-more:focus,
.btn-load-more:active,
.btn-load-more:active:hover,
.btn-load-more:active:focus,
.btn-load-more:after {
    font-family: FontAwesome;
    content: "\f103"; 
    margin-right: 5px;
    display: inline-grid;
    background-color: transparent;
    color: var(--primary-custome-color);
    border: none;
    font-size: 22px;
}
.main-search-box input{
    border-color: var(--primary-custome-color);
}
.scroll-top-btn {
    position: fixed;
    bottom: 3em;
    right: 20px;
    display: none;
    background-color: var(--secondary-background-custome-color);
    color: var(--secondary-custome-color);
    padding: 10px 15px;
    border-radius: 50%;
    z-index: 1000;
    text-align: center;
    cursor: pointer;
}

.scroll-top-btn:hover {
    color: var(--primary-custome-color);
}