.sku-product {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0
}

.sku-product .variant-sku,
.sku-product .vendor {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: none
}

.sku-product .item-sku {
    display: inline;
    float: left;
}

.sku-product .item-sku+.item-sku {
    position: relative
}

h1.product-title {
    margin-top: 0;
    font-size: 26px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.product-details-top {
    padding-bottom: 0;
}

.product-details-top>.col-inner {
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.product-gallery-default {
    max-width: 480px;
    margin: 0 auto;
}

.woocommerce-product-gallery__wrapper a {
    display: block;
    position: relative;
    padding-top: 100%;
}

.woocommerce-product-gallery__wrapper a img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product-page-price span.amount {
    color: var(--red-color);
    font-size: 24px;
    font-weight: 500;
}

.product-page-price del span.amount {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    margin-left: 10px;
}


.inventory_quantity {
    margin-bottom: 10px;
}

.inventory_quantity>span {
    display: block;
    font-weight: 500;
    line-height: 1.7;
}

.inventory_quantity>span span {
    color: var(--fs-color-secondary);
}

.ux-swatch img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.variations_form .ux-swatch {
    padding: 0
}

.variations_form .ux-swatch.selected {
    background: url(../icons/select-pro.webp) right bottom / 14px 14px no-repeat;
}

span.ux-swatch__text {
    margin-left: 8px;
    margin-right: 6px;
}

button.single_add_to_cart_button.button {
    color: #fff;
    background-color: #ed1b24;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    height: auto;
    line-height: inherit;
    box-shadow: none;
    padding: 10px 30px;
    width: 100%;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}

button.single_add_to_cart_button.button span.txt-main {
    font-size: 14px;
}

button.single_add_to_cart_button.button:hover {
    color: #fff;
    background-color: #ff4c4c;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px, rgba(0, 0, 0, 0.2) 0px 6px 6px;
}

.woocommerce-variation-add-to-cart.variations_button {
    flex-direction: row;
    align-items: center;
}

.woocommerce-variation-add-to-cart.variations_button>label {
    display: inline-block;
    flex: 0 0 auto;
    font-weight: 500;
    color: #1c1c1c;
    min-width: 90px;
    letter-spacing: 0.5px;
}

.product-details .ux-quantity {
    border: 1px solid #ebebeb
}

.product-details .ux-quantity input {
    border: 0;
    box-shadow: unset;
    background: transparent;
    width: 35px;
    padding: 0;
}

ol.flex-control-nav.flex-control-thumbs {
    justify-content: center;
}

.reset_variations,
.product-gallery-default .badge-container {
    display: none !important;
}

ol.flex-control-nav.flex-control-thumbs img {
    width: 90px;
    height: 90px;
    margin: auto;
    padding: 2px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

ol.flex-control-nav.flex-control-thumbs img.flex-active {
    border-color: var(--fs-color-secondary);
}

ol.flex-control-nav.flex-control-thumbs li {
    margin: 5px !important;
    width: auto;
    padding: 0;
}

ul.tabs.wc-tabs.product-tabs {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 25px;
    justify-content: center;
}

ul.tabs.wc-tabs.product-tabs>li>a::before {
    bottom: -1px;
    top: auto;
    border-width: 2px !important;
    height: 2px;
}

ul.tabs.wc-tabs.product-tabs>li>a {
    font-size: 14px;
    color: #000;
    padding: 15px 0;
    position: relative;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.hotline_products * {
    margin: 0;
    letter-spacing: 0.25px;
    line-height: 2;
    font-weight: 500;
}

.hotline_products a {
    font-size: 20px;
    color: var(--primary-color);
}

.hotline_products img {
    margin-right: 7px;
}

.size-guide {
    align-items: center;
    font-weight: 500;
}

.product-section {
    border: 0;
}

.related-products-wrapper h3.product-section-title {
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 550px) {
    .sku-product .item-sku+.item-sku:before {
        content: "|";
        color: #333;
        margin: 0 8px 0 10px;
        display: inline-block;
        position: relative;
        top: -1px;
    }
}

@media (max-width: 550px) {
    .sku-product .item-sku {
        display: block;
        width: 100%
    }
}