/*
Theme Name: Fixit Child
Description: Multi-Purpose WordPress Theme.
Template: Fixit
Version: 1.13.4
Author:	Fixit
Theme URI: https://www.fixit.gr/
Author URI: https://www.fixit.gr/
*/

/*Add your own styles here:*/


.homepage-form .form-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #487EC1;
    padding: 35px 25px;
}

.homepage-form .form-container .heading-row {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #f5f5f5;
    font-size: 24px;
    line-height: 28px;
}

.homepage-form .form-container .form-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 35px;
}

.homepage-form .form-container .form-wrapper > * {
    width: 100%;
}

.homepage-form .form-container .form-wrapper input {
    background-color: transparent;
    border-bottom: 2px solid #f5f5f5;
    border-top: none;
    box-shadow: none;
    color: #f5f5f5;
}

.homepage-form .form-container .form-wrapper textarea {
    background-color: transparent;
    border-bottom: 2px solid #f5f5f5;
    color: #f5f5f5;
    box-shadow: none;
}

.homepage-form .form-container .form-wrapper input.wpcf7-submit {
    border: none;
    margin-top: 35px;
    width: 100%;
    background: transparent;
    border: 2px solid #f5f5f5;
}

.main-footer .w-image img {
    max-width: 150px;
}

.main-footer .vc_column_container {
    color: #fff;
}

.main-footer .vc_column_container h3 {
    color: #fff;
}

.main-footer .vc_column_container a {
    color: #fff;
    transition: all .3s linear;
}

.main-footer .vc_column_container a:hover {
    transition: all .3s linear;
    text-decoration: underline;
}

.copyright-bottom-footer {
    display: flex;
    justify-content: center;
    padding: 15px 5px;
}

.copyright-bottom-footer a {
    margin-left: 5px;
}

.header-links-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center !important;
}

.header-links-wrapper .ush_text_2 {
    line-height: 100px;
    margin-bottom: 0;
}

.header-links-wrapper .w-text-h {
    font-size: 24px;
}

.header-links-wrapper span.w-cart-icon {
    font-size: 24px;
}

.l-subheader.at_top {
    border-bottom: none;
}

.l-subheader.at_top .l-subheader-h {
    padding-block: 20px;
}

.top-header-callorder span {
    font-size: 14px;
}

.top-header-callorder .w-text-h {
    display: flex;
}

.l-subheader.at_bottom .l-subheader-cell.at_left {
    justify-content: center;
    color: var(--primarycolor);
}

.l-subheader.at_middle > .l-subheader-h .l-subheader-cell {
    flex: 1 25%
}

.l-subheader.at_middle > .l-subheader-h .l-subheader-cell.at_center {
    flex: 1 50%;
}

.l-subheader.at_middle > .l-subheader-h .l-subheader-cell.at_center .w-search-form input {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border-radius: 25px;
}

.yith-wcwl-add-button span {
    display: none;
}

