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

.product-info .price-wrapper {
    padding: 10px 0;
}

/* css footer product */
.product-footer .woocommerce-tabs {
    border-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;
}

/* css sidebar */
.is-divider {
    display: none !important;
}

span.widget-title.shop-sidebar {
    font-size: 16px;
    background: linear-gradient(to bottom, #e2e2e2 1%, #f4f6f7 99%);
    padding: 10px 10px 10px 15px;
    display: block;
}

aside#woocommerce_product_categories-3 {
    border: 1px solid #ddd;
}

ul.product-categories li.cat-item a {
    color: #222;
    padding-left: 15px;
}

div#product-sidebar {
    margin-top: 0 !important;
}

.related.related-products-wrapper.product-section {
    border-top: 0 !important;
}

.custom-swatches-container {
    display: none;
}


@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;
	}
}

@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: 33.3%; */
		float: left;
		text-align: center;
	}
	.single-product .tabbed-content .nav-tabs>li:first-child, .single-product .tabbed-content .nav-tabs>li:last-child {
		width: 30%;
	}

	.single-product .tabbed-content .nav-tabs>li:nth-child(2) {
		width: 40%;
	}
	.single-product .nav-tabs+.tab-panels {
		padding: 10px;
	}
}

