@font-face {
    font-family: star;
    src: url('/wp-content/plugins/woocommerce/assets/fonts/star.eot');
    src: url('/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix') format("embedded-opentype"),
    url('/wp-content/plugins/woocommerce/assets/fonts/star.woff') format("woff"),
    url('/wp-content/plugins/woocommerce/assets/fonts/star.ttf') format("truetype"),
    url('/wp-content/plugins/woocommerce/assets/fonts/star.svg#star') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url('/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot');
    src: url('/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix') format("embedded-opentype"),
    url('/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff') format("woff"),
    url('/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf') format("truetype"),
    url('/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce') format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    transition: all 0s
}

body > #page {
    position: relative
}

#primary > #main > .container {
    background: #FFF;
    padding: 24px 29px
}

#masthead.hide_for_tabs {
    top: -67px
}

.container-woocommerce-notices {
    padding: 0 !important
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    background: white;
    padding: 17px 29px;
    margin: 0 0 17px 0;
    list-style: none
}

.container ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside
}

.container ul.products li.product a {
    text-decoration: none
}

.woocommerce {
    font-family: var(--wpr-main-font-family);
    font-style: normal
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: relative;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77A464;
    color: #FFF;
    font-size: .857em;
    z-index: 9
}

.product_title {
    padding-right: 29px;
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    display: inline-block;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.433333px;
    margin-bottom: 13px;
}

/* Slider variation */
.swatch-wrapper {
    margin: 0 !important;
    float: unset
}

.swatch-wrapper a {
    display: flex;
    align-items: center;
    background: #FFF;
    border: 1px solid var(--wpr-main-border-color);
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    width: 300px;
    height: 100px;
    max-width: 100% !important
}

.swatch-wrapper a img {
    width: 55px !important;
    height: 55px;
    margin-bottom: 7px
}

.swatch-wrapper a span.sku-name {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    padding: 0 10px;
    color: #333;
    width: 100%;
    text-align: center
}

.owl-stage {
    max-height: 500px
}

div.swatch-wrapper.selected {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04)
}

.swatch-control .select-option,
.swatch-control.owl-drag .owl-item {
    max-width: 102px;
    min-width: 100px
}

.swatch-control .select-option {
    margin-right: 8px
}

.container-loop {
    width: 70%
}

.variation-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: #333;
    margin-top: 15px
}

#picker_variations {
    position: relative
}

#picker_variations.swatch-control.owl-loaded {
    margin-top: 22px;
    overflow: visible
}

#picker_variations:not(.owl-loaded) {
    overflow: hidden
}

#picker_variations .container-image-and-badge .yith-wcbm-badge {
    display: none
}

#picker_variations.swatch-control,
#picker_variations .owl-stage {
    max-height: 500px;
    min-width: 100%;
    display: flex
}

.woocommerce-tabs .owl-nav {
    transform: translateX(10px)
}

.woocommerce-tabs .owl-nav .owl-prev,
.woocommerce-tabs .owl-nav .owl-next,
ul.products .owl-nav .owl-prev,
ul.products .owl-nav .owl-next,
#picker_variations.swatch-control .owl-nav .owl-prev,
#picker_variations.swatch-control .owl-nav .owl-next {
    background: #FFFFFF !important;
    border: 1px solid #D5DADD !important;
    box-sizing: border-box;
    border-radius: 7px;
    margin: 0;
    padding: 8px 10.5px !important;
    position: absolute;
    top: 50%;
    transform: translate(-2%, -50%);
    display: flex
}

ul.products .owl-nav button.disabled,
#picker_variations.swatch-control .owl-nav button.disabled {
    display: none
}

ul.products .owl-nav .owl-next,
.woocommerce-tabs .owl-nav .owl-next,
#picker_variations.swatch-control .owl-nav .owl-next {
    right: -15px
}

ul.products .owl-nav .owl-prev,
.woocommerce-tabs .owl-nav .owl-prev,
#picker_variations.swatch-control .owl-nav .owl-prev {
    left: -15px
}

#picker_variations.swatch-control .owl-nav .owl-prev svg {
    transform: rotate(180deg)
}

ul.products .owl-nav .owl-prev path,
.woocommerce-tabs .owl-nav .owl-prev path {
    transform: rotate(180deg) translate(-6.45px, -12px)
}

/**
 * Product content
 */
.container-loop .woocommerce-product-rating {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0 !important;
    padding: 0;
    border: 0;
    gap: 11px;
    align-items: center
}

.container-loop .woocommerce-product-rating > div {
    display: flex;
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 17px;
    border-bottom: 1px solid;
    border-color: var(--wpr-main-border-color);
    gap: 11px;
    flex-direction: row;
    flex-wrap: wrap
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    display: none
}

.container-loop .woocommerce-product-rating .woocommerce-review-link {
    border-right: 1px solid #DADFE2;
    padding-right: 14px;
    height: 17px;
    display: flex;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.woocommerce div.product div.summary {
    width: 32%;
    padding: 20px 20px 0;
}

.container-loop .product > .woocommerce-product-rating {
    display: none !important;
}

/**
 * Product Gallery
 */
.gallery .yith-wcbm-badge,
.gallery .container-image-and-badge {
    display: none
}

.product-gallery {
    overflow: hidden;
    width: 100%;
    display: grid
}

.product-gallery .owl-item .img-slide,
.product-gallery .owl-item,
.product-gallery {
    max-height: 32vw
}

.product-gallery .owl-item .img-slide {
    height: 500px;
    display: block
}

.sl-wrapper {
    z-index: 1000000 !important;
    cursor: auto
}

.sl-overlay {
    z-index: 999999 !important
}

.product-gallery .owl-item .img-slide .wpr-light-box {
    cursor: pointer
}

.sl-wrapper .sl-image img {
    box-shadow: 0 0 10rem rgba(0, 0, 0, .5);
    border: 1rem solid white;
    cursor: pointer
}

.product-gallery .owl-item .img-slide img {
    height: 100%;
    object-fit: contain;
    width: auto;
    margin: auto
}

.gallery > div {
    position: relative
}

.gallery {
    position: relative;
    margin-bottom: 41px;
    width: 68%
}

.gallery .expand-photo {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    bottom: 10px;
    left: 13px
}

.product-gallery .owl-stage-outer,
.product-gallery .owl-stage {
    overflow: hidden
}

.product-gallery .owl-nav {
    display: none
}

.owl-loaded .owl-nav .owl-next,
.owl-loaded .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000000 !important;
    mix-blend-mode: normal;
    opacity: 0.6;
    padding: 15px 19px !important
}

