ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


/*----------------------------------------*/
/*  07. Product CSS
/*----------------------------------------*/
/* Product Nav Two style */
.product-nav-two .slick-arrow {
    top: auto;
    bottom: 25%;
    margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-nav-two .slick-arrow {
        top: 0;
        bottom: auto;
        margin-top: -60px;
    }
}

@media only screen and (max-width: 767px) {
    .product-nav-two .slick-arrow {
        top: 0;
        bottom: auto;
        margin-top: -55px;
    }
}

.product-nav-two .slick-arrow.slick-prev {
    right: auto;
    left: -19%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-nav-two .slick-arrow.slick-prev {
        left: -32%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-nav-two .slick-arrow.slick-prev {
        left: auto;
        right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .product-nav-two .slick-arrow.slick-prev {
        left: auto;
        right: 50px;
    }
}

.product-nav-two .slick-arrow.slick-next {
    right: auto;
    left: -16%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .product-nav-two .slick-arrow.slick-next {
        left: -15%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-nav-two .slick-arrow.slick-next {
        left: -27%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-nav-two .slick-arrow.slick-next {
        left: auto;
        right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .product-nav-two .slick-arrow.slick-next {
        left: auto;
        right: 10px;
    }
}

.product-fluid .col {
    border-right: 1px solid #ffffff;
}

    .product-fluid .col:last-child {
        border-right: 0;
    }

/*-- Product --*/
.single-grid-product {
    -webkit-transition: 0.6s;
    transition: 0.6s;

    height: 100%;
    justify-content: space-between;
    display: flex;
   flex-direction: column;

}

    .single-grid-product .product-label span {
        position: absolute;
        z-index: 2;
        color: #fff;
        text-align: center;
        line-height: 50px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        display: inline-block;
        top: 20px;
        left: 20px;
    }

        .single-grid-product .product-label span.new {
            background-color: #2f9e49;
        }

        .single-grid-product .product-label span.sale {
            background-color: #292929;
            left: auto;
            right: 20px;
        }

    .single-grid-product .product-image {
        position: relative;
        margin-bottom: 20px;
    }

        .single-grid-product .product-image > a {
            display: block;
            width: 100%;
        }

            .single-grid-product .product-image > a img {
                width: 100%;
                -webkit-transition: 0.6s;
                transition: 0.6s;
            }

                .single-grid-product .product-image > a img:nth-child(1) {
                    visibility: visible;
                    opacity: 1;
                }

                .single-grid-product .product-image > a img:nth-child(2) {
                    position: absolute;
                    top: 0;
                    left: 0;
                    visibility: hidden;
                    opacity: 0;
                }

        .single-grid-product .product-image .product-action {
            background-color: #ffffff;
            border: 1px solid #ebebeb;
            padding: 5px 15px;
            -webkit-box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.1);
            box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.1);
            position: absolute;
            bottom: -20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            margin-right: -50%;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-grid-product .product-image .product-action {
        padding: 5px 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-grid-product .product-image .product-action {
        padding: 5px 8px;
    }
}

.single-grid-product .product-image .product-action .product-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    color: #292929;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin-right: 20px;
    cursor:pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-grid-product .product-image .product-action .product-btn {
        margin-right: 10px;
        font-size: 13px;
        font-weight: 500;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-grid-product .product-image .product-action .product-btn {
        margin-right: 10px;
        font-size: 13px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 767px) {
    .single-grid-product .product-image .product-action .product-btn {
        margin-right: 8px;
    }
}

.single-grid-product .product-image .product-action .product-btn:hover {
    color: #2f9e49;
}

.single-grid-product .product-image .product-action ul li {
    padding-right: 17px;
}

    .single-grid-product .product-image .product-action ul li a {
        font-size: 18px;
        color: #292929;
        line-height: 45px;
    }

        .single-grid-product .product-image .product-action ul li a:hover {
            color: #2f9e49;
        }

    .single-grid-product .product-image .product-action ul li:last-child {
        padding-right: 0;
    }

.single-grid-product .product-category-rating .category a {
    font-weight: 400;
    line-height: 12px;
    color: #929292;
}

    .single-grid-product .product-category-rating .category a:hover {
        color: #292929;
    }

.single-grid-product .product-category-rating .rating {
    float: right;
    margin-top: -3px;
}

    .single-grid-product .product-category-rating .rating i {
        font-size: 15px;
    }

        .single-grid-product .product-category-rating .rating i.active {
            color: #F5C60D;
        }

.single-grid-product .title {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
}

    .single-grid-product .title a {
        display: block;
    }

        .single-grid-product .title a:hover {
            color: #2f9e49;
        }

.single-grid-product p {
    font-family: "Karla", sans-serif;
}

    .single-grid-product p .main-price {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #929292;
    }

        .single-grid-product p .main-price.discounted {
            text-decoration: line-through;
        }

    .single-grid-product p .discounted-price {
        margin-right: 10px;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        margin-right: 10px;
        color: #e33;
    }

.single-grid-product:hover .product-image > a img:nth-child(2) {
    visibility: visible;
    opacity: 1;
}

.single-grid-product:hover .product-image .product-action {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
}

.single-grid-product.list-mode {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 20px;
}

    .single-grid-product.list-mode .list-mode-image {
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    }

    .single-grid-product.list-mode .list-mode-content {
        -ms-flex-preferred-size: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
        padding-left: 20px;
    }

.single-grid-product .product-countdown {
    width: 350px;
    max-width: 100%;
}

    .single-grid-product .product-countdown .single-countdown {
        width: 25%;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-grid-product .product-countdown .single-countdown {
        padding: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-grid-product .product-countdown .single-countdown {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .single-grid-product .product-countdown .single-countdown {
        padding: 10px;
    }
}

/* List Product CSS */
.product-list-item .single-grid-product .product-image {
    margin-bottom: 0;
}

.product-content-shop-list {
    text-align: left;
}

    .product-content-shop-list h3 {
        font-size: 14px;
        line-height: 18px;
        margin: 12px 0 20px 0;
    }

    .product-content-shop-list .product-category-rating {
        margin: 0 0 10px 0;
    }

        .product-content-shop-list .product-category-rating .review a {
            font-weight: 400;
            line-height: 12px;
            color: #929292;
            margin-left: 10px;
        }

            .product-content-shop-list .product-category-rating .review a:hover {
                color: #292929;
            }

        .product-content-shop-list .product-category-rating .rating {
            margin-top: -3px;
        }

            .product-content-shop-list .product-category-rating .rating i {
                font-size: 15px;
            }

                .product-content-shop-list .product-category-rating .rating i.active {
                    color: #F5C60D;
                }

    .product-content-shop-list .product-price {
        font-family: "Karla", sans-serif;
        margin: 0 0 35px 0;
    }

@media only screen and (max-width: 767px) {
    .product-content-shop-list .product-price {
        margin: 0 0 15px 0;
    }
}

.product-content-shop-list .product-price .main-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #929292;
}

    .product-content-shop-list .product-price .main-price.discounted {
        text-decoration: line-through;
    }

.product-content-shop-list .product-price .discounted-price {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-right: 10px;
    color: #e33;
}

.product-content-shop-list .product-desc {
    border-top: 1px solid #ebebeb;
    padding-top: 35px;
}

@media only screen and (max-width: 767px) {
    .product-content-shop-list .product-desc {
        padding-top: 15px;
    }
}

/*-- Product Countdown CSS --*/
.product-details-content .product-countdown {
    margin-bottom: 25px;
}

    .product-details-content .product-countdown .single-countdown {
        padding: 15px 25px;
    }

@media only screen and (max-width: 767px) {
    .product-details-content .product-countdown .single-countdown {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .product-countdown .single-countdown {
        padding: 15px;
    }
}

.product-details-content .product-countdown .single-countdown .single-countdown-time {
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .product-countdown .single-countdown .single-countdown-time {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content .product-countdown .single-countdown .single-countdown-time {
        font-size: 14px;
    }
}

.product-details-content .product-countdown .single-countdown .single-countdown-text {
    font-size: 10px;
}

.product-countdown .single-countdown {
    background-color: #292929;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 400;
    border-right: 1px solid #ffffff;
    text-align: center;
}

    .product-countdown .single-countdown .single-countdown-time {
        display: block;
        font-size: 14px;
    }

    .product-countdown .single-countdown .single-countdown-text {
        font-size: 10px;
    }

/* Shop Toolbar CSS */
.shop-area {
    margin-top: -50px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 30px 0 30px;
}

@media only screen and (max-width: 767px) {
    .shop-area {
        padding: 15px 15px 0 15px;
    }
}

.shop-topbar-wrapper {
    position: relative;
    padding: 10px 0;
    margin: 0 0 40px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 575px) {
    .shop-topbar-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 575px) {
    .grid-list-option {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .grid-list-option ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}

.grid-list-option ul li {
    margin-right: 12px;
}

    .grid-list-option ul li:last-child {
        margin-right: 0;
    }

    .grid-list-option ul li a {
        font-size: 18px;
        display: block;
        text-align: center;
        color: #292929;
    }

        .grid-list-option ul li a.active, .grid-list-option ul li a:hover {
            color: #2f9e49;
        }

.grid-list-option p {
    margin-left: 50px;
}

@media only screen and (max-width: 767px) {
    .grid-list-option p {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 575px) {
    .toolbar-short-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

.toolbar-shorter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .toolbar-shorter {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .toolbar-shorter {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.toolbar-shorter:last-child {
    margin-right: 0;
}

.toolbar-shorter label {
    display: block;
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 14px;
    color: #292929;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .toolbar-shorter label {
        margin-right: 10px;
        width: 65px;
    }
}

.nice-select.wide {
    width: 200px;
}

@media only screen and (max-width: 767px) {
    .nice-select.wide {
        width: 165px;
    }
}

.nice-select.small {
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    margin-right: 10px;
}

/*-- Product Details --*/
.slider-lg-image-1 .lg-image {
    position: relative;
}

    .slider-lg-image-1 .lg-image > a {
        width: 100%;
    }

    .slider-lg-image-1 .lg-image img {
        width: 100%;
    }

.slider-thumbs-1 {
    margin-top: 15px;
    overflow: hidden;
}

    .slider-thumbs-1 .slick-list {
        margin: 0 -5px;
    }

        .slider-thumbs-1 .slick-list .slick-slide {
            padding: 0 5px;
        }

            .slider-thumbs-1 .slick-list .slick-slide > img {
                border: 1px solid transparent;
            }

    .slider-thumbs-1 .slick-active.slick-current > img {
        border-color: #2f9e49;
    }

.product-details-thumbs .sm-image {
    cursor: pointer;
}

.product-large-thumb {
    position: relative;
    overflow: hidden;
}

a.popup-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #373737;
    color: #fff;
    border-radius: 4px;
    z-index: 9;
}

.product-large-thumb a.popup-img:hover {
    background-color: #2f9e49;
    color: #fff;
}

.product-details-content {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .product-details-content {
        margin-top: 30px;
    }
}

.product-nav {
    position: absolute;
    top: 0;
    right: 0;
}

    .product-nav > a {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #d1d1d1;
        line-height: 28px;
        text-align: center;
        border-radius: 3px;
        color: #d1d1d1;
        position: relative;
        margin-right: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .product-nav > a:hover {
            background: #2f9e49;
            border-color: #2f9e49;
            color: #fff;
        }

.product-details-content.text-center h2 {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .product-details-content.text-center h2 {
        max-width: 245px;
        font-size: 18px;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .product-details-content.text-center h2 {
        max-width: 195px;
        font-size: 17px;
        margin: 0;
        margin-bottom: 10px;
        text-align: left;
    }
}

.product-details-content h2 {
    color: #292929;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 400px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content h2 {
        max-width: 370px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content h2 {
        font-size: 17px;
        max-width: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .product-details-content h2 {
        font-size: 18px;
        max-width: 300px;
    }
}

@media only screen and (max-width: 479px) {
    .product-details-content h2 {
        font-size: 18px;
        max-width: 175px;
    }
}

.single-product-reviews {
    font-size: 15px;
    margin-bottom: 20px;
}

    .single-product-reviews i.active {
        color: #F5C60D;
    }

.review-link {
    font-size: 13px;
    color: #292929;
    margin-left: 10px;
    line-height: 30px;
    display: inline-block;
}

    .review-link:hover {
        color: #2f9e49;
    }

.single-product-price {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

    .single-product-price .price.new-price {
        color: #2f9e49;
        font-weight: 500;
    }

    .single-product-price .regular-price {
        text-decoration: line-through;
    }

.product-description p {
    line-height: 25px;
    color: #929292;
    margin-bottom: 30px;
}

.single-product-quantity {
    margin-bottom: 35px;
}

    .single-product-quantity .product-quantity {
        background: #fff;
        border: 1px solid #ededed;
        float: left;
        margin-right: 15px;
        padding: 0 10px;
        border-radius: 0;
    }

        .single-product-quantity .product-quantity input {
            background: none;
            border: none;
            color: #292929;
            font-size: 20px;
            font-weight: 400;
            height: 55px;
            line-height: 53px;
            padding: 0;
            width: 60px;
        }

@media only screen and (max-width: 767px) {
    .single-product-quantity .product-quantity input {
        height: 45px;
        width: 40px;
    }
}

.single-product-quantity .btn {
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .single-product-quantity .btn {
        padding: 8px 15px;
    }
}

.single-product-quantity .btn i {
    font-size: 20px;
    margin-right: 10px;
}

.wishlist-compare-btn {
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .wishlist-compare-btn {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .wishlist-compare-btn {
        text-align: left;
    }
}

@media only screen and (max-width: 479px) {
    .wishlist-compare-btn {
        text-align: center;
    }
}

.wishlist-compare-btn a {
    background: none;
    border: 1px solid #ededed;
    color: #292929;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 43px;
    text-align: center;
    width: 170px;
    border-radius: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wishlist-compare-btn a {
        width: 155px;
    }
}

.wishlist-compare-btn a.wishlist-btn {
    margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wishlist-compare-btn a.wishlist-btn {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .wishlist-compare-btn a.wishlist-btn {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.wishlist-compare-btn a.add-compare {
    border-radius: 5px;
}

.wishlist-compare-btn a.wishlist-btn:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: top;
}

.wishlist-compare-btn a:hover {
    background: #2f9e49;
    border-color: #2f9e49;
    color: #fff;
}

    .wishlist-compare-btn a:hover:before {
        -webkit-animation: crFlipX 2s ease-in-out infinite both;
        animation: crFlipX 2s ease-in-out infinite both;
    }

.product-meta {
    /*  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;*/
    padding: 15px 0;
    width: 100%;
}

    .product-meta .posted-in {
        color: #292929;
        font-size: 14px;
        font-weight: 700;
        margin-right: 10px;
        text-transform: uppercase;
    }

        .product-meta .posted-in > a {
            color: #292929;
            font-weight: 400;
            text-transform: none;
        }

            .product-meta .posted-in > a:hover {
                color: #2f9e49;
            }

.single-product-sharing {
    margin-bottom: 0;
    padding: 15px 0;
    width: 100%;
}

    .single-product-sharing > h3 {
        color: #292929;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        margin-right: 15px;
        text-transform: uppercase;
    }

    .single-product-sharing ul {
        display: inline-block;
        margin-bottom: 10px;
    }

        .single-product-sharing ul > li {
            display: inline-block;
            list-style: none;
            margin-bottom: 0;
            margin-right: 15px;
            position: relative;
        }

        .single-product-sharing ul li a {
            color: #555555;
            display: block;
            font-size: 16px;
            text-align: center;
            text-transform: uppercase;
        }

            .single-product-sharing ul li a:hover {
                color: #2f9e49;
            }

/*Single Product variable css*/
.product-variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .product-variants > .product-variants-item {
        margin: 20px 0;
        display: block;
        margin-top: 0;
    }

        .product-variants > .product-variants-item:last-child {
            margin-left: 30px;
        }

.product-variants-item span.control-label {
    margin-bottom: 6px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    text-transform: capitalize;
}

.product-variants .product-variants-item select {
    border: 1px solid #ebebeb;
    height: 40px;
    width: 60px;
    background: #fff;
    border: 1px solid #ebebeb;
    height: 40px;
    width: 60px;
    background: #fff;
}

.procuct-color > li {
    display: inline-block;
    list-style: none;
    margin-left: 5px;
}

    .procuct-color > li:nth-child(2) > a > span.color {
        background: #00EEB3;
    }

    .procuct-color > li > a > span.color {
        background: #ffa07a;
        height: 20px;
        width: 20px;
        display: inline-block;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .procuct-color > li.active > a > span.color, .procuct-color > li:hover > a > span.color {
        outline: 1px solid #D6B98C;
        outline-offset: 1px;
    }

/*single product group css*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .group-cart-table {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .group-cart-table {
        margin-bottom: 20px;
    }
}

.group-cart-table .table {
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .group-cart-table .table {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .group-cart-table .table {
        margin-bottom: 15px;
    }
}

.group-cart-table .table td {
    text-align: center;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .group-cart-table .table td {
        min-width: 150px;
    }
}

@media only screen and (max-width: 575px) {
    .group-cart-table .table td {
        min-width: 180px;
    }
}

.group-cart-table .quantity-field label {
    margin-right: 5px;
}

.group-cart-table .quantity-field input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    height: 45px;
}

/*Single Product Tab Style 2 CSS*/
.single-product-area .slider-thumbs-2 {
    padding: 40px 0px;
}

.product-details-images-2 {
    float: right;
    width: calc(100% - 110px);
    padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-images-2 {
        width: calc(100% - 80px);
    }
}

@media only screen and (max-width: 767px) {
    .product-details-images-2 {
        width: calc(100% - 80px);
    }
}

.product-details-thumbs-2 {
    float: left;
    width: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-thumbs-2 {
        width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-thumbs-2 {
        width: 80px;
    }
}

/*Single Product Tab Style 3 CSS*/
.product-details-images-2.tabstyle-3 {
    float: left;
    width: calc(100% - 110px);
    padding-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-images-2.tabstyle-3 {
        width: calc(100% - 80px);
    }
}

@media only screen and (max-width: 767px) {
    .product-details-images-2.tabstyle-3 {
        width: calc(100% - 80px);
    }
}

.product-details-thumbs-2.tabstyle-3 {
    float: right;
    width: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-thumbs-2.tabstyle-3 {
        width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-thumbs-2.tabstyle-3 {
        width: 80px;
    }
}

/*Single Product gallery Style CSS*/
.lg-image.col-50 {
    float: left;
    width: 50%;
    padding: 5px;
}

    .lg-image.col-50 a.popup-img {
        bottom: 5px;
        right: 5px;
    }

/*Single Product sticky Style CSS*/
.lg-image.sidebar-sticky {
    margin-bottom: 20px;
}

    .lg-image.sidebar-sticky:last-child {
        margin-bottom: 0;
    }

/*Single Product slider box Style CSS*/
.slider-box {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .slider-box {
        margin-bottom: 0;
    }
}

.slider-box .slick-list {
    margin: 0 -10px;
}

    .slider-box .slick-list .slick-slide {
        padding: 0 10px;
    }

.slider-box-content .product-description p {
    max-width: 80%;
    margin: auto;
    margin-bottom: 15px;
}

.slider-box-content .product-quantity {
    float: none;
    display: inline-block;
}

.slider-box-content .add-to-link {
    display: inline-block;
}

/*-- Product Details Tab List --*/
.dec-and-review-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .dec-and-review-menu > li {
        list-style: none;
        position: relative;
        z-index: 9;
        display: inline-block;
        margin-right: 50px;
    }

@media only screen and (max-width: 575px) {
    .dec-and-review-menu > li {
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
        display: block;
        width: 100%;
    }
}

.dec-and-review-menu > li:last-child {
    margin-right: 0;
}

.dec-and-review-menu > li > a {
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

    .dec-and-review-menu > li > a.active, .dec-and-review-menu > li > a:hover {
        color: #292929;
    }

/*-- Product Details Tab Content --*/
.product-review-tab {
    padding: 100px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .product-review-tab {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-review-tab {
        padding: 70px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-review-tab {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-review-tab {
        padding: 50px 0;
    }
}

.product-review-content-tab {
    padding-top: 40px;
    font-size: 13px;
    line-height: 26px;
    width: 100%;
}

.single-product-description p {
    line-height: 22px;
    color: #929292;
}

.review-page-comment h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.review-page-comment > ul {
    margin: 0 0 25px;
}

    .review-page-comment > ul > li {
        margin: 0 0 20px;
        position: relative;
        list-style: none;
    }

.product-comment img {
    width: 60px;
    float: left;
}

.product-comment-content {
    border: 1px solid #ededed;
    border-radius: 3px;
    margin-left: 80px;
    position: relative;
    padding: 15px 15px 0;
}

    .product-comment-content:before {
        background: #fff;
        border-bottom: 1px solid #ededed;
        border-left: 1px solid #ededed;
        content: "";
        display: block;
        height: 10px;
        left: -6px;
        position: absolute;
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 10px;
    }

.meta > strong {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 31px;
}

.meta > span {
    font-size: 13px;
    font-weight: 400;
    line-height: 31px;
}

.description p {
    font-size: 13px;
    color: #929292;
    line-height: 28px;
}

.comment-notes {
    margin: 0;
}

.rating i.fa:not(:last-child) {
    color: #F9BA48;
}

.comment-form-comment {
    margin-bottom: 10px;
}

    .comment-form-comment textarea {
        border: 1px solid #ededed;
        border-radius: 0;
        height: 125px;
        padding: 10px;
        width: 100%;
        background: #f5f5f5;
    }

.review-comment-form-author, .review-comment-form-email {
    margin-bottom: 10px;
}

    .review-comment-form-author input, .review-comment-form-email input {
        background: #f5f5f5;
        border: none;
        border-radius: 0;
        height: 38px;
        line-height: 38px;
        max-width: 100%;
        width: 300px;
        display: block;
        padding: 0 0 0 10px;
        vertical-align: middle;
    }

        .review-comment-form-author input:focus, .review-comment-form-email input:focus, .comment-form-comment textarea:focus {
            outline: auto;
            outline-color: #2f9e49;
        }

.form-button {
    border: none !important;
    height: 42px !important;
    line-height: 40px !important;
    background: #2f9e49;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 38px;
    letter-spacing: 0.1em;
    line-height: 38px;
    overflow: hidden;
    padding: 0 30px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
}

    .form-button:hover {
        background: #222;
        color: #fff;
    }

/*---------------------------------------
    08. Cart CSS
-----------------------------------------*/
/*-- Cart Table --*/
.cart-table .table {
    border-bottom: 2px solid #292929;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .cart-table .table {
        border-top: 2px solid #292929;
    }
}

.cart-table .table thead {
    background-color: #292929;
}

@media only screen and (max-width: 767px) {
    .cart-table .table thead {
        display: none;
    }
}

.cart-table .table thead tr th {
    text-align: left;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 15px;
}

.cart-table .table tbody tr td {
    text-align: left;
    border: none;
    padding: 12px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {
    .cart-table .table tbody tr td {
        display: block;
        width: 100%;
        max-width: none;
        padding: 15px;
        text-align: left;
    }
}

.cart-table th.pro-thumbnail, .cart-table td.pro-thumbnail {
    max-width: 120px;
    min-width: 100px;
    width: 120px;
}

@media only screen and (max-width: 767px) {
    .cart-table th.pro-thumbnail a, .cart-table td.pro-thumbnail a {
        width: 120px;
    }
}

.cart-table th.pro-title, .cart-table td.pro-title {
    min-width: 280px;
}

    .cart-table th.pro-title, .cart-table td.pro-title img {
        width: 70px;
    }

.cart-table td.pro-thumbnail a {
    display: block;
    border: 1px solid #eeeeee;
}

    .cart-table td.pro-thumbnail a img {
        width: 100%;
        background-color: #f6f7f8;
    }

.cart-table td.pro-title a {
    font-size: 16px;
    font-weight: 600;
    color: #929292;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .cart-table td.pro-title a:hover {
        color: #2f9e49;
    }

.cart-table td.pro-price span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #929292;
}

.cart-table td.pro-quantity .pro-qty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    border: 1px solid #eeeeee;
}

    .cart-table td.pro-quantity .pro-qty .qtybtn {
        height: 42px;
        padding: 0 10px;
        border: none;
        background-color: transparent;
    }

    .cart-table td.pro-quantity .pro-qty input {
        height: 42px;
        width: 50px;
        text-align: center;
        border-width: 0 1px;
        border-style: solid;
        border-color: #eeeeee;
        color: #929292;
    }

.cart-table td.pro-subtotal span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #929292;
}

.cart-table td.pro-addtocart button {
    height: 44px;
    line-height: 40px;
}

@media only screen and (max-width: 767px) {
    .cart-table td.pro-addtocart button {
        line-height: 22px;
    }
}

.cart-table td.pro-stock span.in-stock {
    font-size: 14px;
    text-transform: capitalize;
    color: #30b878;
}

.cart-table td.pro-stock span.out-stock {
    color: #EB3E32;
}

.cart-table td.pro-remove {
    width: 40px;
}

    .cart-table td.pro-remove a {
        display: block;
        font-weight: 600;
        color: #929292;
    }

        .cart-table td.pro-remove a i {
            font-size: 15px;
        }

        .cart-table td.pro-remove a:hover {
            color: #ff0000;
        }

@media only screen and (max-width: 767px) {
    .cart-table td.pro-remove a {
        width: 60px;
        text-align: center;
    }
}

/*-- Calculate Shipping --*/
.calculate-shipping {
    margin-bottom: 23px;
}

    .calculate-shipping h4 {
        font-size: 20px;
        line-height: 23px;
        text-decoration: underline;
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .calculate-shipping form .nice-select {
        width: 100%;
        border-radius: 0;
        height: 55px;
        border: 1px solid #999999;
        line-height: 40px;
        padding: 9px 20px;
        color: #929292;
        background-color: transparent;
    }

    .calculate-shipping form input {
        width: 100%;
        height: 55px;
        border: 1px solid #999999;
        line-height: 24px;
        padding: 9px 20px;
        color: #929292;
        color: #929292;
        background-color: transparent;
    }

        .calculate-shipping form input[type=submit] {
            font-weight: 700;
            color: #292929;
            background-color: #2f9e49;
            border-color: #2f9e49;
            width: 140px;
        }

            .calculate-shipping form input[type=submit]:hover {
                background-color: #292929;
                border-color: #292929;
                color: #2f9e49;
            }

/*-- Discount Coupon --*/
.discount-coupon h4 {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.discount-coupon form input {
    width: 100%;
    height: 55px;
    border: 1px solid #999999;
    line-height: 24px;
    padding: 9px 20px;
    color: #929292;
    background-color: transparent;
}

    .discount-coupon form input[type=submit] {
        font-weight: 700;
        color: #292929;
        background-color: #2f9e49;
        border-color: #2f9e49;
        width: 140px;
    }

        .discount-coupon form input[type=submit]:hover {
            background-color: #292929;
            border-color: #292929;
            color: #2f9e49;
        }

/*-- Cart Summary --*/
.cart-summary {
    float: right;
    max-width: 410px;
    width: 100%;
    margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-summary {
        margin-left: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .cart-summary {
        margin-left: 0;
        max-width: 100%;
    }
}

.cart-summary .cart-summary-wrap {
    background-color: #f5f5f5;
    padding: 45px 50px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-wrap {
        padding: 25px 30px;
    }
}

.cart-summary .cart-summary-wrap h4 {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
    color: #292929;
}

.cart-summary .cart-summary-wrap p {
    font-weight: 600;
    line-height: 23px;
    color: #292929;
}

    .cart-summary .cart-summary-wrap p span {
        float: right;
    }

.cart-summary .cart-summary-wrap h2 {
    border-top: 1px solid #292929;
    padding-top: 9px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    color: #292929;
    margin: 0;
}

    .cart-summary .cart-summary-wrap h2 span {
        float: right;
    }

.cart-summary .cart-summary-button {
    overflow: hidden;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.cart-summary .cart-summary-button button {
    margin-top: 10px;
    width: 140px;
    border-radius: 0;
    height: 44px;
    line-height: 24px;
    padding: 9px 20px;
    margin-left: 20px;
    float: right;
}

    .cart-summary .cart-summary-button button:last-child {
        margin-left: 0;
    }

    .cart-summary .cart-summary-button button.checkout-btn {
        color: #292929;
        background-color: #2f9e49;
        border-color: #2f9e49;
    }

    .cart-summary .cart-summary-button button:hover {
        background-color: #2f9e49;
        border-color: #2f9e49;
        color: #ffffff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 20px;
    }

        .cart-summary .cart-summary-button button:last-child {
            margin-right: 0;
        }
}

@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 10px;
    }

        .cart-summary .cart-summary-button button:last-child {
            margin-right: 0;
        }
}

@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button button {
        width: 130px;
    }
}

/*---------------------------------------
    09. Checkout CSS
-----------------------------------------*/
/*-- Checkout Title --*/
.checkout-title {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

/*-- Checkout Form --*/
.checkout-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.checkout-form .nice-select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #929292;
    margin-bottom: 15px;
}

.checkout-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #929292;
    margin-bottom: 15px;
}

    .checkout-form input[type=checkbox] {
        width: auto;
    }

.checkout-form .check-box {
    float: left;
    margin-right: 70px;
}

@media only screen and (max-width: 575px) {
    .checkout-form .check-box {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .checkout-form .check-box {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.checkout-form .check-box:last-child {
    margin-right: 0;
}

.checkout-form .check-box input[type=checkbox] {
    display: none;
}

    .checkout-form .check-box input[type=checkbox] + label {
        position: relative;
        padding-left: 30px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #292929;
        margin: 0;
    }

        .checkout-form .check-box input[type=checkbox] + label::before {
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            display: block;
            border: 2px solid #999999;
            content: "";
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .checkout-form .check-box input[type=checkbox] + label::after {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            content: "";
            font-family: Fontawesome;
            font-size: 12px;
            line-height: 20px;
            opacity: 0;
            color: #292929;
            width: 20px;
            text-align: center;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

    .checkout-form .check-box input[type=checkbox]:checked + label::before {
        border: 2px solid #292929;
    }

    .checkout-form .check-box input[type=checkbox]:checked + label::after {
        opacity: 1;
    }

/*-- Shipping Form --*/
#shipping-form {
    display: none;
}

/*-- Checkout Cart Total --*/
.checkout-cart-total {
    background-color: #f5f5f5;
    padding: 45px;
}

@media only screen and (max-width: 575px) {
    .checkout-cart-total {
        padding: 30px;
    }
}

.checkout-cart-total h4 {
    -ms-flex-preferred-size: 18px;
    flex-basis: 18px;
    line-height: 23px;
    font-weight: 600;
    color: #292929;
}

    .checkout-cart-total h4:first-child {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .checkout-cart-total h4:last-child {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .checkout-cart-total h4 span {
        float: right;
        display: block;
    }

.checkout-cart-total ul {
    border-bottom: 1px solid #292929;
}

    .checkout-cart-total ul li {
        color: #292929;
        font-size: 14px;
        line-height: 23px;
        font-weight: 600;
        display: block;
        margin-bottom: 16px;
    }

        .checkout-cart-total ul li span {
            color: #292929;
            float: right;
        }

.checkout-cart-total p {
    line-height: 30px;
    font-weight: 600;
    color: #292929;
    padding: 10px 0;
    border-bottom: 1px solid #292929;
    margin: 0;
}

    .checkout-cart-total p span {
        float: right;
    }

/*-- Checkout Payment Method --*/
.checkout-payment-method {
    background-color: #f5f5f5;
    padding: 45px;
}

@media only screen and (max-width: 575px) {
    .checkout-payment-method {
        padding: 30px;
    }
}

/*-- Single Payment Method --*/
.single-method {
    margin-bottom: 20px;
}

    .single-method:last-child {
        margin-bottom: 0;
    }

    .single-method input[type=radio] {
        display: none;
    }

        .single-method input[type=radio] + label {
            position: relative;
            padding-left: 30px;
            line-height: 20px;
            font-size: 14px;
            font-weight: 400;
            color: #292929;
            margin: 0;
        }

            .single-method input[type=radio] + label::before {
                position: absolute;
                left: 0;
                top: 0;
                width: 20px;
                height: 20px;
                display: block;
                border: 2px solid #292929;
                content: "";
                -webkit-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

            .single-method input[type=radio] + label::after {
                position: absolute;
                left: 5px;
                top: 5px;
                display: block;
                content: "";
                opacity: 0;
                background-color: #2f9e49;
                width: 10px;
                text-align: center;
                height: 10px;
                -webkit-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

        .single-method input[type=radio]:checked + label::before {
            border: 2px solid #2f9e49;
        }

        .single-method input[type=radio]:checked + label::after {
            opacity: 1;
        }

    .single-method input[type=checkbox] {
        display: none;
    }

        .single-method input[type=checkbox] + label {
            position: relative;
            padding-left: 30px;
            line-height: 20px;
            font-size: 14px;
            font-weight: 400;
            color: #292929;
            margin: 0;
        }

            .single-method input[type=checkbox] + label::before {
                position: absolute;
                left: 0;
                top: 0;
                width: 16px;
                height: 16px;
                display: block;
                border: 2px solid #292929;
                content: "";
                -webkit-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

            .single-method input[type=checkbox] + label::after {
                position: absolute;
                left: 4px;
                top: 4px;
                display: block;
                content: "";
                opacity: 0;
                background-color: #2f9e49;
                width: 8px;
                text-align: center;
                height: 8px;
                -webkit-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

        .single-method input[type=checkbox]:checked + label::before {
            border: 2px solid #2f9e49;
        }

        .single-method input[type=checkbox]:checked + label::after {
            opacity: 1;
        }

    .single-method p {
        display: none;
        margin-top: 8px;
        color: #292929;
        line-height: 23px;
    }

/*-- Place Order --*/
.place-order {
    margin-top: 40px;
    float: left;
}



/*---------------------------------------
    13. Login Register CSS
-----------------------------------------*/
.form-login-title > h2, .form-register-title > h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
    .form-login-title > h2, .form-register-title > h2 {
        font-size: 24px;
        line-height: 20px;
    }
}

.login-form, .register-form {
    padding: 20px;
    border: 1px solid #d3ced2;
    margin: 30px 0;
    text-align: left;
    border-radius: 5px;
}

.form-fild, .login-submit, .lost-password, .register-submit {
    margin-bottom: 10px;
}

    .login-submit label {
        margin-left: 10px;
    }

@media only screen and (max-width: 767px) {
    .login-submit label {
        margin-left: 10px;
        margin-bottom: 0;
        margin-top: 10px;
    }
}

.form-fild p {
    margin: 0;
}

    .form-fild p span.required {
        color: #f23838;
    }

.form-fild input {
    width: 100%;
    padding: 0 15px;
    height: 45px;
    border: 1px solid #dddddd;
    color: #929292;
    border-radius: 5px;
}

.lost-password > a {
    color: #a43d21;
}

    .lost-password > a:hover {
        color: #2f9e49;
    }

/*---------------------------------------
    16. My Account CSS
-----------------------------------------*/
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
}

    .myaccount-tab-menu a {
        border: 1px solid #eeeeee;
        border-bottom: none;
        color: #929292;
        font-weight: 500;
        font-size: 12px;
        display: block;
        padding: 15px 15px 13px;
        text-transform: uppercase;
    }

        .myaccount-tab-menu a:last-child {
            border-bottom: 1px solid #eeeeee;
        }

        .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
            background-color: #2f9e49;
            color: #ffffff;
        }

        .myaccount-tab-menu a i {
            font-size: 14px;
            text-align: center;
            width: 25px;
        }

/*-- My Account Content -*/
.myaccount-content {
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #eeeeee;
    padding: 30px;
}

@media only screen and (max-width: 575px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}

.myaccount-content h3 {
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.myaccount-content .welcome a {
    color: #000000;
}

    .myaccount-content .welcome a:hover {
        color: #2f9e49;
    }

.myaccount-content .welcome strong {
    font-weight: 600;
}

.myaccount-content a.edit-address-btn {
    border-color: #292929;
}

    .myaccount-content a.edit-address-btn i {
        padding-right: 5px;
    }

    .myaccount-content a.edit-address-btn:hover {
        background-color: #2f9e49;
        border-color: #2f9e49;
    }

.myaccount-content button.save-change-btn {
    background: none;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #292929;
    border-color: #292929;
    width: 140px;
    padding: 10px 0;
    border-radius: 3px;
}

    .myaccount-content button.save-change-btn:hover {
        background-color: #2f9e49;
    }

/*-- My Account Table -*/
.myaccount-table {
    white-space: nowrap;
    font-size: 15px;
}

    .myaccount-table table th, .myaccount-table .table th {
        padding: 10px;
        font-weight: 600;
    }

    .myaccount-table table td, .myaccount-table .table td {
        padding: 20px 10px;
        vertical-align: middle;
    }

        .myaccount-table table td a:hover, .myaccount-table .table td a:hover {
            color: #ffffff;
        }

.saved-message {
    border-top: 3px solid #2f9e49;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 13px;
    padding: 20px;
}

/*-- My Account Details Form -*/
.account-details-form h4 {
    margin: 0;
}

.account-details-form input {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 0;
    line-height: 24px;
    padding: 11px 25px;
    color: #656565;
}
/*---------------------------------------
    17. Modal CSS
-----------------------------------------*/
.quick-view-modal-container {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

    .quick-view-modal-container.show {
        visibility: visible;
        opacity: 1;
        z-index: 99999;
    }

    .quick-view-modal-container .modal-dialog {
        max-width: 80%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .quick-view-modal-container .modal-dialog {
        max-width: 95%;
    }
}

@media only screen and (max-width: 767px) {
    .quick-view-modal-container .modal-dialog {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .quick-view-modal-container .modal-dialog {
        max-width: 100%;
    }
}

.quick-view-modal-container .modal-header {
    border: none;
    padding-bottom: 0;
}

    .quick-view-modal-container .modal-header button {
        z-index: 999;
    }

.quick-view-modal-container .modal-body {
    padding: 30px 50px 70px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .quick-view-modal-container .modal-body {
        padding: 30px 30px 30px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .quick-view-modal-container .modal-body {
        padding: 30px 30px 30px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .quick-view-modal-container .modal-body {
        padding: 15px 15px 15px 15px;
    }
}

@media only screen and (max-width: 479px) {
    .quick-view-modal-container .modal-body {
        padding: 15px 15px 15px 15px;
    }
}

.quick-view-modal-container .modal-content {
    border-radius: 0;
    max-height: 850px;
    overflow: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .quick-view-modal-container .modal-content {
        max-height: 500px;
        overflow: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .quick-view-modal-container .modal-content {
        max-height: 500px;
        overflow: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .quick-view-modal-container .modal-content {
        max-height: 500px;
        overflow: auto;
    }
}

@media only screen and (max-width: 767px) {
    .quick-view-modal-container .modal-content {
        max-height: 500px;
        overflow: auto;
    }
}

/*---------------------------------------
    18. Sidebar CSS
-----------------------------------------*/
/*-- Sidebar --*/
.common-sidebar-widget {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px;
    padding-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .common-sidebar-widget {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .common-sidebar-widget {
        margin-bottom: 30px;
    }
}

.common-sidebar-widget.sidebar-two {
    padding: 0;
    background-color: transparent;
}

.common-sidebar-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

/*-- Sidebar Title --*/
.sidebar-title {
    margin: 0;
    padding: 0 0 25px;
    display: block;
    font-size: 18px;
    color: #292929;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
}

/*-- Sidebar Search --*/
.sidebar-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e6e7;
}

    .sidebar-search form input {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 40px);
        flex: 1 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
        height: 40px;
        border: none;
        background-color: transparent;
        padding: 0 15px;
        color: #929292;
    }

    .sidebar-search form button {
        max-width: 40px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40px;
        flex: 1 0 40px;
        height: 40px;
        border: none;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

        .sidebar-search form button i {
            font-size: 20px;
            line-height: 40px;
        }

        .sidebar-search form button:hover {
            color: #2f9e49;
        }

/*-- Sidebar List --*/
.sidebar-list li {
    margin-bottom: 12px;
}

    .sidebar-list li:last-child {
        margin-bottom: 0;
    }

    .sidebar-list li a {
        font-size: 13px;
        font-weight: 400;
        line-height: 23px;
        color: #292929;
        display: block;
    }

        .sidebar-list li a img {
            width: 25px;
            margin-right: 15px;
        }

        .sidebar-list li a i {
            margin-right: 10px;
            font-size: 10px;
        }

        .sidebar-list li a:hover {
            color: #2f9e49;
        }

/*-- Sidebar Price --*/
.sidebar-price {
    overflow: visible;
    width: 95%;
}

    .sidebar-price #price-range {
        position: relative;
        width: 100%;
        height: 5px;
        margin: 7px 0;
        border-radius: 50px;
        background-color: #ccc;
        border: 0;
    }

        .sidebar-price #price-range .ui-slider-range {
            position: absolute;
            top: 0;
            height: 100%;
            background-color: #2f9e49;
        }

        .sidebar-price #price-range .ui-slider-handle {
            position: absolute;
            top: 50%;
            display: block;
            width: 15px;
            height: 15px;
            cursor: pointer;
            -webkit-transition: none;
            transition: none;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border-radius: 50px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0);
            box-shadow: 0 0 3px 0 rgb(0 0 0 / 71%);
            border: 0;
        }

    .sidebar-price .price-amount {
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        padding: 0;
        color: #292929;
        border: none;
        background-color: transparent;
        display: block;
    }

    .sidebar-price button {
        height: 40px;
        line-height: 40px;
        padding: 0 25px;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-size: 13px;
    }

/*-- Sidebar Compare --*/
.compare-products-list {
    overflow: hidden;
}

    .compare-products-list ul {
        margin-bottom: 20px;
    }

        .compare-products-list ul li {
            display: block;
            padding: 10px 0px;
            border-bottom: 1px solid #dfdfdf;
            overflow: hidden;
        }

.remove-compare {
    float: right;
    display: inline-block;
    padding-right: 10px;
    float: right;
    display: inline-block;
}

.clear-btn {
    float: left;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}

.compare-btn {
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 13px;
}

/*-- Sidebar Blog --*/
.sidebar-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e6e7;
}

    .sidebar-blog:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .sidebar-blog .image {
        max-width: 50px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50px;
        flex: 1 0 50px;
        height: 50px;
    }

        .sidebar-blog .image img {
            width: 100%;
        }

    .sidebar-blog .content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 50px);
        flex: 1 0 calc(100% - 50px);
        padding-left: 15px;
    }

        .sidebar-blog .content h5 {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 500;
        }

        .sidebar-blog .content p {
            margin-bottom: 0;
        }

        .sidebar-blog .content span {
            font-size: 13px;
            display: block;
            line-height: 18px;
        }

/*-- Sidebar Tags --*/
.sidebar-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

    .sidebar-tag li {
        padding: 5px;
    }

        .sidebar-tag li a {
            display: block;
            border: 1px solid #e5e6e7;
            padding: 9px 20px;
            font-size: 13px;
            color: #292929;
        }

            .sidebar-tag li a:hover {
                background-color: #292929;
                border-color: #292929;
                color: #ffffff;
            }

/*-- Sidebar Product --*/
.sidebar-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e6e7;
}

    .sidebar-product:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .sidebar-product .image {
        max-width: 80px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px;
    }

        .sidebar-product .image img {
            width: 100%;
            border: 1px solid #f1f2f3;
        }

    .sidebar-product .content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 80px);
        flex: 1 0 calc(100% - 80px);
        padding-left: 15px;
    }

        .sidebar-product .content .title {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 5px;
        }

        .sidebar-product .content .price span.old {
            margin-left: 10px;
            color: #929292;
            text-decoration: line-through;
        }

        .sidebar-product .content .ratting {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-bottom: 5px;
        }

            .sidebar-product .content .ratting i {
                font-size: 12px;
                line-height: 18px;
                margin-right: 5px;
                color: #2f9e49;
            }

                .sidebar-product .content .ratting i:last-child {
                    margin-right: 0;
                }


/*-- 
    - Page Pagination
------------------------------------------*/
.page-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .page-pagination {
        margin-top: 10px;
    }
}

.page-pagination li {
    margin: 0 15px 0 0;
    vertical-align: middle;
}

    .page-pagination li:last-child {
        margin-right: 0;
    }

    .page-pagination li a {
        height: 30px;
        line-height: 30px;
        min-width: 0;
        padding: 0 5px;
    }

    .page-pagination li:hover a {
        color: #2f9e49;
    }

    .page-pagination li.active a {
        color: #2f9e49;
    }

.grid-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .grid-filter button {
        background-color: transparent;
        color: #292929;
        border: none;
        padding: 0;
        font-size: 14px;
        font-weight: 600;
        margin: 0 10px 10px;
        text-transform: capitalize;
        line-height: 1;
        padding-bottom: 5px;
        position: relative;
    }

        .grid-filter button::before {
            content: "";
            height: 6px;
            width: 0;
            position: absolute;
            left: 0;
            bottom: 4px;
            background-color: #2f9e49;
            z-index: -1;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .grid-filter button:hover::before, .grid-filter button.active::before {
            width: 100%;
        }

    .grid-filter.center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .grid-filter.center button {
            margin: 0 10px 10px;
        }

    .grid-filter.left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .grid-filter.left button {
            margin-left: 0;
            margin-right: 20px;
            margin-bottom: 10px;
        }

            .grid-filter.left button:last-child {
                margin-right: 0;
            }

    .grid-filter.right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .grid-filter.right button {
            margin-left: 20px;
            margin-right: 0;
            margin-bottom: 10px;
        }

            .grid-filter.right button:last-child {
                margin-left: 0;
            }

.slick-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
}

    .slick-btns .slick-btn {
        width: 45px;
        height: 45px;
        color: #9e9e9e;
        background: #ffffff;
        border: 1px solid #e1e1e1;
        text-align: center;
        border-radius: 100%;
        cursor: pointer;
        line-height: 42px;
        font-size: 16px;
        margin-right: 5px;
    }

        .slick-btns .slick-btn:last-child {
            margin-right: 0;
        }

        .slick-btns .slick-btn:hover {
            background-color: #2f9e49;
            border-color: #2f9e49;
            color: #ffffff;
        }

.slick-slider.top-nav .slick-arrow {
    margin-top: -70px;
}

    .slick-slider.top-nav .slick-arrow.slick-prev {
        right: 50px;
    }

    .slick-slider.top-nav .slick-arrow.slick-next {
        right: 0px;
    }

.slick-slider .slick-arrow {
    position: absolute;
    top: 0;
    margin-top: -55px;
    z-index: 9;
    width: 45px;
    height: 45px;
    color: #9e9e9e;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .slick-slider .slick-arrow {
        margin-top: -55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slick-slider .slick-arrow {
        margin-top: -55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slick-slider .slick-arrow {
        margin-top: -55px;
    }
}

@media only screen and (max-width: 767px) {
    .slick-slider .slick-arrow {
        margin-top: -55px;
    }
}

.slick-slider .slick-arrow i {
    font-size: 18px;
    line-height: 42px;
    display: block;
}

.slick-slider .slick-arrow.slick-prev {
    right: 60px;
}

.slick-slider .slick-arrow.slick-next {
    right: 10px;
}

.slick-slider .slick-arrow:hover {
    color: #ffffff;
    background-color: #2f9e49;
    border-color: #2f9e49;
}

    .slick-slider .slick-arrow:hover::before {
        margin-left: 6px;
        margin-top: 6px;
    }

.slick-slider .slick-dots {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .slick-slider .slick-dots li {
        margin: 0 5px;
    }

        .slick-slider .slick-dots li button {
            display: block;
            padding: 0;
            width: 16px;
            height: 16px;
            border: 2px solid transparent;
            background-color: #929292;
            text-indent: -9999px;
            border-radius: 100%;
        }

        .slick-slider .slick-dots li.slick-active button {
            border-color: #2f9e49;
            background-color: #ffffff;
        }

.product-slider, .blog-slider {
    margin-left: -15px;
    margin-right: -15px;
}

    .product-slider .col, .blog-slider .col {
        padding-left: 15px;
        padding-right: 15px;
    }

.normal-nav .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    margin-top: 0;
    width: 45px;
    height: 45px;
    color: #9e9e9e;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

    .normal-nav .slick-arrow.slick-prev {
        left: 15px;
    }

    .normal-nav .slick-arrow.slick-next {
        right: 15px;
    }

.normal-nav:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.gallery-item {
    position: relative;
}

    .gallery-item::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #292929;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .gallery-item img {
        width: 100%;
    }

    .gallery-item .plus {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: 3;
        opacity: 0;
    }

        .gallery-item .plus::before, .gallery-item .plus::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            background-color: #ffffff;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .gallery-item .plus::before {
            width: 150px;
            height: 1px;
        }

        .gallery-item .plus::after {
            width: 1px;
            height: 150px;
        }

    .gallery-item:hover::before {
        opacity: 0.75;
    }

    .gallery-item:hover .plus {
        opacity: 1;
    }

        .gallery-item:hover .plus::before {
            width: 40px;
        }

        .gallery-item:hover .plus::after {
            height: 40px;
        }

blockquote.blockquote {
    background-color: #f1f2f3;
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    blockquote.blockquote::before {
        position: absolute;
        left: -5px;
        top: -10px;
        z-index: -1;
        opacity: 0.07;
    }

    blockquote.blockquote p {
        font-size: 18px;
        font-style: italic;
    }

    blockquote.blockquote .author {
        font-size: 14px;
        display: block;
        line-height: 18px;
    }

.single-product-section {
    border-top: 2px solid #f0f0f0;
    padding-top: 60px;
}

.shop-btn:hover {
    color: #ffffff;
    background-color: #2f9e49;
    border-color: #2f9e49;
}

.shop-btn {
    background-color: transparent;
    color: #292929;
    border: 2px solid #ebebeb;
    font-size: 15px;
    height: 55px;
    line-height: 51px;
    font-weight: 500;
    padding: 0px 35px;
    text-transform: capitalize;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media screen and (min-width:992px) {
    .form-inputs-col {
        height: fit-content;
        position: sticky;
        top: 150px;
    }
}


/*sidebar Filter CSS*/
.side-filter input[type="radio"],
.side-filter input[type="checkbox"] {
    cursor: pointer;
    outline-style: none;
    position: relative;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    margin-bottom: -0.25em;
    margin-right: 5px;
    vertical-align: top;
}

.side-filter input[type="checkbox"] {
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    color: #484848;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.side-filter input[type="radio"] {
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 50px;
    color: #484848;
    outline-style: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}


    .side-filter input[type="checkbox"]:checked:after,
    .side-filter input[type="radio"]:checked:after {
        background: #4a8cff;
        border: solid 1px #4a8cff;
        color: #ffffff;
        font-weight: bold;
        position: absolute;
        text-align: center;
        top: -1px;
        right: -1px;
        width: 100%;
        height: 100%;
    }

.side-filter input[type="checkbox"]:checked:after {
    border-radius: 4px;
    content: "✔";
    font-size: 0.7em;
    line-height: 1.1;
}

.side-filter input[type="radio"]:checked:after {
    border-radius: 50px;
    content: "lens";
    font-size: 0.34em;
    line-height: 2.3;
}

.side-filter input[type="radio"]:disabled,
.side-filter input[type="checkbox"]:disabled {
    background: #F2F6F9;
    border: solid 1px #e8e8e8;
    pointer-events: none;
}

    .side-filter input[type="radio"]:disabled:checked:after,
    .side-filter input[type="checkbox"]:disabled:checked:after {
        color: #cdd3d9;
        background: #f2f6f9;
        border: solid 1px #e8e8e8;
    }

.side-filter .Checkbox-parent {
    border-top: solid 1px #e8e8e8;
    margin-top: 5px;
    padding-top: 5px;
    height: 40px;
}

.side-filter .Checkbox-child {
    padding-left: 30px;
    margin-bottom: 8px;
}

.side-filter ul {
    list-style: none;
}

.side-filter .Checkbox-child li {
    margin-bottom: 15px;
}

/* Accordion */

.side-filter .Accordion:after {
    content: '\002B';
    color: #4f5766;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.side-filter .Accordion--active:after {
    content: "\2212";
    color: #4f5766;
}

.side-filter .Accordion-panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.side-filter .Checkbox-parent:first-of-type {
    border: solid 1px #FFF !important;
}

#open_filter_sidebar {
    display: none;
    border: none;
    padding: 5px 10px;
    background: none;
    font-size: larger;
}

#close_filter_sidebar {
    display: none;
}

@media screen and (max-width:992px) {
    #filte_sidebar {
        padding-top: 60px;
        padding-left: 5px;
        position: fixed;
        top: 0;
        left: -306px;
        height: 100vh;
        width: 300px;
        overflow-y: scroll;
        transition: 0.5s;
        background-color: #ffffff;
        backdrop-filter: blur(4px);
        border: 3px solid #999999;
        z-index: 9999;
    }

    #close_filter_sidebar {
        display: none;
        position: fixed;
        cursor: pointer;
        top: 10px;
        right: 10px;
        font-size: 1.2em;
        width: fit-content;
        border: none;
        background: #2f9e49;
        font-weight: bolder;
        color: white;
        font-size: x-large;
        border-radius: 10px
    }

    #open_filter_sidebar {
        display: block;
        cursor: pointer;
        top: 10px;
        right: 10px;
        font-size: 1.2em;
    }

    .header-style1 {
        z-index: 9;
    }
    /*#filte_sidebar ul {
        position: relative;
        margin-top: 50px;
    }*/

    /*         #filte_sidebar ul li {
                font-size: 2em;
                margin-bottom: 30px;
                font-family: monospace;
            }*/


    .account-dropdown-container .account-dropdown.right ul {
        top: 45px !important;
        right: 160px !important;
        margin: 10px 0 0 -139px !important;
    }
}


/* FLOATING SIDEBAR */
ul.sticky-sider {
    clear: both;
    position: fixed;
    display: block;
    list-style-type: none;
    right: -3.2em;
    top: 34.2%;
    -webkit-animation: slideright 1s forwards;
    -webkit-animation-delay: 1.5s;
    animation: slideright 1s forwards;
    animation-delay: 1.5s;
    z-index: 10
}
    ul.sticky-sider li {
        /*margin-bottom: 40px;*/
        margin-right: -41px;
        padding: 0;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        background-color: rgba(30, 45, 127, 0.75);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-transition: width .5s, background-color .1s;
        transition: width .5s, background-color .1s;
    }

        ul.sticky-sider li:nth-child(2) {
            padding: 7px 11px;
            width: fit-content;
            margin-top: 32px;
            margin-left: 27px;
            border-radius: 0;
            background: #002a5c;
        }

            ul.sticky-sider li:nth-child(2) a {
                color: #fff;
            }

        ul.sticky-sider li a {
            font-size: 19px;
            text-transform: none;
            text-align: center;
            text-decoration: none;
            color: #ebebeb;
        }

        ul.sticky-sider li:hover {
            background-color: rgba(30, 45, 127, 1);
            color: #fff;
        }


.header-style1 #cartnumber {
    color: #39743a;
}

.header-style1.scrollHeader #cartnumber {
    color: #39743a;
}

.header-style1 .attr-nav > ul > li > a {
    color: #002a5c;
}

@keyframes slideright {
    100% {
        right: 0;
    }
}



.attr-nav {
    height: 45px;
    margin-top: -22px;
    display: flex;
    align-items: center;
}

    .attr-nav li {
        padding: 13px 9px;
        font-size: 15px;
    }

        .attr-nav li a {
            padding: 0 !important;
        }

#cartnumber {
    position: absolute;
    top: -10px;
    font-weight: bold;
    color: #39743a;
}




/* 
-----------------
Dropdown Styles 
-----------------
*/
.account-dropdown-container {
    display: inline-block;
    padding: 10px;
}

    .account-dropdown-container .account-dropdown {
        position: relative;
    }

        .account-dropdown-container .account-dropdown[open] .with-down-arrow::after {
            content: "";
        }

        .account-dropdown-container .account-dropdown[open] summary {
            background: #ffffff10;
        }

        .account-dropdown-container .account-dropdown summary {
            list-style: none;
            display: inline-block;
            cursor: pointer;
            border-radius: 6px;
        }

            .account-dropdown-container .account-dropdown summary.avatar {
                border-radius: 50px;
            }

                .account-dropdown-container .account-dropdown summary.avatar img {
                    width: 40px;
                    height: 40px;
                    border-radius: 50px;
                    display: inline-block;
                    margin: 0;
                }

            .account-dropdown-container .account-dropdown summary .with-down-arrow {
                display: inline-flex;
                padding: 5px;
                align-items: center;
                color: #fff;
                line-height: 1;
            }

                .account-dropdown-container .account-dropdown summary .with-down-arrow::after {
                    content: "";
                    font-family: "Material Symbols Outlined";
                    font-weight: normal;
                    font-style: normal;
                    font-size: 1.5rem;
                    line-height: 1;
                    letter-spacing: normal;
                    text-transform: none;
                    display: inline-block;
                    white-space: nowrap;
                    word-wrap: normal;
                    direction: ltr;
                    -webkit-font-smoothing: antialiased;
                }

        .account-dropdown-container .account-dropdown.left ul {
            left: 0;
        }

        .account-dropdown-container .account-dropdown.right ul {
            right: 0;
            top: 70px;
            margin: 10px -100%;
            min-width: 160px;
        }

        .account-dropdown-container .account-dropdown ul {
            padding: 0;
            margin: 0;
            box-shadow: 0 0 10px #00000030;
            min-width: max-content;
            position: absolute;
            top: 100%;
            border-radius: 10px;
            background-color: #fff;
            z-index: 2;
            min-width: 160px
        }

            .account-dropdown-container .account-dropdown ul li {
                list-style-type: none;
                display: block;
                padding: 20px 10px;
                margin: 0;
                /* If you use divider & borders, it's best to use top borders */
                /*border-top: 1px solid #ccc;*/
            }

                .account-dropdown-container .account-dropdown ul li:first-of-type {
                    border: none;
                    /*background-color: #f2f2f2;*/
                }

                .account-dropdown-container .account-dropdown ul li p {
                    padding: 10px 15px;
                    margin: 0;
                }

                .account-dropdown-container .account-dropdown ul li a {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    padding: 10px 15px;
                    text-decoration: none;
                    line-height: 1;
                    color: #333;
                }

                    .account-dropdown-container .account-dropdown ul li a:hover {
                        color: #2f9e49;
                    }

                .account-dropdown-container .account-dropdown ul li:first-of-type {
                    border-radius: 10px 10px 0 0;
                }

                .account-dropdown-container .account-dropdown ul li:last-of-type {
                    border-radius: 0 0 10px 10px;
                }

                .account-dropdown-container .account-dropdown ul li.divider {
                    border: none;
                    border-bottom: 1px solid #333;
                    padding: 0;
                    margin: 0;
                    /* 
   * removes border from Li after the divider element
   * best used in combination with top borders on other LIs 
   */
                }

                    .account-dropdown-container .account-dropdown ul li.divider ~ li {
                        border: none;
                    }


@media screen and (min-width:992px ) and (max-width:1100px) {
    .subServiceLink {
        width: 100px !important;
    }
}

/*
 Slick Slider
 Version: 1.8.0
  Author: Ken Wheeler
 Website: http://kenwheeler.github.io
    Docs: http://kenwheeler.github.io/slick
    Repo: http://github.com/kenwheeler/slick
  Issues: http://github.com/kenwheeler/slick/issues
 */
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.filterList {
max-height: 300px;
overflow-y:auto !important;
}

.lg-image.slick-slide.slick-current img{    
    max-height: 400px;
    width: 100%;
    object-position: center;
    object-fit: contain;
    padding: 20px;}
.header-style1.scrollHeader .attr-nav > ul > li > a {
    color: #002a5c;
}
.single-grid-product .product-image img{
    min-height:260px
}
.cart-table td.pro-remove:first-child  {
    height: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}