/**
* Theme Name: Coolklima Licit
* Description: 
* Author: <a href="https://qfe.hu">QFE</a>
* Template: yith-proteo
* Version: 1.2.3
*/

.site-content {
    background-color: 	#F8F8F8;
}

.products {
    grid-column-gap: 2rem !important;
}

.products .product.type-product {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    background-color: white;

    transition: transform 0.25s ease 0s;
    transform: scale(1);
}

.products .product.type-product:hover {
    transform: scale(1.02);
    color: #2f3044;
}

.products .product-content{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-content .yith-wcact-aution-badge {
    border-radius: 0px 10px 0px 10px;
    overflow: hidden;
}

.product-content .woocommerce-loop-product__title {
    margin: .5rem !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.product-content .price {
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.product-content .price .amount {
    margin: .5rem !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

.product-content .auction_end_start {
    margin: 0 !important;
}

.product-content .ywcact_auction_end_start_label{
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.product-content a.button {
    padding: 12px 20px;

    background-color: var(--proteo-main_color_shade);
    color: #FFF;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;

    transition: transform 0.25s ease 0s !important;
}

.product-content a.button:hover {
    transform: scale(1.05);
}

.product-content a.button:active {
    transform: scale(0.95);
}

.product-content .yith-proteo-product-loop-image img.attachment-woocommerce_thumbnail {
    aspect-ratio: 3/2;
    object-fit: contain;
}

.product-content .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    flex-grow: 1;
}

.product-content .auction_end_start{
    flex-shrink: 0;
}

.site-info {
    display: none;
}

.wp-block-search__inside-wrapper {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}

.wp-block-search__button {
    margin: 0px;
    margin-left: 10px;
}

.wp-block-search__input {
    max-width: 390px !important;
    min-width: auto !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    height: 40px !important;
}

.woocommerce-ordering .select2-container {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}

a.footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    max-width: 120px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background:var(--proteo-main_color_shade)
}

a.footer-link img {
    width: 80%;
}

#_actual_bid {
    font-size: 24px;
}

/*contacts block start*/

.contacts .grid-container {
    display: inline-grid;
    grid-template-columns: auto auto;
    font-size: 20px; 
    gap: 20px;
    margin-bottom: 50px;
}

.contacts .grid-item {
    padding: 10px;
}

.contacts .grid-item .dashicons{
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

/*contacts block end*/

/*contact-form start*/

.contact-form .card{
    padding: 3rem;
    background: white;
    box-shadow: 0px 0px 14px 0px rgba(28, 29, 38, 0.08), 3px 3px 5px 0px rgba(0, 0, 0, 0.03);
    border-radius: 20px!important;
    border: none;
}

.contact-form .grid-container {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 20px;
    width: 100%;
}

.contact-form .bottom-container {
    text-align: right;
}

/*contact-form end*/

.form-polar-input {
    background-color: #FFFFFF !important;
    padding: 15px 40px 15px 24px !important;
    outline: none;
    width: 100%;
    box-shadow: 0px 0px 14px 0px rgba(28, 29, 38, 0.08), 3px 3px 5px 0px rgba(0, 0, 0, 0.03);
}

.error-message{
    color: red;
    font-size: 14px;
}

::placeholder {
    color: #ABABAB;
    opacity: 1;
}

.polar-button {
    padding: 12px 20px;

    background-color: var(--proteo-main_color_shade);
    color: #FFF;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px !important;

    transition: transform 0.25s ease 0s !important;
}

.polar-button:hover {
    transform: scale(1.05);
}

.polar-button:active {
    transform: scale(0.95);
}

.input-container {
    margin-top: 16px;
}

.form-response-text {
    font-size: 14px;
    margin-right: 20px;
}

.form-response-text.danger {
    color: red;
}

.form-response-text.success {
    color: green;
}
