@charset "UTF-8";
/*
Theme Name:     Hello Elementor Child
Theme URI:      https://hoovision.ir/
Description:    Child theme for Hello Elementor 
Author:         Mohammadreza mousavi <info@hoovision.ir>
Author URI:     https://hoovision.ir/
Template:       hello-elementor
Version:        3.4.5
Text Domain:    hello-elementor-child
*/
/*--------------------------------------------------------------
>>> Global.css:
----------------------------------------------------------------*/
:root {
    --c-white: #fff;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert
}

input,
button,
textarea,
select {
    font: inherit
}

*,
*::before,
*::after {
    box-sizing: border-box
}

a,
button {
    cursor: revert
}

ol,
ul,
menu {
    list-style: none
}

img {
    max-width: 100%
}

table {
    border-collapse: collapse;
    width: 100%
}

input,
textarea {
    -webkit-user-select: auto
}

textarea {
    white-space: revert
}

meter {
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert
}

::-webkit-input-placeholder {
    color: unset
}

::-moz-placeholder {
    color: unset
}

:-ms-input-placeholder {
    color: unset
}

::-ms-input-placeholder {
    color: unset
}

::placeholder {
    color: unset
}

:where([hidden]) {
    display: none
}

:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto
}

:where([draggable="true"]) {
    -webkit-user-drag: element
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	min-height: 100vh;
}

body, html {
    overflow-x: hidden !important;
	height: 100%;
}
#wrapper {
  flex: 1; 
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    background: lightgray;
    cursor: pointer;
    border-radius: 9rem
}
.elementor-section,
.elementor-column,
.elementor-widget-container {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth
}

a {
    text-decoration: none !important;
}

.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-details {
    display: none !important;
}

.p-12 {
    padding: 12px !important;
}

.font-faNum {
    font-family: 'iransans-FaNum';
}

a.added_to_cart {
    display: none !important;
}

.z-10 {
    z-index: 10 !important;
}

.absolute {
    position: absolute !important;
}

.left-0 {
    left: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-15 {
    bottom: 15px !important;
}

.woocommerce .domino-onsale {
    right: 0 !important;
    bottom: 79px !important;
    position: absolute;
}

/* .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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background-color: #ABBDD1 !important;
} */
.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    border-radius: 0 !important;
}

#cart-items .elementor-button-icon-qty[data-counter] {
    bottom: -3px !important;
    left: 64% !important;
    top: auto !important;
}


.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: rgba(171, 187, 209, 0.3) !important;
    color: #000 !important;
    border-top-color: transparent !important;
}

@media screen and (min-width: 992px) {
    .woocommerce-notices-wrapper {
        max-width: 1140px;
        padding-bottom: 40px;
    }

    .woocommerce-message,
    .woocommerce-error{
        max-width: 1140px;
        margin: 0 auto;
    }

    .woocommerce-product-gallery {
        display: flex !important;
    }

    .woocommerce-product-gallery .flex-viewport {
        max-width: 72% !important;
    }

    .woocommerce-product-gallery .flex-viewport img {
        max-height: 500px;
        width: 100%;
        object-fit: contain;
    }

    .flex-control-thumbs {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .woocommerce-product-gallery ol {
        display: flex;
        flex-direction: column;
        max-width: 28% !important;
    }

    .woocommerce-product-gallery ol li {
        width: 100% !important;
        padding: 5px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        right: 0.5em !important;
    }

}

.single_variation_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 1;
}

.single-product .elementor-product-variable:first-child > div {
    display: flex !important;
    flex-direction: column;
}

.single-product .woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: end;
    width: 100%;
}

.single-product .variations {
    order: 2;
}

.single-product .variations tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single_add_to_cart_button {
    font-size: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.single_add_to_cart_button:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("assets/img/Plus.svg") no-repeat center center;
    background-size: contain;
    vertical-align: middle;;
    margin: 10px;
}

.woocommerce-variation-add-to-cart input {
    background-color: #ABBDD1;
    border: none !important;
}

table tbody tr:hover > td, table tbody tr:hover > th,
table tbody tr:hover > td, table tbody tr th,
table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background: transparent !important;
}

.single-product .woocommerce-Price-amount {
    color: #000 !important;
    font-size: 24px;
}

.woocommerce-notices-wrapper {
    gap: var(--row-gap) var(--column-gap);
    height: 100%;
    margin: 0 auto;
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%;
    padding-bottom: 40px;
}
.outer-spin-none::-webkit-outer-spin-button,
.outer-spin-none::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*Firefox*/
.outer-spin-none {
    -moz-appearance: textfield;
}
.woocommerce-message .button {
    background-color: transparent !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.woocommerce-message .button::after {
    content: "";
    display: inline-flex;
    width: 11px;
    height: 18px;
    background: url('assets/img/arrow-left.svg') no-repeat center;
    background-size: contain;
}

#btn_checkout::after {
    content: "";
    display: inline-flex;
    width: 11px;
    height: 18px;
    background: url('assets/img/arrow-checkout.svg') no-repeat center;
    background-size: contain;
}

.woocommerce-message::before {
    display: none !important;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #ABBDD1 !important;
}

ins .woocommerce-Price-amount bdi {
    font-family: 'iransans-FaNum';
    color: #FF5F5F !important;
}

.woocommerce del,
.woocommerce del .amount,
.price del {
    text-decoration: line-through;
    opacity: 0.7;
}

.variations_form div[data-product_id] {
    display: flex;
    flex-direction: column;
}

.variations_form .variations {
    order: 2 !important;
}

.variations_form .single_variation_wrap {
    order: 1 !important;
}

.variations_form .variable-item:not(.selected) {
    background: #e9e9e9 !important;
    border: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    background: #9a9a9a !important;

}

.woocommerce-variation-add-to-cart input[type="number"] {
    background: rgb(238, 242, 242) !important;
}

.woocommerce-variation-add-to-cart .quantity {
    margin: 0 !important;
}

.woo-variation-items-wrapper ul li:last-child {
    margin-left: 0 !important;
}

.woocommerce-Price-amount bdi {
    font-family: 'iransans-FaNum';
}

.menu-header ul li:last-child a {
    padding-left: 0 !important;
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.aspect-ratio-\[3\/2\] {
    aspect-ratio: 3/2;
}
.woocommerce-checkout input,
.woocommerce-account input,
.woocommerce-account select{
	border-color: #abbdd1 !important;
}
.woocommerce-account  .button{
    background-color: #abbdd1 !important;
    color: #fff !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}