.tabs.wc-tabs .owl-nav .owl-next,
.tabs.wc-tabs .owl-nav .owl-prev {
    background: white !important
}

.product-gallery .owl-nav .owl-prev svg {
    transform: rotate(180deg)
}

.product-gallery .owl-nav svg path {
    fill: white
}

.owl-loaded .owl-nav .owl-next {
    right: 0
}

.n_slides {
    display: flex;
    justify-content: center;
    transform: translateY(-45px)
}

.n_slides > span {
    background: rgb(0 0 0 / 40%);
    mix-blend-mode: normal;
    border-radius: 13px;
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.121875px;
    color: #FFFFFF;
    padding: 3px 13px
}

.owl-stage-outer {
    height: 100%
}

.thumbnails .img-slide {
    float: left;
    max-width: 70px;
    height: 70px;
    border: 1px solid #D5DADD;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    align-content: center;
    position: relative;
    padding: 3px
}

.thumbnails .img-slide .wpr-light-box {
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnails .img-slide img {
    width: 70px
}

/**
 * Product Short description
 */
.product .key_features {
    border-bottom: 1px solid var(--wpr-main-border-color);
}

.product .key_features ul {
    margin-bottom: 10px
}

.product .key_features .btn-toggle {
    cursor: pointer;
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.15px;
    background: unset;
    border: 0;
    outline: 0 !important;
}

/**
 * Sidebar
 */

.home-crediti-calculator img,
.home-crediti-calculator br,
.sidebar .details > a[target="Calculator"] {
    display: none
}

.outlet-products {
    display: none
}

.onbackorder > .wcam.woocommerce-advanced-message {
    position: relative !important;
    width: auto !important;
    display: block !important
}

.stock-unavialable #wc_bis_product_form {
    margin: 10px 0 0
}

.stock-unavialable #wc_bis_product_form .wc_bis_form_title {
    background: #FFFFFF;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 4%);
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--wpr-main-text-color);
    padding: 12px 9px;
    margin-top: 21px;
    position: relative
}

.stock-unavialable #wc_bis_product_form .wc_bis_form_title:before {
    background: #FFFFFF00;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 8px solid #FFF;
    position: absolute;
    left: 25px;
    top: -8px
}

.stock-unavialable #wc_bis_product_form #wc_bis_email {
    max-width: calc(100% - 20px);
    width: 100%;
    padding: 10px;
    border: 0;
    float: unset;
    background: white;
    outline: 0;
    font-size: 18px;
    line-height: 22px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 8%)
}

.stock-unavialable #wc_bis_product_form #wc_bis_send_form {
    cursor: pointer;
    padding: 18px 10px;
    width: 100%;
    display: block;
    font-weight: 700;
    border: 0;
    font-size: 15px;
    transition: all .3s;
    color: var(--wpr-primary-btn-color);
    margin: 12px 0 6px 0;
    text-transform: uppercase;
    background: var(--wpr-main-color);
}

.sidebar .cart {
    margin-top: 21px
}

.buy-together.button {
    cursor: pointer;
    width: 100% !important;
    text-transform: uppercase;
    margin: 13px 0 0 !important
}

.buy-together.button,
.cart .buy-now.add_to_cart {
    margin-bottom: 12px
}

.cart .buy-now.add_to_cart.mobile,
.sidebar .variations_form.cart > .single_variation_wrap > .in-stock,
.sidebar .variations_form.cart > .single_variation_wrap > .woocommerce-variation.single_variation,
.sidebar .variations_form.cart > .woocommerce-variation-add-to-cart {
    display: none !important
}

.sidebar .qty-add-cart,
.sidebar .variations_form.cart > .single_variation_wrap > .woocommerce-variation-add-to-cart .qty-add-to-cart {
    display: flex;
    justify-content: space-between
}

.quantity {
    position: relative
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

#yith-wcact-form-bid .quantity,
.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: none;
    font-size: 1rem;
    border-radius: 4px
}

.quantity input:focus {
    outline: 0
}

#yith-wcact-form-bid .quantity {
    width: 100% !important;
    max-width: calc(60% - 10px);
    display: flex;
    padding: 0 !important;
    border-radius: unset
}

#yith-wcact-form-bid .quantity .with-currency {
    width: calc(100% - 27px)
}

#yith-wcact-form-bid .quantity input.qty {
    display: none;
}

#yith-wcact-form-bid .quantity-nav {
    display: flex;
    flex-direction: column
}

#yith-wcact-form-bid .quantity-button {
    -webkit-transform: unset;
    transform: unset;
    position: relative
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border: 0 !important;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
    padding: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 27px
}

.quantity-button:active {
    background: #EAEAEA
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0 4px 0 0;
    line-height: 1.6
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%;
    border-radius: 0 0 4px 0
}

.sidebar .cart .quantity {
    max-height: 54px;
    width: 73px;
    border: 1px solid var(--wpr-main-border-color);
}

.sidebar .cart .quantity.hidden,
.sidebar .cart .quantity .screen-reader-text {
    display: none
}

.sidebar #yith-wcact-form-bid .quantity,
.sidebar .cart .quantity .input-text.qty.text {
    width: calc(73px - 27px);
    height: 100%;
    padding: 0;
    padding-right: 27px;
    border: 0;
    outline: 0;
    font-size: 18px;
    line-height: 22px
}

.auction_add_to_cart_button,
.add_to_cart_button.ajax_add_to_cart,
.sticky_add_to_cart_button {
    border: 0;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    text-transform: uppercase;
    height: 54px
}

