h1, h2{
    color:#0ab3c2;
}

.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);
}

.header__category-nav i {
    margin-left: 15px;
    font-size: 15px;
}

.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%;
}

.seller-img{
    width: 95%;
}

.product_details_img {
    padding: 15px;
    width: 80%;
}

.product-lightbox {
    position: relative;
    display: block;
    cursor: zoom-in;
}

.product-lightbox img {
    display: block;
    width: 100%;
}

.product-lightbox__icon {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.product-lightbox:hover .product-lightbox__icon,
.product-lightbox:focus .product-lightbox__icon {
    opacity: 1;
}

.mfp-img {
    object-fit: contain;
}

.product-image-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.88);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.product-image-modal.is-open {
    display: flex;
}

.product-image-modal-open {
    overflow: hidden;
}

.product-image-modal__figure {
    position: relative;
    margin: 0;
    max-width: min(1100px, 100%);
    max-height: 100%;
}

.product-image-modal__img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 96px);
    object-fit: contain;
    background: #fff;
}

.product-image-modal__caption {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.product-image-modal__close {
    position: absolute;
    top: 14px;
    right: 18px;
    z-index: 1;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.product-image-modal__close:hover,
.product-image-modal__close:focus {
    background: rgba(255, 255, 255, 0.28);
}

.product-image-modal__nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    transform: translateY(-50%);
    cursor: pointer;
}

.product-image-modal__nav--prev {
    left: 18px;
}

.product-image-modal__nav--next {
    right: 18px;
}

.product-image-modal__nav:hover,
.product-image-modal__nav:focus {
    background: rgba(255, 255, 255, 0.28);
}

.product-image-modal__nav i {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 767px) {
    .product-image-modal {
        padding: 18px;
    }

    .product-image-modal__img {
        max-height: calc(100vh - 120px);
    }

    .product-image-modal__nav {
        top: auto;
        bottom: 18px;
        transform: none;
    }

    .product-image-modal__nav--prev {
        left: calc(50% - 58px);
    }

    .product-image-modal__nav--next {
        right: calc(50% - 58px);
    }
}

.shop_thumb_tab {
    width: 20%;
}

.shop_thumb_tab ul li {
    margin-bottom: 15px;
    padding-left: 5px;
}

@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;
    }   
}
