/*
 Theme Name:   Astra Child
 Theme URI:    smartbiz.com
 Description:  Child theme for Astra theme
 Author:       D3 Logics
 Author URI:   https://d3logics.com/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

.woocommerce.archive .site-content .ast-container {
    max-width: 100%;
    padding: 0;
    display: block;
}
.woocommerce.archive .site-content .ast-container .container,
.woocommerce.archive .ast-woocommerce-container {
    max-width: 1240px;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.woocommerce.archive .woocommerce-breadcrumb,
.woocommerce.archive .woocommerce-products-header {
    zoom: 1;
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777;
    display: none;
}

.woocommerce.archive #primary {
    margin: 30px 0;
/*     padding: 30px 0 0; */
/*     background: #ECF4FF; */
}
.woocommerce.archive #primary ul.products {
    margin: 0;
}

.hidden {
	display: none;
}
/* Product Cat Breadcrumb */
.smart-breadcrumb {
    width: 100%;
    padding: 15px 0px;
    background-color: #243853;
}
.smart-term-breadcrumb {
    padding: 15px 0px 30px;
}

.smart-term-breadcrumb .container {
    padding-left: 20px;
    padding-right: 20px;
}

.smart-breadcrumb .breadcrumb {
    margin: 0 !important;
	display: block !important;
}
.smart-breadcrumb .breadcrumb>li {
    display: inline-block;
}
.smart-breadcrumb .breadcrumb>li+li::before {
    padding: 0 5px;
    color: #1a73e8;
    content: "›";
}
.smart-breadcrumb .breadcrumb a {
    color: #fff;
    font-size: 11px;
    line-height: 36px;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
}
.smart-breadcrumb .breadcrumb p {
    color: #fff;
    font-size: 11px;
    line-height: 36px;
    display: inline-block;
    font-weight: 400;
    opacity: 0.8;
    margin: 0;
}
.breadcrumb-desc-wrap p:empty { display: none; } 
h1.breadcrumb-title { color: #ffffff; }
ul.breadcrumb { display: block !important; }
.breadcrumb-desc-wrap p { line-height: 19px !important; }
.smart-breadcrumb .breadcrumb-text .breadcrumb-title {
    font-weight: 700;
    line-height: 1.23;
    color: #fff;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 2px;
}
.smart-breadcrumb .breadcrumb-text p {
    color: #fff;
    font-weight: 400;
    line-height: 1.57;
    margin: 0;
}

@media (max-width:767px) {
	section.smart-breadcrumb {
		padding: 15px 20px;
	}
}

/*
 * Product Cat Nav
 */
.product-cat-nav { margin-top: 20px; }
ul.cat-menu { margin: 0; }
.product-cat-nav .cat-menu li { display: inline-block; }
.product-cat-nav .cat-menu li a, .cat-menu li p {
    padding: 9px 15px;
    border-radius: 8px;
    border: solid 1px #ccc;
    margin-right: 3px;
    font-size: 13px;
    color: #000;
    cursor: pointer;
    line-height: initial;
    margin: 0;
}
.product-cat-nav .cat-menu li a.active, 
.product-cat-nav .cat-menu li p.active {
    background: #1b1b1b;
    color: #fff;
    border-color: #1b1b1b;
}

/*
 * Product Cat video
 */
.video-section { margin-bottom: 30px; }
.video-section-bc {
    padding: 50px;
    border-radius: 8px;
    background-color: #0f256e;
    float: left;
    width: 100%;
}
.video-section-bc .video-img { position: relative; }
.video-section-bc .play-icon {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
}
.video-section-bc .play-icon img {
    display: inline-block;
    width: 25%;
    cursor: pointer;
}
.video-section-bc .video-thumb {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.video-section-bc .video-text {
    width: 100%;
    padding: 0px 20px;
}
.video-section-bc .video-hd1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1.38;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.video-section-bc .video-text-pera {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #fff;
    width: 100%;
    padding: 0px;
    margin-bottom: 0;
    margin-top: 15px;
}

@media (max-wdith:767px) {
	.video-section-bc {
		padding: 30px 20px;
	}
	.video-text {
		width: 100%;
		padding: 0;
	}
}

/*
 * Product Cat Faq
 */
#category_faqs { margin-bottom: 30px; }
.faq-see-more svg {
    fill: #fff;
    width: 18px;
    margin-left: 5px;
}
.faq-see-more:hover svg { fill: #1f51e5; }

/*
 * Prdocuts css 
 */
.woocommerce.archive .woocommerce-ordering select {
    border: 1px solid #0000002e;
    border-radius: 30px;
    padding: 10px 15px;
    background-position: 94% 50%;
}
.woocommerce.archive ul.products li.product a img {
    max-width: 120px;
/*     margin-left: auto; */
/*     margin-right: auto; */
	width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    position: relative;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}
@media (max-width: 921px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 544px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}