﻿/* Masonry Thumbs
        -----------------------------------------------------------------*/
.magnific-max-width .mfp-content {
    max-width: 800px;
}

.masonry-thumbs {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -2px;
}

    .masonry-thumbs .grid-item {
        display: block;
        position: relative;
        width: 25%;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 2px;
        padding-top: 0;
    }

.masonry-gap-0 {
    margin: 0;
}

    .masonry-gap-0 .grid-item {
        padding: 0;
    }

.masonry-gap-lg {
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: -6px;
}

    .masonry-gap-lg .grid-item {
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 6px;
    }

.masonry-gap-xl {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}

    .masonry-gap-xl .grid-item {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

.grid-container,
.grid-inner {
    position: relative;
    overflow: hidden;
}

.grid-inner {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



#posts {
    position: relative;
}

.entry {
    position: relative;
    margin-bottom: 50px;
}

.posts-md .entry,
.posts-sm .entry {
    margin-bottom: 0;
}

.entry::after {
    content: '';
    position: relative;
    height: 2px;
    margin-top: 50px;
    background-color: #F5F5F5;
}

.entry-image {
    margin-bottom: 30px;
}

.posts-md .entry-image,
.posts-sm .entry-image {
    margin-bottom: 0;
}

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.posts-sm .entry-image {
    width: 64px;
}

.entry-image iframe {
    display: block;
}

.entry-image video {
    display: block;
    width: 100%;
}

.entry-image img {
    border-radius: 3px;
}

.posts-md .entry-image + .entry-title {
    margin-top: 0.875rem;
}

.entry-title h2,
.entry-title h3,
.entry-title h4 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-title.title-sm h2,
.entry-title.title-sm h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
}

.entry-title.title-sm h3 {
    font-size: 1.125rem;
}

.entry-title.title-xs h2,
.entry-title.title-xs h3 {
    font-size: 1rem;
    letter-spacing: 0;
}

.entry-title h4 {
    font-size: 0.875rem;
    letter-spacing: 0;
}

.entry-title.nott h2,
.entry-title.nott h3,
.entry-title h4 {
    text-transform: none;
}

    .entry-title h2 a,
    .entry-title h3 a,
    .entry-title h4 a {
        color: #333;
    }

        .entry-title h2 a:hover,
        .entry-title h3 a:hover,
        .entry-title h4 a:hover {
            color: #1ABC9C;
        }

.entry-meta {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.posts-sm .entry-meta {
    margin-top: 6px;
}

.single-post .entry-meta {
    margin-bottom: 20px;
}

.posts-md .entry-meta,
.posts-sm .entry-meta {
    margin-bottom: 0px;
}

.entry-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 -10px -20px;
    list-style: none;
}

    .entry-meta.no-separator ul,
    .entry-meta ul.flex-column {
        align-items: start;
        margin-left: 0;
    }

.posts-sm .entry-meta ul {
    margin-bottom: -5px;
}

.entry-meta li {
    font-size: 90%;
    margin: 0 15px 10px 0;
    color: #999;
}

.entry-meta ul.flex-column li {
    margin-left: 0;
}

.posts-sm .entry-meta li {
    margin-bottom: 5px;
}

.entry-meta:not(.no-separator) li::before {
    content: '\205E';
    width: 5px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    opacity: 0.5;
}

.entry-meta i {
    position: relative;
    top: 1px;
    padding-left: 1px;
    margin-right: 5px;
}

.entry-meta a:not(:hover) {
    color: #999;
}

.entry-meta ins {
    font-weight: 700;
    text-decoration: none;
}

.entry-content {
    margin-top: 30px;
}

.single-post .entry-content {
    margin-top: 0;
}

.posts-md .entry-content,
.posts-sm .entry-content {
    margin-top: 20px;
}

.single-post .entry-content .entry-image {
    max-width: 350px;
}

.entry-content {
    position: relative;
}

.entry-link {
    display: block;
    width: 100%;
    background-color: #F5F5F5;
    padding: 30px 0;
    text-align: center;
    color: #444;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 3px;
}

