.header-logo-img {
    width: 180px;
    height: 90px;
    margin-bottom: 5px;
    object-fit: contain;
}

.no-product-found {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.tpfooter__widget-subtitle {
    font-weight: 700;
    font-size: 14px;
    color: var(--tp-common-white);
}

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

.header__top-link a {
    font-size: 15px;
}

.header__top-left span {
    font-size: 15px;
}

.tpfooter__widget p a {
    color: var(--tp-text-1);
}

.tpfooter__widget p {
    color: var(--tp-text-1);
}

.tpfooter__widget-links ul li a {
    color: var(--tp-text-1);
}

.tpfooter__copyright-text a {
    color: var(--tp-text-1);
}

.text-danger {
    color: #FF4C1E !important;
}

.sidebar__widget-title {
    font-size: 18px;
}

.sidebar__widget-content ul li {
    list-style: none;
    margin-bottom: 8px;
    border-bottom: 1px dashed #E8C3C3;
    padding-bottom: 8px;
}

.sidebar__widget-content ul li a {
    font-weight: 500;
    font-size: 18px;
}

.header__top {
    padding: 10px;
}

.tpblog__title {
    text-align: center;
    margin-bottom: 0px;
}

.tpblog__wrapper {
    padding: 10px 28px 10px 30px;
}

.tpblog__thumb img {
    height: 238px;
}

.product__details-check li span {
    font-size: 15px;
}

.share nav {
    font-size: 0;
}

.share a {
    box-shadow: none;
}

.share a:hover {
    box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
}

.share a {
    line-height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #fff;
    overflow: hidden;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 -20px;
}

.share a:nth-child(1) {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-left: 0;
}

.share a:nth-child(1):hover {
    background-color: #61c5ec;
}

.share a:nth-child(2):hover {
    background-color: #3b5998;
}

.share a:nth-child(3):hover {
    background-color: #1AD03F;
}

.share a:nth-child(4) {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-right: 0;
}

.share a:nth-child(4):hover {
    background-color: #000;
}

.share:hover span,
.share.hover span {
    opacity: 0;
}

.share:hover a,
.share.hover a {
    border-radius: 50%;
    margin: 0 10px;
    color: #f1ce64;
    font-size: 28px;
}

.share:hover a:hover,
.share.hover a:hover {
    color: #fff;
}

/* Mobile View */

.header__top-left a {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-heading-primary);
}

.header__top-left a:hover {
    text-decoration: underline;
}


.header__top-right a {
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-heading-primary);
}

.tpslider__bg6 {
    min-height: 500px;
}

.tpslider__five__wrapper {
    bottom: 20px;
    position: absolute;
    left: 45%;
}

.header__main-area {
    border: unset;
    background-color: #FFF;
}

.cus-header-menu-shop-btn {
    border: 1px solid #FFF;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--tp-heading-secondary);
    color: #FFF;
    border-radius: 10px;
}

.cus-header-menu-shop-btn:hover {
    border: 1px solid var(--tp-heading-primary);
    background: #FFF;
    color: var(--tp-heading-primary);
}

.main-menu ul li a {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    padding: 9px 18px;
    text-transform: uppercase;
    color: var(--tp-common-black);
}

.main-menu ul li a:before {
    content: "";
    background: var(--tp-common-black);
    position: absolute;
    bottom: 0;
    left: 35%;
    height: 3px;
    width: 35%;
    border-radius: 10px;
}


.main-menu ul li:hover a:before {
    left: 20%;
    width: 60%;
}

.main-menu ul li a:hover {
    color: #000;
}


.category__thumb img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.category__title {
    font-size: 24px;
}

.tpabout__inner-thumb-2>img {
    animation: unset;
    width: 100%;
}

.tpabout__inner-2 p {
    font-size: 18px;
}

.cus-team-member-img {
    height: 330px;
}

.cus-team-member-img img {
    height: 100%;
    object-fit: contain;
    object-position: top center;
}

.cus-team-member-img+.img-box__content p {
    font-size: 20px;
}

.cus-product-details-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.tpproduct__price span {
    font-size: 20px;
}

.whight-product .tpproduct__content {
    border-top: 1px solid var(--tp-border-3);
    border-radius: unset;
}

.tpproduct__thumb {
    padding: 0;
}

.tpproduct__thumb img.cus-normal-img {
    width: 100%;
    height: 200px;
}

