/** Variations **/
.oblak-product--main-content--section .product-data-column .oblak-product--add-to-cart--element table.variations tbody tr:not(:last-of-type) td.woo-variation-items-wrapper {
    padding-bottom: 24px;
}

.oblak-product--main-content--section .product-data-column .oblak-product--add-to-cart--element table.variations tbody tr:last-of-type td.woo-variation-items-wrapper {
    padding-bottom: 36px;
}

/** Product Price **/
.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper {
    max-width: 345px;
    margin-bottom: 12px;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .price-data-block,
.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .sale-data-block {
    width: 50%;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .price-data-block {
    margin-right: 18px;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-regular-price-wrapper.price-block.main .price-label,
.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .price-data-block .price-label {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-regular-price-wrapper.price-block.main .price-value,
.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .price-data-block .price-value {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .sale-data-block .sales-data {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 2px;
    background-color: var(--e-global-color-text);
    color: var(--color-white);
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .sale-data-block .sales-data::before {
    position: absolute;
    top: 50%;
    left: -14px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 14px 6px 0;
    border-color: transparent var(--e-global-color-text) transparent transparent;
    transform: translateY(-50%);
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .percentage-value,
.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .savings-sale {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .percentage-value {
    border-right: 1px dotted var(--color-white);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .savings-sale .label,
.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .savings-sale .value {
    font-size: 1.2rem;
    line-height: 1.5;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .savings-sale .label {
    font-weight: normal;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-sale-price-wrapper.price-block .savings-sale .value {
    font-weight: bold;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-regular-price-wrapper .price-label,
.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-regular-price-wrapper .price-value {
    line-height: 1.33;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-regular-price-wrapper .price-label {
    font-size: 1.8rem;
    color: #999999;
}

.oblak-product--main-content--section .oblak-wooc--product-prices--wrapper .oblak-regular-price-wrapper .price-value {
    color: var(--e-global-color-text);
}

.oblak-product--main-content--section .pwp-omnibus-price__info {
    margin-bottom: 28px;
    font-size: 1.2rem;
    line-height: 2;
    color: #999999;
}

/** Add To Cart **/
.oblak-product--main-content--section .oblak-product--add-to-cart--element form.variations_form .webtim-wooc-product--variable--add-to-cart__wrapper.variations_button {
    flex-wrap: wrap;
}

.oblak-product--main-content--section .oblak-product--add-to-cart--element .webtim-wooc--product-qty--input__wrapper {
    margin-right: 14px;
}

@media (max-width: 415px) {
    .oblak-product--main-content--section .oblak-product--add-to-cart--element .webtim-wooc-product--variable--add-to-cart__wrapper {
        flex-wrap: wrap !important;
    }

    .oblak-product--main-content--section .oblak-product--add-to-cart--element .webtim-wooc--product-qty--input__wrapper {
        width: 100%;
        margin-right: 0;
    }
}

.oblak-product--main-content--section .oblak-product--add-to-cart--element .webtim-wooc--product-qty--input__wrapper .qty-change,
.oblak-product--main-content--section .oblak-product--add-to-cart--element .webtim-wooc--product-qty--input__wrapper .quantity input.input-text {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.oblak-product--main-content--section .oblak-product--add-to-cart--element .webtim-wooc--product-qty--input__wrapper .qty-change {
    padding-right: 14px;
    padding-left: 14px;
    border-top: 1px solid var(--e-global-color-text);
    border-bottom: 1px solid var(--e-global-color-text);
    color: var(--e-global-color-text);
    background-color: var(--color-white);
}

.oblak-product--main-content--section .oblak-product--add-to-cart--element .webtim-wooc--product-qty--input__wrapper .qty-change[data-type="minus"] {
    border-left: 1px solid var(--e-global-color-text);
    border-radius: 2px 0 0 2px;
}

.oblak-product--main-content--section .oblak-product--add-to-cart--element .webtim-wooc--product-qty--input__wrapper .qty-change[data-type="plus"] {
    border-right: 1px solid var(--e-global-color-text);
    border-radius: 0 2px 2px 0;
}

.woocommerce div.product .oblak-product--main-content--section .oblak-product--add-to-cart--element .webtim-wooc--product-qty--input__wrapper .quantity {
    margin-right: 0;
}

.oblak-product--main-content--section .oblak-product--add-to-cart--element .webtim-wooc--product-qty--input__wrapper .quantity input.input-text {
    border-top: 1px solid var(--e-global-color-text);
    border-right: none;
    border-bottom: 1px solid var(--e-global-color-text);
    border-left: none;
    color: var(--e-global-color-text);
}

.oblak-product--main-content--section .oblak-product--add-to-cart--element .single_add_to_cart_button[type="submit"] {
    padding: 10px 62px;
}

.oblak-product--main-content--section .oblak-product--add-to-cart--element .single_add_to_cart_button[type="submit"]::before {
    content: '\e910';
    margin-right: 12px;
    font-family: 'oblak-icons', sans-serif;
    font-size: 2rem;
    color: var(--color-white);
}

.oblak-product--main-content--section .oblak-product--add-to-cart--element .single_add_to_cart_button[type="submit"]:hover::before {
    color: var(--e-global-color-primary);
}

/** Product delivery time **/
.oblak-product--main-content--section .webtim-product--delivery-time-info p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 3;
}

/** WishList **/
.oblak-product--main-content--section .oblak-wcwl-element .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.oblak-product--main-content--section .oblak-wcwl-element .yith-wcwl-add-button a.add_to_wishlist {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid var(--e-global-color-text);
    border-radius: 2px;
    background-color: var(--color-white);
    color: var(--e-global-color-text);
    transition: all .4s ease;
}

.oblak-product--main-content--section .oblak-wcwl-element .yith-wcwl-add-button a.add_to_wishlist:hover {
    background-color: var(--e-global-color-text);
    color: var(--color-white);
}

.oblak-product--main-content--section .oblak-wcwl-element .yith-wcwl-add-button a.add_to_wishlist > span {
    font-size: 1.2rem;
    line-height: 1;
}

/** Inquiry for larger qty/B2B **/
.oblak-product--main-content--section .oblak-product--b2b-inquiry--btn .elementor-button-link {
    border: 1px solid var(--e-global-color-text);
}

.oblak-product--main-content--section .oblak-product--b2b-inquiry--btn .elementor-button-link .elementor-button-icon svg {
    width: 20px;
    height: 14px;
}

/** CTA **/
.webtim-product--social-sharers--wrapper .sharers-label,
.webtim-product--social-sharers--wrapper .webtim-sharing-button__link:not(:last-of-type) {
    margin-right: 8px;
}