@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;0,500;0,600;1,100&display=swap');

:root {
    --primary-color: #40b9ea;
    --light-color: #eeeeee;
    --gray-color: #6e6e6e;
    --dark-color: #353335;

}

body {
    background:#f5f5f5;
    color:#6e6e6e;
    overflow-x: hidden !important;
}

h1,h2,h3,h4,h5,h6 {
    color: var(--dark-color);
    font-weight: 400;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{
    font-weight: 500;
}

b {
    font-weight: 600;
    color: var(--dark-color);
}

.page-id-16 .entry-title,
.page-id-18 .entry-title {
    display:none;
}

[type=button]:hover, [type=submit]:hover, button:hover {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    text-decoration: none;
}

.btn {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 48px;
    background:var(--primary-color);
    color:#fff;
    margin-top: 16px;
}
.btn:hover {
    background-color: var(--dark-color);
    color: #fff;
}

.c-primary {
    color: var(--primary-color);
}
.round-8 {
    border-radius: 8px;
}

/* Sessão default */
.section-default {
    padding: 64px 0;
}
.section-title {
    font-size: 2rem;
    margin-bottom: 56px;
}

/* Caixa default */
.box-default {
    width: 100%;    
    padding: 8px 16px;
    border-radius: 8px;
}
.border {
    border: solid 1px var(--light-color) !important;
}

/* Produto */
.product {
    border-radius: 8px;
    overflow: hidden;
    padding: 24px;
    height: 100%;
    position: relative;
    transition: .4s;
    background-color: white;
    text-align: center;
}
.product:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.product-series {
    font-family: "Kanit", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--e-global-color-text);
    transition: color 0.3s;
    display: block;
}
.product-image {
    width: 100%;
    height: 260px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.product-content  {
    text-align: center;
}
.product-content .title {
    font-size: 1.2rem;
    color: var(--dark-color);
    font-weight: 500;
}
.product-content .category {
    display: block;
    margin-bottom: 8px;
    font-size: .875rem;
}
.permalink {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 0;
    color:var(--primary-color) !important;
    text-decoration: none;
    font-weight: 600;
}
.permalink svg {
    display: inline-block;
    margin-right: 4px;
}

/* Página de produtos - box de categoria*/
.section-products {
    margin-bottom: 136px;
}
.category-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 48px;
    border-radius: 8px;
    transition: .4s;
    height: 100%;
    background-color: #F1F1F1;
}
.category-box:hover img {
    transform: scale(1.1);
}
.category-box p {
    font-size: 26px;
    line-height: 31px;
    color: rgb(53, 51, 53);
    font-weight: 500;
    margin-bottom: 0;
}
.category-box img,
.category-box a.btn {
    transition: .4s;

    display: block;
    margin: 16px auto;
}

/* Página de taxonomia */
.section-taxonomy {
    
}

/* Página single-produto */
.single-product {
    margin-top:150px;
}
.single-product-carousel {
    background:#fff;    
    border: solid 1px var(--light-color);
}
.single-product-carousel .owl-item img {
    height: 460px;
    width: auto;
    margin: 0 auto;
}
.single-product-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.single-product .nav-pills {
    background: #fff;
    border: solid 1px var(--light-color);
    padding: 12px;
    border-radius: 48px;    
}
.single-product .nav-pills .nav-link {
    border-radius: 32px;
    color: var(--gray-color);
    margin-right: 8px;
    font-size:15px;
    border: 0 !important;
}
.single-product .nav-pills .nav-link.active {
    background: var(--dark-color);
    color: #fff;
}

.single-product .tab-content {
    background:#fff;
    padding: 32px;
    max-height:395px;
    min-height:395px;   
    border: solid 1px var(--light-color);
}
.single-product .tab-pane.downloads a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 16px 0;
    padding: 16px 32px;
    border: solid 1px var(--light-color);
    color: var(--dark-color);
    border-radius: 8px;
    text-decoration: none;
    transition: .4s;
}
.single-product .tab-pane.downloads a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.single-product .tab-content .scroller {
    max-height:330px;
    min-height:330px;   
    overflow-y: auto;
    padding-right:16px;
}
.single-product-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;  
}

/*Página single-produto - carrossel de produtos relacionados*/
.section-related-products .row {
    padding-top: 54px;
    border-top: solid 1px var(--light-color);
}
.related-products-carousel .owl-stage-outer {
    width: 100vw;
}
.related-products-carousel .owl-nav {
    position: absolute;
    top: -105px;
    right: 0;
}
.related-products-carousel .owl-item .product {
    min-height: 430px;
    height: auto;
}
.related-products-carousel .owl-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary-color) !important;
    color: #fff !important;
    margin-left: 8px;
}