.add-to-cart-container {
    width: 100%;
    margin-left: 6px
}

.add-to-cart-container.single_in_stock {
    margin-left: 0
}

.sticky_add_to_cart_button {
    width: 75%
}

#yith-wcact-form-bid .qty-container,
.product_type_simple.add_to_cart_button,
.buy-together.button,
.sticky_add_to_cart_button,
.auction_add_to_cart_button,
.add_to_cart_button.ajax_add_to_cart,
.sidebar .cart .quantity .input-text.qty.text {
    border-radius: 0 !important;
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 600;
    text-align: center
}

.add_to_cart_button.ajax_add_to_cart {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.add-to-cart-container {
    text-align: right
}

.add-to-cart-container .added_to_cart.wc-forward {
    text-decoration: none;
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 5px;
    margin-right: 2px;
    display: block
}

/**
 * YITH auction
 */
.sidebar.prod-type-auction .wcam.woocommerce-advanced-message {
    display: none
}

.sidebar.prod-type-auction .details > .price {
    padding-bottom: 18px;
    margin-bottom: 14px;
    border-bottom: 2px solid #E1DCDB;
    font-weight: 600;
    line-height: 20px
}

.sidebar.prod-type-auction .woocommerce-Price-amount {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-top: 7px;
    letter-spacing: -0.171429px
}

.sidebar.prod-type-auction #winner_maximun_bid .woocommerce-Price-amount::before {
    content: ' ';
    display: block
}

.yith-wcact-manual-bid-increment {
    padding-right: 3px
}

.yith-wcact-manual-bid-increment,
.yith-wcact-manual-bid-increment p,
.yith-wcact-manual-bid-increment span,
#yith_wcact_reserve_and_overtime,
#yith_wcact_reserve_and_overtime div,
#yith_wcact_reserve_and_overtime p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: -0.215385px !important;
    display: inline !important
}

div.yith-wcact-bidupmode {
    margin-top: 12px
}

#yith-wcact-showbidup {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.215385px
}

#yith-wcact-showbidup .woocommerce-Price-amount {
    display: inherit;
    font-weight: 500;
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.215385px
}

.yith-wcact-time-left-main {
    background-color: rgba(0, 0, 0, 0)
}

.sidebar.prod-type-auction .details .cart,
.sidebar.prod-type-auction .details .qualcosa-ce,
.yith-wcact-main-auction-product .timetito {
    margin: 0
}

.yith-wcact-main-auction-product .timetito {
    margin-top: 30px
}

.yith-wcact-container-timeleft-big-blocks .ywcact-time-left,
.yith-wcact-container-timeleft {
    padding: 0
}

.yith-wcact-container-timeleft-big-blocks .ywcact-time-left {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

.yith-wcact-timeleft-big-blocks .yith-wcact-timeleft {
    margin: 0 .5px;
    border: 0;
    padding: 5px 0px 9px 0px;
    width: 100%
}

.yith-wcact-timeleft-big-blocks .yith-wcact-timeleft:first-child {
    margin-left: 0;
    border-radius: 3px 0 0 3px
}

.yith-wcact-timeleft-big-blocks .yith-wcact-timeleft:last-child {
    margin-right: 0;
    border-radius: 0 3px 3px 0
}

.yith-wcact-timeleft-big-blocks .yith-wcact-number {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.171429px
}

.yith-wcact-timeleft-big-blocks .yith-wcact-number-label {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.215385px
}

.ywcact-auction-end-date .ywcact-auction-end-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.171429px;
    padding: 0 !important;
    margin-top: 7px
}

.ywcact-time-left, .ywcact-auction-end, .ywcact-your-bid-header p, #max_winner {
    font-weight: 600
}

.ywcact-auction-end svg {
    margin-right: 6px
}

.ywcact-bid-form {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin: 5px 0px 0px
}

.ywcact-your-bid-header {
    margin-top: 24px
}

.ywcact-your-bid-header > p {
    margin: 0
}

.ywcact-your-bid-header #yith-wcact-showbidup {
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.171429px
}

.yith-auction-help-tip {
    display: inline-block;
    width: 13px;
    height: 13px;
    top: -1px;
    margin-left: 5px
}

.yith-auction-help-tip::after {
    content: '';
    height: 13px;
    width: 13px;
    display: block;
    background-image: url('/wp-content/themes/wpr-theme-child/assets/img/info.svg')
}

#yith-wcact-form-bid .quantity {
    height: 54px !important
}

#yith-wcact-form-bid .qty-container {
    height: 100%;
    display: flex;
    align-items: center;
    outline: 0 !important;
    padding: 0 23px;
    justify-content: center
}

#yith-wcact-form-bid .qty-container .value {
    outline: 0;
    margin-right: 2.5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
    overflow: auto;
    text-align: center
}

#yith-wcact-form-bid .qty-container .curency {
    margin-top: 1px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase
}

#yith-wcact-form-bid .auction_bid.button.alt {
    height: 55px !important;
    width: 40% !important;
    /*min-width: 120px;*/
    margin-left: 10px;
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase
}

.auction_add_to_cart_button {
    width: 100%;
    margin-top: 12px
}

.auction_add_to_cart_button .woocommerce-Price-amount {
    margin: 0 !important;
    display: inherit !important;
    font-size: 16px !important;
    line-height: 19px !important
}

.pwp-omnibus-price__info {
    font-size: 13px;
    margin: 15px 0
}

/**
 * Add to cart Bottom page (fixed)
 */
.top-tabs-bar-buy {
    transition: all .3s;
    position: fixed;
    top: var(--admin-cheat-h);
    width: 100%;
    left: 0;
    background: #FFFFFF;
    height: 78px;
    z-index: 11;
    display: none;
    align-items: center;
    border-bottom: 1px solid var(--wpr-main-border-color);
}

.top-tabs-bar-buy.can-visible {
    animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    display: flex
}

@keyframes slide-bottom {
    0% {
        transform: translateY(-100px)
    }
    100% {
        transform: translateY(0)
    }
}

.top-tabs-bar-buy .container {
    height: 100%
}

.top-tabs-bar-buy-content {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between
}

