.woocommerce .products ul,
.woocommerce ul.products {
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding: 15px;
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    box-shadow: 0px 8px 18px rgb(0 0 0 / 11%);
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    display: none;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 20px 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #adadad;
}

.woocommerce.archive .woocommerce-breadcrumb {
    margin: 20px 0;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #000;
    border-bottom: 1px solid transparent;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    border-bottom: 1px solid #000;
}

.woocommerce ul.products li.product a img {
    height: 350px;
    object-fit: cover;
    object-position: center top;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
    border-bottom: 1px solid transparent;
    display: inline;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    border-bottom: 1px solid #000;
}

.woocommerce ul.products li.product a img {
    margin: 0 0 12px;
}

.woocommerce ul.products li.product .price {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    display: flex;
    align-items: center;
}

.woocommerce ul.products li.product a.button {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 13px 30px;
    margin-top: 0;
    margin-right: 20px;
    float: none;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.woocommerce ul.products li.product a.button .add_to_cart_inner {
    display: flex;
    background-color: transparent;
    border-radius: 50%;
    margin-bottom: 0;
}

.woocommerce ul.products li.product a.button:hover .add_to_cart_inner {
    background-color: #000;
}

.woocommerce ul.products li.product a.button path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product a.button:hover path {
    stroke: #fff;
    fill: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #000;
    z-index: 1;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a.button.added:hover::after {
    background: #000;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
    right: 10px;
}

a.added_to_cart,
button.button.vi_wpvs_loop_atc_button:not(.shop-add-to-cart) {
    display: none !important;
}

.woocommerce .woocommerce-ordering select {
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Mulish', sans-serif;
    color: #000;
    width: max-content;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce div.product form.cart .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce-message
    a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.woocommerce.tinv-wishlist #respond input#submit.alt,
.woocommerce.tinv-wishlist a.button.alt,
.woocommerce.tinv-wishlist button.button.alt,
.woocommerce.tinv-wishlist input.button.alt,
.woocommerce-mini-cart__buttons.buttons a.button {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
    padding: 14px 43px;
    background: #000000 !important;
    font-family: 'Mulish', sans-serif;
    border: 1px solid #000;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.woocommerce-mini-cart__buttons.buttons a.button {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px;
    margin: 0 auto 10px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    #respond
    input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce-message
    a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a:not(.shop-add-to-cart).button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    #respond
    input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
.woocommerce.tinv-wishlist #respond input#submit.alt:hover,
.woocommerce.tinv-wishlist a.button.alt:hover,
.woocommerce.tinv-wishlist button.button.alt:hover,
.woocommerce.tinv-wishlist input.button.alt:hover,
.woocommerce-mini-cart__buttons.buttons a.button:hover {
    color: #000 !important;
    background: #fff !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: #000;
    border-top: 3px solid #000;
    color: #000;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: #000;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    border-radius: 0;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    order: 1;
    margin-left: 7px;
    padding-top: 2px;
    opacity: 1;
    display: inline-flex;
}

.woocommerce ul.products li.product .price del {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    order: 1;
    margin-left: 7px;
    padding-top: 2px;
    opacity: 1;
    display: inline-flex;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    right: inherit;
    left: 15px;
    top: 15px;
    background-color: #000;
    border-radius: initial;
    margin: 0;
    padding: 5px 7px;
    font-size: 12px;
    line-height: 14px;
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.single-product.woocommerce span.onsale {
    display: none;
}

.woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 35px 0 0;
}

.woocommerce .quantity .qty {
    width: 175px;
    height: 50px;
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #000;
    -webkit-appearance: none;
}

.woocommerce .woocommerce-ordering {
    margin-left: auto;
}

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section.related.products,
.up-sells.products {
    flex-direction: column;
    padding: 0;
}

form.variations_form.cart {
    margin-top: 30px;
}

.woocommerce div.product.product-type-simple p.stock {
    margin-top: 30px;
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 600;
    margin: 0;
}

.woocommerce div.product form.cart table.variations {
    text-align: left;
}

.woocommerce div.product form.cart table.variations tr {
    display: flex;
    flex-direction: column;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    clear: none;
    float: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
    border: 1px solid;
}

.woocommerce table.shop_table {
    border: 1px solid #000;
    border-radius: 0;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    display: flex;
    flex-direction: column;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

form.checkout.woocommerce-checkout {
    display: inline-block;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #000;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    top: -14px;
}

.zen-ui-select__value {
    border-color: #000;
    font-size: 16px;
}

.woocommerce-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    background: transparent;
    margin: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 10px;
    border: 1px solid #c4c4c4;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.woocommerce a.remove,
.tinv-wishlist .product-remove button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: #000 !important;
    border: 1px solid #000;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    background-color: transparent !important;
}

.tinv-wishlist .product-remove button i {
    color: #000;
}

.woocommerce a.remove:hover,
.tinv-wishlist .product-remove button:hover {
    background: #000 !important;
    color: #fff !important;
}

.tinv-wishlist .product-remove button:hover i {
    color: #fff;
}

.woocommerce-shipping-destination {
    display: none;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    padding-right: 10px;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    width: 100%;
}
.woocommerce ul.product_list_widget li a.remove {
    font-size: 16px;
    line-height: 24px;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    font-size: 12px;
    line-height: 18px;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    margin-left: 5px;
    margin-bottom: 0;
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 50px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
    display: none;
}

.woocommerce div.product .product_title {
    margin: 0 0 30px;
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
}

.woocommerce div.product div.summary {
    width: 45%;
    margin-left: 5%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 50%;
}

.images.wpgs-wrapper .wpgs-image {
    width: 75%;
    margin-left: 5%;
}

.woocommerce div.product .stock {
    color: green;
    font-weight: bold;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox,
li.wc_payment_method {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
    margin-bottom: 15px;
}
li.wc_payment_method label {
    margin-bottom: 0;
}

.woocommerce-terms-and-conditions-checkbox-text a {
    border-bottom: 1px solid #000;
}

section.woocommerce-order-details,
section.woocommerce-customer-details {
    padding: 50px 0 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 600;
}

@media (max-width: 1024px) {
    .images.wpgs-wrapper .wpgs-image {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 992px) {
    #add_payment_method .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
    .woocommerce div.product form.cart .button,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
        .woocommerce-message
        a.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
    .woocommerce.tinv-wishlist #respond input#submit.alt,
    .woocommerce.tinv-wishlist a.button.alt,
    .woocommerce.tinv-wishlist button.button.alt,
    .woocommerce.tinv-wishlist input.button.alt {
        font-size: 14px;
        line-height: 20px;
    }
    form.woocommerce-checkout h3 {
        font-size: 16px;
        font-weight: 600;
    }
    .wcus-checkout-fields {
        margin: 20px 0;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        padding: 0;
    }
    .woocommerce ul.products li.product .onsale {
        left: 0;
        top: 0;
        font-size: 10px;
        line-height: 10px;
    }
    .woocommerce ul.products li.product a img {
        height: 250px;
    }
}

@media (max-width: 768px) {
    form.checkout.woocommerce-checkout {
        display: flex;
        flex-direction: column;
    }
    #add_payment_method .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
    .woocommerce div.product form.cart .button,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
        .woocommerce-message
        a.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
    .woocommerce.tinv-wishlist #respond input#submit.alt,
    .woocommerce.tinv-wishlist a.button.alt,
    .woocommerce.tinv-wishlist button.button.alt,
    .woocommerce.tinv-wishlist input.button.alt {
        font-size: 14px;
        line-height: 20px;
    }
    .woocommerce .woocommerce-breadcrumb {
        font-size: 14px;
        line-height: 20px;
    }
    .woocommerce-notices-wrapper .woocommerce-message,
    .woocommerce-MyAccount-content .woocommerce-message {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 18px;
    }
    .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward,
    .woocommerce-MyAccount-content .woocommerce-message a.woocommerce-Button {
        order: 1;
        margin-top: 15px;
    }
    .woocommerce-error::before,
    .woocommerce-info::before,
    .woocommerce-message::before {
        top: 5px;
        left: 10px;
    }
    #add_payment_method #payment div.payment_box::before,
    .woocommerce-cart #payment div.payment_box::before,
    .woocommerce-checkout #payment div.payment_box::before {
        top: -12px;
    }
}

@media (min-width: 768px) {
    .woocommerce div.product .product_title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px;
    }
    #customer_details {
        display: flex;
        flex-flow: column nowrap;
        float: left;
        width: 50%;
    }
    #order_review,
    #order_review_heading {
        width: 50%;
        float: left;
        clear: none;
    }
    form#order_review,
    form#order_review_heading {
        width: 100%;
        float: none;
    }
    .woocommerce.woocommerce-checkout .col2-set .col-1 {
        width: 90%;
    }
    #customer_details .col-2 {
        width: 90%;
        margin-top: 20px;
    }
}

@media (max-width: 580px) {
    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 100%;
        margin-bottom: 0;
    }
    .woocommerce div.product div.summary {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    #add_payment_method .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
    .woocommerce div.product form.cart .button,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
        .woocommerce-message
        a.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
    .woocommerce.tinv-wishlist #respond input#submit.alt,
    .woocommerce.tinv-wishlist a.button.alt,
    .woocommerce.tinv-wishlist button.button.alt,
    .woocommerce.tinv-wishlist input.button.alt {
        padding: 10px 20px;
    }
    .woocommerce-variation-add-to-cart {
        justify-content: center;
    }
    .woocommerce div.product form.cart div.quantity,
    .woocommerce-cart-form__cart-item .quantity.form-group--number {
        width: 120px;
    }
    .woocommerce .quantity .qty {
        height: 40px;
        width: 120px;
        font-size: 14px;
    }
    /* .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
        width: 100%;
    } */
    .vi-wpvs-variation-wrap-loop.vi-wpvs-variation-wrap-slider.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_image_design
        .vi-wpvs-option-wrap {
        height: 50px !important;
        width: 30% !important;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .zen-ui-select__value {
        font-size: 14px;
    }
}