.yith-wcwl-add-button {
    display: flex !important;
    background-color: var(--primarycolor);
    border: 1px solid var(--primarycolor);
    border-radius: 0.3em;
    height: 55px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.w-hwrapper .wishlist-container .yith-wcwl-add-button {
    height: 51px;
}

.w-hwrapper .wishlist-container {
    margin-left: 0;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.yith-wcwl-add-button > a > i {
    margin-right: 0;
    color: #fff;
}

.w-counter.color_primary .w-counter-value, .w-iconbox.color_primary.style_default .w-iconbox-icon i:not(.fad) {
    color: var(--primarycolor) !important;
}

.widget_product_categories li .children > li.cat-item {
    font-size: 14px;
    margin-top: 0;
}

.widget_product_categories li .children {
    margin-top: 0;
}

.widget_product_categories li {
    margin-bottom: 0;
}

.widget_product_categories .current-cat > a {
    color: #000 !important;
    text-decoration: underline;
    font-size: 16px;
}

.header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn):hover {

}

.w-tabs.style_default > .w-tabs-list .w-tabs-item.active {
    color: var(--primarycolor);
}

.cart .single_add_to_cart_button:hover {
    background-color: #fff !important;
    color: #fff !important;
}

.no-touch .woocommerce .button.alt:hover {
    color: #fff !important;
}

.w-html.wishlist-container {
    max-width: fit-content;
    float: left;
    margin-right: 5px;
    height: 51px;
}

.single-product .yith-wcwl-add-button {
    height: 51px;
    max-width: fit-content;
}

.woocommerce .quantity input.qty {
    text-align: center;
    border-radius: 8px;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #ececec;
}

.w-html.wishlist-with-counter {
    order: -1;
    max-width: fit-content;
    margin-right: 10px;
}

.wishlist-with-counter .yith-wcwl-items-count {
    font-size: 24px;
    position: relative;
}

.wishlist-with-counter .yith-wcwl-items-count > span.counter {
    position: absolute;
    right: -12px;
    top: -10px;
    text-align: center;
    font-size: 11px;
    padding: 0 4px;
    line-height: 20px;
    min-width: 20px;
    border-radius: 2rem;
    transition: transform 0.3s;
    color: #fff;
    background-color: var(--primarycolor);
}

.wishlist-with-counter .fa-heart-o:before {
    content: "\f004";
}

.header-links-wrapper > div {
    display: block;
    width: 50px;
    margin-bottom: 0 !important;
}

.no-touch .w-toplink.active:hover {
    background: var(--primarycolor) !important;
}

.wishlist_table tr th {
    border-top: none !important;
}

.wishlist_table .product-add-to-cart a.button span {
    display: none;
}

.wishlist_table .product-add-to-cart a.button:before {
    display: flex;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    width: 100%;
    height: 35px;
    align-items: center;
}

.woocommerce .shop_table td .button {
    width: 55px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: centerr;
}

.wishlist_table tr td.product-name:hover a {
    color: #000;
}

.wishlist_table tr td.product-price span {
    font-weight: 700;
}

.wishlist_table.mobile li {
    margin-bottom: 40px;
    border: 1px solid #efefef;
    padding: 15px;
    border-radius: 7px;
}

.wishlist_table.mobile li .item-details table.item-details-table td.value {
    font-weight: 700;
    font-size: 18px;
}

.yith-wcwl-add-to-wishlist.exists .feedback {
    display: flex !important;
    background-color: var(--primarycolor);
    border: 1px solid var(--primarycolor);
    border-radius: 0.3em;
    height: 51px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.yith-wcwl-add-to-wishlist.exists .feedback {
    position: relative;
}

.yith-wcwl-add-to-wishlist.exists .feedback > i {
    margin-right: 0;
}

.yith-wcwl-add-to-wishlist.exists .feedback > i {
    color: #fff;
}

.exists .fa-heart:before {
    font-weight: 700;
}

.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse > a {
    display: none !important;
}

#pojo-a11y-skip-content {
    color: #fff !important;
    background-color: #000 !important;
}

.copyright-bottom-footer a {
    background-color: #fff;
    color: var(--primarycolor);
}

.g-breadcrumbs > li.g-breadcrumbs-item a {
    color: var(--primarycolor) !important;
}

.woocommerce div.product_field.stock.us_custom_2acbca46 {
    color: var(--primarycolor) !important;
}

.woocommerce h1.page-title {
    font-size: 24px;
}

.woocommerce-products-header .term-description > p {
    font-size: 14px;
    line-height: 18px;
    color: #777777;
}

.single-product.woocommerce div.product .product_title {
    font-size: 2.286em;
    margin-bottom: 12px;
}
.category-block.meta_modern .w-image-meta{
    background: transparent;
    padding: 10px 15px;
    opacity: 0;
    transform: translate(0, 10%);
    transition: transform .3s ease;
}
.category-block.meta_modern .w-image-meta>div{
    color: #000;
    max-width: fit-content;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 7px;
}
.category-block.meta_modern:hover .w-image-meta{
    opacity: 1;
    transform: translate(0, -60%);
    transition: transform .3s ease;
}
.category-block{
    border-radius: 10px;
}