.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: 25px;
}

.product-short-description {
    border-radius: 4px;
    border: 1px dashed rgb(0 0 0 / 78%);
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.product-short-description p {
    margin-bottom: 5px;
}

.product-short-description p strong {
    width: 120px;
    display: inline-block;
}

.woocommerce-product-gallery {
    border: 1px solid #cccccc63;
}



button.single_add_to_cart_button.button.alt {
    background-color: #fff;
    color: #222;
    width: 100%;
    padding: 8px;
    text-transform: math-auto;
    border: 1px solid #222;
}

a.devvn_buy_now_style {
    text-align: center;
    text-decoration: none!important;
    background: #f59000;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f59000),to(#fd6e1d));
    background: -webkit-linear-gradient(top,#fd6e1d,#f59000);
    background: -moz-linear-gradient(top,#fd6e1d,#f59000);
    background: -ms-linear-gradient(top,#fd6e1d,#f59000);
    background: -o-linear-gradient(top,#fd6e1d,#f59000);
    color: #fff;
	width: 100%;
    max-width: 100%;
}

.product-info form.cart {
    margin-bottom: 6px;
}

div#tab-reviews {
    width: 750px;
    margin: 0 auto;
}

div#tab-reviews .col.large-12 {
    padding: 10px 0 0 0;
}

.devvn_prod_cmt.row {
    margin: 0 !important;
}


/* css sidebar */
div#product-sidebar {
    background-color: #fff;
    padding: 12px;
    border: 1px solid #cccccc87;
    border-radius: 4px;
	box-shadow: 0 0 3px #00000024;
}
.flickity-prev-next-button svg.flickity-button-icon {
    border-radius: 30px;
}

/* css bai viet lien quan */
.custom-product-info-table,.custom-product-notes-table {
    border: 1px solid rgb(236,236,236);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.custom-product-info-table td,.custom-product-notes-table td {
    border: none;
    font-size: 16px;
    padding: 4px 5px 4px 5px;
    color: unset
}

.custom-product-notes-table td:first-child {
    width: 28%
}

.custom-product-info-table td:first-child {
    width: 35%
}

.custom-product-info-table tr:nth-child(odd),.custom-product-notes-table tr:nth-child(odd) {
    background-color: #fff
}

.custom-product-info-table tr:nth-child(even),.custom-product-notes-table tr:nth-child(even) {
    background-color: rgb(249,249,249)
}

caption {
    font-weight: 600;
    background: #f2f2f2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.custom-product-info-table td, .custom-product-notes-table td {
    border: none;
    font-size: 15px;
    padding: 6px 5px !important;
    color: unset;
}

div#product-sidebar .icon-box-img {
    width: 30px !important;
}

div#product-sidebar .icon-box {
    margin-bottom: 10px;
}

div#product-sidebar .icon-box-text.last-reset {
    display: flex;
    align-items: center;
    font-size: 14px;
}

div#product-sidebar img {
    border-radius: 8px;
    overflow: hidden;
}


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

div#tab-description {
    max-width: 750px;
    margin: 0 auto;
}

.product-tabs li {
    background: #f9f9f9;
    width: max-content;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center!important;
    min-width: 150px;
    border: 1px solid rgb(228,228,228);
    border-radius: 3px;
    line-height: normal
}

.woocommerce-tabs ul.tabs {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    line-height: 3
}

.product-tabs li a {
    color: #000;
    font-size: 16px;
}

.woocommerce-tabs ul.tabs li.active, .woocommerce-tabs ul.tabs li:hover {
    background-color: #0088de;
}

.woocommerce-tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li:hover a {
    color: #fff !important;
}

.woocommerce-tabs ul.tabs li a {
    color: #000;
}

.product-tabs li.active a {
	color: #8d0505 !important;
}

.nav-tabs+.tab-panels {
    padding: 15px !important;
}

div#tab-description {
    font-size: 17px;
}

/* css nut lien he */
/* css btn dat hang ngay */
a.btn-dhn {
	 background: -webkit-linear-gradient(#f52f32,#e11b1e);
    background: -o-linear-gradient(#f52f32,#e11b1e);
    background: -moz-linear-gradient(#f52f32,#e11b1e);
    background: linear-gradient(#f52f32,#e11b1e);
}

a.btn-cont {
	background-color: #288ad6;
}

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

a.btn-cont {
    padding: 6px 0;
    width: 49%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    float: left;
    margin-bottom: 10px;
}

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

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

a.btn-cont img {
    width: 36px;
    float: left;
    padding-top: 2px;
}

.btn-content {
    padding-left: 8px;
}

.btn-dhn img {
    transform: rotate(13deg);
}

.btn-dhn img {
    width: 31px !important;
}

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

a.btn-dhn .btn-content {
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.social-icons.share-icons.share-row.relative {
    display: none;
}

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

	div#product-sidebar {
		margin-top: 25px;
	}
}

@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;
	}
	a.btn-cont {
		width: 100%;
	}
	.product-tabs li {
    width: 49% !important;
}
}

