.woocommerce {
    .product-single div.product {
        div.images,
        div.summary {
            width: 100%;
            margin-bottom: 0;
        }
    }

    .product-gallery-main {
        margin-bottom: 35px;
    }

    .product-gallery-image,
    .product-gallery-thumb {
        position: relative;
        padding-top: 100%;
        border-radius: 10px;
        overflow: hidden;
        height: 54px;
    
        img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .product-gallery-thumbs {
        .slick-slide {
            padding: 0 5px;
        }
    }

    .product-gallery-thumb {
        cursor: pointer;
        opacity: 0.5;
        transition: opacity 0.3s ease-in-out;

        img {
            transition: transform 0.3s ease-in-out;
        }
    }

    .slick-current .product-gallery-thumb {
        opacity: 1;
    }

    .product-gallery__zoom {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: rgba(47, 47, 47, 0);
        transition: background-color 0.3s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;

        svg {
            width: 77px;
            opacity: 0;
            position: relative;
            transform: scale(0.8);
            display: block;
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        }
    }

    div.product form.cart div.quantity,
    div.product form.cart .button {
        float: none;
    }
}

@media( min-width: 1200px ) {
    .product-gallery-thumb { 
        height: 94px;
    }
} 

.product-sku {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 49, 82, 0.50);
}

@media (max-width: 1199px) {
    .product-gallery {
        margin: 0 auto 30px;
    }
}

@media (min-width: 1200px) {
    .woocommerce {

        .product-gallery-thumb:hover {
            img {
                transform: scale(1.1);
            }
        }

        .product-gallery-image:hover {
            .product-gallery__zoom {
                background: rgba(47, 47, 47, 0.30);
            }

            .product-gallery__zoom svg {
                opacity: 1;
                transform: scale(1);
            }
        }
    }
}

.product-gallery-thumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    .slick-list {
        flex: 1;
    }

    .slick-arrow {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .slick-prev {
        margin-right: 20px;
    }

    .slick-next {
        margin-left: 20px;
    }
}

.woocommerce .cart-single-product .choices__list--single .choices__item:before {
    content: "Quantity: ";
}

.woocommerce .cart-single-product .choices[data-type*='select-one'] .choices__inner {
    padding-bottom: 10px;
}

.woocommerce .cart-single-product {
    margin-top: 30px;
    margin-bottom: 0 !important;

    .choices__item.choices__item--selectable {
        font-weight: normal;
    }

    .choices,
    .choices__inner {
        display: inline-block;
        width: auto;
    }

    .choices__inner {
        background: #EEE;
        border: 0;
        border-radius: 10px;
    }

    .choices[data-type*='select-one'] .choices__input {
        display: none;
    }

    .added_to_cart {
        display: none;
    }

    .cart-single-product .choices__list--single {
        padding-right: 22px;
    }

    .choices[data-type*='select-one'] {
        overflow: initial;
    }

    .choices[data-type*='select-one']:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: calc(50% - 3px);
        transform: translateY(-50%) rotate(45deg);
        border: 2px solid rgba(0, 0, 0, 0.60);
        border-top: 0;
        border-left: 0;
        right: 13px;
        background-color: transparent;
    }

    .choices.is-open[data-type*='select-one']:after {
        transform: translateY(-50%) rotate(225deg);
        top: calc(50% + 9px);
    }
}

.product .cart-single-product.cart {
    position: relative;
    z-index: 12;
}

.woocommerce .product-single div.product p.price {
    color: #0F74C2;
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 1;
}

.price-note {
    font-size: 16px;
    color: rgba(0, 49, 82, 0.50);
    font-weight: 400;
}

.product-checklist {
    margin-bottom: 30px;

    ul {
        margin-left: 0;
        padding-left: 0;
    }

    ul li {
        font-size: 16px;
        line-height: 1;
        padding-left: 20px;
        margin-bottom: 15px;
        position: relative;

        &:before {
            content: "";
            top: 3px;
            display: block;
            width: 14px;
            height: 14px;
        }

        &:after {
            content: "";
            display: block;
            width: 8px;
            height: 4px;
            border: 1px solid #fff;
            border-top: 0;
            border-right: 0;
            position: absolute;
            top: 50%;
            transform: rotate(-45deg) translateY(-50%);
            left: 4px;
            z-index: 1;
        }
    }
}

.product-single {
    .wapo-addon-title {
        font-size: 22px;
        font-style: normal;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .yith-wapo-block:not(:last-of-type) {
        margin-bottom: 20px;
    }

    #wapo-total-price-table {
        margin-top: 20px;
    }

    .yith-wapo-addon-type-product .options-container,
    .yith-wapo-addon-type-color .options-container {
        margin-top: 0;
    }

    .yith-wapo-addon .yith-wapo-product-select-wrapper,
    .yith-wapo-addon .yith-wapo-color-select-wrapper {
        margin-block: 0;
    }

    .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label,
    .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option div.label {
        margin-bottom: 0;
    }

    #wapo-total-price-table {
        display: none;
    }

    .yith-wapo-addon .options {
        display: flex !important;
        flex-wrap: wrap;
    }

    .yith-wapo-addon-type-color.yith-wapo-processed .yith-wapo-color-select-wrapper,
    .yith-wapo-addon-type-product.yith-wapo-processed .yith-wapo-product-select-wrapper {
        width: 100%;
    }
}

.product-share {
    margin-top: 20px;

    ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    li {
        padding-left: 0;
        margin-bottom: 0;
        margin-right: 10px;

        &:before {
            display: none;
        }
    }

    li a {
        display: block;
        width: 20px;
        line-height: 1;
        background-image: none;

        svg {
            width: 100%;
            height: auto;

            path {
                transition: fill 0.3s ease-in-out;
            }
        }
    }
}

@media (min-width: 1200px) {
    .product-share li a:hover {
        svg path {
            fill: #F56C2B;
        }
    }
    
    .product-single {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .admin-bar .product-single {
        padding-top: calc(55px + 32px);
    }
}

.single-product {
    .product-cards__heading {
        width: 100%;
        flex: 1;
    }

    .product-cards__btn {
        width: auto;
    }
}

.product-button-popup__content {
    .product-share {
        display: none;
    }
}

.product-single-container {
    margin-top: 70px;
}

@media (min-width: 1200px) {
    .product-single-container {
        margin-top: 158px;
    }
}