<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper-post-toolstore {
    margin-bottom: 20px !important;
}

.journalist-post-toolstore a,
.date-post-toolstore {
    color: #000000 !important;
    margin: 10px 10px 10px 0;
    font-size: 20px;
    font-weight: bold !important;
    display: inline-block;
}

.journalist-post-toolstore a {
    transition: .3s;
    text-decoration: underline !important;
    text-decoration-color: #ffc700 !important;
}

.journalist-post-toolstore a:hover {
    text-decoration-color: #000 !important;
    transition: .3s;
    color: #ffc700 !important;
}

.journalist-post-toolstore a .fa,
.date-post-toolstore .fa {
    color: #ffc700 !important;
}

.title-post-toolstore a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    color: #000 !important;
    font-size: 30px;
    font-weight: 900 !important;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: .3s;
}

.title-post-toolstore a:hover {
    color: #ffc700 !important;
    transition: .3s;
}

.desc-post-toolstore {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    color: #000;
    font-size: 16px;
}

.title-menu-toolstore {
    text-align: center;
    color: #000;
    margin-top: 20px;
    text-transform: capitalize;
}

#os_navigation a {
    color: #000;
    font-size: 22px;
    background: #ffc700;
    padding: 5px 15px;
    font-weight: bold !important;
    transition: .3s;
}

#os_navigation a:hover {
    transition: .3s;
    background: #000;
    color: #fff;
}

.date-post-details-toolstore {
    color: #000000 !important;
    margin: 10px 10px 10px 0;
    font-size: 20px;
    font-weight: bold !important;
    display: inline-block;
}

.journalist-post-details-toolstore a {
    color: #000000 !important;
    margin: 10px 10px 10px 0;
    font-size: 20px;
    font-weight: bold !important;
    display: inline-block;
}

.journalist-post-details-toolstore a .fa,
.date-post-details-toolstore .fa {
    color: #ffc700 !important;
}

.journalist-post-details-toolstore a {
    transition: .3s;
    text-decoration: underline !important;
    text-decoration-color: #ffc700 !important;
}

.journalist-post-details-toolstore a:hover {
    text-decoration-color: #000 !important;
    transition: .3s;
    color: #ffc700 !important;
}

.wrapper-info-post-details-toolstore {
    justify-content: center;
    display: flex;
}

.wrapper-categories-toolstore {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.wrapper-categories-toolstore .wrapper-category-toolstore {
    width: 25%;
    height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #333;
    border: 5px solid #ffc700;
    border-top: 10px solid #ffc700;
    border-bottom: 10px solid #ffc700;
}

.wrapper-categories-toolstore .wrapper-category-toolstore img {
    height: 260px;
    width: 50%;
    object-fit: contain;
    position: absolute;
    right: 10px;
    transition: .5s;
}

.wrapper-categories-toolstore .wrapper-category-toolstore:hover img {
    transition: .5s;
    transform: scale(1.2);
}

.wrapper-categories-toolstore .wrapper-category-toolstore h3 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 80px;
    left: 20px;
    max-width: 225px;
}

.wrapper-categories-toolstore .wrapper-category-toolstore a {
    background: #ffc700;
    color: #000;
    font-size: 24px;
    font-weight: 900;
    padding: 10px;
    border: 5px solid #fff;
    transition: .3s;
    position: absolute;
    left: 20px;
    bottom: 80px;
    text-transform: uppercase;
}

.wrapper-categories-toolstore .wrapper-category-toolstore a:hover {
    background: #000;
    color: #fff;
    transition: .3s;
}

.wrapper-we-offer-toolstore {
    background: url(../../../../images/os-cck/offer-bg.jpeg);
    text-align: center;
    padding: 150px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    margin-top: 50px;
}

.wrapper-we-offer-toolstore::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #0000007a;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.wrapper-we-offer-toolstore h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}

