/*!
Theme Name: I Love Estiasi
Theme URI: https://aboutnet.gr
Author: them.es
Author URI: https://aboutnet.gr
Description: 
Version: 1.0
Text Domain: iloveestiasi
*/

.welcome-wrapper .subtitle {
    font-size: 22px;
}

.welcome-wrapper .title {
    font-size: 52px;
}

.welcome-wrapper .btn {
    padding: 20px;
    color: #fff;
    font-size: 22px;
    max-width: 420px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.welcome-wrapper .btn:hover {
    color: #ff0000;
    background: #fff;
}

.sb-header {
    background: #ff0000;
}

.header-left-nav li {
    padding: 30px 5px;
    display: inline-block;
}

.header-ad-btn, .header-diy-btn {
    padding: 22px 5px;
    /*float: left;*/
    display: inline-block;
}

.btn-theme {
    border: 1px solid #fff;
    background-color: #fff;
    color: #242424;
    padding: 10px 20px;
    border-radius: 0px;
}

.btn-black {
    background: #000;
    padding: 10px 20px;
    border: 1px solid #000;
    color: #fff;
    font-weight: 500;
    border-radius: 0px;
}

.btn-black:hover {
    color: #fff;
    box-shadow: 6px 4px 5px -1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 6px 4px 5px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 6px 4px 5px -1px rgba(0,0,0,0.5);
}

.btn-theme:hover {
    color: #242424;
    box-shadow: 6px 4px 5px -1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 6px 4px 5px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 6px 4px 5px -1px rgba(0,0,0,0.5);
}

.sb-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sb-header .logo {
    text-align: center;
}

ul.list-sign-in a, ul.header-left-nav a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

ul.list-sign-in a:hover,
ul.header-left-nav a:hover {
    text-decoration: underline;
}

.header-left-nav i {
    margin-left: 5px;
}

.sign-in-up {
    float: right;
}

ul.list-sign-in li {
    display: inline-block;
    padding: 30px 5px;
}

.sign-in-up ul.list-sign-in li a i {
    margin-right: 5px;
}

.header-ad-btn a i {
    margin-left: 5px;
}

#breadcrumbs,
#breadcrumbs a:link,
#breadcrumbs a:visited {
    font-size: 14px;
    color: #9a9a9a !important;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#breadcrumbs a i {
    color: #ff0000;
}

.breadcrumb-wrapper {
    background: #f3f3f3;
}

.add-item-box-title {
    background: #e2b523;
    color: #fff;
    font-size: 25px;
}

.main-cat-title {
    font-size: 20px;
    color: #242424;
    font-weight: 700;
}

.main-cat-title:hover {
    color: #ff0000;
    cursor: pointer;
}

.sub-cat-title {
    font-size: 18px;
}

.sub-cat-title:link {
    color: #242424;
}

.sub-cat-title:hover {
    color: #e2b523;
    cursor: pointer;
}
.hero-wrapper {
    min-height: 320px;
}

.hero-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #242424;
}

.btn-hero-add {
    background-color: #FF0000;
    color: #fff;
    font-size: 20px;
    padding: 25px 50px;
    font-weight: 700;
    border-radius: 0;
}

.hero-banner {
    z-index: 9;
    display: flex;
    justify-items: center;
    justify-content: center;
}

.home-cat-box .item {
    height: 190px;
    margin-bottom: 24px;
}

.home-cat-box .item .title {
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    background: rgb(255, 255, 255, 0.2);
    z-index: 99;
    font-size: 22px;
}

.home-cat-box .item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0,0,0,0.2);
    z-index: 9;
}

.home-cat-box .item:hover::after {
    background: rgb(0,0,0,0.4);
}

#block-title-categories span::after {
    content: '\f004';
    color: #ff0000;
    font-family: "Font Awesome 6 Free";
    font-size: 24px;
    margin-left: 5px;
}

#block-title-categories span,
#block-title-latest span {
    font-size: 30px;
    font-weight: 700;
}

.latest-ads-splide img:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
}

.latest-ads-splide .image {
    overflow: hidden;
}

.home-sidebar-right .widget {
    margin-bottom: 24px;
    text-align: center;
}

.btn-submit {
    background: #FF0000;
    color: #fff;
    border-radius: 0;
    padding: 15px 30px;
}

.btn-no-photo {
    background: #fff;
    color: #000;
    border-radius: 0;
    padding: 15px 30px;
}

.btn-submit:hover {
    color: #fff;
    text-decoration: underline;
}

#block-title-latest span::after {
    content: '\f004';
    color: #e2b523;
    font-family: "Font Awesome 6 Free";
    font-size: 24px;
    margin-left: 5px;
}

