#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.cats-list .item {
    background: #fff;
}
.cats-list .item h2.cat-title {
	color: #000000;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.cat-lists{
	display:block;
	width:100%;
}
.cats-list .owl-carousel .owl-item img.cat-thumb {
    display: block;
    width: 100%;
    border-radius: 100%;
}

.owl-carousel.owl-theme.navTop .owl-nav button.owl-next, 
.owl-carousel.owl-theme.navTop .owl-nav button.owl-prev,
.owl-carousel.owl-theme.navMiddle .owl-nav button.owl-next, 
.owl-carousel.owl-theme.navMiddle .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav button.owl-next, 
.owl-carousel.owl-theme .owl-nav button.owl-prev{
    background: #fff;
    box-shadow: 0px 0px 3px #ccc;
    width: 30px;
    height: 30px;
}
.sectiopn-title, .section-title{
	border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 20px;
}
.owl-theme.navMiddle .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    height: auto;
    vertical-align: middle;
    left: 0;
    right: 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.owl-carousel.owl-drag .owl-item .item.product-card{
    box-shadow: 0px 0px 10px #ebebeb;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover,
.owl-carousel.owl-drag .owl-item .item.product-card:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.product-card{
    border: 1px solid #eee; padding:0px; position: relative;
}
.product-card .product-info {
    padding: 5px 10px 10px 10px;
}
.product-card .product-info h3{
    margin:0px;
    padding:0px;
}
.product-card .product-info h3 a,
.cats-list .item h2.cat-title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce-page ul.products li.product .woocommerce-loop-product__title, 
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title{
	height: 40px;
    font-size: 13px;
    margin: 8px 0;
    color: #333;
    text-decoration: none;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}

.woocommerce ul.products li.product .astra-shop-summary-wrap, 
.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
    text-align: center;
}
.review-rating {
    justify-content: space-around;
}
.ast-accordion-layout .ast-woo-sidebar-widget.widget {
    margin-top: 0em;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 5px 0;
    background: #fff;
}
.page .entry-header {
    margin: auto;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
}
.woocommerce-privacy-policy-text, 
.woocommerce-privacy-policy-text p,
.woocommerce-js form .form-row label{
    font-size:13px;
}

form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
   padding: 1em 1em .50em;
}

.banner-card {
  position: relative;
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.banner-card:hover {
  transform: scale(1.03);
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.25);
}


.banner-label {
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  display: inline-block;
}

.banner-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
}
.btn-outline-danger {
    color: #fff;
    border-color: #f05025;
    background: #f05025;
}
.banner-btn {
  font-weight: 600;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  border-width: 2px;
  padding: 0.375rem 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size:12px;
}

.banner-btn:hover, .banner-btn:focus {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.banner-btn svg {
  transition: transform 0.3s ease;
}

.banner-btn:hover svg {
  transform: translateX(4px);
}
.offer-banner .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
}
.offer-banner .card-img-top{
    width: 100%;
    height: 100%;
}
.owl-carousel.owl-drag .owl-item{
    text-align:center;
}
.category-slider .owl-carousel .owl-stage,
.product-list .owl-carousel .owl-stage{
    padding: 15px 0px;
}
.woocommerce-Price-amount.amount{
    color:#dc3545;
}

.aff-heading {
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 18px 0;
    grid-gap: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fc4c02;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}
.list table th {
    color: #000;
    background: #e9e9e9;
}
.aff-price-color {
    color: red;
}
.rating-review-td {
    text-align: center;
    line-height: 10px;
}
.yellow {
    color: orange;
}
.rating-review-td small {
    font-size: 60%;
}
.aff-brand-list a.aff-bnbtn {
    background: #005007;
    display: inline-block;
    padding: 1px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}
.aff-heading:after, .aff-heading:before {
    content: " ";
    display: block;
    border-bottom: 3px solid #4eb982;
}
.aff-heading:after, .aff-heading:before {
    content: " ";
    display: block;
    border-bottom: 3px solid #4eb982;
}
.ast-article-single img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.widget_nav_menu #menu-all-category-lists li {
    display: inline;
    border-right: 1px solid #ccc;
    padding-right: 12px;
    line-height: 5px;
    margin-right: 10px;
}
.widget_nav_menu #menu-all-category-lists li:last-child{
    border-right: 0px solid #ccc;
}
.astra-shop-thumbnail-wrap .product-brand {
    display: none;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: auto;
    bottom: 0px;
    background: #fff;
    margin: 5% 5% 1% 5%;
    width: 90%;
}
.astra-shop-thumbnail-wrap .product-brand a {
    display: inline!important;
	padding:0 2px;
}
.site-header .site-description {
    font-size: 0.6rem;
}
.ast-logo-title-inline .ast-site-identity {
    flex-direction: column;
}

@media (min-width:768px){
.owl-theme.navTop .owl-nav {
margin-top: -70px;
position: absolute;
top: 0;
right: 0px;
}
	
.ast-woocommerce-container, .page .entry-header,
article.page.type-page{
    max-width: 1200px;
    margin: auto;
}
.ast-woo-shop-archive .site-content > .ast-container1,
.ast-woo-shop-archive .site-content > .ast-container1{
    display: flex;
    max-width: 1200px;
    margin: auto;
}
.ast-left-sidebar #secondary {
   padding-right: 20px;
}
.ast-left-sidebar #primary {
    padding-left: 20px;
}
.site-footer-primary-section-4.site-footer-section.site-footer-section-4{
    width:320px;
}
.search.search-results #primary {
        width: 100%;
        width: 1200px;
        margin: auto !important;
    }

	
}

@media (max-width:768px){
.ast-woocommerce-container {
    margin: 0 15px;
}
.ast-builder-grid-row>.site-header-section {
    flex-wrap: wrap;
}

.wc-block-components-sidebar-layout {
	margin: 0 30px 0 30px!important;
}

}