/*product-menu*/
.widget {background-color: #fff;box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);padding: 10px 20px 0 20px;border-radius: 3px;}

@media only screen and (min-width: 992px) {
    .sidebar .widget {
        padding: 20px;
        margin-bottom: 30px;
    }
}

 .widget-title {
     line-height: 40px;
    position: relative;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #b8b8b8;
    display: none;
}

@media only screen and (min-width: 992px) {
 .widget-title {
        padding-bottom: 8px;
        font-size: 18px;
    }
 .widget-title:after {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .sidebar .widget-wrapper {
        padding-bottom: 0;
    }
}

.widget-wrapper ul li a {
    padding: 9px 0;
    border-bottom: 1px solid #f2f2f2;
}


.catagory-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 6px 0;
}

.catagory-menu > li:last-child > a {
    border-bottom: none;
}

/*prodct-list*/
.product-list {
    padding-top: 70px;
}

@media only screen and (min-width: 992px) {
    .product-list {
        padding-top: 0;
    }
}

.product-item {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.product-item .product-thumb {
    position: relative;
    text-align: center;
}
.product-item .product-thumb img {
    width: 100%;
}
.product-item .product-thumb .batch {
    position: absolute;
    left: 15px;
    top: 20px;
}

.product-item .product-thumb .wish-link {
    position: absolute;
    right: 15px;
    top: 12px;
}

.product-item .product-content {
    padding: 10px;
}
.product-item .product-content .cata {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 6px;
    line-height: 1;
}
.product-item .product-content .cata:hover {
    color: #59b828;
}
.product-item .product-content h6 {
    margin: 0;
}
.product-item .product-content .product-title {
    font-size: 16px;
    font-weight: 500;
    color: #363636;
}
.product-item .product-content .product-title:hover {
    color: #59b828;
}
.product-item .product-content .quantity {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .product-item:hover {
        box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.08);
        transform: scale(1.1);
    }
}


.batch {
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    background-color: #f68501;
    font-weight: 500;
    line-height: 1;
    min-width: 45px;
    text-align: center;
    border-radius: 1px;
}

.pro-more { margin-top: 10px;
    padding: 10px 30px;
    display: inline-block;
    font-size: 14px;
    background-color: #59b828;
    color: white;
    border: none;
    outline: none;
    line-height: 1;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/*description*/

.section-ptb {
    padding: 120px 0;
}

.description-review-area {
    background-color: #fff;
}

.description-review-topbar {
    position: relative;
}
.description-review-topbar:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fafafa;
}

.description-review-topbar a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 90px 0 0;
    padding: 18px 0;
    position: relative;
}
.description-review-topbar a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fafafa;
    z-index: 2;
}
.description-review-topbar a:last-child {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .description-review-topbar a {
        margin: 0 5px 0 0;
        padding: 18px 5px;
        font-size: 14px;
    }
}
.description-review-topbar a.active {
    background-color: transparent;
    color: #59b828;
}
.description-review-topbar a.active:after {
    background-color: #59b828;
}

.description-review-bottom {
    padding: 33px 0 0;
}

.description-review-bottom .product-description-wrapper p {
    margin: 0 0 25px;
}

.description-review-bottom .product-description-wrapper p:last-child {
    margin: 0 0 0;
}

.description-review-bottom .product-anotherinfo-wrapper ul li {
    color: #333;
    font-size: 14px;
    list-style: outside none none;
    margin: 0 0 13px;
}

.description-review-bottom .product-anotherinfo-wrapper ul li span {
    color: #15273e;
    display: inline-block;
    font-weight: 500;
    margin: 0 26px 0 0;
    min-width: 85px;
}

.description-review-area p {
    margin-bottom: 30px;
}
.description-review-area p:last-child {
    margin-bottom: 0;
}
.description-review-area ul {
    padding-left: 40px;
    margin-bottom: 30px;
}
.description-review-area ul li {
    position: relative;
}
.description-review-area ul li:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #59b828;
}

.tab-pane{ margin-top: 40px;}

/*pro-details*/
.product-zoom-info-section{background-color: #f9f9f9;}

.product-zoom-info-container {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.product-zoom-area {
    padding: 30px 20px;
    border-right: 1px solid #eaeaea;
    position: relative;
}
.product-zoom-area .batch {
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: 1;
}
.product-zoom-area .cart-btn-toggle {
    position: absolute;
    left: 25px;
    top: 25px;
    padding: 1px 15px;
    background-color: #59b828;
    color: white;
    border-radius: 3px;
    z-index: 2;
}
.product-zoom-area .cart-btn-toggle i {
    margin-right: 6px;
}

.product-zoom-area .slider-nav {
    border-radius: 5px;
    overflow: hidden;
}
.product-zoom-area .slider-nav .slick-slide {
    cursor: pointer;
}
.product-zoom-area .slider-nav .slick-slide > div {
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #eaeaea;
}
.product-zoom-area .slider-nav .slick-slide div {
    display: block !important;
}
.product-zoom-area .slider-nav .slick-slide.slick-current > div {
    border: 1px solid #59b828;
}
.product-zoom-area .slider-nav .slick-next {
    right: 8px;
    z-index: 2;
    opacity: 1;
}
.product-zoom-area .slider-nav .slick-prev {
    left: 8px;
    z-index: 2;
    opacity: 1;
}
.product-zoom-area .slider-nav .slick-prev:before, .product-zoom-area .slider-nav .slick-next:before {
    opacity: 1;
    font-size: 25px;
}

.price {color: #59b828;font-size: 20px;}

.product-details-content{ padding-top: 100px;}