.block-main-cat a:link,
.block-main-cat a:visited,
.item-box .terms span {
    background: #e2b523;
    padding: 6px 15px;
    margin-bottom: 5px;
    font-size: 12px;
    margin-right: 5px;
    transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.block-main-cat a:hover {
    color: #000;
}

.block-ad-title a:link {
    color: #242424;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-decoration: none;
}

.block-ad-title a:visited {
    color: #242424;
}

.block-ad-title a:hover {
    text-decoration: underline;
}

.block-ago {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}

.latest-ads-splide .splide__arrow {
    top: unset !important;
    top: unset !important;
    background: #fff;
    border: 1px solid #242424;
}

.splide__arrow--next {
    right: 46%;
    transform: translateX(-50%);
}

.splide__arrow--prev {
    transform: translateX(-50%);
    left: 46%;
}

.cl-title {
    font-size: 28px;
    font-weight: 700;
}

.ad-price {
    border: 2px solid #242424;
    font-size: 24px;
    font-weight: 700;
    padding: 10px;
}

.ad-merchant-from {
    font-size: 12px;
}

.red {
    color: #FF0000;
}

.ad-contact-form input,
.ad-contact-form textarea {
    background: #e1e1e1;
    border-radius: 0px;
}

.auth-content input {
    display: inline-block !important;
    border-radius: 0px !important;
}

.auth-content li {
    justify-content: center !important;
}

.auth-content .wpforms-container .wpforms-field-label {
    font-weight: 400;
}

.auth-content button,
.btn-filter {
    background: #FF0000 !important;
    padding: 5px 30px !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.auth-content .wpforms-error:before {
    content: unset !important;
}

.auth-content .wpforms-field-row {
    margin: 0 auto !important;
}

.item-box .title a:link,
.item-box .title a:visited {
    font-size: 20px;
    font-weight: 700;
    color: #242424;
    text-decoration: none;
}

.item-box .title a:hover,
.filters .clear a:hover {
    text-decoration: underline !important;
}

.item-box .categories span,
.item-box .ago {
    font-size: 12px;
    color: #9a9a9a;
}

.filters .clear a:link,
.filters .clear a:visited {
    font-size: 12px;
    color: #FF0000;
    text-decoration: none;
}

.filters .title {
    font-size: 20px;
    font-weight: 700;
}

.filters .filter {
    border-bottom: 1px solid #242424;
}

.entry-header .entry-title {
    margin: 15px 0px;
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 5px 0px;
}

.woocommerce-MyAccount-navigation-link a:link,
.woocommerce-MyAccount-navigation-link a:visited {
    text-decoration: none;
    color: #242424;
}

.woocommerce-MyAccount-navigation-link a:hover {
    text-decoration: underline;
}

.woocommerce-MyAccount-navigation-link.is-active a:link {
    font-weight: 700;
}

.cl-content-box i {
    background: red;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    color: #fff;
}

.poster-info a:link {
    color: #242424;
    text-decoration: none;
}

.poster-info a:hover {
    text-decoration: underline;
}

.item-box .price span {
    font-size: 24px;
    font-weight: 700;
}

.found-heart {
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    border: 1px solid #777;
    background: rgb(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 2.2;
    z-index: 9;
    color: #777;
}

.found-heart:hover {
    border: 1px solid #FF0000;
}

.found-heart a,
.found-heart a:visited {
    color: #777;
}

.found-heart a:hover {
    color: #FF0000;
}

.found-heart.active {
    border: 1px solid #FF0000;
}

.found-heart.active a,
.found-heart.active a:visited {
    color: #FF0000;
}

.main-cat-title.active,
.sub-cat-title.active {
    color: #FF0000;
}

.nav-pills .nav-link.active, .nav-pills .nav-link:hover {
    background-color: #000;
    color: #fff;
}

.nav-pills .nav-link {
    color: #000;
}

.ad-list tbody tr {
    border-bottom: 15px solid #e9e9e9;
    background: #fff;
}

.ad-list tbody td {
    padding: 10px;
}

.cl-content-box .title {
    font-size: 20px;
}

.subcat_box .title i {
    color: #ff0000;
}

.cl-content-box .wpforms-container {
    margin: 0px;
}

.cl-content-box .wpforms-container button {
    width: 100%;
    font-size: 14px;
    border-radius: 0px !important;
    padding: 15px 30px !important;
    height: auto !important;
}

.cl-content-box .wpforms-container input,
.cl-content-box .wpforms-container textarea {
    border-radius: 0px !important;
    background: #e1e1e1 !important;
}

.woocommerce-loop-product__title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.woocommerce-Price-amount.amount {
    color: #000;
}

.woocommerce ul.products li.product .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #ff0000;
    color: #fff;
    border-radius: 0px;
    width: 100%;
    text-align: center;
}

.advanced-ads-selling-setup-ad-details-submit {
    background: #ff0000;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    border: 0px;
    padding: 10px 20px;
}

.woocommerce div.product form.cart .button {
    background: #000;
    border-radius: 0px;
}

.related-products {
    display: inline-block;
    width: 100%;
}

.advanced-ads-selling-setup-ad-details-url-input {
    min-width: 300px;
}

.item-box .image img {
    border: 1px solid lightgrey;
}

.print {
    display: none;
}

.ad-list .pagination {
    justify-content: center;
}

.ad-list .pagination .page-numbers.current,
.ad-list .pagination a.page-numbers:hover {
    border: 1px solid #ff0000;
    color: #FF0000;
}

.ad-list .pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #000;
    margin: 0px 10px;
    color: #000;
}

#main-slider .splide__slide img {
    width: 100%;
    height: auto;
}

