/*

Theme Name: Swea Deli
Theme URI: https://zynk.se
Author: ZYNK
Author URI: https://zynk.se
Description: Ett anpassat barntema baserat på TeamCo PRO
Version: 1.0.0
Template: pro

*/

/*----- Main -----*/



/*----- YITH -----*/

.yith-ajaxsearchform-wide .search-input-container {
    width: 80%;
}


/*----- WooCommerce -----*/

.woocommerce .x-main.full {
    padding-left: 5vw;
    padding-right: 5vw;
}

[class*=woocommerce] li.product {
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 4% 4.5% 0;
    padding: 0;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 4px;
    box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 14%);
}
h2.woocommerce-loop-category__title {
    font-size: 1.7em !important;
    text-transform: uppercase;
    color: #ebebeb;
    text-align: center !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.entry-wrap {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: rgb(0, 20, 34) !important;
    border-radius: 4px;  
    box-shadow: none !important;
}
.summary.entry-summary > h1,
.summary.entry-summary > div.woocommerce-product-details__short-description,
.summary.entry-summary > form > table > tbody > tr > td.label > label,
.summary.entry-summary > form > div > div.woocommerce-variation.single_variation > div.woocommerce-variation-description,
.summary.entry-summary > form > div > div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled > div.qty,
.summary.entry-summary > div.product_meta {
    color: #003a76;
}

.entry-wrap > header > h3 a {
    color: #ffffff !important;
}
.entry-wrap > header > h3 a:hover {
    color: #0038AA !important;
}

.woocommerce-ordering,
.woocommerce-result-count {
    display: none;
}

.entry-header {
    font-size: 0.9rem !important;
    text-align: center !important;
}

.summary.entry-summary > form > div > div.woocommerce-variation.single_variation > div.woocommerce-variation-description > p {
    text-align: left !important;
    font-size: 1.2rem;
    font-weight: 600;
}

.woocommerce-message {
    background-color: transparent;
    border-color: #cc1818;
    color: #3a87ad;
    font-size: 2em;
}

/*----- Kontakt Gravity forms -----*/

#gform_wrapper_2 > div.gform_heading > h2 {
    margin-top: 0em !important;
}

body .gform_wrapper .gfield_required {
    color: #ffc000 !important;
}

input[type=text],
textarea,
#input_2_3,
#input_2_4 {
    background-color: rgb(228 228 228) !important;
    color: #1e1e1e;
}

/*----- Skrolla till toppen -----*/

.x-scroll-top {
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    width: 50px !important;
    height: 50px !important;
    margin-bottom: -75px;
    border: 3px solid #69BEFF !important;
    font-size: 40px !important;
    line-height: 40px !important;
    text-align: center;
    color: #69BEFF !important;
    border-radius: 100%;
    -webkit-transition: margin-bottom 0.6s ease, opacity 0.3s ease;
    transition: margin-bottom 0.6s ease, opacity 0.3s ease;
}


/*----- Sidfot -----*/

.x-colophon.bottom {
    border-top: 0px !important;
    background-color: transparent;
    box-shadow: none !important;
    padding: 10px 0;
    font-size: 10px;
    text-align: center;
    color: rgb(255 255 255 / 50%);
}