/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#desktop_logo .logo {
    width: 400px;
    height: auto;
}


#content-wrapper .page-title {
    font-weight: 200;
}

.products-grid .product-miniature-default .product-title {
    margin-bottom: 1rem;
}

.products-grid .product-miniature-layout-1 .product-price-and-shipping {
    padding-bottom: 1rem;
}

.col-product-info {
    padding-left: 50px;
}

.product-reference {
    font-size: 12px;
}

.product-price {
    color: rgb(45, 176, 192);
}

#content-wrapper .product_header_container .page-title {
    font-size: 35px;
    font-weight: 400;
}

#search_filters .facet .facet-label a {
    font-size: 12px;
}

#header .header-nav .right-nav .block-links-inline ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}

#header .header-nav .right-nav .block-links-inline ul li {
    display: block;
    box-sizing: border-box;
}

#header .header-nav .right-nav .block-links-inline ul li::after {
    display: none;
}

#header .header-nav .right-nav .block-links-inline ul li a {
    font-size: 13px;
    line-height: normal;
}

#header .header-nav .right-nav .block-links-inline ul li:last-of-type a {
    padding: 12px 15px !important;
    background-color: #000;
    color: #FFF !important;
    font-size: 13px;
    font-weight: 600;
    display: block;
    box-sizing: border-box;
}

.elementor-text-editor h2,
h2.elementor-heading-title {
    font-size: 35px;
    font-weight: 300;
    line-height: normal;
}

.elementor-text-editor h2 strong {
    font-weight: 600;
}

.elementor-icon-box-wrapper i {
    color: rgb(45, 176, 192);
}

.elementor-icon-box-wrapper h3 {
    font-weight: 500;
}

.elementor-text-editor h3 {
    margin-top: 40px;
}