a.btn-councel:link,
a.btn-councel:visited {
    color: #fff;
    background: #000;
    margin: 15px 0px;
    border-radius: 0px !important;
    padding: 10px 20px;
    border: 1px solid #000;
}

.list-sign-in .cart a {
    position: relative;
}

.list-sign-in .cart span {
    position: absolute;
    top: -7px;
    right: -2px;
    background: #000;
    font-size: 10px;
    width: 13px;
    height: 13px;
    border-radius: 10px;
    text-align: center;
    line-height: 13px;
}

.sub-cat-title .title a:link,
.sub-cat-title .title a:visited {
    color: #242424;
    text-decoration: none;
}

.sub-cat-title .title a:hover,
.sub-cat-title .title a:active {
    color: #e2b523;
}

.see-all-ads {
    background-color: #ff0000;
    color: #fff;
    font-size: 25px;
}

.see-all-ads a:link,
.see-all-ads a:visited {
    background-color: #ff0000;
    color: #fff;
    text-decoration: none;
}

.see-all-ads a:hover,
.see-all-ads a:active {
    color: #242424;
}

.header-ad-btn .dropdown-menu {
    width: 100%;
    background-color: #fff;
}

img.welcome-img {
    max-width: 335px;
}

.header-ad-btn {
    position: relative;
}

.sidebar-archive-left .widget_block,
.sidebar-archive-right .widget_block {
    padding-bottom: 1rem !important;
}

.main-cat-title i {
    color: #ff0000;
}

.select2-selection__arrow {
    display: none;
}

.ad-edit-box li {
    margin-right: 15px;
}

.found-listing-item img{
    width: 100%;
}

@media (max-width: 1280px) {
    .sb-header .container {
        max-width: 100%;
    }
    .header-ad-btn, .header-diy-btn {
        padding: 22px 0px;
    }
}

@media (max-width: 1024px) {
    .header-left-nav, .sign-in-up, .header-middle {
        text-align: center;
        /*width: 100%;*/
    }
    .header-middle > div {
        float: inherit;
    }
    .splide__arrow--prev {
        left: 44%;
    }
    .splide__arrow--next {
        right: 44%;
    }
}

@media (max-width: 768px) {
    .header-left-nav li, .sign-in-up ul li {
        padding: 10px 5px !important;
    }
    .header-ad-btn, .header-diy-btn {
        padding: 12px 5px;
    }
    
}

@media (max-width: 576px) {
    .splide__arrow--next {
        right: 40%;
        transform: translateX(-50%);
    }    
    .splide__arrow--prev {
        transform: translateX(-50%);
        left: 40%;
    }
    .splide__slide .image img {
        width: 100%;
    }
    .sign-in-up, .header-middle {
        width: 100%;
    }
    .exchange-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .exchange-box .image img {
        width: 100%;
    }
    .exchange-box ul li {
        padding: 4px !important;
        font-size: 10px !important;
    }
    .exchange-box ul {
        padding-left: 0rem !important;
    }
}

@media (width: 1024px) {
    .header-middle {
        width: 50%;
        display: flex;
    }
    .header-middle .logo {
        padding: 22px 8px;
    }
}

@media (width: 768px) {
    .header-middle {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .header-middle .logo {
        padding: 22px 8px;
    }
}

@media (min-width: 768px) {
    .sb-header .logo {
        /*float: left;*/
    }
}

@media (min-width: 1200px) {
    .sb-header-container {
        height: 90px;
    }
    .sb-header .logo {
        position: relative;
        padding: 0;
        padding-right: 25px;
        padding-left: 25px;
        /*top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);*/
        display: inline-block;
    }
    .main-cat-title .title, .sub-cat-title .title {
        padding: 2px 15px;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px !important;
    }
}