/*
	Theme Name: Hello Elementor Child
    Template: hello-elementor
*/

@import url("../hello-elementor/style.css");

body.overflow-hidden{
    overflow: hidden;
}

input{
    outline: none!important;
}
input[type=checkbox],
input[type=radio]{
    position: relative;
}
input[type=checkbox]:before{
    position: absolute;
    top: -1px;
    left: -1px;
    vertical-align: top;
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid var(--e-global-color-primary);
    background-color: #ffffff;
    border-radius: 3px;
}

input[type=checkbox]:checked:before{
    font-size: 8px;
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    color: #ffffff;
    background-color: var(--e-global-color-primary);
}

input[type=radio]:before{
    position: absolute;
    top: -1px;
    left: -1px;
    vertical-align: top;
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid var(--e-global-color-primary);
    border-radius: 50%;
    background-color: #ffffff;
}
input[type=radio]:checked:before{
    background-color: var(--e-global-color-primary);
}

.woocommerce-cart table.cart img {
    width: 120px;
}
.e-loop-add-to-cart-form{
    width: 100%;
}
.product-loop .button{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: var(--e-global-color-accent )!important;
    background-color: var(--e-global-color-primary)!important;
    display: flex!important;
    height: 48px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.product-loop .button:hover{
    box-shadow: 0px 0px 10px 0px rgb(231 165 0 / 70%);
    color: var(--e-global-color-accent )!important;
    background-color: var(--e-global-color-primary);
}
.product .stock {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.product .stock:before{
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}
.product .in-stock{
    color: #00C908!important;
}
.product .waiting-for-arrival{
	color: #b3af54!important;
}
.product .waiting-for-arrival:before{
    content: "\f252";
}

.product .in-stock:before{
    content: "\f00c";
}
.product .out-of-stock{
    color: #EF0000;
}
.product .out-of-stock:before{
    content: "\f00d";
}
.product .available-on-backorder:before{
    content: "\f00c";
}
.elementor-grid {
    justify-items: center;
}

.elementor-grid div.product {
    margin-top: unset !important;
    max-width: 300px;
}

.elementor-grid .product .product_title a{
    min-height: 3.6em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    vertical-align: middle;
}

@media (max-width: 420px) {
    .elementor-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .mobile-hidden{
        display: none!important;
    }
}
@media (min-width: 421px) {
    .desktop-hidden{
        display: none!important;
    }
}

.woocommerce-Price-amount bdi {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    color: #b3af54;
}

.add_to_cart_button {
    transition: 0.3s;
    font-weight: 700;
    padding: 0.618em 1em;
}

.elementor-pagination > * {
    transition: 0.3s;
    color: #ffffff;
    display: inline-block;
    background-color: var(--e-global-color-primary);
    border: solid 1px var(--e-global-color-primary);
    border-radius: 5px;
    width: 1.6em;
    /*box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 50%)!important;*/
}

.elementor-pagination {
    margin: 20px 0!important;
}

.elementor-pagination .current {
    color: #000000;
    /*box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 50%)!important;*/
}

/*.product.outofstock{
	opacity: unset!important;
}*/

/* ? */
.add_to_cart_button:hover {
    color: #000000 !important;
}

.elementor-grid div.product .elementor-widget-wrap {
    box-shadow: none !important;
}

.elementor-grid div.product .stock {
    text-align: center;
}

#callback-query-input {
    background-color: #334E77 !important;
    color: #C4B8B8 !important;
    border: 1px solid #69727d !important;
}

label[for=callback-query-input] {
    font-weight: 700;
    color: #ffffff;
    text-align: left;
}

.wpcf7-form input {
    margin-top: 20px !important;
    border-radius: 20px !important;
}

.wpcf7-form .wpcf7-submit {
    background-color: var(--e-global-color-primary) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 15px 30px !important;
}

.wpcf7-response-output {
    margin-top: 0 !important;
    background-color: #23385A !important;
    color: #ffffff !important;
}

.elementor-social-icon-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

.rc-anchor-content,
.rc-anchor-checkbox-label {
    width: unset !important;
}

.cf7sr-g-recaptcha > div:first-child,
.rc-anchor-normal {
    max-width: 100%;
}

#tab-documents .elementor-icon {
    font-size: 22px;
    background-color: #CE1515;
    color: #ffffff;
    padding: 8px 4px;
    border-radius: 10px;
}

#tab-documents .document-item {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

