/**/

.seed-category-row {
    margin-bottom: 1rem;
}

.seed-category-row>div {
    padding: 0;
}

.seed-category-row .seed-category-link {
    background-color: #fff;
    border: none;
    border: 1px #E0E0E0 solid;
    margin: 0 0.5rem;
    border-radius: 50px;
    position: relative;
    font-weight: 400;
    letter-spacing: 2px;
}

.seed-category-row .seed-category-link:hover {
    background: #0066B5;
    transition: all 0.3s ease-in;
}

.seed-category-row .seed-category-link a,
.seed-category-row .seed-category-link:hover a {
    color: #575757;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    min-width: 110px;
}

.seed-category-row .seed-category-link:hover a {
    color: #fff;
}

.seed-category-row .seed-category-link.active a {
    color: #fff;
}

.seed-category-row .seed-category-link.active {
    background-color: #0066B5;
    position: relative;
    border-radius: 50px;
    margin: 0 0.5rem;
}

.seed-category-row .seed-category-link.active::before {
    content: '';
    background-image: url(/UserFiles/image/index/left_menu_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    font-size: 25px;
    position: absolute;
    bottom: -19px;
    right: 50%;
    transform: rotate(90deg) translate(0, -50%);
    display: block;
}

/*pro-list*/

.seed-product-list {
    width: 100%;
}

.seed-product-list .product-img {
    position: relative;
    background-size: 100%;
}

.seed-product-list .product-img::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.seed-product-list .product-card {
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
    padding: 5px;
    padding-bottom: 10px;
}

.seed-product-list .product-info a {
    text-decoration: none;
    color: #0A5A99;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.seed-product-list .product-info {
    padding: 12px 4px;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 75px;
    overflow: hidden;
    word-break: break-all;
}

.seed-product-list .product-card:hover .product-img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease-in;
    background-color: rgb(110 136 149 / 20%);
    background-blend-mode: multiply;
}

.seed-product-list .product-card .overflow-hidden {
    position: relative;
}

.seed-product-list .product-card .overflow-hidden::before {
    content: 'Veiw';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #0066B5;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.seed-product-list .product-card:hover .overflow-hidden::before {
    opacity: 1;
    transition: all 0.3s ease-in;
}

.seed-product-list .pro-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 1px;
}

.seed-product-list .pro-btn {
    font-size: 14px;
    font-weight: 400;
    border: 1px #DCDCDC solid;
    display: inline-block;
    padding: 0 1rem;
    border-radius: 5px;
    color: #777777;
    line-height: 28px;
}

.seed-product-list .pro-btn i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px #777777 solid;
    font-size: 7px;
    padding-left: 2px;
    margin-left: 10px;
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}

.seed-product-list .product-card:hover .pro-btn i {
    border: 1px #0066B5 solid;
    background-color: #0066B5;
    color: #fff;
    transition: all 0.3s ease-in;
}

.seed-product-list .product-card:hover .pro-btn {
    background-color: #EBF6FF;
    border: 1px #BBDAF3 solid;
    color: #0066B5;
    transition: all 0.3s ease-in;
}
