
.product-item {
    margin-bottom: 30px;
}
.product-item .product-image {
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding-top: 15px;
    border-radius: 10px;
    border: 1px solid #E9ECEF;
    text-align: center;
}
.product-item .product-image img {
    transform: scale(1);
    transition: all 0.3s;
}
.product-item .product-image .tag-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
}
.product-item .product-image .tag-wrap .tag.new {
    background: var(--primary-color);
    margin-right: 10px;
}
.product-item .product-image .tag-wrap .tag {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    background: #064acb;
}

.product-item .product-image .info-wrap {
    position: absolute;
    list-style: none;
    right: 15px;
    top: 15px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.product-image .info-wrap:hover {
    opacity: 1;
    visibility: visible;
}
.product-image .info-wrap li:hover {
    margin-left: -40px;
}
.product-image .info-wrap img:hover{
    transform: scale(1.2);
}
.product-item .product-image .info-wrap li:first-child {
    transition: all 0.3s ease-in-out;
}
.product-item .product-image .info-wrap li:nth-child(2) {
    transition: all 0.4s ease-in-out;
}
.product-item .product-image .info-wrap li:last-child {
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}
.product-item .product-image .info-wrap li {
    margin-bottom: 5px;
    margin-right: -50px;
}
.product-item .product-info {
    padding-top: 10px;
}
.product-item .product-info h2 {
    margin-bottom: 5px;
}
.product-item .product-info h2 a {
    color: var(--text-color);
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 29px;
}
.horizontal-product-item {
    display: flex;
    border: 1px solid #E9ECEF;
    margin-bottom: 24px;
}
.horizontal-product-item .product-image {
    width: 33%;
    padding: 15px;
}
.horizontal-product-item img {
    transform: scale(1);
    transition: all 0.3s;
}
.horizontal-product-item .product-info {
    padding: 20px;
    width: 100%;
}
.horizontal-product-item .product-info h2 {
    margin-top: 25px;
    margin-bottom: 5px;
}
.horizontal-product-item .product-info h2 a {
    color: var(--text-color);
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 1.475rem;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
}
.product-single-section .product-single-img {
    width: 37%;
}
.product-single-section .product-single-content {
    padding: 20px;
}
.product-single-section .product-single-content h2{
    margin: 20px 0;
    font-size: 1.675rem;
}
.product-details .product-single-content .category ul {
    display: flex;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}
.product-details .product-single-content .category ul li {
    margin-right: 15px;   
    list-style: none;
}

.other-product {
    padding: 20px 30px;
}
.other-product h4 {
    position: relative;
    padding-bottom: 15px;
    margin: 20px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    border-bottom: 2px solid #ebebeb;
}
.shop-section .other-product h4:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 65px;
    height: 2px;
    background: var(--accent-color);
    content: "";
}
.product-single-section .product-tab-area .main-tab {
    justify-content: flex-start;
    border-top: 3px solid rgb(49 86 148 / 89%);
    border-bottom: 1px solid rgba(93, 102, 111, 0.15);
}
.product-single-section .product-tab-area .main-tab button.active {
    color: #fff;
    background: var(--primary-color);
}

.product-single-section .product-tab-area .main-tab button,
.product-single-section .product-tab-area .main-tab a {
    color: rgba(93, 102, 111, 0.5);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    padding: 15px 40px;
    background: transparent;
    border: none;
}
.product-single-section .product-tab-area .main-tab a {
    color: #fff;
    background: var(--accent-color);
}
.product-single-section .product-tab-area .tab-content {
    padding-top: 20px;
}
.product-tab-area .tab-content .desc-text p, 
.product-tab-area .tab-content .desc-text ul li{
    font-size: 1rem;
    line-height: 2rem;
}

.shop-section .shop-section-top-inner .shoping-list .nav-link.active {
    background-color: #e93d45;
}
.shop-section .shop-section-top-inner .shoping-list .nav-link {
    border: 0;
    background: transparent;
    border: 1px solid #E9ECEF;
}
.shop-section .shop-section-top-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    padding-top: 20px;
    align-items: center;
}
.shop-section .shop-section-top-inner .shoping-list {
    display: flex;
    align-items: center;
}
.shop-section .shop-section-top-inner .shoping-list li {
    margin-right: 5px;
}
.shop-section .shop-section-top-inner .shoping-list .nav-link.active i {
    color: #fff;
}
.shop-section .shop-section-top-inner .shoping-list i {
    color: #1C263A;
    font-size: 18px;
}
.shop-section .shop-section-top-inner .shoping-list p {
    margin-bottom: 0;
    margin-left: 20px;
}
.filter-item {
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 40px;
}
.f65 {
    font-size: 0.65rem !important;
    line-height: 1rem;
}
.shop-section .shop-filter-wrap .shop-filter-item h4 {
    position: relative;
    padding-bottom: 15px;
    margin: 20px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    border-bottom: 2px solid #ebebeb;
}
.shop-section .shop-filter-wrap .shop-filter-item h4:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 65px;
    height: 2px;
    background: var(--accent-color);
    content: "";
}
.shop-section .shop-filter-wrap .category-widget ul {
    list-style: none;
}
.shop-section .shop-filter-wrap .category-widget ul li {
    font-size: 19px;
    position: relative;
    list-style: none;
}
.product-item .product-image .tag-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    padding: 0;
}
.shop-section .shop-filter-wrap .shop-filter-item ul li a {
    display: block;
    position: relative;
    padding: 8px 0;
    color: var(--text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}
.shop-section .shop-filter-wrap .shop-filter-item ul li a:hover {
    color: var(--primary-color);
}
.shop-section .shop-filter-wrap .category-widget ul a:before {
    position: absolute;
    right: 0;
    top: 12px;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
}