.product-main {
    padding-top: 25px !important;
}

/* css image thumbnail */
.single-product .product-images img {
    border-radius: 8px;
}

h1.product-title.product_title.entry-title {
    font-size: 22px;
}

.product-short-description {
    background-color: #f9f9f9;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 15px;
}

.product-short-description strong {
    font-weight: 600;
}

.product-short-description ul, .product-short-description ul li:last-child {
    margin-bottom: 0;
}

form.cart .ux-quantity, form.cart button {
    display: none !important;
}

a.btn-cont {
	background: var(--fs-color-primary) !important;
	margin-bottom: 10px;
}

a.btn-cont, a.btn-cont:hover {
	color: #fff;
}

.btn-cont {
    padding: 6px 0;
    width: 100%;
    border-radius: 40px;
    text-align: center;
    float: left;
}

a.btn-cont strong {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

a.btn-cont span {
    font-size: 13px;
    line-height: 1.5;
    display: block;
}

a.btn-dhn.btn-cont {
    margin-right: 2%;
}

/* css footer product */
.product-footer .woocommerce-tabs {
    border-top: 0 !important;
	padding-top: 0 !important;
}

.single-product ul.tabs.wc-tabs.product-tabs {
    border: 1px solid #aaa;
    border-bottom: 0;
    background: #cfc2c22b;
    padding: 4px 4px 0 4px;
    border-radius: 6px 6px 0 0;
}

.single-product .tabbed-content .nav-tabs>li a  {
    border: 1px solid #d3d3d3;
    border-radius: 5px 5px 0 0;
    background: #ffffff59;
    overflow: hidden;
}

.single-product .nav-tabs > li.active > a {
    border-bottom: 0 !important;
    background: #fff;
}

.single-product .nav-tabs > li > a {
    font-size: 12px;
    font-weight: 400;
    padding: 8px 6px 6px 6px;
    line-height: 16px;
    overflow: hidden;
    border: 0;
    color: #000;
}

.single-product .nav-tabs+.tab-panels {
    border-top: 0 !important;
}

.single-product .tabbed-content .nav-tabs>li.active {
    border-bottom: 0;
    margin-bottom: 0;
}


.collection-filter-block {
	margin-bottom: 30px;
	padding: 0 10px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}
.collection-filter-block .product-service {
	padding: 12px 0;
}
.collection-filter-block .product-service .media {
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.collection-filter-block .product-service .media svg {
	height: 40px;
	width: 40px; 
}
.collection-filter-block .product-service .media svg path {
	fill: #2ecc71; 
}
.collection-filter-block .product-service .media .media-body {
	padding-left: 10px;
	font-size: 14px;
}
.collection-filter-block .product-service .media .media-body h4 {
	margin-bottom: 5px;
	color: #222222; 
}
.collection-filter-block .product-service .media .media-body p {
	margin-bottom: 0;
	text-transform: capitalize; 
}
.collection-filter-block .product-service .media:last-child {
	padding-bottom: 0; 
}

.collection-filter-block .product-service .media:not(:last-child) {
	border-bottom: 1px solid #dddddd;
}

@media (min-width: 992px) {
	.row-divided.row-reverse>.col+.col:not(.large-12) {
		border-right: 0 !important;
	}

	div#product-sidebar {
		margin-top: 25px;
		padding-left: 0;
	}
	.col.large-9.small-12 .related.related-products-wrapper.product-section {
		display: none;
	}
	.product-small.box {
		display: flex;
		align-items: center;
	}

	.product-small.box .box-image {
		width: 34%;
	}
}

@media (max-width: 767px) {
	.product-main .large-6.col {
		padding-bottom: 4px;
	}
}

@media (max-width: 548px) {
	.product-main {
		padding-top: 12px !important;
	}
	.product-main, .product-info {
		padding-bottom: 0 !important;
	}
	/* 	css product footer */
	.single-product .tabbed-content .nav-tabs>li {
		width: 50%;
		float: left;
	}
	.single-product .nav-tabs+.tab-panels {
		padding: 10px;
	}
}