.top-tabs-bar-buy-content .left-content li a {
    padding: 25.5px 0 !important
}

.top-tabs-bar-buy-content .right-content {
    display: flex;
    gap: 18px;
    align-items: center
}

.top-tabs-bar-buy-content .product_title {
    padding-right: 0;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(50vw + 62px);
    font-size: 21px;
    margin: 23px 0;
    letter-spacing: -0.35px
}

.top-tabs-bar-buy-content .product_title:after {
    content: '';
    background: linear-gradient(270deg, #FFFFFF 67.81%, rgba(255, 255, 255, 0.0001) 114.65%);
    width: 124px;
    position: absolute;
    display: inline-block;
    right: -2vw;
    height: 100%;
    top: 0
}

.top-tabs-bar-buy-content .price > div.on-sale-price > .sale-price,
.top-tabs-bar-buy-content .price > div:not(.on-sale-price) > .regula-price {
    display: flex
}

.top-tabs-bar-buy-content .price > div.on-sale-price > .sale-price > .price,
.top-tabs-bar-buy-content .price > div:not(.on-sale-price) > .regula-price > .price {
    margin-right: 8px
}

.top-tabs-bar-buy-content .price {
    margin-bottom: 0
}

.top-tabs-bar-buy-content .price .on-sale-price .regula-price {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #B8B8B8
}

.top-tabs-bar-buy-content .price .on-sale-price .sale-price {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.378947px;
    text-align: right
}

.product-type-auction .top-tabs-bar-buy-content .sticky_add_to_cart_button {
    display: none
}

.top-tabs-bar-buy-content .left-content,
.top-tabs-bar-buy-content .woocommerce-tabs,
.top-tabs-bar-buy-content .tabs,
.top-tabs-bar-buy-content .owl-stage,
.top-tabs-bar-buy-content .owl-item {
    height: 100%
}

.top-tabs-bar-buy-content .woocommerce-tabs .wpr-tabs-wc-list {
    background: unset
}

.top-tabs-bar-buy-content .owl-item li {
    display: flex;
    align-items: center
}

/**
 * Product Tabs menu
 */
.product-tabs {
    margin-top: 90px
}

.woocommerce-tabs .wpr-tabs-wc-list {
    position: sticky;
    transition: all .3s;
    padding: 0 !important
}

.woocommerce div.product .woocommerce-tabs .tabs {
    display: flex;
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs .wpr-tabs-wc-list.on-scroll {
    position: fixed;
    z-index: 10;
    width: max-content
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none
}

.woocommerce-tabs ul.tabs li {
    padding: 0 16px;
    background-color: unset !important;
    border: 0 !important
}

.woocommerce-tabs ul.tabs li.active {
    margin: 0 !important;
    background: unset !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    display: none !important
}

.woocommerce-tabs ul.tabs li a {
    display: block;
    text-decoration: none;
    transition: all .3s;
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 19px;
    padding: 16.5px 0;
}

.woocommerce-tabs ul.tabs li.active a {
    text-shadow: -0.06ex 0 currentColor, 0.06ex 0 currentColor;
    color: var(--wpr-main-text-color) !important
}

#main .woocommerce-tabs ul.tabs li {
    border: 4px solid #FF000000 !important
}

#main .woocommerce-tabs ul.tabs li.active {
    z-index: 2;
    display: inline-block;
    position: relative;
    border-radius: 4px 4px 0 0;
}

.woocommerce-tabs .owl-nav .slick-disabled {
    display: none !important
}

.woocommerce div.product .woocommerce-tabs .panel {
    display: grid !important;
    padding: 35px;
    border: 1px solid var(--wpr-main-border-color);
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin-right: 30px;
    margin-bottom: 41px
}

#tab-description *:not(.alignfull) {
    max-width: 100%
}

#tab-description > h2 {
    display: none
}

/**
 * Product tab atributes
 */
.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

/**
 * Product description
 */
#pageContentCST {
    width: 100%
}

#pageContentCST .product-features__layoutframe .contents-demo__details__item:not(.slick-active) iframe {
    visibility: visible
}

/**
 * Ratting filters
 */
.stars-filter-title {
    font-size: 21px;
    letter-spacing: -0.192857px;
    margin-bottom: 24px !important;
    color: var(--wpr-main-text-color)
}

.stars-filter {
    display: inline-flex;
    min-width: 264px;
    gap: 20px
}

.stars-filter .col-1,
.stars-filter .col-2,
.stars-filter .col-3 {
    display: flex;
    flex-direction: column
}

.stars-filter .col-1 > div {
    min-width: 85px
}

.stars-filter .col-2 {
    padding: 4px 0
}

.stars-filter .col-3 > div,
.stars-filter .col-1 > div {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: -0.15px;
    cursor: pointer;
    color: var(--wpr-main-text-color)
}

.stars-filter .col-1 > div.disable,
.stars-filter .col-2 > div.disable,
.stars-filter .col-3 > div.disable {
    opacity: .4
}

.stars-filter .col-2 > div {
    background: #F1F3F4;
    border: 1px solid #E6E9EB;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    width: 150px;
    margin: 4px 0;
    height: 34px
}

.stars-filter .col-2 > div > span {
    height: 100%;
    width: 0;
    display: block;
    border-radius: 2px 0 0 2px
}

/**
 * Product Comment's
 */
#reviews .woocommerce-Reviews-title {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
}

#reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0;
    list-style: none
}

#reviews #comments ol.commentlist li.review {
    margin-bottom: 40px
}

.comments-list .comment_container {
    border: 1px solid #E6E9EB;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start
}

.comments-list .comment_container img {
    padding: 3px;
    background: #EBE9EB;
    border: 1px solid #E4E1E3;
    margin: 0;
    box-shadow: none;
    display: block;
    width: auto;
    height: auto
}

.comments-list .comment-text {
    padding: 1em 1em 0;
    border: 0 !important;
    width: 100%;
    margin: 0 !important
}

#reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.comment-text .meta {
    display: flex;
    flex-direction: column
}

