<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* top slider */
.top_slider {
    background-color: #eef3f9;
}

.top_slider-subtitle {
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 20px;
}

.top_slider-subtitle strong {
    display: block;
    text-align: center;
    font-weight: 400;
}

.top_slider-subtext {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #464b52;
    margin-bottom: 60px;
}

.top_slider-container {
    /*padding: 0 0 30px;*/
}

.top_slider-container .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top_slider-container .owl-item {
    padding-bottom: 15px;
}

.top_slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
}

.top_slider-item .slider_product-title {
    font-size: 13px;
}

.top_slider-link {
    font-size: 1.5em;
    font-weight: 500;
    padding-bottom: 40px;
    padding-bottom: 1.5em;
}


.top_slider-item .slider_product-btns .product_buy,
.top_slider-item .slider_product-btns .product_wish,
.top_slider .owl-carousel .owl-nav .owl-prev,
.top_slider .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
}

.top_slider-item [data-check] span:before,
.top_slider-item [data-check] span:after {
    content: "";
    position: absolute;
    top: calc(50% + 20px/4);
    left: calc(50% + 20px/4);
    display: block;
}

.top_slider-item [data-check] span:before {
    width: 20px;
    height: 20px;
    border: 1px solid #f5f5f5;
    transition: .3s ease;
    pointer-events: none;
    background-color: #83c341;
}

.top_slider-item [data-check] span:after {
    margin-top: 5px;
    margin-left: 9px;
    width: 4px;
    height: 9px;
}

.top_slider .owl-carousel .owl-nav i {
    font-size: 12px;
}

.top_slider .owl-carousel.center-position .owl-nav&gt;.owl-prev {
    margin-left: -20px
}

.top_slider .owl-carousel.center-position .owl-nav&gt;.owl-next {
    margin-right: -20px
}

/* top slider END */


/* action slider */
/.action_slider-container {
}

.action_slider-container .slider_product-img {
    height: 439px;
    border-radius: 6px;
}

.action_slider-container .slider_product-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.action_slider-container .owl-nav {
    display: none !important;
}

.action_slider-container .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.action_slider-container .owl-dots .owl-dot {
    margin: 0 3px;
    border-radius: 50%;
    pointer-events: auto;
    background-color: #3d4a53;
}

.action_slider-container .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 4px;
}

.action_slider-container .slider_product {
    margin-bottom: 0;
}

/* action slider END */


/* sale slider */
.sale_slider {
    padding: 15px 0 30px;
}

.sale_slider .slider_product {
    background-color: #f5f5f5
}

.sale_slider-item .slider_product-title {
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* sale slider END */


/* new slider */
.new_slider {
    padding: 15px 0 30px;
    background-color: #f5f5f5
}

.new_slider-container .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.new_slider-container .owl-item {
    padding-bottom: 15px;
}

.new_slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
}
/* new slider END */



/* about */
.about_section {
    padding: 15px 0 30px;
}

.about_section-title {
    margin-bottom: 37px;
}

.about_section-block {
    position: relative;
    margin: 12px 12px 100px;
    display: flex;
}

.about_section-img,
.about_section-description {
    position: relative;
    border-radius: 6px;
    z-index: 1;

    flex: 1 1 50%;
}

.about_section-img {
    height: 362px;
    border-bottom-right-radius: 0;
}

.about_section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.about_section-block_bg {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 80%;
    bottom: 12px;
    border-radius: 6px;
    background-color: #83c341;
    z-index: -1;
}

.about_section-description {
    background-color: #3d4a53;
    padding: 30px 60px;
    color: #fff;
    font-size: 14px;
    transform: translateY(50px);
    border-top-left-radius: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 1;
}

.about_section-description_title {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    z-index: 1;
}

.about_section-description_text {
    /*color: #f5f5f5;*/
    opacity: .6;
    letter-spacing: 1px;
    z-index: 1
}

.about_section-btn {
    position: relative;
    padding-right: 40px;
    color: #3d4a53;
    background-color: #ffffff;
    font-weight: 500; 
    width: auto;

    transition: .3s ease;
    z-index: 1
}

.about_section-btn i {
    position: absolute;
    top: calc(50% + 1px);
    right: 20px;
    transform: translateY(-50%);
    font-size: 9px;
    padding-left: 8px;
    margin-bottom: 2px;
}

.about_section-description .about_section-btn:hover {
    color: #83c341;
}

.about_section-description .btn span {
}

.about_section-description_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3d4a53;
    border-radius: 0 6px 6px 6px;
}

.about_section-description_bg:before {
    content: "";
    position: absolute;
    top: 12px;
    right: -12px;
    width: 80%;
    bottom: -12px;
    border-radius: 6px;
    background-color: #83c341;
    z-index: -1;
}

.about_section-video_btn {
    position: absolute;
    top: calc(50% + 25px);
    left: 50%;
    transform: translate(-50%,-50%);

    border-radius: 50%;
    /*width: 60px;*/
    /*height: 60px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #83c341;

    z-index: 1
}

.about_section-video_link {
    position: relative;
    color: #ffffff;
    font-size: 21px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    z-index: 9;
    border-radius: 50%;
    transition: .3s ease;
}

.about_section-video_link i {
    margin-left: 4px;
}

.about_section-video_link:hover {
    color: #fff;
}

.about_section-video_link:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #83c341;
    opacity: .7;
    z-index: -1;
    margin: -50% 0 0 -50%;
    border-radius: 50%;
    -webkit-animation: dotPulse 2s ease-out infinite;
    animation: dotPulse 2s ease-out infinite;
}

@-webkit-keyframes dotPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes dotPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

.video_modal .modal-dialog {
    width: 800px;
    max-width: 100vw;
    /*margin: 30px auto;*/
}

.video_modal .modal-content {
    background-color: transparent;
    border: none;
}

.video_modal button.close {
    position: absolute;
    /*top: -10px;*/
    right: 0px;
    color: #fff;
}

/* about END */


@media (max-width: 1199px) {
    .action_slider-container .slider_product-img {
        height: 394px;
    }
}

@media (max-width: 991px) {
    .action_slider-container .slider_product-img {
        height: 364px;
    }
}

@media (max-width: 767px) {
    .action_slider-container {
        margin-bottom: 20px;
    }

    .about_section-img, .about_section-description {
        flex: 1 1 100%;
        height: auto;
    }

    .about_section-block {
        flex-direction: column;
    }

    .about_section-video_btn {
        top: calc(100%/4);
    }
}

@media (max-width: 575px) {
    .top_slider-container .owl-item,
    .new_slider-container .owl-item{
        padding-bottom: 0;
    }

    .top_slider-link {
        padding-bottom: 20px;
    }

    .sale_slider,
    .new_slider,
    .about_section {
        padding: 10px 0 20px;
    }

    .about_section-block {
        margin-bottom: 80px;
    }

    .top_slider-subtext {
        margin-bottom: 40px;
    }

    .about_section-description {
        background-color: #3d4a53;
        padding: 20px 30px;
    }

    .slider_product {
        width: 100%;
    }

    .slider_product-img {
        min-width: auto;
        min-width: 100%;
        min-height: auto;
    }
}</pre></body></html>