#categories-dropdown-menu svg,
#mobile-menu svg,
#shop-menu svg{
    overflow: visible;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
}
.categories-widget-menu svg:not(.arrow-right svg){
    overflow: visible;
    padding: 10px;
    border-radius: 50%;
    margin-right: 20px;
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    background-color: var(--e-global-color-primary);
}
.categories-widget-menu .arrow-right{
    display: flex;
    vertical-align: middle;
    margin-left: auto;
}
.categories-widget-menu .arrow-right svg{
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
}
#categories-dropdown-menu svg path,
#mobile-menu svg path,
#shop-menu svg path{
    fill: var(--e-global-color-primary);
}
.categories-widget-menu svg path {
    fill: #ffffff;
}
.categories-widget-menu .arrow-right svg path{
    fill: var(--e-global-color-primary);
}
.elementor-sub-item{
    width: calc(100% - 20px);
}

.elementor-sub-item .item-title{
    white-space: normal;
    word-wrap: break-word;
}

.categories-widget-menu .elementor-nav-menu{
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
}
.categories-widget-menu .elementor-nav-menu > li{
    width: calc(50% - 20px);
    margin: 10px;
}

@media (max-width: 768px){
    .categories-widget-menu .elementor-nav-menu > li{
        width: 100%;
    }
}
.categories-widget-menu .elementor-nav-menu > li a,
.categories-widget-menu .elementor-nav-menu > li a:hover{
    border-radius: 5px;
    min-height: 120px;
    height: 100%;
    padding: 20px;
    background-color: #F7F9F9;
}
.categories-widget-menu .elementor-nav-menu > li:nth-child(8){
    break-after: column;
}
.categories-widget-menu .item-title{
    margin: 0 20px 0 0;
}
.elementor-nav-menu .mobile-submenu ul{
    display: block;
}
.mobile-menu-header .elementor-item:empty,
.mobile-menu-header .elementor-item.has-submenu{
    display: none;
    padding: 0;
}

.mobile-categories-header .elementor-item{
    margin: 10px 0;
    background-color: transparent!important;
    color: #33373d!important;
    font-weight: 600!important;
    font-size: 20px!important;
}
.mobile-menu-header{
    padding: 10px!important;
    background-color: var(--e-global-color-primary );
    color: var(--e-global-color-accent );
    font-size: 18px;
    line-height: 26px;
}
.mobile-menu-header > div{
    margin: 10px 0;
}
.elementor-button{
    height: 55px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.mobile-menu-header .button{
    display: flex!important;
    height: 55px;
    margin: auto;
    width: 100%;
    max-width: 420px;
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--e-global-color-accent )!important;
    border: var(--e-global-color-accent ) 1px solid!important;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    text-align: center;
    align-items: center;
}
.mobile-header-contacts a{
    color: var(--e-global-color-accent ) !important;
}
.mobile-header-contacts a i{
    font-size: 20px;
    margin-right: 10px;
}
.mobile-menu-header .mobile-menu-container .menu{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu-header a[href]:not(.button):hover{
    text-decoration: underline;
}
.mobile-menu-header a{
    color: var(--e-global-color-accent ) !important;
    background-color: transparent!important;
}
input[type=email],
input[type=text],
input[type=tel]{
    height: 55px!important;
}
.elementor-field-type-acceptance .elementor-field-option{
    display: flex;
    align-items: center;
}
.elementor-field-type-acceptance .elementor-field-option input{
    margin-right: 10px;
}
.elementor-field-type-acceptance .elementor-field-option label{
    font-size: 14px!important;
}
#product-filters-mobile .widget_product_filters_widget{
    border-radius: 5px;
    background-color: #F6F6F6;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    /*gap: 10px;*/
    justify-content: space-between;
}
#product-filters-mobile .woocommerce-ordering,
#product-filters-mobile .woocommerce-filters{
    height: 40px;
    display: inline-block;
    width: 50%;
    font-weight: 400!important;
    margin: 0;
}
.product-filters-container{
    right: 0;
    background-color: #F6F6F6;
    border: 1px solid #DADADA;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 10px;
    z-index: 10;
}
.product-filters-container:not(.opened){
    display: none;
}
#product-filters-mobile .separator {
    border-left: 1px solid #DADADA;
}

/* Ordering */