.comment-text .meta .woocommerce-review__author {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--wpr-main-text-color)
}

.comment-text .meta .woocommerce-review__dash {
    display: none
}

.meta .woocommerce-review__published-date {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.116667px;
    color: #616672;
}

.comment-text .description {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.15px;
    color: var(--wpr-main-text-color)
}

.comment-text .product-rating {
    display: block
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover ~ a::before,
.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

/**
 * Tab Question & Answers
 */
.hover-question-effect {
    position: relative
}

textarea#ywqa_user_content {
    width: calc(100% - 40px);
    padding: 20px
}

div.question-votes a.vote-yes:hover,
div.question-votes a.vote-no:hover,
div.question-votes a.vote-question {
    background-size: contain;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat
}

div.question-votes a.vote-yes {
    background: url('/wp-content/themes/wpr-theme-child/assets/img/Path-8.svg')
}

div.question-votes a.vote-no {
    background: url('/wp-content/themes/wpr-theme-child/assets/img/Path-9.svg')
}

div.question-votes a.vote-yes:hover,
div.question-votes a.vote-no:hover {
    background-position: unset !important
}

div.question-votes span.question-votes-count {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.171429px;
    color: #333
}

.questions-section .question-content {
    margin-bottom: 0
}

.question-content .question {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--wpr-main-text-color)
}


.question-content .question-owner {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.116667px;
    color: #616672;
    padding-bottom: 15px
}

.questions-section .question-container:not(:last-child) {
    margin-bottom: 49px
}

.questions-section .answer-symbol {
    display: none
}

.answer-content .answer {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.15px;
    color: var(--wpr-main-text-color)
}

#ywqa_question_list {
    padding-bottom: 34px;
    margin-bottom: 37px;
    border-bottom: 1px solid #E6E9EB
}

#ywqa_question_list > ol.ywqa-items-list {
    margin-bottom: 0
}

.answer-content .ywqa-answers-list {
    display: flex;
    flex-direction: column
}

.ywqa-answers-list > div {
    margin-left: 15px
}

div.answer-helpful,
.ywqa-answers-list > div {
    align-items: center;
    display: flex
}

li.question-container {
    padding: 0;
    border: 0
}

div.answer-helpful {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 28px;
    letter-spacing: -0.15px;
    color: #616672;
    float: unset;
    width: auto;
    gap: 10px;
    padding: 0;
    border: 0;
    margin: 11px 0 25px
}

.answer-content .ywqa-answers-list div.answer-helpful {
    margin-bottom: 0
}

div.is-answer-helpful {
    margin-left: 2px
}

div.answer-helpful a.answer-not-helpful,
div.answer-helpful a.answer-helpful {
    font-size: 0;
    width: 9px;
    margin-left: 12px;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px
}

div.question-content a.answer-now:hover,
div.answer-helpful a.answer-helpful:hover, div.answer-helpful a.answer-not-helpful:hover {
    background-color: unset
}

div.answer-helpful a.answer-helpful {
    background: url('/wp-content/themes/wpr-theme-child/assets/img/noun-like-4610679.svg')
}

div.answer-helpful a.answer-not-helpful {
    background: url('/wp-content/themes/wpr-theme-child/assets/img/noun-like-4610679-copy.svg')
}

/**
 * Form ask question
 */
.notify-answers #ywqa-notify-user {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.notify-answers label[for="ywqa-notify-user"] {
    transition: all .3s;
    position: relative;
    cursor: pointer
}

.notify-answers label[for="ywqa-notify-user"]:before {
    transition: all .3s;
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #D5DADD;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px
}

.notify-answers #ywqa-notify-user:checked + label:before {
    transition: all .3s;
    border-color: var(--wpr-main-color)
}

.notify-answers #ywqa-notify-user:checked + label:after {
    transition: all .3s;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 3px;
    height: 11px;
    border: solid var(--wpr-main-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

#ywqa-submit-question {
    margin-top: 17px
}

.row-mode {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 47px;
    align-items: center;
    align-content: center;
    gap: 4vw
}

.row-mode .col-mode {
    display: flex;
    align-items: center;
    gap: 10px
}

.row-mode .col-mode > div p {
    margin: 0
}

.row-mode .col-mode span {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.160714px;
    color: var(--wpr-main-text-color)
}

.row-mode .bold {
    font-weight: 700
}

/**
 * Product Tab Tecnical Details
 */
.master_row,
.master_row .row_content,
.dual_row .spec {
    border: 0 !important
}

.master_row[level="third"] .row_content .dual_row {
    margin-left: 10px
}

.master_row {
    transition: all .3s;
    display: flex;
    flex-direction: column
}

.master_row.open {
    transition: all .3s;
    padding-bottom: 15px
}

.master_row .head {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: var(--wpr-main-text-color);
    width: 100% !important;
    border-bottom: 1px solid var(--wpr-main-border-color);
    padding: 14px 0
}

.master_row.open .head {
    transition: all .3s;
    border: 0;
    padding-bottom: 0
}


#tab_technical_details > .master_row > .head::after {
    content: '';
    background: url('/wp-content/themes/wpr-theme-child/assets/img/Path-Copy-3.svg');
    background-repeat: no-repeat;
    width: 17px;
    height: 10px;
    transform: rotate(180deg);
    transition: all .3s
}

#tab_technical_details > .master_row.open > .head::after {
    transform: rotate(0deg)
}

.master_row .master_row .head {
    padding: 20px 0 10px 0;
    font-size: 17px
}

.master_row .row_content {
    transition: all .3s;
    display: none;
    width: 100% !important
}

.master_row.open .row_content {
    display: block
}

.master_row .dual_row {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #E6E9EB !important
}

.master_row.open > .row_content > .master_row:last-child > .row_content > .dual_row:last-child {
    border-bottom: 0 !important
}

.master_row .dual_row .spec {
    width: 30%;
    float: left
}

.master_row .dual_row .val {
    width: 70%;
    float: left
}

/**
 * Product related
 */
.sidebar-content {
    padding: 21px
}

#tab-accessories-spart li:not(.product-type-auction) form.cart {
    display: none
}