.desktop-logo {
    display: block;
}

.mobile-logo {
    display: none;
}

.tpdetails__product {
    padding: 15px 15px 45px 15px;
}

.tpdetails__title-box {
    padding-bottom: 0px;
}

.cus-sidebar-category {
    margin-bottom: 30px;
}

.cus-sidebar-category ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cus-sidebar-category ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cus-sidebar-category ul li .cus-category-view-products a {
    font-size: 12px;
    padding: 3px 10px;
    color: #FFF;
}

.cus-sidebar-category ul li .cus-category-view-products a:hover {
    color: var(--tp-heading-primary);
}

.product__details-cart {
    padding-bottom: 10px;
    border-bottom: 1px solid #E6ECF0;
    margin-bottom: 15px;
}

.cus-product-share-list {
    margin: 10px 15px;
    display: flex;
    gap: 10px;
}

.cus-product-share-list a {
    color: #FFF;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cus-product-share-list a.cus-share-whatsapp {
    background-color: #25d366;
}

.cus-product-share-list a.cus-share-facebook {
    background-color: #3b5998;
}

.cus-product-share-list a.cus-share-twitter {
    background-color: #1da1f2
}

.cus-product-share-list a i {
    font-size: 16px;
}

.product__details-btn a {
    padding: 8px 70px;
    font-size: 18px;
}

.main-menu ul li.has-dropdown>a::after {
    content: unset;
}

#cus-about-us-page-second-pic {
    text-align: center;
}

#cus-about-us-page-second-pic img {
    width: 70%;
    border: 3px solid #1C1E23;
    border-radius: 10px;
}

.tpfooter__widget p,
.tpfooter__widget p a,
.tpfooter__widget-links ul li a,
.tpfooter__widget-title,
.tpfooter__widget-subtitle {
    color: #1C1E23;
}

.tpfooter__copyright-text a {
    color: #FFF;
    font-weight: 800;
}

.tpfooter__copyright-text {
    color: #ffffffa1;
}

.tpfooter__top {
    border-bottom: 1px solid var(--tp-heading-secondary);
}

.header__main-area {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

/* Chrome, Safari, Edge, Opera */
input.cus-text-number-field::-webkit-outer-spin-button,
input.cus-text-number-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.theme-bg-2 {
    background-color: #FFF;
}

.whight-product .tpproduct__content {
    padding: 10px 20px 0px 15px;
}

.tpproduct__title a {
    text-transform: uppercase;
}

.tpfooter___bottom {
    background: var(--tp-heading-secondary);
}

.tpfooter__widget-title {
    font-weight: bolder;
    font-size: 20px;
}

.tpfooter__top {
    background-color: var(--tp-grey-4);
}

.tpfooter__border {
    border-top: 1px solid var(--tp-heading-secondary);
}

.tpfooter__widget-links ul li a {
    font-size: 18px;
}

.tpfooter__widget-links ul li a:hover {
    color: var(--tp-heading-primary);
    font-weight: bold;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tpproduct__title {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    .tpslider__five__wrapper {
        bottom: 10px;
        position: absolute;
        left: 40%;
    }

    .tpslider__bg6 {
        min-height: 225px;
        background-position: top center;
    }

    .tpslider__five__wrapper .tp-btn {
        padding: 3px 10px;
        font-size: 10px;
    }

    .tpmobile-menu {
        padding: 5px 0;
    }

    .tpmobile-menu .header__logo img {
        width: 100%;
        height: 100%;
    }

    .cus-header-menu-shop-btn {
        border: 1px solid var(--tp-heading-primary);
        padding: 5px 10px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        background: var(--tp-heading-primary);
        color: #FFF;
    }

    .tpsideinfo__nabtab #pills-tab {
        margin-top: 30px;
    }

    .category__item {
        padding: 5px 0px 5px 0px;
    }

    .category__thumb img {
        height: 70px;
        width: 70px;
        border-radius: unset;
    }

    .category__title {
        font-size: 18px;
    }

    .cus-product-details-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
        gap: 10px;
    }

    .tpproduct__thumb img.cus-normal-img {
        width: 100%;
        height: 135px;
        object-fit: contain;
    }

    .cus-product-details-section .tp-btn-2 {
        padding: 1px 18px;
        font-size: 10px;
    }

    .cus-team-member-img {
        height: 275px;
    }

}