.wrapper-we-offer-toolstore a {
    position: relative;
    z-index: 2;
    background: #ffc700;
    color: #000 !important;
    padding: 10px 20px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
    border: 5px solid #ffc700;
    transition: .3s;
}

.wrapper-we-offer-toolstore a:hover {
    transition: .3s;
    background: #000;
    color: #fff !important;
}

.wrapperStatistics-toolstore {
    background: url(../../../../images/os-cck/stat-bg.jpg);
    padding: 200px 0;
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    margin-top: 50px;
}

.wrapperStatistics-toolstore::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #00000075;
}

.wrapperStatistics-toolstore&gt;* {
    position: relative;
    z-index: 2;
}

.wrapper-inner-statistics-toolstore {
    text-align: center;
}

.wrapper-inner-statistics-toolstore p {
    color: #ffc700;
    font-weight: 900;
    font-size: 60px;
    text-shadow: 0px 0px 5px #000;
    line-height: 1;
}

.wrapper-inner-statistics-toolstore h3 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000;
}

.wrapper-contact-us-toolstore input,
.wrapper-contact-us-toolstore textarea {
    width: 100% !important;
    padding: 10px !important;
    border: 2px solid #000 !important;
    border-radius: unset !important;
    background: #ffc700 !important;
    font-size: 20px !important;
    color: #000 !important;
}

.wrapper-contact-us-toolstore textarea {
    min-height: 150px !important;
}

.wrapper-contact-us-toolstore .field_alias {
    color: #000;
    font-size: 16px;
    margin-top: 25px;
    display: block;
}

.wrapper-contact-us-toolstore input.button {
    width: auto !important;
    margin: 20px 0 50px !important;
    background: #000 !important;
    color: #fff !important;
    border: 5px solid #ffc700 !important;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 22px !important;
    padding: 10px 40px !important;
    transition: .5s;
}

.wrapper-contact-us-toolstore input.button:hover {
    transition: .5s;
    background: #ffc700 !important;
    color: #000 !important;
    border: 5px solid #000 !important;
}

.wrapper-quick-links-tool-store a{
    
display: block;
    
color: #fff !important;
    
font-size: 20px;
    
margin: 10px 0;
    transition: .3s;
}

.wrapper-quick-links-tool-store a:hover{
    transition: .3s;
    color: #ffc700 !important;
}

@media (max-width: 1199px) {
    .wrapper-categories-toolstore .wrapper-category-toolstore {
        width: 50%;
        border: 10px solid #ffc700;
    }

    .wrapper-categories-toolstore .wrapper-category-toolstore h3 {
        max-width: 300px;
    }

    .category-image-mega-menu-toolstore img {
        margin-bottom: 20px;
    }

    .wrapperStatistics-toolstore .container .row&gt;div {
        width: 50%;
        margin: 25px 0;
    }

    .wrapperStatistics-toolstore {
        padding: 100px 0;
    }
}

@media (max-width: 850px) {
    .wrapper-categories-toolstore .wrapper-category-toolstore h3 {
        max-width: 225px;
    }
}

@media (max-width: 767px) {
    .wrapper-categories-toolstore .wrapper-category-toolstore {
        width: 100%;
    }

    .wrapperStatistics-toolstore .container .row&gt;div {
        width: 100%;
        margin: 25px 0;
    }
}

@media (max-width: 500px) {
    .wrapper-we-offer-toolstore h2 {
        font-size: 30px;
    }
}

@media (max-width: 425px) {
    .title-post-toolstore a {
        font-size: 20px;
    }

    .wrapper-inner-statistics-toolstore p {
        font-size: 40px;
    }

    .wrapper-categories-toolstore .wrapper-category-toolstore h3 {
        font-size: 30px;
    }

    .wrapper-categories-toolstore .wrapper-category-toolstore h3 {
        max-width: 175px;
    }
}

@media (max-width: 375px) {
    .title-product-toolstore a {
        font-size: 20px;
    }

    .wrapper-price-product-toolstore&gt;div {
        flex-wrap: wrap;
    }
}</pre></body></html>