<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#headerTop {
    background-color: #f7931e;
    font-weight: 400;
}

#headerTop a {
    display: inline-block;
    color: #ffffff;
}

#headerTop .links a {
    color: #fddab1;
    text-decoration: none;
}

#headerTop .account {
    background-color: #fcaa4b;
}

#headerTop .account a {
    text-decoration: none;
}

#headerMain {
    position: relative;
}

#shoppingCart {
    display: block;
    color: #3f3f3f;
    background-color: #f2f2f2;
    text-decoration: none;
}

#shoppingCart i {
    color: #3c3c3c;
}

#shoppingCart .itemAmount {
    color: #f7931e;
    font-weight: 400;
}

#shoppingCart .price {
    color: #f7931e;
    font-weight: 500;
}

#headerNav {
    background-color: #f2f2f2;
}

#headerNav a {
    display: inline-block;
    color: black;
    font-weight: 400;
    transition: color .2s ease, border-color .25s ease;
    text-decoration: none;
}

#headerNav a.home {
    color: #aeaeae;
}

#headerNav a:hover,#headerNav a.active {
    color: #8cc63f;
    border-color: #8cc63f;
}

footer {
    background-color: #f2f2f2;
}

footer .title {
    font-weight: 400;
    color: black;
}

footer input {
    background-color: white !important;
}

#footerNews {
    border-bottom: 1px solid #bbbbbb;
}


#footerMain {
    border-bottom: 1px solid #bbbbbb;
}

#footerMain a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

#footerMain a:hover {
    text-decoration: underline;
}

#footerBottom a {
    color: inherit;
    text-decoration: none;
}

#footerBottom a:hover {
    text-decoration: underline;
}


#headerTop {
    height: 34px;
}

#headerNav a.home {
    margin-left: 170px;
}

#headerMain {
    padding: 0;
    position: relative;
}

#logo {
    z-index: 2;
}


#slider {
    padding: 70px 0 37px 0;
}

#slider .mainSlider {
    padding: 0;
}

#slider .mainSlider .slide {
    background-color: transparent;
}


#slider .mainSlider .slide .background {
    z-index: -1;
}

#slider .mainSlider .slide .info {
    position: static;
    padding-top: 50px;
}

#slider .mainSlider .slide .info .title {
    text-shadow: 1px 4px 20px rgba(0,0,0,0.5);
}

#slider .mainSlider .slide .info .subTitle {
    text-shadow: 1px 4px 20px rgba(0,0,0,0.5);
}

#slider .mainSlider .slide a.btn {
    position: absolute;
    bottom: 90px;
}

#description {
    padding: 10px 0 65px 0;
}

#description h1 {
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 36px;
    margin-top: 20px;
    color: black;
}

#description h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 22px;
    color: black;
}

#description h3 {
    font-size: 18px;
}

.detailImages img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {

    .detailImages {
        margin-bottom: 50px;
    }

    .detailImages p {
        display: inline-block;
        float: left;
    }

    .detailImages img {
        height: 200px;
        width: auto;
        margin-right: 20px;
    }

}

@media (max-width: 767px) {

    .detailImages img {
        max-width: 300px;
    }

    .detailImages {
        margin-bottom: 50px;
    }

    #slider .mainSlider .slide a.btn {
        background-color: transparent;
    }

    #slider .mainSlider .slide a.btn:hover {
        text-decoration: underline;
    }

    #slider .mainSlider .slide .info .title {
        line-height: 30px;
    }

}

.formpopup {
    margin-left: 20px;
}

#applyForm {
    padding: 20px;
    font-size: 15px;
}

.popupTitle {
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
}

img.object-fit-fill {
    object-fit: fill;
}

img.object-fit-contain {
    object-fit: contain;
}

img.object-fit-cover {
    object-fit: cover;
}</pre></body></html>