/* ==================== PLUGINS ==================== */
.cky-revisit-bottom-left {
    bottom: 100px !important;
    transform: scale(0.75) !important;
}

/* ==================== FONTS ==================== */

* {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

/* ==================== COLORS ==================== */

.text-primary {
    color: #0a95a5;
}

.bg-primary {
    background-color: #0a95a5;
}

.text-secondary {
    color: #ff9800;
}

.bg-secondary {
    background-color: #ff9800;
}

.text-muted {
    color: #076a75;
}

.bg-muted {
    background-color: #076a75;
}

/* ==================== BUTTONS ==================== */

.btn-primary {
    background-color: #0a95a5;
    color: #fff;
    padding: 7px 30px;
    border: 1px solid #0a95a5;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #fff;
    color: #13315e;
    border: 1px solid #0a95a5;
}

.btn-secondary {
    background-color: #ff9800;
    color: #fff;
    padding: 7px 30px;
    border: 1px solid #ff9800;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #fff;
    color: #ff9800;
    border: 1px solid #ff9800;
}

.btn-white {
    background-color: #fff;
    color: #13315e;
    padding: 7px 30px;
    border: 1px solid #0a95a5;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-white:hover {
    background-color: #0a95a5;
    color: #fff;
    border: 1px solid #0a95a5;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background-color: #076a75;
    width: 100% !important;
    color: #fff;
    padding: 7px 30px;
    border: 1px solid #076a75;
    border-radius: 5px;
    transition: all 0.3s ease;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background-color: #fff;
    color: #076a75;
    border: 1px solid #076a75;
}

/* ==================== BUTTONS ==================== */

.link-header {
    color: #ffffff;
    text-decoration: none;
    background-image: linear-gradient(#ffffff, #ffffff);
    background-size: 0% 0.1em;
    background-position-y: 100%;
    background-position-x: 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
}

.link-header:hover,
.link-header:focus,
.link-header:active {
    background-size: 100% 0.1em;
    background-position-x: 0%;
}

/* ==================== COOKIEYES ==================== */

.cky-revisit-bottom-left {
    display: none !important;
}