body:not(.device-touch) .entry-link {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.entry-link:hover {
    color: #FFF;
    background-color: #1ABC9C;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.entry-link span {
    display: block;
    margin-top: 5px;
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.875rem;
    color: #AAA;
}

.entry-link:hover span {
    color: #EEE;
}

.entry blockquote p {
    font-weight: 400;
    font-family: 'PT Serif', serif;
    font-style: italic;
}


/* Blog - Grid
    -----------------------------------------------------------------*/

.post-grid .entry {
    margin-bottom: 30px;
}

.post-grid .entry-title h2 {
    font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 600;
}

.post-grid .entry-link {
    font-size: 1.5rem;
}

    .post-grid .entry-link span {
        font-size: 0.875rem;
    }


/* Blog - Timeline
    -----------------------------------------------------------------*/

.entry-timeline {
    display: none;
}

@@media (min-width: 992px) {

    .timeline-border {
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        border-left: 1px dashed #CCC;
        height: 100%;
        transform: translateX(-50%);
    }

    .postcontent .post-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        border-left: 1px dashed #CCC;
        height: 100%;
    }

    .post-timeline .entry-timeline {
        display: none;
        position: absolute;
        border: 2px solid #CCC;
        background-color: #FFF;
        padding-top: 0;
        text-indent: -9999px;
        top: 40px;
        left: auto;
        right: -6px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        font-size: 1.75rem;
        font-weight: bold;
        color: #AAA;
        text-align: center;
        line-height: 1;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .post-timeline .entry-timeline .timeline-divider {
            position: absolute;
            top: 4px;
            left: auto;
            right: 15px;
            width: 70px;
            height: 0;
            border-top: 1px dashed #CCC;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

    .post-timeline .entry:not(.entry-date-section) {
        padding-right: 85px;
    }

    .post-timeline .entry.alt:not(.entry-date-section) {
        padding-right: inherit;
        padding-left: 85px;
    }

    .post-timeline .alt .entry-timeline {
        right: auto;
        left: -6px;
    }

        .post-timeline .alt .entry-timeline .timeline-divider {
            left: 15px;
            right: auto;
        }

    .post-timeline .entry-timeline span {
        display: block;
        margin-top: 3px;
        font-size: 13px;
        font-weight: normal;
    }

    .post-timeline .entry:hover .entry-timeline,
    .post-timeline .entry:hover .timeline-divider {
        border-color: #1ABC9C;
        color: #1ABC9C;
    }
}

.entry.entry-date-section {
    margin: 50px 0 80px;
    text-align: center;
}

    .entry.entry-date-section:first-child {
        margin-top: 0;
    }

    .entry.entry-date-section span {
        display: inline-block;
        width: 250px;
        background-color: #FFF;
        border: 2px solid #EEE;
        font-size: 18px;
        line-height: 50px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    }

@@media (min-width: 992px) {
    /* Blog - Timeline - Sidebar
        -----------------------------------------------------------------*/

    .postcontent .post-timeline::before {
        left: -68px;
        margin-left: 0;
    }

    .postcontent .post-timeline {
        padding-left: 0;
        margin-left: 100px;
        margin-right: 0 !important;
        overflow: visible;
    }

        .postcontent .post-timeline .entry {
            width: 100% !important;
            padding: 0 !important;
        }

        .postcontent .post-timeline .entry-timeline {
            display: block;
            border: 3px solid #CCC;
            background-color: #FFF;
            padding-top: 10px;
            text-indent: 0;
            top: 20px;
            left: -100px;
            right: auto;
            width: 64px;
            height: 64px;
            font-size: 1.5rem;
        }

            .postcontent .post-timeline .entry-timeline div.timeline-divider {
                top: 29px;
                left: 64px;
                width: 32px;
            }
}

.more-link {
    display: inline-block;
    border-bottom: 1px solid #1ABC9C;
    padding: 0 2px;
    font-family: 'PT Serif', serif;
    font-style: italic;
}

    .more-link:hover {
        border-bottom-color: #555;
    }

.post-navigation + .line {
    margin-top: 50px;
}




.SquareDiv {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 90px;
    float: left;
}

.imageWrap {
    padding-top: 5px;
    padding-right: 45px;
    padding-bottom: 35px;
    display: inline-block;
}

.product-desc-wrap {
    padding: 10px 0px 30px 0px;
}

    .product-desc-wrap .product-link {
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
    }

    .product-desc-wrap .old-price {
        font-size: 17px;
    }

    .product-desc-wrap .pricing-meta {
        margin-bottom: 30px;
    }

.product-intro-info p {
    color: #888;
    font-size: 14px;
    line-height: 24px;
}

.product-desc-wrap .in-stock {
    margin: 30px 0;
}

.list-product .product-desc-wrap .add-to-link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    left: 30px;
    width: 25%;
}

.product-desc-wrap {
    padding: 10px 0px 30px 0px;
}

.shop-category-area {
    margin-top: 30px;
}
/*  01. Section Title
            /*----------------------------------------*/

.section-title {
    margin-bottom: 30px;
}

    .section-title h2 {
        font-family: "Open Sans",sans-serif;
        font-size: 24px;
        color: #253237;
        text-transform: capitalize;
        line-height: 16px;
        font-weight: 600;
        margin: 0 0 15px;
    }

    .section-title p {
        color: #888;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        position: relative;
        margin-top: 10px;
    }

    .section-title.ml-0px {
        margin-left: 0;
    }

    .section-title.underline-shape {
        position: relative;
        margin-bottom: 68px;
    }

        .section-title.underline-shape:after {
            content: "";
            width: 40px;
            height: 2px;
            display: block;
            position: absolute;
            bottom: -34px;
            left: 50%;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background: #ef1e1e;
        }

        .section-title.underline-shape.underline-shape-left:after {
            left: 0;
            -moz-transform: translateX(0%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
        }

    .section-title.custom-style h2 {
        margin: 0;
        color: #fff;
    }

    .section-title.custom-style {
        margin: 0;
        background: #0bbfbd;
        padding: 20px 20px 20px 20px;
    }

.blog-related-post .section-title.underline-shape:after {
    bottom: -25px;
    background: #4fb68d;
}
/* 2.2 Owl Nav Style
            /*----------------------------------------*/

.owl-nav-style .owl-nav > div.owl-prev {
    right: 43px;
}

.owl-nav-style.owl-nav-style-5 .owl-nav > div {
    top: -52px;
}

.responsive-owl-nav-style.owl-nav-style.owl-nav-style-5 .owl-nav > div {
    top: -52px;
}

.owl-nav-style .owl-nav > div {
    position: absolute;
    top: -51px;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    color: #888;
    width: 34px;
    height: 34px;
    border: 1px solid #ebebeb;
    background: #fff;
    z-index: 1;
    opacity: 1;
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .owl-nav-style .owl-nav > div.owl-prev:before {
        content: "\f3d2";
    }

    .owl-nav-style .owl-nav > div:before {
        font-size: 14px;
        line-height: 32px;
        display: block;
        font-family: "Ionicons";
        font-weight: 600;
    }

    .owl-nav-style .owl-nav > div.owl-next:before {
        content: "\f3d3";
    }

    .owl-nav-style .owl-nav > div.owl-next {
        right: 0;
    }

.brand-slider.owl-nav-style .owl-nav > div.owl-next {
    right: 15px;
}

.slider-home-16.owl-nav-style .owl-nav > div.owl-next {
    right: 15px;
}

.owl-nav-style .owl-nav > div:hover {
    color: #fff;
    border-color: #4fb68d;
    background-color: #4fb68d;
}

.home-cosmatics .owl-nav-style .owl-nav > div:hover {
    color: #fff;
    border-color: #c0b07d;
    background-color: #c0b07d;
}

.home-medical .owl-nav-style .owl-nav > div:hover {
    color: #fff;
    border-color: #0bbfbd;
    background-color: #0bbfbd;
}

.home-electronic .owl-nav-style .owl-nav > div:hover {
    color: #fff;
    border-color: #0090f0;
    background-color: #0090f0;
}

.custom-nav-style.responsive-owl-nav-style.owl-nav-style .owl-nav > div:hover {
    box-shadow: 0 0 13.95px 1.05px rgba(0,0,0,.17);
}

.custom-nav-style.owl-nav-style .owl-nav > div.owl-prev {
    right: 63px;
}

.custom-nav-style.owl-nav-style .owl-nav > div.owl-next {
    right: 20px;
}

.responsive-owl-nav-style.owl-nav-style .owl-nav > div {
    top: -55px;
}

.custom-nav-style.responsive-owl-nav-style.owl-nav-style .owl-nav > div {
    top: -44px;
}

.responsive-owl-nav-style.owl-nav-style.owl-nav-style-4 .owl-nav > div {
    top: -92px;
}

.owl-nav-style-4 .owl-nav > div:hover {
    color: #fff;
    border-color: #ef1e1e;
    background-color: #ef1e1e;
}

.home-furniture .owl-nav-style .owl-nav > div:hover {
    color: #fff;
    border-color: #ef1e1e;
    background-color: #ef1e1e;
}


.owl-nav-style-3 .owl-nav > div {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    color: #888;
    width: 54px;
    height: 54px;
    border: 1px solid #ebebeb;
    background: #fff;
    z-index: 5;
    opacity: 0;
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-top: -15px;
}

    .owl-nav-style-3 .owl-nav > div.owl-prev {
        left: -55px;
    }

        .owl-nav-style-3 .owl-nav > div.owl-prev:before {
            content: "\f3d2";
        }

    .owl-nav-style-3 .owl-nav > div.owl-next:before {
        content: "\f3d3";
    }

    .owl-nav-style-3 .owl-nav > div:before {
        font-size: 18px;
        line-height: 52px;
        display: block;
        font-family: "Ionicons";
    }

    .owl-nav-style-3 .owl-nav > div.owl-next {
        right: -55px;
    }

.owl-nav-style-3:hover .owl-nav > div {
    opacity: 1;
}

.owl-nav-style-3 .owl-nav > div:hover {
    color: #fff;
    border-color: #ef1e1e;
    background-color: #ef1e1e;
}

.home-furniture .owl-nav-style-2 .owl-nav > div {
    width: 54px;
    height: 54px;
    margin-top: -27px;
}

    .home-furniture .owl-nav-style-2 .owl-nav > div:before {
        font-size: 18px;
        line-height: 54px;
    }

.single-product-slider-active.owl-nav-style-2 .owl-nav > div.owl-next {
    right: 15px;
}

.single-product-slider-active.owl-nav-style-2 .owl-nav > div {
    background: #4fb68d;
}

    .single-product-slider-active.owl-nav-style-2 .owl-nav > div:before {
        color: #fff;
    }


/*----------------------------------------*/
/*  Owl Nav Style-2
            /*----------------------------------------*/

.owl-nav-style-2 .owl-nav > div {
    position: absolute;
    top: 50%;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    color: #888;
    width: 34px;
    height: 34px;
    border: 1px solid #ebebeb;
    background: #fff;
    z-index: 1;
    opacity: 1;
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-top: -17px;
    opacity: 0;
    visibility: hidden;
}

    .owl-nav-style-2 .owl-nav > div.owl-prev {
        left: 15px;
    }

.owl-nav-style-2:hover .owl-nav > div {
    opacity: 1;
    visibility: visible;
}

.single-product-slider-item {
    width: 50%;
}

.single-product-gallery-list .single-product-slider-item {
    width: 100%;
}

.single-product-slider-active .single-product-slider-item {
    width: 100%;
}

.product-details-content.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    left: 0;
    width: 100%;
}

.single-product-slider-item img {
    width: 100%;
}


a.read-more-btn i {
    color: #4fb68d;
    font-size: 16px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    transform: translate(3px, 3px);
    display: inline-block;
}

.read-more-btn {
    color: #253237;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.blog-post a.read-more-btn:hover i {
    color: #4fb68d;
}

.breadcrumb-hrading {
    color: #253237;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.breadcrumb-links li a:after {
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-weight: 400;
    top: 0;
    right: -15px;
    position: absolute;
    content: "\f3d3";
    font-family: "Ionicons";
}

.breadcrumb_container .breadcrumb ol li:after {
    color: #253237;
    margin: 0 10px;
    vertical-align: -1px;
}

.breadcrumb-links li {
    display: inline-block;
}

    .breadcrumb-links li a {
        display: inline-block;
        position: relative;
        color: #253237;
        line-height: 20px;
        margin-right: 25px;
    }

        .breadcrumb-links li a:hover {
            color: #4fb68d;
        }

.breadcrumb-area {
    text-align: center;
    position: relative;
    padding: 110px 0;
    background: url(../images/breadcrumb-bg/contactus.png) no-repeat;
    background-size: cover;
}

.breadcrumb-area-no-img {
    text-align: center;
    position: relative;
    padding: 110px 0;
    /*background: url(../images/breadcrumb-bg/contactus.png) no-repeat;*/
    background-size: cover;
}

.shop-category-area {
    margin-top: 30px;
}

/*----------------------------------------*/
/*  Blog Pages Style
                /*----------------------------------------*/

.blog-post-media {
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.single-blog.blog-image img {
    height: auto;
}

.blog-post-media iframe {
    width: 100%;
    position: relative;
    height: 300px;
}

.blog-title a {
    font-size: 24px;
    font-weight: 600;
    color: #253237;
}

    .blog-title a:hover {
        color: #4fb68d;
    }

.blog-page-meta li a:hover {
    color: #4fb68d;
}

.blog-page-meta li {
    display: inline-block;
}

    .blog-page-meta li a {
        display: block;
        color: #253237;
    }

    .blog-page-meta li:first-child:after {
        position: absolute;
        top: 50%;
        right: -9px;
        left: auto;
        background: #555;
        content: '';
        width: 1px;
        height: 12px;
        margin-top: -6px;
    }

.blog-page-meta li {
    display: inline-block;
    position: relative;
}

    .blog-page-meta li:first-child {
        margin-right: 15px;
    }

.blog-page-meta_old {
    margin: 10px 0;
}

.blog-page-meta {
    margin-left: -40px;
    margin-top: -10px;
    margin-right: 10px;
    margin-bottom: 10px
}

.blog-post-content-inner p {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid#ebebeb;
    color: #253237;
}

.blog-post-content-inner .read-more-btn:hover {
    color: #4fb68d;
    padding-left: 5px;
}

.blog-gallery .slick-arrow i {
    font-size: 26px;
    color: #333;
}

.blog-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

    .blog-gallery .slick-arrow.next {
        left: auto;
        right: 0;
    }

.blog-gallery:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
    left: 20px;
}

    .blog-gallery:hover .slick-arrow.next {
        left: auto;
        right: 20px;
    }

.blog-gallery .slick-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.single-post-content p {
    margin: 0 0 25px;
    color: #253237;
}

    .single-post-content p.quate-speech {
        margin-left: 100px;
        padding: 10px 15px;
        font-size: 16px;
        line-height: 26px;
        font-style: italic;
        border-left: 3px solid#4fb68d;
    }

.tag-list li {
    display: inline-block;
    margin-left: 5px;
    color: #253237;
}

    .tag-list li a {
        color: #253237;
    }

        .tag-list li a:hover {
            color: #4fb68d;
        }

.social li {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #253237;
}

    .social li a {
        color: #253237;
    }

        .social li a:hover {
            color: #4fb68d;
        }

span.title {
    font-weight: 700;
    color: #253237;
}

.blog-related-post .blog-title a {
    font-size: 20px;
}

.blog-related-post {
    padding: 40px 0 30px 0;
    border-top: 1px solid#ebebeb;
    border-bottom: 1px solid#ebebeb;
}

.blog-single-tags-share {
    margin-bottom: 35px;
}

.comment-area .review-content {
    padding: 30px;
    border: 1px solid #ebebeb;
}

.comment-area {
    margin-top: 35px;
}

    .comment-area .single-review.child-review {
        margin-bottom: 70px;
    }

.comment-heading {
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    color: #253237;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 40px;
}

.blog-comment-form .comment-heading {
    margin: 0 0 10px;
}

.blog-comment-form p {
    margin: 0 0 30px;
}

.comment-area .single-review .review-top-wrap .review-left .review-name h4 {
    font-weight: 600;
    color: #253237;
}

.single-form input, .single-form textarea {
    padding: 2px 10px 2px 20px;
    background: transparent;
    border: 1px solid #e6e6e6;
    color: #333;
}

.single-form input {
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #253237;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
}

.single-form textarea {
    height: 180px;
    padding: 20px 10px 2px 20px;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
}

.single-form input[type=submit] {
    padding: 0 55px !important;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    text-transform: uppercase;
    background: #4fb68d !important;
    display: block;
    color: #fff !important;
    width: 200px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin: 20px 0 60px;
}

    .single-form input[type=submit]:hover {
        background: #253237 !important;
        color: #fff !important;
    }

.single-blog .blog-post-content-inner {
    padding: 30px 0 0;
}

.category-post li {
    margin-bottom: 5px;
}

    .category-post li:last-child {
        margin: 0;
    }

    .category-post li a {
        color: #555;
    }

        .category-post li a:hover {
            color: #4fb68d;
        }

/* Sidebar Area Style */
/*----------------------------------------*/

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left {
    position: relative;
}

    .sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        z-index: 999;
        width: auto;
        top: 6px;
        left: 1px;
    }

.sidebar-widget .sidebar-widget-list ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0px 0 15px;
}

