/*
Theme Name:  LS Control Shop
Theme URI:   https://shop.lscontrol.dk
Template:    flatsome
Version:     1.0.0
Author:      Adtention A/S
Author URI:  https://adtention.dk
Text Domain: lscs
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --ls-border-radius: 10px;
    --ls-ff-heading: 'IBM Plex Sans', sans-serif;
}

.header .logo .logo-tagline {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-size: .5em;
    text-transform: none;
    margin-top: .2em;
}

.header-shadow .header-wrapper {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.header-nav-main {
    justify-content: center;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
}

.logo-left .logo {
    margin-right: 0;
}

li.account-item > a {
    background-color: var(--primary-color);
    color: white;
    padding: 0;
    padding-inline: 20px;
    height: 3rem;
    border-radius: 3px;
    text-transform: none;
    font-weight: normal;
    font-size: 1rem;
}

li.account-item.active a {
    color: white;
}

li.account-item a:hover {
    color: white;
}

li.account-item a + .nav-dropdown {
    display: none;
}

li.account-item.has-dropdown::before,
li.account-item.has-dropdown::after {
    display: none;
}


.header-search-form.search-form {
    flex: 1;
    max-width: 40rem;
}

.searchform {
    border-radius: 3px;
    overflow: hidden;
    height: 3rem;
}

.searchform div,
.searchform .button,
.searchform input {
    height: 100%;
}


.searchform .button {
    background-color: var(--primary-color);
    padding: 10px 20px;
    min-height: unset;
    line-height: revert;
}

input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"] {
    border: none;
    background-color: #f5f5f5;
    box-shadow: none;
    font-size: 1rem;
    border-radius: 3px;
}

input[type="search"]:focus {
    background-color: #f5f5f5;
}

select {
    border: none;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.account-login-inner,
form.lost_reset_password {
    max-width: 500px;
    margin: 0 auto;
}

.woocommerce-form-row {
    width: 100%;
}

/* Hide my account page title */
.my-account-header.page-title {
    display: none;
}

/* Hide account user name/pp */
.account-user.circle {
    display: none;
}

.woocommerce-MyAccount-navigation .account-nav {
    margin-top: 0;
}

.page-title-inner {
    min-height: 88px;
}

.product .shop-page-title.featured-title .title-bg {
    background: none !important;
}

/* Small Products */
.product-small.box .box-image img {
    height: 180px;
}

.product-small.box .box-text {
    padding-inline: 2rem;
    font-weight: bold;
}

.product-small.box {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: var(--ls-border-radius);
    overflow: hidden;
}

.product-small.box .box-text .sku {
    font-size: .8rem;
    color: black;
    margin-top: 20px;
}

.product-small.box .box-text .button {
    margin: 0;
}

.form-flat input:not([type="submit"]),
.form-flat select,
.form-flat textarea {
    border-radius: 3px;
    cursor: pointer;
}

html[lang="da-DK"] #mc4wp-form-1 .english {
    display: none;
}

html[lang="en-US"] #mc4wp-form-1 .danish {
    display: none;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
    border-radius: 3px;
    border-width: 1px;
    line-height: 2.1em;
}

/* Widgets / Categories Widget */
#product-sidebar,
#shop-sidebar,
.widgets-framed {
    background-color: #f5f5f5;
    padding: 25px !important;
    border-radius: var(--ls-border-radius);
    border: none;
}

.widgets-framed .widget {
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
}

.woocommerce.widget_product_categories .widget-title {
    text-transform: none;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: var(--ls-ff-heading);
}

.woocommerce.widget_product_categories .is-divider {
    height: 1px;
    background-color: black;
    max-width: none;
}

.widget > ul > li + li,
ul.menu > li + li {
    border: none;
}

.woocommerce-widget-layered-nav {
    margin-bottom: .5rem;
}

.woocommerce-widget-layered-nav .widget-title {
    text-transform: none;
    font-weight: normal;
    font-family: var(--ls-ff-heading);
    letter-spacing: normal;
}

.woocommerce-widget-layered-nav .is-divider {
    display: none;
}

.woocommerce-widget-layered-nav ul > li > a {
    padding: 0;
}

/* Single Product Page */
.product-gallery-slider .flickity-viewport,
.product-thumbnails a {
    border-radius: var(--ls-border-radius);
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
    border-color: var(--primary-color);
}

.product-title.product_title {
    margin: 0;
    font-size: 2.5rem;
}

.product-main .sku {
    margin-bottom: 10px;
}

.ux-menu-title {
    text-transform: none;
    font-size: 1.5rem;
    min-height: unset;
}

.ux-menu-link {
    width: fit-content;
}

.video {
    border-radius: var(--ls-border-radius);
}

.sku {
    font-weight: bold;
}

.button.manual {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: .5rem;
}

table.price-window {
    margin: 0;
}

table.price-window th {
    text-transform: none;
}

table.price-window th,
table.price-window td {
    text-align: center;
}

.entry-header-text-top {
    text-align: left;
    padding: 0 !important;
}

.entry-header-text-top .entry-title {
    font-size: 3rem;
    margin: 0;
}

.entry-header-text-top .entry-divider {
    display: none;
}

#shop-sidebar .woocommerce-widget-layered-nav {
    display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    #shop-sidebar .woocommerce-widget-layered-nav {
        display: block;
    }
}

#adt_shop_extra_sidebar .woocommerce-widget-layered-nav > * {
    font-weight: 400;
}

#adt_shop_extra_sidebar .woocommerce-widget-layered-nav {
    color: black;
    font-weight: 700;
}

.video.force-size {
    padding: 0 !important;
}

.cat-item.cat-item-624 {
    display: none;
}

#mc_embed_signup form {
    margin: 0 !important;
}

#mc_embed_signup form .button {
    background-color: #25185b !important;
    width: 96%;
}

#mc_embed_signup div#mce-responses {
    margin: 0 !important;
}