#tab-accessories-spart {
    display: block !important
}

.related.products > h2 {
    margin-bottom: 4px !important;
    color: var(--wpr-main-text-color) !important
}

ul.products > li.product,
ul.products .owl-item > li.product {
    border: 1px solid #E6E9EB
}

ul.products li.product .woocommerce-product-rating > div {
    gap: 16px
}

ul.products .woocommerce-loop-product__title {
    margin: 0 !important
}

.related.products .owl-nav {
    position: initial
}

.product-related-desc {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.15px;
    margin-bottom: 32px;
    color: var(--wpr-main-text-color)
}

.product-related-desc span {
    font-weight: 700
}

@media screen and ( min-width: 769px ) {
    #primary > #main > .container {
        background: unset;
        padding: 0
    }

    .bundle-section,
    #primary > #main > .container > .row,
    .container-loop.game_mode {
        background: #FFF;
        padding: 24px 29px
    }

    .bundle-section,
    .container-loop.game_mode {
        width: inherit
    }

    .bundle-section > div,
    .container-loop.game_mode > div {
        width: 100%
    }

    .bundle-section .col {
        width: 40%
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        background: #FFF;
        margin-bottom: 60px
    }

    .product-tabs .woocommerce-tabs .owl-nav button.owl-next {
        right: 0
    }
}

@media screen and (min-width: 1200px) and (max-width: 1650px) {
    .gallery {
        width: 50%
    }

    .woocommerce div.product div.summary {
        width: calc(50% - 50px)
    }
}

@media screen and (min-width: 1441px) and (max-width: 1106px) {
    .woocommerce-product-rating .woocommerce-review-link {
        border: 0
    }
}

/**
 * Tablet
 */
@media screen and (max-width: 1440px) {
    .woocommerce-product-rating {
        justify-content: flex-start
    }

    .woocommerce-product-rating > div {
        margin: 14px 30px 14px 0px;
        border: 0;
        width: 100%
    }

    .add-to-cart-container {
        width: 100%
    }

    .sidebar .cart > .single_variation_wrap > .woocommerce-variation-add-to-cart {
        gap: 12px;
        flex-direction: column
    }

    .product_type_simple.add_to_cart_button,
    .sidebar .cart .single_add_to_cart_button {
        width: 100%
    }

    .sidebar .cart .quantity .input-text.qty.text {
        min-height: 50px
    }
}

@media screen and (min-width: 1024px) {
    .woocommerce-tabs .owl-nav {
        display: none
    }
}

@media screen and (max-width: 1024px) {

    .bundle-details .label-title {
        display: none
    }

    .bundle-details .list-price,
    .bundle-details .bundle-price {
        justify-content: flex-end
    }

    .woocommerce-tabs .owl-nav,
    .woocommerce-tabs .wpr-tabs-wc-list {
        overflow: visible
    }

    .woocommerce-tabs .owl-nav {
        position: relative
    }

    .woocommerce-tabs .owl-nav button.owl-next {
        padding: 6px 8px 6px 9px !important
    }

    .woocommerce-tabs .owl-nav button.owl-prev {
        display: block;
        left: -18px;
        padding: 0 9px 0 8px !important
    }

    .woocommerce-tabs .owl-nav .owl-next,
    .woocommerce-tabs .owl-nav .owl-prev {
        top: -29px
    }
}

@media screen and (max-width: 875px) {

    #picker_variations.swatch-control.owl-loaded {
        margin-bottom: 22px;
    }

    .gallery, .container-loop {
        width: 100%
    }

    .summary .woocommerce-product-rating {
        display: none !important
    }

    .container-loop .product > .woocommerce-product-rating {
        display: flex !important
    }

    .product_title {
        padding-right: 0;
        font-size: 21px;
        line-height: 28px;
        letter-spacing: -0.35px
    }

    body:not(.post-type-archive-product) #main .row .sidebar {
        width: 100% !important
    }

    .swatch-control.owl-drag .owl-item {
        min-width: 100px;
        max-width: 115px !important
    }

    .single.single-product #main .row {
        flex-direction: column
    }

    .woocommerce-product-rating > div {
        width: 100%;
        margin: 0;
        padding: 17px 0;
        border: 0
    }

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

    .woocommerce div.product div.summary {
        width: 100%;
        padding: 0
    }

    .woocommerce div.product div.summary .variation-title {
        color: #333
    }

    .product-gallery .owl-item .img-slide, .product-gallery .owl-item, .product-gallery {
        max-height: 72vw
    }

    #comments > .row {
        flex-direction: row !important
    }
}

@media screen and (max-width: 638px) {
    .woocommerce div.product .woocommerce-tabs .panel h2 {
        font-family: var(--wpr-main-font-family);
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: var(--wpr-main-text-color);
        margin-bottom: 0
    }

    .rating-form {
        margin-top: 16px;
        margin-bottom: 39px !important
    }

    .questions-section {
        font-family: var(--wpr-main-font-family);
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: var(--wpr-main-text-color)
    }

    div.question-votes {
        float: unset;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 19px;
        height: 33px
    }

    .question-votes .vote-question,
    div.question-votes span.question-votes-count {
        position: initial !important
    }

    .question-votes .vote-question {
        float: unset;
        display: flex !important;
        flex-direction: row;
        align-items: center
    }
}

