.single-product .page-title.shop-page-title.product-page-title {
    background-color: #171717;
}

.single-product .page-title-inner {
    padding: 12px 0;
    min-height: 0;
}

.single-product .woocommerce-breadcrumb a {
    text-transform: capitalize;
    color: #fff;
}

.single-product .woocommerce-breadcrumb span.divider {
    opacity: 1 !important;
    color: #fff;
}

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

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

.single-product .vertical-thumbnails::-webkit-scrollbar {
    width: 7px;
}
.single-product .vertical-thumbnails::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 10px;
}
.single-product .vertical-thumbnails::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

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

.product-info bdi {
    color: #ff4d09;
}

.product-short-description {
    font-size: 14px;
}

button.single_add_to_cart_button.button.alt {
    opacity: 1;
    background: rgba(208,1,27,.08);
    color: #fff;
    border-radius: 2px;
    font-weight: 500;
    text-transform: initial;
    font-family: sans-serif;
    font-size: 15px;
    padding: 0 25px;
}

button#buy_now_button {
    color: #fff;
}

/* button#buy_now_button:before {
    content: "";
}

button.single_add_to_cart_button:before {
    display: inline-block;
    font-family: FontAwesome;
    float: left;
    content: "\f217";
    font-weight: 300;
    margin-right: 5px;
} */

p.title-muangay {
    margin-bottom: 0;
    font-size: 13px;
}

span.text-muangay {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
	line-height: 0px;
}

button#buy_now_button {
    background: linear-gradient(to right, #93291E, #ED213A);
    border-radius: 4px;
    line-height: initial;
    padding: 4px 8px;
    width: 100%;
}


a.btn-lh {
	 background: linear-gradient(to left, #f5af19, #f12711) !important;
}

a.btn-cont {
	background: linear-gradient(to left, #0f9b0f, #000000);
	margin-bottom: 10px;
}

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

.btn-cont {
    padding: 6px 0;
    width: 100%;
    border-radius: 5px;
    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%;
}

button.single_add_to_cart_button.button.alt {
    background-color: #49b5df;
    width: 100%;
    border-radius: 4px;
    line-height: initial;
    padding: 13px 8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* 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: 13px;
    padding: 8px 6px 6px 6px;
    line-height: 16px;
    text-align: center;
    overflow: hidden;
    border: 0;
    color: var(--primary-color);
}

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

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

@media (min-width: 992px) {
	.product-info.summary {
		padding-top: 0;
	}
	.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) {
	.flex-col.medium-text-center {
		display: none;
	}

	.flex-col.flex-grow.medium-text-center {
		display: block;
		padding: 0;
	}
	
	.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;
	}
	
	button#buy_now_button {
		width: 100%;
	}
	
	/* 	css product footer */
	.single-product .tabbed-content .nav-tabs>li {
		width: 50%;
		float: left;
	}
	.single-product .nav-tabs+.tab-panels {
		padding: 10px;
	}
}