.sidebar-widget h4.pro-sidebar-title {
    display: block;
    clear: both;
    color: #253237;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    border: none;
    margin-bottom: 15px;
    line-height: 24px;
    text-transform: capitalize !important;
}

.main-heading h2 {
    font-size: 20px;
    line-height: 1;
    color: #253237;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize !important;
}

    .main-heading h2:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 60px;
        height: 2px;
        background: darkorange;
    }

.sidebar-widget .sidebar-widget-list ul li a {
    margin-left: 25px;
    display: block;
    color: #555;
    font-size: 14px;
    margin-top: 0;
    line-height: 22px;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    transition: all 300ms linear;
}

.sidebar-widget .sidebar-widget-list ul li:hover a {
    color: #4fb68d;
}

.sidebar-widget .sidebar-widget-list ul li:hover .checkmark {
    border: 1px solid #4fb68d;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid #4fb68d;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
    display: block;
}

.price-filter .price-slider-amount input {
    background: transparent;
    padding: 0;
    border: none;
    color: #555;
    font-size: 14px;
    outline: 0;
}

.price-filter .ui-widget-header {
    border: 0px solid #dddddd;
    background: #4fb68d;
    color: #333333;
    font-weight: bold;
}

.price-filter .ui-widget.ui-widget-content {
    border: 1px solid #4fb68d;
    border-radius: 0;
}

