.black-bg
{
    background: #0ab3c2;
}

.header__top-info-wrap {
    background-color: #0ab3c2;
}

.header__top-info > ul > li {
    color: var(--color-white);
}

.header__top-info > ul > li:not(:last-child)::before {
    background-color: var(--color-white);
}

.header__search-box
{
    margin-right: 0;
}

.header__style-three .header__top-info > ul > li > i, .header__style-three .header__top-info > ul > li > a > i {
    color: var(--color-white);
}

.header__social a {
    color: var(--color-white);
}

.hero-banner__content .title {
    font-size: 30px;
}

.product__review > span {
    color: #0ab3c2;
}


.shop-single-section .product-details .product-option .product-row > div:first-child {
    width: auto;
}

.product-details .product-option .product-row .thm-btn{
	margin-left:0;
}

.shop_thumb_tab {
    padding-left: 5px;
}

.shop-single-section .products > li {
    min-height: 400px;
}

.shop-area .product-holder {
    height: auto;
}

.shop-area .product-holder .product__action {
    top: 40%;
    right: 40%;
}

.product__item.style-2 {
    min-height: 400px;
}

.products > li {
    min-height: 400px;
}

.shop-section .products.three-column > li {
    min-height: 400px;
}

.widget__category li a {
    font-size: 14px;
}

.category-nav__list li a {
    padding: 0;
}

.add-to-cart-btn .thm-btn span {
    color: var(--color-white);
}

.hide{
    display:none;
}

.tx-post-item p {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
}

.category-nav > ul > li > a.active {
    color: var(--color-primary);
}

.tagcloud a.active {
    color: var(--color-white);
    background: var(--color-primary);
}

.content p{
    margin-bottom:20px;
}

.tab-content ul {
    margin-bottom: 1rem;
    padding-left: 2rem !important;
}

.news__content
 {
    min-height: 220px;
}

.footer__widget ul li a {
    color: var(--color-black);
}

.footer__widget p {
    color: var(--color-black);
}

.footer__copyright {
    font-size: 13px;
}

.footer__style-three .footer__copyright {
    color: var(--color-white);
}

.footer__copyright a {
    color: var(--color-white);
}

.footer__copyright{
    color: var(--color-white);
}

.footer .link_footer{
	color:var(--color-white);
	font-size:13px;
}

.footer__style-three .footer__social a {
    background-color: #0ab3c2;
    color: var(--color-white);
}

.category-nav > ul > li.menu-item-has-children > a::before {
    top: 0px;
}

.accordion-button::after
{
    background-size: 0.8rem;
}

.accordion-button:not(.collapsed) {
    color: var(--color-primary);
    background-color: #fff;
}

.accordion-body {
    padding: 0.5rem 0.5rem 0.5rem 0
}

.news__item{
    width:31%;
    margin: 0 10px 20px;
    position: relative;
}

.inline{
     display: inline-block;
}

.col-lg-9-5{
    flex: 0 0 auto;
    width: 80%;
}

@media (max-width: 992px) {
    .col-lg-9-5 {
        width: 100%;
    }
    .news__item{
        width:95%;
    }

    .rd-products__nav .nav-tabs {
        margin: auto;
    }

    .rd-products__nav .nav-tabs .nav-item .nav-link {
        font-size: 14px;
    }

    .product__review {
        margin-top: 10px;
    }   
}