/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Header */

.is-form-id-69 .is-search-icon svg {
    width: 25px!important;
}

.is-form-id-69   .is-search-submit .is-search-icon svg path{
    fill: #333333;
}

input#is-search-input-69 {
    border-bottom: 1px solid #333333 !important;
}

.trp-language-switcher-container a{
    border: unset!important;
}

.language-menu > nav::before {
    content: "\f57d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    color: #333333;
    font-size: 16px;
}

.elementor-menu-cart__product-remove {
    border: unset !important;
}

/* Desktop: slide input from right, under the search icon, on form hover */
@media (min-width: 769px) {
    form.is-form-id-69  {
        position: relative;
        display: flex;
        align-items: center;
    }

    form.is-ajax-search > label {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 0;
        overflow: hidden;
        transition: width 0.45s ease;
    }

    form.is-form-id-69:hover > label {
        width: 180px;
    }

    input#is-search-input-69 {
        flex-shrink: 0;
        width: 180px !important;
        min-width: 180px;
        box-sizing: border-box;
    }

    form.is-form-id-69 .is-search-submit {
        position: relative;
        z-index: 2;
    }

    form.is-form-id-69 button.is-search-submit:hover svg path {
        fill: #1B5880!important;
    }
}

.mobile-menu li.menu-item a{
    display: flex;
    justify-content: center;
}

.mobile-menu span.sub-arrow {
    position: absolute;
    right: 20px;
}

.mobile-menu ul.sub-menu {
    background-color: #35698D !important;
}

/* Product quickview */

.product-loopgrid .feature-image{
    transition: 0.3s ease;
}

.product-loopgrid:hover .feature-image {
    animation: feature-image 0.5s ease forwards;
}

@keyframes feature-image {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.product-quickview table.shop_attributes{
    border: unset !important;
    margin: unset !important;
}

.product-quickview table.shop_attributes th {
    font-weight: 600;
    width: 70px;
}

.product-quickview table.shop_attributes td{
    font-style: normal;
}

.product-quickview table.shop_attributes td p::before {
    content: ": ";
}

.product-quickview table.shop_attributes th,
.product-quickview table.shop_attributes td {
    text-align: left;
    border: unset !important;
    background: unset;
    padding-left: 0;
}

.product-quickview .woocommerce-product-details__short-description p,
.product-quickview p.price {
    margin: unset !important;
}

.product-quickview .yith-add-to-wishlist-button-block{
    margin: 20px auto!important;
}

form.cart {
    flex-wrap: wrap!important;
}

form.cart button {
    flex: 1 0 50%;
    margin: unset !important;
    border-radius: unset !important;
    line-height: 18px !important;
    padding: 10px !important;
    font-size: 14px !important;
}

form.cart button[name="add-to-cart"] {
    background-color: #35698D !important;
}

form.cart button[name="add-to-cart"]::after,
a.added_to_cart.wc-forward {
    display: none!important;
}

form.cart button[name="buy-now"] {
    background-color: #0c4068 !important;
}

.woopq-quantity-plus-minus {
    flex: 1 0 100%;
}

form.cart .woopq-quantity-input {
    justify-content: center;
    margin-bottom: 20px!important;
    gap: 20px;
}

form.cart .woopq-quantity-input-plus, 
form.cart .woopq-quantity-input-minus {
    border-radius: 50px;
    border: 2px #333333 solid !important;
    width: 34px!important;
    height: 34px!important;
    line-height: 29px!important;
}

.woopq-quantity-input input {
    border: unset !important;
    font-size: 16px !important;
}

span.yith-wcwl-add-to-wishlist-button__label {
    font-size: 13px!important;
}

svg#yith-wcwl-icon-heart-outline {
    width: 20px!important;
}

span.yith-wcwl-add-to-wishlist-button__label{
    color: #333333!important;
}

.product-quickview .elementor-swiper-button svg.e-font-icon-svg {
    padding: 10px;
    font-size: 30px !important;
    background: #00000061;
    border-radius: 50px;
    box-shadow: 0 0 10px #00000013;
}

/* Cart */

@media ( max-width: 768px ) {
    td.product-thumbnail {
        display: block!important;
    }
    td.product-thumbnail::before {
        display: none!important;
    }
    td.product-thumbnail img {
        width: 100px!important;
        height: auto!important;
    }
    td.product-remove {
        position: absolute!important;
        right: 35px!important;
    }
    tr.woocommerce-cart-form__cart-item.cart_item {
        padding: 20px 20px 0!important;
    }
    .woopq-quantity-input {
        justify-content: flex-end;
    }

}

.woocommerce-cart-form .woopq-quantity-input-plus, 
.woocommerce-cart-form .woopq-quantity-input-minus {
    border-radius: 50px;
    border: 1px #333333 solid !important;
    width: 20px!important;
    height: 20px!important;
    line-height: 17px;
}

.woocommerce-cart-form .woopq-quantity-input input {
    text-align: center!important;
    width: 30px !important;
}

/* Single product */

@media (min-width: 1025px) {
    .floating-buy-now-button button {
        font-size: 14px !important;
        padding: 13px 60px!important;
        border-radius: 5px;
        background-color: #0c4068 !important;
    }
}

.floating-buy-now-button button:before {
    content: "\f290";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .floating-buy-now-button button {
        border-radius: 0px!important;
        padding: 15px 60px !important;
        background-color: #0c4068 !important;
        font-size: 14px !important;
    }
    .floating-add-to-cart-button,
    .floating-buy-now-button{
        flex: 1 0 50%;
    }
    .floating-add-to-cart-button a,
    .floating-buy-now-button button{
        width: 100%!important;
    }
}

td.woocommerce-product-attributes-item__value a {
    color: #333333;
}

tr.woocommerce-product-attributes-item th, 
tr.woocommerce-product-attributes-item td {
    background: #FFFFFF !important;
}

tr.woocommerce-product-attributes-item th, 
tr.woocommerce-product-attributes-item td p {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* Product archive */

.dummy-sorting .woocommerce-notices-wrapper,
.dummy-sorting ul.elementor-grid {
    display: none!important;
}

.dummy-sorting > div.woocommerce {
    display: flex !important;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

/* Wishlist */

.wishlist_table,
.wishlist_table * {
    border: unset !important;
}

ul.wishlist_table{
    padding: unset !important;
}

.wishlist_table .product-name a {
    color: #333333 !important;
    font-size: 16px;
    font-weight: 400 !important;
}

.wishlist_table span.wishlist-in-stock {
    color: #FFF !important;
    background: #1cd81c;
    font-weight: 900;
    padding: 4px 10px;
    border-radius: 5px;
}

.wishlist_table a.add_to_cart_button {
    color: #FFF;
    background: #1b5880;
    font-weight: 900;
    padding: 5px 20px;
}

.yith-wcwl-share {
    display: none!important;
}