.tagline,
[class*=btn-link] {
    letter-spacing: 2px
}

:root {
    --theme-general-color: #767678;
    --theme-primary-color: #bf8072;
    --theme-secondary-color: #141926;
    --theme-white-color: #fff;
    --theme-light-color: #f8f8f8;
    --theme-gray-color: #e7e7e8;
    --theme-dark-color: #1b1b1e;
    --theme-footer-color: #1e2124;
    --theme-extra-color: #f3612e;
    --theme-extra2-color: #ffd200;
    --theme-primary-opacity-color: rgba(191, 128, 114, .8);
    --theme-secondary-opacity-color: rgba(20, 25, 38, .8);
    --theme-dark-opacity-color: rgba(27, 27, 30, .8);
    --theme-white-opacity-color: rgba(255, 255, 255, 0.5);
    --theme-white-opacity90-color: rgba(255, 255, 255, 0.9);
    --text-light-color: #a5a5a5;
    --text-gray-color: #c3c3c3;
    --theme-general-font: 'Jost', sans-serif;
    --theme-hiperlink-font: 'Jost', sans-serif;
    --theme-highlight-font: 'Jost', sans-serif
}

.tagcloud ul li a,
body {
    font-size: 16px
}

.h5,
h5 {
    font-weight: 500
}

.font-mini {
    font-size: 12px
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
    padding: 10px 0
}

.coustom-categories-banner-1 .product-wrapper .product-info .strok,
.product-wrapper .product-info .star-rating a {
    font-size: 14px
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    /* text-transform: uppercase */
}

.main-nav .form-inline input.search-field {
    padding-left: 25px;
    font-size: 16px !important
}

.main-search {
    border: none !important
}

.common-header {
    border: 4px solid #ededed !important
}

.header-sticky .form-inline input.search-field::placeholder,
.main-nav .form-inline input.search-field::placeholder {
    color: var(--theme-secondary-color);
    font-size: 16px !important
}

[class*=product-search-] .form-inline.search-pill-shape {
    background-color: var(--theme-light-color);
    border: 0
}

.ecommerce-header .cart-view a.top-quantity span,
.ecommerce-header .refresh-view a.top-quantity span,
.ecommerce-header .wishlist-view a.top-quantity span {
    color: var(--theme-white-color)
}

.sub-title {
    font-size: 18px;
    font-weight: 400
}

.product-wrapper .product-info .product-title,
.product-wrapper .product-info .product-title a,
.widget_recent_entries ul li a {
    font-weight: 400;
    font-size: 20px
}

.coustom-categories-banner-1 .product-wrapper .product-info .product-title,
.coustom-categories-banner-1 .product-wrapper .product-info .product-title a {
    font-weight: 500;
    font-size: 16px
}

.product-wrapper .product-info .product-price .price ins {
    font-weight: 500;
    color: var(--theme-secondary-color)
}

.product-wrapper .product-info .product-price .price del {
    font-size: 15px;
    font-weight: 400;
    color: var(--theme-general-color)
}

.btn {
    border-radius: 0
}

.tagline {
    font-size: 15px;
    text-transform: uppercase;
    width: 100%
}

.thumb-blog-simple .post-content {
    width: 80%;
    position: relative;
    margin-top: -50px;
    background-color: var(--theme-light-color);
    left: 0;
    padding: 30px
}

.thumb-blog-simple .post-meta {
    font-weight: 500;
    letter-spacing: 2px
}

.thumb-blog-simple .post-content .btn-link-down-line {
    text-transform: capitalize;
    font-size: 14px
}

.widget_recent_entries ul li span {
    font-size: 14px;
    font-style: normal
}

.footer-widget .widget-title {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase
}

.footer-widget li a {
    font-weight: 400;
    font-size: 15px
}

.single-post .post-meta a {
    color: var(--theme-general-color)
}

.ecommerce-header .top-header {
    font-size: 15px;
    background-color: #ffc107
}

.text-general  {
    color: white !important;
    padding: 12px 25px 12px 25px;
    background-color: black;
    border-radius: 50px;
}

.my-account-dropdown-2 {
    padding: 10px 25px 10px 25px !important;
    background-color: black !important;
    border-radius: 50px;
}

/* soical icons in header (hide) */
/* .social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-icon:hover {
    background-color: #007bff;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
} */

.cart-view>a,
.refresh-view>a,
.search-view>a,
.sign-in>a,
.wishlist-view>a {
    padding: 2px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: var(--theme-light-color)
}


@media (min-width: 1200px) {
    .col-xl-9 {
        flex: 0 0 auto;
        width: 73.5%;
    }

}


@media (min-width: 1025px) and (max-width: 1440px) {
.col-xl-9 .col-lg-9 {
    width: auto;
}
}

@media screen and (max-width:1199px) {

    .cart-view>a,
    .refresh-view>a,
    .search-view>a,
    .sign-in>a,
    .wishlist-view>a {
        line-height: 35px;
        width: 35px;
        height: 35px
    }

}

@media screen and (max-width:1399px) {
    .thumb-blog-simple .post-content {
        width: 85% !important
    }

    .touch-screen-view.visible {
        visibility: visible;
        opacity: 1
    }

    .touch-screen-view {
        position: fixed;
        width: 100%;
        height: 130px;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 110;
        visibility: hidden;
        opacity: 0;
        -moz-transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .touch-screen-view .form-inline {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%
    }

}

@media screen and (max-width:991px) {

    .border-footer .col:nth-child(3) .footer-widget,
    .border-footer .col:nth-child(4) .footer-widget {
        margin-top: 0 !important
    }

    .border-footer .col:nth-child(3) {
        border-left: 0;
        padding-left: 15px
    }

    header.fixed-top .header-sticky {
        box-shadow: none;
        border: none
    }
}

@media screen and (max-width:767px) {
    .custom-class-122 .banner-content {
        right: 0;
        height: 100%;
        width: 50%
    }

    .custom-class-122 .middle-content {
        width: auto;
        right: 20px
    }

    .custom-class-122 {
        display: none
    }
}