@media screen and (min-width: 769px) {

    .row-mode .col-mode > div {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .top-tabs-bar-buy:not(.tabs-visible) .woocommerce-tabs,
    .top-tabs-bar-buy.tabs-visible .product_title {
        display: none;
        animation: fade-out .1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both
    }

    .top-tabs-bar-buy.tabs-visible .woocommerce-tabs {
        display: block;
        animation: fade-in .1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both
    }

    .top-tabs-bar-buy.tabs-visible .left-content {
        width: calc(100% - 350px)
    }

    .top-tabs-bar-buy:not(.tabs-visible) .product_title {
        display: -webkit-box;
        animation: fade-in .1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both
    }

    @keyframes fade-in {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    @keyframes fade-out {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }

    .top-tabs-bar-buy.can-visible.scroll_down {
        top: var(--admin-cheat-h)
    }

    .top-tabs-bar-buy.can-visible.scroll_up {
        top: calc(var(--admin-cheat-h) + var(--masterhead-h) - 2px)
    }

    .top-tabs-bar-buy .woocommerce-tabs .owl-nav {
        z-index: 10
    }

    .top-tabs-bar-buy .woocommerce-tabs .owl-nav .owl-next,
    .top-tabs-bar-buy .woocommerce-tabs .owl-nav .owl-prev {
        top: 0 !important;
        transform: translateY(-52px) !important;
        display: block;
        padding: 0 8px 0 9px !important
    }
}

@media screen and (max-width: 768px) {
    .woocommerce div.product .woocommerce-tabs .panel {
        border: none;
    }

    .product-gallery .owl-nav {
        display: block
    }

    .gallery .expand-photo,
    .thumbnails {
        display: none
    }

    .buy-now.sticky_add_to_cart_button.mobile {
        display: inline-block !important
    }

    .product_type_simple.add_to_cart_button,
    .sticky_add_to_cart_button:not(.mobile) {
        opacity: 1;
        color: white;
        position: fixed;
        bottom: 0;
        z-index: 11;
        margin-bottom: 0 !important;
        width: 100%;
        left: 0;
        box-shadow: 0 1px 5px rgb(0 0 0 / 30%)
    }

    .related.products .product_type_simple.add_to_cart_button {
        position: initial
    }

    .add-to-cart-container {
        width: 100%
    }

    .row-mode {
        display: block
    }

    .row-mode .col-mode {
        display: inline-flex;
        padding-right: 20px;
        padding-left: 20px;
        width: calc(50% - 43px);
        flex-direction: column;
        text-align: center
    }

    .row-mode .col-mode:last-child {
        width: calc(100% - 41px)
    }

    .row-mode .col-mode > div p {
        margin: 0 0 10px 0
    }

    .row-mode .col-mode span {
        text-align: center
    }

    .container.bundle-section {
        padding: 0
    }

    .top-tabs-bar-buy {
        display: none
    }

    .outlet-button-mobile {
        margin-top: 21px;
        margin-bottom: 20px
    }

    .woocommerce-tabs .wpr-tabs-wc-list {
        overflow: hidden !important;
        transform: translateX(-29px);
        width: calc(100% + 58px)
    }

    .product-tabs .woocommerce-tabs .wpr-tabs-wc-list.on-scroll {
        width: calc(100% - var(--container-spaces) - var(--container-spaces)) !important
    }

    .product-tabs .woocommerce-tabs .wpr-tabs-wc-list.scroll_down {
        top: var(--admin-cheat-h)
    }

    .product-tabs .woocommerce-tabs .wpr-tabs-wc-list.scroll_up {
        top: calc(var(--admin-cheat-h) + var(--masterhead-h) - 1px)
    }

    .woocommerce-tabs .owl-nav {
        transform: unset
    }

    .woocommerce-tabs .owl-nav button.owl-next {
        -webkit-box-shadow: 18px 0 40px 65px rgb(235 238 239);
        box-shadow: 18px 0 40px 65px rgb(235 238 239);
        right: 26px
    }

    .woocommerce-tabs .owl-nav button.owl-prev {
        -webkit-box-shadow: -9px 0 40px 65px rgb(235 238 239);
        box-shadow: -9px 0 40px 65px rgb(235 238 239);
        left: 26px
    }

    .woocommerce-tabs .owl-nav button.owl-next,
    .woocommerce-tabs .owl-nav button.owl-prev {
        opacity: 1
    }

    .woocommerce-tabs .related.products .owl-nav button {
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .woocommerce-tabs .related.products .owl-nav button.owl-prev {
        left: -10px
    }

    .woocommerce-tabs .related.products .owl-nav button.owl-next {
        right: -10px
    }

    .tab-footer {
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap: 18px
    }

    .question-votes .vote-question,
    .question-votes-count {
        position: initial !important
    }

    .question-votes .vote-question {
        margin: 13px !important
    }

    .question-container .question-votes {
        width: 100%;
        display: flex;
        height: 33px;
        margin-bottom: 19px;
        align-items: center
    }

    .question-container .question-votes > a {
        margin: 0
    }

    .question-container span.question-votes-count {
        margin: auto
    }

    div.question-text {
        width: 100%;
        max-width: 100%
    }

    div.question-text .question-content {
        display: grid
    }

    .question-content .question {
        display: block;
        margin-bottom: 15px;
        order: 1
    }

    .question-content span:not(.question):not(.question-owner-co) {
        order: 3;
        margin-bottom: 19px
    }

    .question-content span:not(.question):not(.question-owner-co) a {
        padding: 0
    }

    .question-owner-co {
        order: 2
    }

    .ywqa-answers-list > div {
        margin: 0
    }

    .ywqa-answers-list > div.vote-answer {
        margin: 0;
        width: 100%
    }

    .answer-content .answer {
        margin-bottom: 15px;
        display: block
    }

    .answer-content .goto-question.write-first-answer,
    .question-content .goto-question.answer-now {
        display: block;
        padding: 0 !important
    }

    .stars-filter .col-2 > div,
    .stars-filter .col-2 {
        width: calc(100% - 2px)
    }

    .stars-filter {
        margin-bottom: 46px
    }

    .rating-form {
        margin-bottom: 80px
    }

    .stars-filter .col-1, .stars-filter .col-2 {
        min-width: 49px
    }

    .stars-filter .col-1 > div.disable, .stars-filter .col-2 > div.disable, .stars-filter .col-3 > div.disable {
        opacity: 1
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 18px 0 35px
    }

    .comments-list {
        border: 0;
        padding: 0;
        margin-bottom: 35px;
        flex-direction: column
    }

    .woocommerce #reviews #comments ol.commentlist {
        padding: 0
    }

    #reviews #comments ol.commentlist li.review:not(:last-child) {
        margin-bottom: 30px
    }

    #reviews #comments ol.commentlist li.review:last-child {
        margin-bottom: 0
    }

    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        display: none
    }

    .woocommerce ul.products {
        position: relative
    }

    ul.products li.product {
        width: 100% !important
    }

    ul.products li.product .direction-column {
        border: 1px solid #E6E9EB;
        padding: 20px 20px
    }

    #ask_question {
        transform: translateX(calc(50% - 102px))
    }

    #tab-manual > h2,
    #tab_technical_details > h2 {
        margin-bottom: 28px
    }
}