/* Sessão breadcrumb */
.section-breadcrumb {
    background: var(--dark-color);
    padding: 16px 0;
    margin-bottom: 32px;
    position: fixed;
    width: 100%;
    top: 113px;
    left: 0 !important;
    z-index: 999;
}
.section-breadcrumb ol {
    margin-bottom: 0;
}
.section-breadcrumb a {
    color:white;
    text-decoration: none;
}
.section-breadcrumb a:hover {
    color: var(--primary-color);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}
.breadcrumb-item.active {
    color: var(--primary-color);
}


/* Sidebar */
.main-sidebar {
    background: white;
}
.main-sidebar b {
    display: block;
    margin: 16px 0;
}
.main-sidebar li {
    color: var(--primary-color);
    list-style-type: none;
}
.main-sidebar li a {
    color: var(--dark-color);
    text-decoration: none;
}
.main-sidebar li a:hover {
    color: var(--primary-color);
}
.main-sidebar ul.category-list {
    padding: 0;
}
.main-sidebar ul.subcategory-list {
    padding-left:8px;
    opacity:.8
}


/* Página distribuidores */
.section-retailers {
    margin-top: 120px;
}

.desktop {
    display:block;
}
.mobile {
    display:none;
}

.storeItemContent {
    margin: 15px 0;
    padding:24px 24px 0;
    border-radius:8px;
    background-color:white;
    color:var(--dark-color);
    height: 100%;    
}
.storeItemContent div {
    display: flex;
    align-items: center;
}
.storeItemContent div p {
    margin-right: 32px;
    margin-bottom: 0;
}
.storeItem svg {
    fill: var(--primary-color);
}
.storeItem .title {
    margin:0 0 10px;
    text-transform:uppercase;
    font-weight:bold;
    font-size:1.2rem;
    display:block;
    color:var(--dark-color);
}
.storeItem a {
    color: var(--dark-color);
    text-decoration: none;
}
.storeItem a:hover {
    color: var(--primary-color);
}
.storeItem span.desc {
    font-size:1rem;
    font-weight:400;
    text-transform: lowercase;
}
.sortWrapper {
    position: relative;
    max-width: 100%;
    width:250px;
}
#sort-stores {
    width: 250px;
    max-width: 100%;
    margin: 20px 0;
    border-radius: 8px;
    background: var(--primary-color);
    color: #fff;
    padding: 16px;
    outline: none;
    border: 0;
    font-weight:500;
    font-size:1rem;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}
.sortWrapper::after {
    content: "▼";
    font-size: .7rem;
    top: 50%;
    transform:translateY(-50%);
    right: 12px;
    color:#fff;
    position: absolute;
}

.map {
    margin:0 auto;
    display: block;
    font-size: 10px;
}
.map .shape {
    fill: var(--dark-color);
    transition: all 350ms linear;
}
.map .shape:hover {
    fill:var(--primary-color);
}
.map .state {
    text-decoration: none;
}
.map .label-state {
    fill: #fff !important;
    text-decoration: none !important;
}
.map .icon-state {
    fill: var(--gray-color);
}
.desktop {
    display:block;
}
.mobile {
    display:none;
}

.modal-dialog {
    top: 10vh;
}
@media screen and (max-width:768px) {
    .section-breadcrumb {
        top:70px;
    }
    .section-title {
        margin-bottom:24px;
    }
    .single-product-carousel .owl-item img {
        height: 300px;
    }
    .single-product .nav-pills {
        margin-top:18px;
    }
    .single-product .nav-pills .nav-link {
    	margin-right:0;
    }
    .single-product .tab-content {
        padding: 24px;
        max-height: 250px;
        min-height: 250px;
    }
    .single-product .tab-content .scroller {
         max-height: 240px;
        min-height: 240px;
    }
    .related-products-carousel .owl-nav {
        bottom: -24px;
        right: 50%;
        transform: translateX(50%);
        top: auto;
    }
    .related-products-carousel .owl-stage-outer {
        width:100%;
    }
    .single-product-carousel .owl-dots {
        bottom:20px !important;
    }
    
    .section-retailers {
        margin-top:80px;
        padding-bottom:0;
    }
    .storeItem {
        margin-bottom:0 !important;
    }
    .storeItemContent {
        padding:24px;
    }
    .storeItemContent div {
        flex-direction:column;
        align-items: start;
    }
    .storeItemContent div p {
        margin-right:0;
        margin-bottom:12px;
    }
    .desktop {
        display:none;
    }
    .mobile {
        display:block;
    }
    .storeWrapper {
        flex-direction:column;
        margin:0px auto 40px;
        padding:0 10px;
        max-width:100%
    }
    .sortWrapper {
        width:100%;
    }
    #sort-stores {
        width:100%;
        margin-bottom:0;
    }
    .storeItem {
        width:100%;
        margin:9px auto;
    }
    .storeItem p {
        font-size:.8rem;
    }
}