@media (min-width: 1024px) {
    .site-header .site-branding {
        width: 308px;
    }

    .site-header .site-branding .etsy-logo {
        margin-left: auto;
        padding-right: 20px;
    }
}

.site-header .site-branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.etsy-logo img {
    max-width: 100px;
}

.site-header .search-box-wrap {
    padding: 18px 0px;
}

@media (max-width: 390px) {
    .site-header .search-box-wrap {
        padding: 18px 15px;
    }
}

.topbar .search-box-inner .search-box select {
    min-width: 200px;
}

@media (max-width: 991px) {
    .close-m-serch {
        font-size: 20px;
        cursor: pointer;
    }
}

.t-h-dropdown .t-h-dropdown-menu a {
    line-height: unset;
}

@media (max-width: 575px) {
    .site-header .site-branding .site-logo>img {
        height: 30px !important;
    }

    .site-header .site-branding .etsy-logo {
        margin-left: auto;
        padding-left: 20px;
    }

    .etsy-logo>img {
        width: 70%;
    }

    .site-header .toolbar .toolbar-item>a>div {
        top: 55%;
    }
}

.site-header .site-branding .site-logo {
    width: unset;
}

.site-header .site-branding .site-logo img {
    height: 46px;
    width: unset;
}

.h3-category h4 {
    text-transform: uppercase;
}

.card-body {
    flex: 1 1 auto;
    padding: 14px 20px !important;
}

#question .card-header a {
    background: #fff;
    padding: 14px 20px;
    display: block;
    color: #333;
    width: 100%;
    background-color: #f3f5f6;
}

.navbar .t-h-dropdown .t-h-dropdown-menu {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.table-wrapper table {
    width: 100%;
    min-width: 600px;
}

.owl-carousel .owl-item {
    max-height: 526px !important;
}

.site-header .search-box-wrap .input-group .serch-result .product-card .product-thumb {
    width: 120px;
}