@media screen and (max-width: 640px) {
    #pageContentCST .pagelayoutframe {
        padding-left: 0px
    }

    #pageContentCST .product-features__layoutframe .contents-demo__img__list > li {
        left: 0
    }
}

@media screen and (max-width: 580px) {

    .swatch-wrapper a {
        width: 95px !important;
        height: 92px !important
    }

    .product_title {
        font-size: 16px;
        line-height: 19px;
    }

    .bundle-section .col {
        width: initial
    }

    .bundle-section .col:not(.bundle-gallery) {
        width: calc(100% - 104px - 49px)
    }

    .bundle-gallery {
        display: block;
        margin-right: 49px
    }

    .bundle-gallery > .image:nth-child(3n):after {
        content: ''
    }

    .bundle-gallery img {
        width: 104px
    }

    .bundle-details .row {
        margin: 10px 0 25px;
        flex-direction: column !important;
        align-items: flex-start
    }

    .bundle-details .list-price,
    .bundle-details .bundle-price {
        justify-content: flex-start
    }

    .container-loop .woocommerce-product-rating > div {
        border-bottom: unset
    }

    .row-mode {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .product-tabs #tab-description {
        display: flex !important;
        flex-direction: column
    }

    .product-tabs .woocommerce-tabs .wpr-tabs-wc-list:not(.on-scroll) {
        width: calc(100% + 29px * 2) !important
    }

    .woocommerce-tabs ul.tabs li a {
        padding: 11.5px 0
    }

    .woocommerce-tabs .owl-nav .owl-next,
    .woocommerce-tabs .owl-nav .owl-prev {
        top: -23px
    }

    .woocommerce-tabs table.shop_attributes tbody,
    .woocommerce-tabs table.shop_attributes {
        display: block
    }

    .woocommerce-tabs table.shop_attributes tr {
        display: flex !important;
        align-items: stretch;
        flex-direction: column
    }

    .woocommerce-tabs table.shop_attributes tr th {
        text-align: left;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 8px 0
    }

    .woocommerce-tabs table.shop_attributes td {
        display: flex;
        align-items: center;
        width: 100%
    }

    .stars-filter-title {
        font-size: 18px;
        margin-bottom: 21px !important
    }

    .woocommerce div.product .woocommerce-tabs .panel h2 {
        margin-right: 0
    }

    .product-tabs #reviews #comments .stars-filter .col-3 {
        display: none
    }

    .product-tabs #reviews #comments > .row {
        flex-direction: column !important
    }

    .product-tabs #reviews #comments > .row .rating-form {
        position: initial
    }

    #reviews #comments ol.commentlist li.review {
        margin-bottom: 20px
    }

    .btn-tab-footer,
    .product-tabs #reviews #comments > .row .btn-reviews {
        width: 100%
    }

    .tab-footer > p {
        font-size: 18px;
        line-height: 22px
    }

    .comments-list {
        margin-bottom: 36px
    }

    .master_row .dual_row .spec {
        width: 100%;
        font-weight: 700
    }

    .master_row .dual_row .val {
        width: 100%
    }

    .answer-content .answer {
        margin-bottom: 20px
    }

    .question-content .question-owner {
        padding-bottom: 20px
    }

    .rating-form div.form {
        right: unset;
        min-width: unset;
        width: calc(100% - 79px)
    }

    .hover-question-effect {
        width: 100%
    }

    #ask_question {
        transform: unset;
        min-width: unset;
        width: calc(100% - 78px)
    }

    #tab-manual > h2 {
        margin-bottom: 26px
    }

    ul.products .owl-item > li.product {
        border: 0
    }
}

@media screen and (min-width: 580px) {
    ul.products {
        display: flex;
        flex-direction: column
    }

    .products .owl-loaded {
        overflow: unset;
        position: relative
    }

    .products .owl-stage-outer {
        overflow: unset;
        -webkit-transform-origin-x: initial
    }

    .products .owl-stage-outer .owl-stage {
        display: grid;
        overflow: unset;
        height: auto;
        max-height: fit-content;
        max-width: 100%;
        transition: unset !important;
        transform: unset !important
    }

    .products .owl-nav {
        display: none
    }

    .products .owl-stage-outer li.product {
        width: 100% !important;
        float: unset !important
    }

    .products .owl-stage-outer .owl-item {
        background: white;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 420px) {
    .comment-form-author,
    .comment-form-email {
        width: 49%
    }
}

@media screen and (max-width: 363px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 12px
    }
}


/**
 * Manual css file
 */
.manual-iframe {
    background-color: #FFF;
    margin: 0;
    padding: 0
}

.manual-iframe, .manual-iframe .bt input {
    font: normal medium arial, verdana, sans-serif;
    font-size: 100%
}

.manual-iframe * {
    margin: 0;
    padding: 0;
    font-weight: normal
}

.manual-iframe table {
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px none #000;
    vertical-align: top;
    text-align: left;
    border-collapse: collapse
}

strong {
    font-weight: bold
}

.manual-iframe .clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block
}

* .manual-iframe .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

#manual-iframe-tag {
    width: 100%;
    height: 400px;
    border: 0
}

body.single-product .woocommerce-message,
body.single-product .woocommerce-info {
    position: relative;
    background: #fff !important;
}

body.single-product .woocommerce-info:before {
    font-family: WooCommerce;
    content: "\e016";
    display: inline-block;
    position: absolute;
    left: 1.5em;
    line-height: 1.4;
}

body.single-product .woocommerce-message:before {
    font-family: WooCommerce;
    content: "\e015";
    display: inline-block;
    position: absolute;
    left: 1.5em;
    line-height: 1.4;
}