.price-filter .ui-slider-horizontal {
    height: 5px;
    border: none;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.price-filter .ui-slider .ui-slider-handle {
    top: -7px;
    width: 15px;
    height: 15px;
    border: none;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    outline: 0;
    cursor: pointer;
}

.price-slider-amount {
    margin-top: -7px;
}

.sidebar-widget .sidebar-widget-list ul li a span {
    margin-left: 5px;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark.grey {
    background: #AAB2BD;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark.white {
    background: #ffffff;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark.black {
    background: #434A54;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark.camel {
    background: #C19A6B;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
}


.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
    border: 0;
}

.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
    display: none;
}

.sidebar-widget-tag li:first-child a {
    margin-left: 0;
}

.sidebar-widget-tag li a {
    display: block;
    float: left;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    font-weight: 400;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    background: #fff;
    margin: 4px;
    text-transform: capitalize;
}

.sidebar-widget-tag li {
    line-height: 1;
    float: left;
    list-style: none;
}

    .sidebar-widget-tag li a:hover {
        background-color: #4fb68d;
        border-color: #4fb68d;
        color: #fff;
    }

.sidebar-widget.tag .main-heading h2 {
    margin-bottom: 20px;
}

.search-widget {
    position: relative;
}

    .search-widget input {
        width: 100%;
        height: 45px;
        border: 2px solid#4fb68d;
        border-radius: 30px;
        padding: 0 0 0 20px;
        outline: none;
    }

    .search-widget button {
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        border: 0;
        background: #4fb68d;
        height: 45px;
        width: 20%;
        border-radius: 0px 30px 30px 0px;
        font-size: 20px;
        color: #fff;
        outline: none;
    }

