del{
    text-decoration: none;
}
.product-main .product-summary .woocommerce-Price-currencySymbol{
    font-size: inherit;
}
.hsd-custom-store-catalog .hsd-nav{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%;
}
.hsd-custom-store-catalog .hsd-nav .hsd-menu-item{
    border: 1px solid #d0d0d0;
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    /* margin-right: 5px; */
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
}
.hsd-custom-store-catalog .hsd-nav .hsd-menu-item:last-child{
    margin-right: 0;
}
.hsd-custom-store-catalog .hsd-nav .hsd-menu-item .hsd-link_category{
    display: flex;
    align-items: center;
}
.hsd-custom-store-catalog .hsd-nav .hsd-menu-item .hsd-link_category .hsd-category-name{
    font-weight: bold;
    transition: all .5s;
}
.hsd-custom-store-catalog .hsd-nav .hsd-menu-item .hsd-link_category:hover .hsd-category-name{
    color: var(--fs-color-primary)!important;
}
.hsd-woo-custom{
    --spac-woo:15px;
    --spac-title:10px;
    padding-left: var(--spac-woo);
}
.hsd-woo-custom .hsd-product-short{
    --spac:5px;
    border: 1px solid #e0e0e0;
    
}
.hsd-woo-custom .hsd-product-short-infomation{
    border-bottom: none;
    border-top-left-radius: var(--spac);
    border-top-right-radius: var(--spac);
}
.hsd-woo-custom .hsd-product-short ul{
    margin-bottom: 0;
}
.hsd-woo-custom .hsd-product-short .hsd-title-woo-custom{
    background-color: var(--color-sidebar);
    font-weight: bold;
    padding: var(--spac-title);
}
.single-product .in-stock{
    display: none;
}
.hsd-woo-custom .hsd-product-short ul li{
    padding: var(--spac-li);
}
.hsd-woo-custom .hsd-product-short-infomation{
    --spac-li:5px 10px;
}
.hsd-woo-custom .hsd-product-short-description{
    --spac-icon:40px;
    --spac-li:0px 10px 0px var(--spac-icon);
    --fs-li:13px;
    border-bottom-left-radius: var(--spac);
    border-bottom-right-radius: var(--spac);
}
.hsd-woo-custom .hsd-product-short-description ul{
    padding-top: var(--spac-title);
    padding-bottom: var(--spac-title);
}
.hsd-product-short-infomation .hsd-product-infomation li{
    display: flex;
    justify-content: space-between;
}
.hsd-product-short-infomation .hsd-product-infomation li span{
    width: 50%;
}
.hsd-product-short-infomation .hsd-product-infomation li:nth-child(odd){
    background-color: #f5f5f5;
}
.single-product #wrapper .page-title,.single-product #main .product-main{
    background-color: #fff;
}
.hsd-product-short-description ul li{
    position: relative;
    font-size: var(--fs-li);
}
.hsd-product-short-description ul li::before{
    position: absolute;
    content: "\f0a3";
    font-family: FontAwesome;
    left: calc(var(--spac-icon) / 2);
    color: var(--fs-color-primary);
}
.single-product .product-main {
    --spac-container:50px;
    --spac-img:5px;
    --spac-badge: 5px;
    --fs-badge: 12px;
    --border-radius: 3px;
    --bg-badge: rgb(255, 160, 0);
}
/* .single-product .product-main .product-images img{
    border: 1px solid var(--color-border);
    border-radius: var(--spac-img);
} */
.single-product .product-main .product-images .woocommerce-product-gallery__wrapper{
    border: 1px solid var(--color-border);
    border-radius: var(--spac-img);
    overflow: hidden;
}
.single-product .product-main .product-footer{
    margin-top: var(--spac-container);
}
#wrapper .product-small .box-text .price-wrapper .price ins .woocommerce-Price-amount bdi,#wrapper .product-small .box-text .price-wrapper .price ins .woocommerce-Price-amount bdi span,#wrapper .product-main .product-info .price-wrapper .price ins bdi,#wrapper .product-main .product-info .price-wrapper .price ins bdi .woocommerce-Price-currencySymbol{
    color: #FF3300!important;
}
.product-main .product-info{
    --fs-sku:12px;
    --fs-title:24px;
    --color-sku:#6d7d8a;
    --fs-price-bdi:16px;
    --width-button-num:40px;
    --border-radius-button:5px;
}
.product-small{
    --fs-price-bdi:11px;
}
#wrapper .product-main .product-info .product-title{
    font-size: var(--fs-title);
    font-weight: bold;
}
.hsd-sku{
    font-size: var(--fs-sku);
    border-bottom: 1px solid var(--color-border);
}
#wrapper .hsd-sku span{
    color: var(--color-sku);
}
.price-wrapper .price{
    display: flex!important;
    align-items: center;

}
.price del .woocommerce-Price-amount{
    display: flex;
    align-items: center;
}
.price del bdi{
    text-decoration: line-through;
    font-size: var(--fs-price-bdi);
}
.product-main .product-info form .quantity{
    width: 100%;
}
.product-main .product-info form .button.is-form:hover{
    background-color: transparent;
    box-shadow: none;
}
.product-main .product-info form input[type=button].is-form{
    width: var(--width-button-num);
    background-color: transparent;
}
.product-main .product-info form input[type=button].is-form:first-child{
    border-top-left-radius: var(--border-radius-button);
    border-bottom-left-radius: var(--border-radius-button);
}
.product-main .product-info form input[type=button].is-form:last-child{
    border-top-right-radius: var(--border-radius-button);
    border-bottom-right-radius: var(--border-radius-button);
}
.product-main .product-info form input[type=number]{
    box-shadow: none;
    max-width: calc(100% - calc(var(--width-button-num) * 2))!important;
    width: 100%;
}
.product-main .product-info .button:hover{
    box-shadow: none;
}
.product-main .product-info button[type=submit]{
    width: 100%;
    border-radius: var(--border-radius-button);
    text-transform: math-auto;
}
.product-main .product-info button[type=submit]:hover{
    background-color: #000!important;
}
.product-main .product-info form.cart{
    gap:.3em;
}
.product-thumbnails a{
    border-radius: var(--spac-img);
}
.product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img,.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover{
border-color: var(--color-border)!important;
}
.hsd-paramater{
    display: flex;
    align-items: center;
    --fs:10px;
}
.hsd-gradient-color{
    background: repeating-linear-gradient(90deg, #FF3300, #0E91BB);
    background-size: 400%;
    font-size: var(--fs);
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: animateGradient 3s linear infinite normal;
}
.hsd-upgrade{
    display: flex;
    align-items: center;
    --fs-li:16px;
    --fs:var(--fs-li);
    --spac-li: 0 10px;
}
@keyframes animateGradient{
    0%{
        background-position: 0%;
    }
    100%{
        background-position: 400%;
    }

}

.hsd-product-brand{
    display: flex;
    margin-bottom: .5em;
    --spac-brand:5px 15px;
    --border-radius:5px;
}
.hsd-product-brand span{
    background-color: var(--color-brand);
    color: #fff!important;
    padding: var(--spac-brand);
    border-radius: var(--border-radius);
    font-weight: bold;
}