#product-filters-mobile form.woocommerce-ordering select{
    cursor: pointer;
    background-color: #F6F6F6!important;
    height: 100%;
    padding: 0 0 0 48px;
    line-height: 16px;
    color: #101010;
    border: none!important;
    outline: none!important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('https://sika.dp.ua/wp-content/uploads/2023/12/sorting_icon.svg') no-repeat 20px center;
}
#product-filters-mobile .open-filters{
    cursor: pointer;
    padding-left: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#product-filters-mobile .open-filters span{
    white-space: nowrap;
}
#product-filters-mobile .open-filters span:before{
    content: url('https://sika.dp.ua/wp-content/uploads/2023/12/filters_icon.svg');
    padding-right: 20px;
}
/*rs-fw-forcer{
    height: 0!important;
}*/
.button{
    padding: 12px 24px;
    display: flex!important;
    height: 55px;
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    border-style: none;
    border-radius: 5px;
    color: var(--e-global-color-secondary );
    background-color: var(--e-global-color-primary );
    transition: all 0.2s;
    align-items: center;
    justify-content: center;
    width: fit-content;
    flex-wrap: nowrap;
}
@media (min-width: 1080px) {
    #menu-1-c27722d,
    .header-contacts > .elementor-widget-wrap {
        flex-wrap: nowrap !important;
    }
}

.button:focus,
.elementor-button:focus{
    outline: none!important;
}
.current-menu-item .elementor-item{
	font-weight: 600!important;
}
.current-menu-item .elementor-item:after{
	content: none!important;
}

/* Products archive */
.elementor-wc-products .button{
    text-align: center;
    width: 100%
}
ul.products li.product{
	min-width: 120px;
}
.elementor-widget-wc-archive-products .product .woocommerce-loop-product__title{
    margin: 0 0 15px 0!important;
    padding: 0!important;
    font-size: 18px;
    min-height: calc(3* 26px);
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    vertical-align: middle;
}
.elementor-widget-wc-archive-products .product .attachment-woocommerce_thumbnail{
    margin: 0 0 15px 0!important;
}
.elementor-widget-wc-archive-products .woocommerce-pagination ul{
    border: none!important;
}
.elementor-widget-wc-archive-products .woocommerce-pagination li{
    overflow: unset!important;
    border: none!important;
    margin: 0 5px!important;
}
.elementor-widget-wc-archive-products .woocommerce-pagination li .page-numbers {
    font-weight: 600;
    transition: 0.3s;
    color: var(--e-global-color-text);!important;
    display: inline-block;
    background-color: #ffffff!important;
    /*background-color: var(--e-global-color-primary)!important;*/
    border: solid 1px var(--e-global-color-primary);
    border-radius: 5px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px!important;
}
.elementor-widget-wc-archive-products .woocommerce-pagination li .page-numbers.current {
    background-color: var(--e-global-color-primary)!important;
    color: #ffffff!important;
}

.elementor-widget-wc-archive-products .woocommerce-pagination li .page-numbers:hover,
.elementor-widget-wc-archive-products .woocommerce-pagination li .page-numbers.current{
    box-shadow: 0px 0px 10px 0px rgba(231, 165, 0, 0.7) !important;
    color: var(--e-global-color-text);!important;
}
.berocket_single_filter_widget .ui-slider-handle{
    background: var(--e-global-color-primary)!important;
}
.warning-notification{
    color: #893800;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    background-color: #ffdcc4;
}

.woocommerce-notices-wrapper{
    margin: auto;
    max-width: 1140px;
}
.container{
    padding: 10px;
    min-height: 200px;
    max-width: 1140px;
    margin: auto;
}
.woocommerce-notices-wrapper .wc-forward{
    margin-left: 20px!important;
}
.nova-poshta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-130deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 50%);
    z-index: 1;
    pointer-events: none;
}

.popup-body{
    z-index: 110;
    display: none;
    min-width: 320px;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    text-align: center;

}
.popup-container .overlay{
    display: none;
    z-index: 100;
    background-color: rgba(0,0,0,.3);
}

*.displayed{
    display: block!important;
}
#thankyou-popup{
    background-color: #F1F1F1;
}

.popup-container .popup-close:hover{
    box-shadow: none;
}
.popup-container .popup-close{
    color: #333;
    box-shadow: none;
    border: none;
    background-color: transparent;
    right: 30px;
    position: absolute;
    top: 30px;
}
.shop_table{
    height: fit-content;
}
.shop_table td{
    height: 100%
}
.product-name-extended{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.search-results .woocommerce .type-page{
    display: none;
}

.elementor-button--view-cart,
.elementor-button--checkout{
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    background-color: var(--e-global-color-primary) !important;
    border: 1px solid var(--e-global-color-primary) !important;
    border-radius: 5px !important;
}
.elementor-button--view-cart:hover,
.elementor-button--checkout:hover{
    box-shadow: 0px 0px 10px 0px rgba(231, 165, 0, 0.7)!important;
}