.category-post li {
    margin-bottom: 5px;
}

    .category-post li:last-child {
        margin: 0;
    }

    .category-post li a {
        color: #555;
    }

        .category-post li a:hover {
            color: #4fb68d;
        }


.category-list:hover .category-thumb img {
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.category-thumb img {
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.desc-listcategoreis {
    position: absolute;
    left: 40px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category-list {
    position: relative;
    overflow: hidden;
}

.desc-listcategoreis .name_categories h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 12px;
    line-height: 1;
}

.desc-listcategoreis .number_product {
    color: #888;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 12px;
    line-height: 1;
    display: block;
}

.desc-listcategoreis a {
    color: #253237;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    display: inline-block;
}

    .desc-listcategoreis a:hover {
        -moz-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -o-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        color: #4fb68d;
    }

    .desc-listcategoreis a i {
        font-size: 16px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        color: #098;
        transform: translate(3px, 3px);
    }

.category-slider-2 .desc-listcategoreis {
    position: initial;
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.category-slider-2 .category-thumb {
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-bottom: 20px;
}

.category-slider-2 .desc-listcategoreis .name_categories h4 {
    color: #253237;
}

.thumb-side img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
}

.media-side a {
    font-size: 14px;
    color: #253237;
    font-weight: 600;
}

    .media-side a:hover {
        color: #4fb68d;
    }

.media-side {
    margin: 0px 0px 0px 18px;
    align-self: center;
    align-items: center;
}

.recent-single-post {
    margin: 0 0 30px;
}

.thumb-side.m-0px {
    margin: 0;
}
